@charset "UTF-8";
/* libs
=======================================*/
/*! normalize.css v8.0.0 | 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;
  opacity:0;
  transition:.5s opacity;
}
body.rloaded{
	opacity:1;
}
/**
 * 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 {
  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 {
  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"] {
  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;
}
span.multiselect-native-select{position:relative}
span.multiselect-native-select select{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px -1px -1px -3px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;left:50%;top:30px}
.multiselect-container{position:absolute;list-style-type:none;margin:0;padding:0}
.multiselect-container .input-group{margin:5px}
.multiselect-container>li{padding:0}
.multiselect-container>li>a.multiselect-all label{font-weight:700}
.multiselect-container>li.multiselect-group label{margin:0;padding:3px 20px 3px 20px;height:100%;font-weight:700}
.multiselect-container>li.multiselect-group-clickable label{cursor:pointer}
.multiselect-container>li>a{padding:0}
.multiselect-container>li>a>label{margin:0;height:100%;cursor:pointer;font-weight:400;padding:3px 20px 3px 40px}
.multiselect-container>li>a>label.radio,.multiselect-container>li>a>label.checkbox{margin:0}
.multiselect-container>li>a>label>input[type=checkbox]{margin-bottom:5px}
.btn-group>.btn-group:nth-child(2)>.multiselect.btn{border-top-left-radius:4px;border-bottom-left-radius:4px}
.form-inline .multiselect-container label.checkbox,.form-inline .multiselect-container label.radio{padding:3px 20px 3px 40px}
.form-inline .multiselect-container li a label.checkbox input[type=checkbox],.form-inline .multiselect-container li a label.radio input[type=radio]{margin-left:-20px;margin-right:0}
*, *:before, *:after {
  box-sizing: border-box;
}
.lte-ie9 .wrapper {
  z-index: 1;
}
.lte-ie9 .wrapper:before {
  font-weight: 700;
  position: fixed;
  z-index: 100000;
  width: 100%;
  padding: pxrem(12) pxrem(20);
  content: "Notice: Internet Explorer 10 or above is required for proper content display.";
  background-color: #E2D516;
}
.lte-ie9.lang-tc .wrapper:before {
  content: "注意: 請使用Internet Explorer 10或以上瀏覽器，以便正常瀏覽此網頁內容。";
}
.lte-ie9.lang-sc .wrapper:before {
  content: "注意: 请使用Internet Explorer 10或以上浏览器，以便正常浏览此网页内容。";
}
.mobile-slideIn .wrapper {
  position: fixed;
  width: 100%;
}
@font-face {
  font-family: "Amiko";
  font-weight: 400;
  font-style: normal;
  src: url("/html/fonts/amiko-regular.woff2") format("woff2"), url("/html/fonts/amiko-regular.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  src: url("/html/fonts/Montserrat-Medium.woff2") format("woff2"), url("/html/fonts/Montserrat-Medium.woff") format("woff");
}
@font-face {
  font-family: "WeathersundayAnd";
  font-weight: 400;
  font-style: normal;
  src: url("/html/fonts/weather_sunday.woff2") format("woff2"), url("/html/fonts/weather_sunday.woff") format("woff");
  unicode-range: U+0026;
}
@font-face {
  font-family: "Notosans";
  font-weight: 400;
  font-style: normal;
  src: url("/html/fonts/notosans-regular.woff2") format("woff2"), url("/html/fonts/notosans-regular.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-weight: 300;
  font-style: normal;
  src: url("/html/fonts/rbt-light.woff2") format("woff2"), url("/html/fonts/rbt-light.woff") format("woff");
}
@font-face {
  font-family: 'wico';
  src: url("/html/fonts/icomoon/fonts/wico.ttf?xc3qny") format("truetype"), url("/html/fonts/icomoon/fonts/wico.woff?xc3qny") format("woff"), url("/html/fonts/icomoon/fonts/wico.svg?xc3qny#wico") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="ico-"], [class*=" ico-"], .ico, .ext-link:after, .ckec a[target="_blank"]:after, .arrow-list > li:before, .inline-arrow-list > li:before, .rc--checkbox + span:before, .checkbox-input + span:before, .js-selectBox:before,
.js-selectBox .js-selectBox-left-right-arrow:before, .slick-pause-play-btn:before, .breadcrumb > li:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Microsoft JhengHei','wico' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ico-fw {
  width: 1.28571429em;
  text-align: center;
  display: inline-block;
}
.ico-sync-path-color > [class*=path]:before {
  color: inherit !important;
}
.ico-download:before {
  content: "\e933";
}
.ico-calendar-w-add:before {
  content: "\e92f";
}
.ico-earth:before {
  content: "\e930";
}
.ico-thin-arrowheads-pointing-down:before {
  content: "\e928";
}
.ico-double-angle-pointing-to-right1:before {
  content: "\e929";
}
.ico-circle-arrow:before {
  content: "\e926";
}
.ico-menu:before {
  content: "\e923";
}
.ico-paper-aeroplane:before {
  content: "\e922";
}
.ico-circle-play:before {
  content: "\e91c";
}
.ico-linkedin:before {
  content: "\e907";
}
.ico-envelope:before {
  content: "\e902";
}
.ico-facebook-official:before {
  content: "\e90a";
}
.ico-facebook:before {
  content: "\e90b";
}
.ico-weibo:before {
  content: "\e90c";
}
.ico-minus:before {
  content: "\e90e";
}
.ico-plus:before {
  content: "\e91a";
}
.ico-external-link:before {
  content: "\e903";
}
.ico-arrow-sq-down:before {
  content: "\e900";
}
.ico-arrow-sq-up:before {
  content: "\e901";
}
.ico-arrow-sq-right:before {
  content: "\e904";
}
.ico-apa-arrow-down:before {
  content: "\e905";
}
.ico-apa-arrow-up:before {
  content: "\e906";
}
.ico-apa-arrow-left:before {
  content: "\e908";
}
.ico-apa-arrow-right:before {
  content: "\e909";
}
.ico-cross-narrow:before {
  content: "\e91b";
}
.ico-arrow-narrow-down:before {
  content: "\e916";
}
.ico-arrow-narrow-up:before {
  content: "\e917";
}
.ico-arrow-narrow-right:before {
  content: "\e918";
}
.ico-arrow-narrow-left:before {
  content: "\e919";
}
.ico-arrow-up:before {
  content: "\e90f";
}
.ico-arrow-down:before {
  content: "\e910";
}
.ico-arrow-right:before {
  content: "\e911";
}
.ico-arrow-left:before {
  content: "\e91d";
}
.ico-arrow-sq-right1:before {
  content: "\e927";
}
.ico-contract-outline:before {
  content: "\e932";
}
.ico-map:before {
  content: "\e931";
}
.ico-contract-1:before {
  content: "\e92e";
}
.ico-close-envelope:before {
  content: "\e92d";
}
.ico-pdf:before {
  content: "\e92c";
}
.ico-icons8-restart-filled:before {
  content: "\e92b";
  margin-right: 4px;
}
.ico-share-2:before {
  content: "\e924";
}
.ico-search:before {
  content: "\e920";
}
.ico-menu1:before {
  content: "\e92a";
}
.ico-close:before {
  content: "\e925";
}
.ico-youtube:before {
  content: "\e921";
}
.ico-instagram:before {
  content: "\e91e";
}
.ico-play:before {
  content: "\e90d";
}
.ico-pause:before {
  content: "\e915";
}
.ico-media-control:before {
  content: "\e915";
}
.ico-checkmark:before {
  content: "\e91f";
}
.ico-whatsapp:before {
  content: "\e913";
}
.ico-twitter:before {
  content: "\e914";
}
.ico-brand:before {
  content: "\e914";
}
.ico-tweet:before {
  content: "\e914";
}
.ico-social:before {
  content: "\e914";
}
.ico-share:before {
  content: "\e912";
}
/*------

------*/
/*----

1.idx   2.name  3.title,backgroundColor   4.slickdotsColor    5.gradientColor         6.hrColor               7.border-color          8.border-light          9.table text          10.promo row color        11.darkTextColor.     12. light bg               13. pink bg   
---*/
.theme-color.theme-color--type1 .theme-color__text {
  color: #52328c;
}
.theme-color.theme-color--type1 .theme-color__background {
  background-color: #52328c;
}
.theme-color.theme-color--type1 .theme-color__promo-row {
  background-color: #8491db;
}
.theme-color.theme-color--type1 .theme-color__dark-text {
  color: #baadd1;
}
.theme-color.theme-color--type2 .theme-color__text {
  color: #1d754d;
}
.theme-color.theme-color--type2 .theme-color__background {
  background-color: #1d754d;
}
.theme-color.theme-color--type2 .theme-color__promo-row {
  background-color: #12a1ef;
}
.theme-color.theme-color--type2 .theme-color__dark-text {
  color: #1d754d;
}
.theme-color.theme-color--type3 .theme-color__text {
  color: #1e6cb1;
}
.theme-color.theme-color--type3 .theme-color__background {
  background-color: #1e6cb1;
}
.theme-color.theme-color--type3 .theme-color__promo-row {
  background-color: #36bbba;
}
.theme-color.theme-color--type3 .theme-color__dark-text {
  color: #0f4eb1;
}
.theme-color.theme-color--type5 .theme-color__text {
  color: #7d337e;
}
.theme-color.theme-color--type5 .theme-color__background {
  background-color: #7d337e;
}
.theme-color.theme-color--type5 .theme-color__promo-row {
  background-color: #8491db;
}
.theme-color.theme-color--type5 .theme-color__dark-text {
  color: #3c2566;
}
.theme-color.theme-color--type4 .theme-color__text {
  color: #282877;
}
.theme-color.theme-color--type4 .theme-color__background {
  background-color: #282877;
}
.theme-color.theme-color--type4 .theme-color__promo-row {
  background-color: #00a4a5;
}
.theme-color.theme-color--type4 .theme-color__dark-text {
  color: #3c2566;
}
.theme-color.theme-color--type6 .theme-color__text {
  color: #b74641;
}
.theme-color.theme-color--type6 .theme-color__background {
  background-color: #b74641;
}
.theme-color.theme-color--type6 .theme-color__promo-row {
  background-color: #dc6761;
}
.theme-color.theme-color--type6 .theme-color__dark-text {
  color: #b74641;
}
.theme-color.theme-color--type7 .theme-color__text {
  color: #2a294e;
}
.theme-color.theme-color--type7 .theme-color__background {
  background-color: #2a294e;
}
.theme-color.theme-color--type7 .theme-color__promo-row {
  background-color: #2a294e;
}
.theme-color.theme-color--type7 .theme-color__dark-text {
  color: #2a294e;
}
.theme-color.theme-color--type8 .theme-color__text {
  color: #735322;
}
.theme-color.theme-color--type8 .theme-color__background {
  background-color: #735322;
}
.theme-color.theme-color--type8 .theme-color__promo-row {
  background-color: #5f451c;
}
.theme-color.theme-color--type8 .theme-color__dark-text {
  color: #5f451c;
}
/* fix inline block */
/* hide the text content  http://nicolasgallagher.com/another-css-image-replacement-technique/ */
/* dom opacity */
/* set background opacity */
/* Vertically align */
/* fix png issue with ie7&ie8 */
/* Placeholder */
/* Triangle - @include triangle(12px, 6px, #ff0000, down); */
/* @include svg_bg(inline/icon-x, 50px); */
/* Calculate fluid ratio based on two dimensions (width/height)  @include fluid-ratio(800px 200px, 300px 150px);
http://voormedia.com/blog/2012/11/responsive-background-images-with-fixed-or-fluid-aspect-ratios
*/
/* @include pseudo(before, 10px, 10px); */
/* @include accelerate(transform); */
.cf:before, .side-hot-blk:before, .side-img-blk:before, .hot-slider:before, .article-slider:before, .interest-slider:before, .ads-slider:before, .normal-item-slider__container:before, .video-slider:before, .compare-slider:before, .ckec .clear:before,
.cf:after,
.side-hot-blk:after,
.side-img-blk:after,
.hot-slider:after,
.article-slider:after,
.interest-slider:after,
.ads-slider:after,
.normal-item-slider__container:after,
.video-slider:after,
.compare-slider:after,
.ckec .clear:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after,
.side-hot-blk:after,
.side-img-blk:after,
.hot-slider:after,
.article-slider:after,
.interest-slider:after,
.ads-slider:after,
.normal-item-slider__container:after,
.video-slider:after,
.compare-slider:after,
.ckec .clear:after {
  clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf, .side-hot-blk, .side-img-blk, .hot-slider, .article-slider, .interest-slider, .ads-slider, .normal-item-slider__container, .video-slider, .compare-slider, .ckec .clear {
  *zoom: 1;
}
.noTrans {
  -webkit-transition: 0s !important;
  transition: 0s !important;
}
.sr-only, #skip-start {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}
.transform-fix {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}
.visible-hidden {
  visibility: hidden !important;
}
.ani--trans, a, .img-zoom-link img, .dropdown-menu, .rc--checkbox + span:before, .checkbox-input + span:before,
.rc--radio + span:before,
.radio-input + span:before, .form-control, .sitesearch__wrap, .js-loadmore-itm, .js-loadmore-btn-front, .js-loadmore-btn-back, .js-selectBox, .js-selectBox:before,
.js-selectBox .js-selectBox-left-right-arrow:before, .slick-dots li, .slick-dots li button, .slick-arrow, .plus-link:before, .dl-pdf-link:before, .border-tag:before, .compare-drop__trigger:before, .filter-bar__btn-reset:before, .list-table__body .list-table__row:after, .prenext-change__side::before, .page-head, .header-bottom, .header-bottom:before, .header-bottom > .container, .header-bottom > .container::before, .main-logo path, .logo-name, .fn-blk__link, .mTrigger, .mobile-menu, .mobile-menu__close, .mb-mn__list--2, .i-arrow-down:before, .page-menu__itm:before, .main-bg-plate .slick-dots li, .sq-img__cover, .img-arrow-go-blk__layer {
  -webkit-transition-duration: 0.24s;
  transition-duration: 0.24s;
  -webkit-transition-property: color, visibility, opacity, box-shadow, background-color, border-width, border-color, fill, max-width, max-height, -webkit-transform;
  transition-property: color, visibility, opacity, box-shadow, background-color, border-width, border-color, fill, max-width, max-height, -webkit-transform;
  transition-property: transform, color, visibility, opacity, box-shadow, background-color, border-width, border-color, fill, max-width, max-height;
  transition-property: transform, color, visibility, opacity, box-shadow, background-color, border-width, border-color, fill, max-width, max-height, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.64, 0.05, 0.35, 1);
  transition-timing-function: cubic-bezier(0.64, 0.05, 0.35, 1);
}
html {
  font-size: 100.1%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body {
  font-family: 'Microsoft JhengHei', 'Arial', 'Helvetica', 'sans-serif';
  line-height: 1.3;
  color: #000000;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 0;
}
p {
  margin: 1em 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a {
  color: inherit;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover, a:focus {
  text-decoration: underline;
  color: inherit;
}
/*table*/
.text-color--purple {
  color: #52328c !important;
}
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 480px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 990px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1570px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333333%;
  -ms-flex: 0 0 8.33333333%;
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66666667%;
  -ms-flex: 0 0 16.66666667%;
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333333%;
  -ms-flex: 0 0 33.33333333%;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66666667%;
  -ms-flex: 0 0 41.66666667%;
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333333%;
  -ms-flex: 0 0 58.33333333%;
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66666667%;
  -ms-flex: 0 0 66.66666667%;
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333333%;
  -ms-flex: 0 0 83.33333333%;
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66666667%;
  -ms-flex: 0 0 91.66666667%;
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
@media (min-width: 480px) {
  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333333%;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666667%;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66666667%;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333333%;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66666667%;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333333%;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66666667%;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333333%;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666667%;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66666667%;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333333%;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66666667%;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333333%;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66666667%;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333333%;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666667%;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66666667%;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333333%;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66666667%;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333333%;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66666667%;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333333%;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666667%;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66666667%;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333333%;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66666667%;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333333%;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66666667%;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1600px) {
  .col-xxl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333333%;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666667%;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66666667%;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333333%;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66666667%;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333333%;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66666667%;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 479.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1599.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.show {
  display: block;
}
tr.collapse.show {
  display: table-row;
}
tbody.collapse.show {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after {
  margin-left: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
.modal-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 480px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}
.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}
.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}
.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  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;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #007bff !important;
}
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #007bff !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 480px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
    visibility: visible !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1600px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -webkit-justify-content: space-around !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -webkit-align-content: flex-start !important;
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -webkit-align-content: flex-end !important;
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -webkit-align-content: center !important;
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -webkit-align-content: space-between !important;
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -webkit-align-content: space-around !important;
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -webkit-align-content: stretch !important;
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -webkit-align-self: auto !important;
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -webkit-align-self: flex-start !important;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -webkit-align-self: flex-end !important;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -webkit-align-self: baseline !important;
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -webkit-align-self: stretch !important;
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 480px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1600px) {
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xxl-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xxl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 480px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1600px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only, #skip-start {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 480px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1600px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 480px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1600px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-black {
  color: #000 !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.link-trans {
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.link-hover:hover, .link-hover:focus {
  text-decoration: underline;
}
.link-hover-underline {
  text-decoration: underline;
}
.link-hover-underline:hover, .link-hover-underline:focus {
  text-decoration: none;
}
.ext-link:after, .ckec a[target="_blank"]:after {
  content: "\e903";
}
.reset-list, .triangle-list, .circle-list, .ckec ul:not([style*="list-style-type"]):not([class]), .arrow-list, .inline-arrow-list, .line-list, .list-order-no, .list-number, .list-order-roman, .ckec ol[style*="lower-alpha"], .seperate-list, .bold-dot-list, .hashtag-list, .ev-blk__list, .pose-blk__point, .mn__list--1, .mn__list--2, .mn__list--3, .mn__list--4, .breadcrumb, .ckec ol:not([style*="list-style-type"]):not([class]) {
  margin: 0;
  padding: 0;
  list-style: none !important;
}
.triangle-list > li {
  position: relative;
  margin: 0.75em 0;
  padding: 0 0 0 1.375em !important;
}
.triangle-list > li:before {
  position: absolute;
  top: .44em;
  left: 0.125em !important;
  width: 0 !important;
  height: 0 !important;
  content: "";
  border-width: 0.28125em 0 0.28125em 0.375em;
  border-style: solid;
  border-color: transparent transparent transparent currentColor;
  border-radius: 0 !important;
  background: transparent !important;
}
.circle-list > li, .ckec ul:not([style*="list-style-type"]):not([class]) > li {
  position: relative;
  padding: 0 0 0 0.66666667em;
  margin-bottom: 0.44444444em;
}
.circle-list > li:before, .ckec ul:not([style*="list-style-type"]):not([class]) > li:before {
  position: absolute;
  top: 0.55555556em;
  left: 0.16666667em;
  width: 0.16666667em;
  height: 0.16666667em;
  content: "";
  border-radius: 50%;
  background: currentColor;
}
.circle-list--less-margin > li {
  margin-bottom: 0.22222222em;
}
.arrow-list, .inline-arrow-list {
  margin: 1em 0;
}
.arrow-list > li, .inline-arrow-list > li {
  position: relative;
  padding: 0 0 0 1.71428571em;
}
.arrow-list > li a, .inline-arrow-list > li a {
  font-weight: 700;
  text-decoration: none;
  color: currentColor;
}
.arrow-list > li a:hover, .inline-arrow-list > li a:hover, .arrow-list > li a:focus, .inline-arrow-list > li a:focus {
  text-decoration: underline;
}
.arrow-list > li:before, .inline-arrow-list > li:before {
  font-weight: 700;
  position: absolute;
  top: -.1em;
  left: 0;
  content: "\e904";
  color: currentColor;
}
.line-list {
  margin: 1em 0;
}
.line-list > li {
  position: relative;
  padding: 0 0 0 1.25em;
}
.line-list > li:before {
  height: 1px;
  width: 0.75em;
  content: '';
  top: 50%;
  left: 0.25em;
  background: #ddd;
  position: absolute;
}
.inline-arrow-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.inline-arrow-list > li {
  margin: 0 1em;
}
.list-order-no {
  counter-reset: item;
}
.list-order-no > li:before {
  content: counters(item, ".") ".";
  counter-increment: item;
}
.list-order-no[start="1"] {
  counter-reset: item 0;
}
.list-order-no[start="2"] {
  counter-reset: item 1;
}
.list-order-no[start="3"] {
  counter-reset: item 2;
}
.list-order-no[start="4"] {
  counter-reset: item 3;
}
.list-order-no[start="5"] {
  counter-reset: item 4;
}
.list-order-no[start="6"] {
  counter-reset: item 5;
}
.list-order-no[start="7"] {
  counter-reset: item 6;
}
.list-order-no[start="8"] {
  counter-reset: item 7;
}
.list-order-no[start="9"] {
  counter-reset: item 8;
}
.list-order-no[start="10"] {
  counter-reset: item 9;
}
.list-order-no[start="11"] {
  counter-reset: item 10;
}
.list-order-no[start="12"] {
  counter-reset: item 11;
}
.list-order-no[start="13"] {
  counter-reset: item 12;
}
.list-order-no[start="14"] {
  counter-reset: item 13;
}
.list-order-no[start="15"] {
  counter-reset: item 14;
}
.list-order-no[start="16"] {
  counter-reset: item 15;
}
.list-order-no[start="17"] {
  counter-reset: item 16;
}
.list-order-no[start="18"] {
  counter-reset: item 17;
}
.list-order-no[start="19"] {
  counter-reset: item 18;
}
.list-order-no[start="20"] {
  counter-reset: item 19;
}
.list-order-no[start="21"] {
  counter-reset: item 20;
}
.list-order-no[start="22"] {
  counter-reset: item 21;
}
.list-order-no[start="23"] {
  counter-reset: item 22;
}
.list-order-no[start="24"] {
  counter-reset: item 23;
}
.list-order-no[start="25"] {
  counter-reset: item 24;
}
.list-order-no[start="26"] {
  counter-reset: item 25;
}
.list-order-no[start="27"] {
  counter-reset: item 26;
}
.list-order-no[start="28"] {
  counter-reset: item 27;
}
.list-order-no[start="29"] {
  counter-reset: item 28;
}
.list-order-no[start="30"] {
  counter-reset: item 29;
}
.list-order-no[start="31"] {
  counter-reset: item 30;
}
.list-order-no[start="32"] {
  counter-reset: item 31;
}
.list-order-no[start="33"] {
  counter-reset: item 32;
}
.list-order-no[start="34"] {
  counter-reset: item 33;
}
.list-order-no[start="35"] {
  counter-reset: item 34;
}
.list-order-no[start="36"] {
  counter-reset: item 35;
}
.list-order-no[start="37"] {
  counter-reset: item 36;
}
.list-order-no[start="38"] {
  counter-reset: item 37;
}
.list-order-no[start="39"] {
  counter-reset: item 38;
}
.list-order-no[start="40"] {
  counter-reset: item 39;
}
.list-order-no[start="41"] {
  counter-reset: item 40;
}
.list-order-no[start="42"] {
  counter-reset: item 41;
}
.list-order-no[start="43"] {
  counter-reset: item 42;
}
.list-order-no[start="44"] {
  counter-reset: item 43;
}
.list-order-no[start="45"] {
  counter-reset: item 44;
}
.list-order-no[start="46"] {
  counter-reset: item 45;
}
.list-order-no[start="47"] {
  counter-reset: item 46;
}
.list-order-no[start="48"] {
  counter-reset: item 47;
}
.list-order-no[start="49"] {
  counter-reset: item 48;
}
.list-order-no[start="50"] {
  counter-reset: item 49;
}
.list-order-no[start="51"] {
  counter-reset: item 50;
}
.list-order-no[start="52"] {
  counter-reset: item 51;
}
.list-order-no[start="53"] {
  counter-reset: item 52;
}
.list-order-no[start="54"] {
  counter-reset: item 53;
}
.list-order-no[start="55"] {
  counter-reset: item 54;
}
.list-order-no[start="56"] {
  counter-reset: item 55;
}
.list-order-no[start="57"] {
  counter-reset: item 56;
}
.list-order-no[start="58"] {
  counter-reset: item 57;
}
.list-order-no[start="59"] {
  counter-reset: item 58;
}
.list-order-no[start="60"] {
  counter-reset: item 59;
}
.list-number {
  counter-reset: item;
}
.list-number > li {
  padding: 0 0 0 1.625em;
  position: relative;
}
.list-number > li:before {
  content: "(" counters(item, "") ")";
  counter-increment: item;
  position: absolute;
  left: 0;
  top: -0.0625em;
}
.list-number[start="1"] {
  counter-reset: item 0;
}
.list-number[start="2"] {
  counter-reset: item 1;
}
.list-number[start="3"] {
  counter-reset: item 2;
}
.list-number[start="4"] {
  counter-reset: item 3;
}
.list-number[start="5"] {
  counter-reset: item 4;
}
.list-number[start="6"] {
  counter-reset: item 5;
}
.list-number[start="7"] {
  counter-reset: item 6;
}
.list-number[start="8"] {
  counter-reset: item 7;
}
.list-number[start="9"] {
  counter-reset: item 8;
}
.list-number[start="10"] {
  counter-reset: item 9;
}
.list-number[start="11"] {
  counter-reset: item 10;
}
.list-number[start="12"] {
  counter-reset: item 11;
}
.list-number[start="13"] {
  counter-reset: item 12;
}
.list-number[start="14"] {
  counter-reset: item 13;
}
.list-number[start="15"] {
  counter-reset: item 14;
}
.list-number[start="16"] {
  counter-reset: item 15;
}
.list-number[start="17"] {
  counter-reset: item 16;
}
.list-number[start="18"] {
  counter-reset: item 17;
}
.list-number[start="19"] {
  counter-reset: item 18;
}
.list-number[start="20"] {
  counter-reset: item 19;
}
.list-number[start="21"] {
  counter-reset: item 20;
}
.list-number[start="22"] {
  counter-reset: item 21;
}
.list-number[start="23"] {
  counter-reset: item 22;
}
.list-number[start="24"] {
  counter-reset: item 23;
}
.list-number[start="25"] {
  counter-reset: item 24;
}
.list-number[start="26"] {
  counter-reset: item 25;
}
.list-number[start="27"] {
  counter-reset: item 26;
}
.list-number[start="28"] {
  counter-reset: item 27;
}
.list-number[start="29"] {
  counter-reset: item 28;
}
.list-number[start="30"] {
  counter-reset: item 29;
}
.list-number[start="31"] {
  counter-reset: item 30;
}
.list-number[start="32"] {
  counter-reset: item 31;
}
.list-number[start="33"] {
  counter-reset: item 32;
}
.list-number[start="34"] {
  counter-reset: item 33;
}
.list-number[start="35"] {
  counter-reset: item 34;
}
.list-number[start="36"] {
  counter-reset: item 35;
}
.list-number[start="37"] {
  counter-reset: item 36;
}
.list-number[start="38"] {
  counter-reset: item 37;
}
.list-number[start="39"] {
  counter-reset: item 38;
}
.list-number[start="40"] {
  counter-reset: item 39;
}
.list-order-roman, .ckec ol[style*="lower-alpha"] {
  counter-reset: lists;
}
.list-order-roman > li:before, .ckec ol[style*="lower-alpha"] > li:before {
  content: counter(lists, lower-alpha) ")";
  counter-increment: lists;
}
.list-order-roman[start="1"], .ckec ol[start="1"][style*="lower-alpha"] {
  counter-reset: lists 0;
}
.list-order-roman[start="2"], .ckec ol[start="2"][style*="lower-alpha"] {
  counter-reset: lists 1;
}
.list-order-roman[start="3"], .ckec ol[start="3"][style*="lower-alpha"] {
  counter-reset: lists 2;
}
.list-order-roman[start="4"], .ckec ol[start="4"][style*="lower-alpha"] {
  counter-reset: lists 3;
}
.list-order-roman[start="5"], .ckec ol[start="5"][style*="lower-alpha"] {
  counter-reset: lists 4;
}
.list-order-roman[start="6"], .ckec ol[start="6"][style*="lower-alpha"] {
  counter-reset: lists 5;
}
.list-order-roman[start="7"], .ckec ol[start="7"][style*="lower-alpha"] {
  counter-reset: lists 6;
}
.list-order-roman[start="8"], .ckec ol[start="8"][style*="lower-alpha"] {
  counter-reset: lists 7;
}
.list-order-roman[start="9"], .ckec ol[start="9"][style*="lower-alpha"] {
  counter-reset: lists 8;
}
.list-order-roman[start="10"], .ckec ol[start="10"][style*="lower-alpha"] {
  counter-reset: lists 9;
}
.list-order-roman[start="11"], .ckec ol[start="11"][style*="lower-alpha"] {
  counter-reset: lists 10;
}
.list-order-roman[start="12"], .ckec ol[start="12"][style*="lower-alpha"] {
  counter-reset: lists 11;
}
.list-order-roman[start="13"], .ckec ol[start="13"][style*="lower-alpha"] {
  counter-reset: lists 12;
}
.list-order-roman[start="14"], .ckec ol[start="14"][style*="lower-alpha"] {
  counter-reset: lists 13;
}
.list-order-roman[start="15"], .ckec ol[start="15"][style*="lower-alpha"] {
  counter-reset: lists 14;
}
.list-order-roman[start="16"], .ckec ol[start="16"][style*="lower-alpha"] {
  counter-reset: lists 15;
}
.list-order-roman[start="17"], .ckec ol[start="17"][style*="lower-alpha"] {
  counter-reset: lists 16;
}
.list-order-roman[start="18"], .ckec ol[start="18"][style*="lower-alpha"] {
  counter-reset: lists 17;
}
.list-order-roman[start="19"], .ckec ol[start="19"][style*="lower-alpha"] {
  counter-reset: lists 18;
}
.list-order-roman[start="20"], .ckec ol[start="20"][style*="lower-alpha"] {
  counter-reset: lists 19;
}
.list-order-roman[start="21"], .ckec ol[start="21"][style*="lower-alpha"] {
  counter-reset: lists 20;
}
.list-order-roman[start="22"], .ckec ol[start="22"][style*="lower-alpha"] {
  counter-reset: lists 21;
}
.list-order-roman[start="23"], .ckec ol[start="23"][style*="lower-alpha"] {
  counter-reset: lists 22;
}
.list-order-roman[start="24"], .ckec ol[start="24"][style*="lower-alpha"] {
  counter-reset: lists 23;
}
.list-order-roman[start="25"], .ckec ol[start="25"][style*="lower-alpha"] {
  counter-reset: lists 24;
}
.list-order-roman[start="26"], .ckec ol[start="26"][style*="lower-alpha"] {
  counter-reset: lists 25;
}
.list-order-roman[start="27"], .ckec ol[start="27"][style*="lower-alpha"] {
  counter-reset: lists 26;
}
.list-order-roman[start="28"], .ckec ol[start="28"][style*="lower-alpha"] {
  counter-reset: lists 27;
}
.list-order-roman[start="29"], .ckec ol[start="29"][style*="lower-alpha"] {
  counter-reset: lists 28;
}
.list-order-roman[start="30"], .ckec ol[start="30"][style*="lower-alpha"] {
  counter-reset: lists 29;
}
.seperate-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.2;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.3125em 0;
}
.seperate-list__item {
  margin: 0.3125em 3em 0.3125em 0;
  white-space: nowrap;
  position: relative;
  text-align: center;
}
.seperate-list__item:after {
  position: absolute;
  content: '';
  height: 0.9375em;
  width: 1px;
  background-color: currentColor;
  margin: -0.5em 0 0;
  right: -1.5em;
  top: 50%;
}
.seperate-list__item:last-child {
  margin-right: 0;
}
.seperate-list__item:last-child:after {
  display: none;
}
.seperate-list__link {
  text-decoration: none;
}
.seperate-list__link:hover, .seperate-list__link:focus {
  text-decoration: underline;
}
.bold-dot-list {
  font-size: 1.125rem;
}
.bold-dot-list > li {
  position: relative;
  padding: 0 0 0 0.66666667em;
  margin-bottom: 0.44444444em;
}
.bold-dot-list > li:before {
  position: absolute;
  top: 0.55555556em;
  left: 0.16666667em;
  width: 0.16666667em;
  height: 0.16666667em;
  content: "";
  border-radius: 50%;
  background: currentColor;
}
.bold-dot-list--less-margin > li {
  margin-bottom: 0.22222222em;
}
@media (max-width: 991.98px) {
  .bold-dot-list {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  .bold-dot-list {
    font-size: 0.875rem;
  }
}
@media (max-width: 479.98px) {
  .bold-dot-list {
    font-size: 4vw;
  }
}
.img-zoom-link:hover img, .img-zoom-link:focus img {
  -webkit-transform: scale(1.05) translate3d(0, 0, 0.1px);
  transform: scale(1.05) translate3d(0, 0, 0.1px);
}
.img--abs-wrap {
  position: relative;
}
.img--abs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.shine-wrap {
  position: relative;
  overflow: hidden;
  display: block;
}
.shine-wrap:before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: -95%;
  display: block;
  width: 50%;
  height: 100%;
  content: "";
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
}
.shine-wrap:hover:before, .shine-wrap:focus:before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
@-webkit-keyframes animationDownUpInf {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 0.18em);
    transform: translate(0, 0.18em);
  }
}
@keyframes animationDownUpInf {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 0.18em);
    transform: translate(0, 0.18em);
  }
}
@-webkit-keyframes flipping {
  85% {
    -webkit-transform: rotateY(410deg);
    transform: rotateY(410deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes flipping {
  85% {
    -webkit-transform: rotateY(410deg);
    transform: rotateY(410deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@-webkit-keyframes resetSpin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes resetSpin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/**
 * ----------------------------------------
 * animation rotate-center
 * ----------------------------------------
 */
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*
.modal.flip {
  perspective: 1000px;
   .modal-dialog {
    transform-origin: center top;

   }

   &.show {
    .modal-dialog {
      @include animationFlipDown;
      opacity: 1;
    }
   }
  }
*/
@-webkit-keyframes flipDown {
  0% {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: rotateX(-25deg);
    transform: rotateX(-25deg);
  }
  75% {
    -webkit-transform: rotateX(12deg);
    transform: rotateX(12deg);
  }
  90% {
    -webkit-transform: rotateX(-6deg);
    transform: rotateX(-6deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipDown {
  0% {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: rotateX(-25deg);
    transform: rotateX(-25deg);
  }
  75% {
    -webkit-transform: rotateX(12deg);
    transform: rotateX(12deg);
  }
  90% {
    -webkit-transform: rotateX(-6deg);
    transform: rotateX(-6deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
.scale-up-tt {
  -webkit-animation: scale-up-tt 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: scale-up-tt 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
@-webkit-keyframes scale-up-tt {
  0% {
    -webkit-transform: scale(0.5) translate(1em, 0);
    transform: scale(0.5) translate(1em, 0);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    opacity: 1;
  }
}
@keyframes scale-up-tt {
  0% {
    -webkit-transform: scale(0.5) translate(1em, 0);
    transform: scale(0.5) translate(1em, 0);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    opacity: 1;
  }
}
.rtl {
  -webkit-animation: rtlani .43s ease 0s 1 normal forwards;
  animation: rtlani .43s ease 0s 1 normal forwards;
}
@-webkit-keyframes rtlani {
  0% {
    -webkit-transform: translate(1em, 0);
    transform: translate(1em, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes rtlani {
  0% {
    -webkit-transform: translate(1em, 0);
    transform: translate(1em, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
.scaleFlash {
  -webkit-animation: scaleFlash  .6s ease-out 0s 1 normal forwards;
  animation: scaleFlash  .6s ease-out 0s 1 normal forwards;
}
@-webkit-keyframes scaleFlash {
  0% {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scale(0.3, 1);
    transform: scale(0.3, 1);
    opacity: .4;
    height: auto;
    width: auto;
  }
  100% {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
    height: auto;
    width: auto;
  }
}
@keyframes scaleFlash {
  0% {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scale(0.3, 1);
    transform: scale(0.3, 1);
    opacity: .4;
    height: auto;
    width: auto;
  }
  100% {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
    height: auto;
    width: auto;
  }
}
@-webkit-keyframes smallflash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes smallflash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.t-center {
  text-align: center !important;
}
.dropdown-menu {
  display: block;
  visibility: hidden;
  margin: 0.625rem 0 0;
  -webkit-transition-property: margin, opacity, visibility;
  transition-property: margin, opacity, visibility;
  opacity: 0;
  border: 0;
  border-radius: 0;
  top: calc(100% - 1px);
  z-index: 20;
}
.show > .dropdown-menu {
  visibility: visible;
  margin: 0;
  opacity: 1;
}
.dropdown-menu > li > a {
  color: inherit;
}
.dropdown-toggle:after {
  display: none;
}
.dropdown-cloud {
  font-size: 1rem;
  border-radius: 0.5em;
  background: #FFF;
  box-shadow: 0 0.3125em 0.625em 0 rgba(0, 0, 0, 0.25);
}
.share-blk__soc-list .dropdown-cloud img{display:block;width:90px;min-width:90px;}
.dropdown-cloud .sm-icon-blk__text-top{margin-left: -15px;margin-right: -15px;}
.dropdown-cloud__inner {
  padding: 0.9375em;
}
.dropdown-cloud__title {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 0 0.27777778em;
  text-align: center;
  color: #52328c;
}
.dropdown-cloud__close {
  font-weight: 700;
  position: absolute;
  top: 0.9375em;
  right: 0.9375em;
  color: #686868;
  font-size: 20px;
}
.modal-backdrop.show {
  opacity: .8;
}
input {
  border-radius: 0;
  box-sizing: border-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
textarea {
  resize: none;
}
.rc--checkbox, .checkbox-input,
.rc--radio,
.radio-input {
  position: absolute;
  opacity: 0;
}
.rc--checkbox + span, .checkbox-input + span,
.rc--radio + span,
.radio-input + span {
  font-size: inherit;
  line-height: 1.3;
  position: relative;
  display: block;
  padding: .15em 0 0 1.8em;
  word-break: break-word;
}
.rc--checkbox + span:after, .checkbox-input + span:after,
.rc--radio + span:after,
.radio-input + span:after {
  position: absolute;
  top: 0.125em;
  left: 0;
  width: 1.125em;
  height: 1.125em;
  content: "";
  border: 1px solid #e1e1e1;
  background: #fefefe;
  border-radius: 0.25em;
}
.rc--checkbox + span:before, .checkbox-input + span:before,
.rc--radio + span:before,
.radio-input + span:before {
  position: absolute;
  z-index: 2;
  visibility: hidden;
  overflow: hidden;
  content: "";
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
}
.rc--checkbox + span:before, .checkbox-input + span:before, .rc--checkbox + span:after, .checkbox-input + span:after,
.rc--radio + span:before,
.radio-input + span:before,
.rc--radio + span:after,
.radio-input + span:after {
  cursor: pointer;
}
.rc--checkbox:disabled + span:before, .checkbox-input:disabled + span:before, .rc--checkbox:disabled + span:after, .checkbox-input:disabled + span:after,
.rc--radio:disabled + span:before,
.radio-input:disabled + span:before,
.rc--radio:disabled + span:after,
.radio-input:disabled + span:after {
  opacity: .4;
}
.rc--checkbox:checked + span:before, .checkbox-input:checked + span:before,
.rc--radio:checked + span:before,
.radio-input:checked + span:before {
  visibility: visible;
  opacity: 1;
}
.rc--checkbox:focus + span:after, .checkbox-input:focus + span:after,
.rc--radio:focus + span:after,
.radio-input:focus + span:after {
  outline: auto 2px Highlight;
  outline: auto 5px -webkit-focus-ring-color;
}
.rc--checkbox + span:before, .checkbox-input + span:before {
  top: 0.1875em;
  left: 0;
  width: 0;
  width: 1em;
  height: 1em;
  content: "\e91f";
  color: #000;
}
.rc--checkbox:checked + span:before, .checkbox-input:checked + span:before {
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}
.rc--radio + span:after,
.radio-input + span:after {
  border-radius: 50%;
}
.rc--radio + span:before,
.radio-input + span:before {
  top: 0.3125em;
  left: 0;
  width: 0.875em;
  height: 0.875em;
  border-radius: 50%;
  background-color: #000;
}
.rc--radio:checked + span:before,
.radio-input:checked + span:before {
  -webkit-transform: scale(0.55);
  -ms-transform: scale(0.55);
  transform: scale(0.55);
}
.rc, .option-group {
  position: relative;
}
.rc__label {
  font-size: inherit;
  line-height: 1.1;
  display: inline-block;
  margin: 0 2.2em 1.3em 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.rc__itm--lessspace .rc__label {
  margin-bottom: .8em;
}
.rc__label--margin {
  margin: 0 1.8em 0 0;
}
.rc--sm {
  font-size: 0.875em;
}
.rc--inline .rc__itm, .option-group .rc__itm, .rc--inline .radio-option, .option-group .radio-option,
.rc--inline .checkbox-option,
.option-group .checkbox-option {
  display: inline-block;
  vertical-align: middle;
}
.rc__itm--others > .rc__label {
  display: inline-block;
  margin-right: .8em;
  vertical-align: middle;
}
.rc__others-container {
  display: block;
  margin: -.7em 0 1.7em 2em;
}
.form-control {
  width: 100%;
  height: 2.8125em;
  padding: 0 0.9375em;
  line-height: 2.8125em;
  font-size: 1em;
  border: 1px solid #f3f3f3;
  text-align: left;
  background: #FFF;
  color: currentColor;
  border-radius: 0.375em;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.form-control[disabled][type="text"], .form-control[disabled][type="password"], .form-control[disabled][type="tel"], .form-control[disabled][type="email"], .form-control[disabled][type="search"] {
  opacity: 1;
  background-color: #EAEAEA;
}
.form-control[type="number"]::-webkit-outer-spin-button, .form-control[type="number"]::-webkit-inner-spin-button {
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
}
.form-control::-webkit-input-placeholder {
  font-style: normal;
}
.form-control:-ms-input-placeholder {
  font-style: normal;
}
.form-control::-ms-input-placeholder {
  font-style: normal;
}
.form-control::placeholder {
  font-style: normal;
}
.form-control--ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.form-wrap {
  font-size: 0.875rem;
  margin: 0 0 1.42857143em;
  padding: 2.5em 3em;
  background: #FFF;
}
@media (max-width: 991.98px) {
  .form-wrap {
    font-size: 0.75rem;
    padding: 20px 20px;
  }
}
.form-engine {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.71428571em;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form-new-line {
  clear: both;
  width: 100%;
}
.form-control {
  width: 100%;
  height: 2.8125em;
  padding: 0 0.9375em;
  line-height: 2.8125em;
  font-size: 1em;
  border: 1px solid #f3f3f3;
  text-align: left;
  background: #FFF;
  color: currentColor;
  border-radius: 0.375em;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #686868;
  border-color: #FFF;
  background: #FFF;
}
.form-control[disabled][type="text"], .form-control[disabled][type="password"], .form-control[disabled][type="tel"], .form-control[disabled][type="email"], .form-control[disabled][type="search"] {
  opacity: 1;
  background-color: #EAEAEA;
}
.form-control[type="number"]::-webkit-outer-spin-button, .form-control[type="number"]::-webkit-inner-spin-button {
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
}
.form-control::-webkit-input-placeholder {
  font-style: normal;
}
.form-control:-ms-input-placeholder {
  font-style: normal;
}
.form-control::-ms-input-placeholder {
  font-style: normal;
}
.form-control::placeholder {
  font-style: normal;
}
.form-control--gray {
  color: #686868;
  border-color: #f3f3f3;
  background: #f3f3f3;
}
.form-control--gray:focus {
  background: #e6e6e6;
}
.form-group {
  position: relative;
  width: 100%;
  margin: 0 0 2.14285714em;
  padding: 0 0.71428571em;
}
@media (min-width: 768px) {
  .form-group {
    width: 33.33333333%;
  }
}
.form-group__label {
  font-weight: 600;
  position: relative;
  display: block;
  margin: 0 0 0.57142857em;
}
.form-group__label.sr-only, .form-group__label#skip-start {
  position: absolute;
}
.form-group__label.sr-only + .form-group__body, .form-group__label#skip-start + .form-group__body {
  margin-top: -0.57142857em;
}
.form-group--block {
  width: 100%;
}
.form-group--btn {
  width: 100%;
}
@media (min-width: 480px) {
  .form-group--btn {
    text-align: right;
  }
}
.form-group--btn .btn--form {
  font-weight: 700;
}
@media (max-width: 479.98px) {
  .form-group--btn .btn--form {
    margin-right: 0.42857143em;
  }
}
@media (min-width: 480px) {
  .form-group--btn .btn--form {
    margin-left: 0.42857143em;
  }
}
.form-group--mandatory .form-group__label {
  padding-left: 0.85714286em;
}
.form-group .mandatory {
  position: absolute;
  top: 0;
  left: 0;
}
.form-wrap .error-message,
.form-wrap label.with-errors.text-danger {
  font-size: 0.75rem;
  margin: 0.25em 0 0;
}
textarea.form-control {
  line-height: 1.4;
  height: 13em;
  padding-top: 1em;
  padding-bottom: 1em;
  resize: none;
}
.form-remark p {
  position: relative;
}
.checkbox.hide {
  display: none;
}
.radio-option,
.checkbox-option {
  margin: 0.28571429em 3.21428571em 0.28571429em 0;
}
.radio-option:focus-within,
.checkbox-option:focus-within {
  outline: -webkit-focus-ring-color auto 5px;
}
.badge {
  font-size: 0.75rem;
  display: inline-block;
  margin: 0 0 0.66666667em;
  padding: 0.33333333em 1em;
  cursor: default;
  background: #ECECEC;
}
.form-control.textarea-input {
  height: 13em;
  padding-top: 1em;
  padding-bottom: 1em;
  resize: none;
}
.form-control--bold {
  font-weight: 600;
}
.form-control:disabled, .form-control[readonly] {
  color: #c5c5c5;
}
.form-top {
  font-size: 0.875em;
  line-height: 1.45454545;
  margin: 0 0 0.72727273em;
}
.form-control-dropdown__btn {
  padding-right: 2.1875em;
}
.form-control-dropdown__btn:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'wico' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 0.9375em;
  width: 0;
  height: 0;
  margin: -0.1875em 0 0;
  content: "";
  opacity: .8;
  border-width: 0.4375em 0.3125em 0 0.3125em;
  border-style: solid;
  border-color: currentColor transparent transparent transparent;
}
.form-control-dropdown__dropdown {
  overflow: hidden;
  margin: 0.25em 0 0 !important;
  padding: 0;
  border-radius: 0.625em;
  box-shadow: 0 0.3125em 0.875em 0em rgba(0, 0, 0, 0.12);
}
@media (max-width: 991.98px) {
  .form-control-dropdown__dropdown {
    font-size: 0.875rem;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .form-control-dropdown__dropdown {
    overflow-y: auto;
    max-height: 45vh;
  }
}
@media (max-width: 479.98px) {
  .form-control-dropdown__dropdown {
    font-size: 4vw;
  }
}
.form-control-dropdown__dropdown--right {
  right: 0;
  left: auto;
}
@media (max-width: 1199.98px) {
  .form-control-dropdown__dropdown--lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .form-control-dropdown__dropdown--wide {
    width: 41.25em;
  }
}
.form-control-dropdown__dropdown--single {
  width: 100%;
}
.form-control-dropdown__dropdown--single-w-200 {
  width: 100%;
}
@media (min-width: 992px) {
  .form-control-dropdown__dropdown--single-w-200 {
    width: 200%;
  }
}
.form-control-dropdown__inner {
  overflow-y: auto;
  max-height: 47vh;
  padding-bottom: 1.625em;
}
.compare-drop__dropdown .form-control-dropdown__inner{
  max-height: 100%;
}
@media (max-width: 767.98px) {
  .form-control-dropdown__inner {
    overflow-y: scroll;
    max-height: 30vh;
  }
}
.form-control-dropdown__inner::-webkit-scrollbar {
  -webkit-appearance: none;
}
.form-control-dropdown__inner::-webkit-scrollbar:vertical {
  width: 11px;
}
.form-control-dropdown__inner::-webkit-scrollbar:horizontal {
  height: 11px;
}
.form-control-dropdown__inner::-webkit-scrollbar-thumb {
  border: 2px solid white;
  /* should match background, can't be transparent */
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.5);
}
.form-control-dropdown__close {
  font-size: 0.8125em;
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  height: 2em;
  padding: 0.41666667em 0;
  cursor: pointer;
  text-align: center;
  background-color: #E1E1E1;
}
.form-control-dropdown__close::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'wico' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0.30769231em 0 0;
  content: "\e925";
  vertical-align: middle;
}
.form-control-dropdown__close:hover, .form-control-dropdown__close:focus {
  background-color: #D0D0D0;
}
.form-control-dropdown__option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form-control-dropdown__option--bold {
  font-weight: 700;
}
.form-control-dropdown__rc {
  font-weight: 400;
  width: 100%;
  margin: 0;
  padding: 0.375em 1.5625em;
  border-color: transparent !important;
  outline: 0 !important;
  box-shadow: none !important;
}
@media (min-width: 768px) {
  .form-control-dropdown__dropdown--wide .form-control-dropdown__rc {
    width: 50%;
    /*background: #F8F8F8;*/
  }
  .form-control-dropdown__dropdown--wide .form-control-dropdown__rc:nth-child(4n), .form-control-dropdown__dropdown--wide .form-control-dropdown__rc:nth-child(4n - 1) {
    /*background: #F8F8F8;*/
  }
}
@media (max-width: 767.98px) {
  .form-control-dropdown__dropdown--wide .form-control-dropdown__rc {
    width: 100%;
  }
  .form-control-dropdown__dropdown--wide .form-control-dropdown__rc:nth-child(2n) {
    /*background: #F8F8F8;*/
  }
}
.form-control-dropdown__dropdown--single .form-control-dropdown__rc,
.form-control-dropdown__dropdown--single-w-200 .form-control-dropdown__rc {
  width: 100%;
}
.form-control-dropdown__dropdown--single .form-control-dropdown__rc:nth-child(2n),
.form-control-dropdown__dropdown--single-w-200 .form-control-dropdown__rc:nth-child(2n) {
  background: #F8F8F8;
}
.form-control-dropdown--single .form-control-dropdown__rc {
  position: relative;
  -webkit-transform: translateZ(0.1px) perspective(0.1px);
  transform: translateZ(0.1px) perspective(0.1px);
}
.form-control-dropdown--single .form-control-dropdown__rc .option-label input + span {
  position: static;
  padding-left: 0;
}
.form-control-dropdown--single .form-control-dropdown__rc .option-label input + span::before, .form-control-dropdown--single .form-control-dropdown__rc .option-label input + span::after {
  display: none;
}
.form-control-dropdown--single .form-control-dropdown__rc .option-label input + span::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  visibility: inherit;
  width: auto;
  height: auto;
  content: "";
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 0;
  background: #F4F4F4;
}
.theme-color.theme-color--type1 .form-control-dropdown--single .form-control-dropdown__rc .option-label input + span::before {
  background: #52328c;
}
.theme-color.theme-color--type2 .form-control-dropdown--single .form-control-dropdown__rc .option-label input + span::before {
  background: #1d754d;
}
.theme-color.theme-color--type3 .form-control-dropdown--single .form-control-dropdown__rc .option-label input + span::before {
  background: #1e6cb1;
}
.theme-color.theme-color--type5 .form-control-dropdown--single .form-control-dropdown__rc .option-label input + span::before {
  background: #7d337e;
}
.theme-color.theme-color--type4 .form-control-dropdown--single .form-control-dropdown__rc .option-label input + span::before {
  background: #282877;
}
.theme-color.theme-color--type6 .form-control-dropdown--single .form-control-dropdown__rc .option-label input + span::before {
  background: #b74641;
}
.theme-color.theme-color--type7 .form-control-dropdown--single .form-control-dropdown__rc .option-label input + span::before {
  background: #2a294e;
}
.theme-color.theme-color--type8 .form-control-dropdown--single .form-control-dropdown__rc .option-label input + span::before {
  background: #c28c39;
}
.form-control-dropdown--single .form-control-dropdown__rc .option-label input:checked + span::before {
  opacity: 1;
}
.checkbox-label {
  cursor: pointer;
}
html, body {
  -ms-overflow-style: scrollbar;
}
html.mouse-down-remove-outline *:focus, body.mouse-down-remove-outline *:focus {
  outline: 0;
}
/* 
   Table of Contents
   =============================================================================
	0   General
   =============================================================================
*/
/* 0 General 
=======================================*/
#skip-to-content {
  font-size: 20px;
  font-size: 1.25rem;
  position: absolute;
  top: -9999px;
  display: block;
  overflow: hidden;
  height: 0;
  padding: 15px 20px;
  text-align: center;
  color: #333;
  color: #000;
  background: #EFEFEF;
}
#skip-to-content:focus {
  position: fixed;
  z-index: 888;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  text-decoration: underline;
}
.query-crt {
  display: none;
  position: absolute;
  visibility: hidden;
}
@media (max-width: 479.98px) {
  .query-crt-xs {
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 767.98px) {
  .query-crt-sm {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .query-crt-md {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .query-crt-lg {
    display: block;
  }
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  .query-crt-xl {
    display: block;
  }
}
@media (min-width: 1600px) {
  .query-crt-xxl {
    display: block;
  }
}
.css-transitions-only-after-page-load * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
.tableWrapper {
  overflow-y: hidden;
  position: relative;
  -webkit-overflow-scrolling: auto;
}
.isIOS .tableWrapper {
  overflow-x: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}
@-webkit-keyframes passing {
  0% {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
}
@keyframes passing {
  0% {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
}
.faa-passing.animated {
  -webkit-animation: passing 1s linear infinite;
  animation: passing 1s linear infinite;
}
.tableWrapperOuter {
  position: relative;
}
.tableWrapperOuter:after {
  right: 0;
}
.tableWrapperOuter.rightEnd:before, .tableWrapperOuter.rightEnd:after {
  display: none;
}
.sitesearch {
  position: relative;
}
.sitesearch__input {
  width: calc(100% - 6em);
  height: 1.6em;
  margin: .2em 0 0;
  padding: 0 15px;
  border: none;
  background: transparent;
  font-size: 0.875rem;
  border-bottom: 1px solid #e7e7e7;
}
.sitesearch__btn, .sitesearch__close {
  margin: 0 0 0 .3em;
  vertical-align: middle;
}
.sitesearch__close {
  right: 10px;
}
.sitesearch__wrap {
  position: absolute;
  z-index: 3;
  top: 100%;
  right: 0;
  min-width: 200px;
  visibility: hidden;
  height: 100%;
  padding: .3em .5em;
  -webkit-transform: translate3d(1em, -0.5em, -1em);
  transform: translate3d(1em, -0.5em, -1em);
  opacity: 0;
  color: currentColor;
  background: #fff;
}
.js-active .sitesearch__wrap {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.at-svc-compact .at-icon-wrapper {
  position: relative;
  color: #FFF;
  background: #0072BC !important;
}
.at-svc-compact .at-icon-wrapper:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'wico' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -.5em 0 0 -.5em;
  content: "\e924";
}
.at-svc-compact svg {
  visibility: hidden !important;
}
.at-share-dock.atss {
  box-shadow: none !important;
}
#at4-share,
#at4-soc {
  top: 50% !important;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (min-width: 768px) {
  .addthis-smartlayers-mobile {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .addthis-smartlayers-desktop {
    display: none !important;
  }
}
.addthis_toolbox {
  font-size: 1em;
  color: #686868;
}
@media (max-width: 767.98px) {
  .addthis_toolbox {
    font-size: 1.375rem;
    color: #47aa42;
  }
}
.addthis_toolbox a {
  margin: 0 !important;
}
.page-index.page-no-scrolled:not(.js-header-active):not(.js-header-menu-opened) .addthis_toolbox {
  color: #FFF;
}
.addthis_toolbox a:hover, .addthis_toolbox a:focus {
  text-decoration: none;
}
.at-icon {
  fill: #686868 !important;
}
.at-icon-wrapper {
  background-color: rgba(0, 0, 0, 0) !important;
}
#at15s .at-icon-wrapper,
#at15s .at-icon {
  width: 1.66666667em !important;
  height: 1.66666667em !important;
}
html #at_hover.atm-s .at_bold,
html #at_hover.atm-s a {
  font-weight: 100 !important;
  color: #686868 !important;
}
.atm-f,
.at-branding-logo {
  display: none !important;
}
#at_hover.atm-s a:hover,
.atm-s a:hover,
#at_hover.atm-s a:focus,
.atm-s a:focus {
  text-decoration: none;
  color: #FFF !important;
  background: #2095F0;
}
#at_hover.atm-s a:hover .at_bold, #at_hover.atm-s a:hover a,
.atm-s a:hover .at_bold,
.atm-s a:hover a,
#at_hover.atm-s a:focus .at_bold,
#at_hover.atm-s a:focus a,
.atm-s a:focus .at_bold,
.atm-s a:focus a {
  color: #FFF !important;
}
#at_hover.atm-s a:hover .at-icon,
.atm-s a:hover .at-icon,
#at_hover.atm-s a:focus .at-icon,
.atm-s a:focus .at-icon {
  fill: #FFF !important;
}
html:not(.isIE-noscroll):not(.no-js) .js-reveal--uninit {
  visibility: hidden !important;
}
html:not(.isIE-noscroll):not(.no-js) .all-gov-pos__container hr.js-reveal--uninit {visibility:visible !important;}
html:not(.isIE-noscroll):not(.no-js) .js-reveal--uninit * {
  cursor: default;
}
html:not(.isIE-noscroll):not(.no-js) .js-reveal--setuped {
  visibility: visible !important;
  opacity: .05;
}
html:not(.isIE-noscroll) .cke_editable .js-reveal--uninit, html:not(.isIE-noscroll) .cke_editable .js-reveal--uninit *, html:not(.isIE-noscroll) .cke_editable .js-reveal--uninit *:before, html:not(.isIE-noscroll) .cke_editable .js-reveal--uninit *:after {
  visibility: visible !important;
}
.twitter-typeahead {
  display: block !important;
}
.tt-menu {
  position: relative !important;
  top: auto !important;
  margin: 0 1.1em;
}
.tt-suggestion {
  font-size: 1.25rem;
  margin: 0.75em 0;
  cursor: pointer;
}
.lang-tc .tt-suggestion,
.lang-sc .tt-suggestion {
  letter-spacing: 0.0625em;
}
.tt-suggestion .tt-highlight {
  color: #00853e;
}
.js-loadmore-container {
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-perspective: 1500px;
  perspective: 1500px;
}
.js-loadmore-backup {
  display: none;
}
.js-loadmore-btn-row {
  clear: both;
}
.js-loadmore-itm {
  visibility: hidden;
  -webkit-transform: translate(0, 0.3em);
  -ms-transform: translate(0, 0.3em);
  transform: translate(0, 0.3em);
  opacity: 0;
}
.js-loadmore-itm.js-loadmore-moved {
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.js-loadmore-btn {
  position: relative;
  overflow: hidden;
  -webkit-perspective: 100px;
  /* Safari 4-8 */
  perspective: 100px;
}
.js-loadmore-btn-front, .js-loadmore-btn-back {
  display: block;
}
.js-loadmore-btn.js-loadmore-loading .js-loadmore-btn-front {
  opacity: 0;
}
.js-loadmore-btn.js-loadmore-loading .js-loadmore-btn-back {
  -webkit-transform: rotateX(180deg) rotateY(180deg);
  transform: rotateX(180deg) rotateY(180deg);
  opacity: 1;
}
.js-loadmore-btn-back {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.js-loadmore-btn-back:before {
  position: absolute;
  top: 10%;
  right: 10%;
  bottom: 10%;
  left: 10%;
  content: "";
  background-size: contain;
  -webkit-animation: rotate-center .85s linear infinite both;
  animation: rotate-center .85s linear infinite both;
}
.js-mas-added {
  background-image: none;
}
.js-mas-init {
  visibility: hidden;
  opacity: 0;
  float: left;
}
.js-mas .js-mas-init {
  visibility: hidden;
  opacity: 0;
  float: left;
}
span.multiselect-native-select {
  display: block;
}
.multiselect .caret {
  display: none;
}
.multiselect-selected-text {
  display: block;
  overflow: hidden;
  width: auto;
  margin: 0;
  padding: 0;
  text-overflow: ellipsis;
}
.multiselect-container > li > a {
  display: block;
  padding: 0.21428571em 0.9375rem;
  white-space: normal;
  text-decoration: none;
}
.multiselect-container > li > a > label {
  display: block;
  padding: .2em 0;
}
.multiselect-container.dropdown-menu {
  font-size: 0.875rem;
  font-size: 1rem;
  display: none;
  width: 100%;
  min-width: 0;
  padding: 0;
  padding-top: 0;
  padding-bottom: 2.14285714em;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  border-top: 0;
}
.show .multiselect-container.dropdown-menu {
  display: block;
}
.theme-color.theme-color--type1 .multiselect-container.dropdown-menu > .active > a {
  background: #52328c;
  background: #efefef;
}
.theme-color.theme-color--type2 .multiselect-container.dropdown-menu > .active > a {
  background: #1d754d;
  background: #efefef;
}
.theme-color.theme-color--type3 .multiselect-container.dropdown-menu > .active > a {
  background: #1e6cb1;
  background: #efefef;
}
.theme-color.theme-color--type5 .multiselect-container.dropdown-menu > .active > a {
  background: #7d337e;
  background: #efefef;
}
.theme-color.theme-color--type4 .multiselect-container.dropdown-menu > .active > a {
  background: #282877;
  background: #efefef;
}
.theme-color.theme-color--type6 .multiselect-container.dropdown-menu > .active > a {
  background: #b74641;
  background: #efefef;
}
.theme-color.theme-color--type7 .multiselect-container.dropdown-menu > .active > a {
  background: #2a294e;
  background: #efefef;
}
.theme-color.theme-color--type8 .multiselect-container.dropdown-menu > .active > a {
  background: #c28c39;
  background: #efefef;
}
.js-selectBox {
  position: relative;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  color: #686868;
}
.js-selectBox input {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.js-selectBox:before,
.js-selectBox .js-selectBox-left-right-arrow:before {
  font-size: 0.875em;
  line-height: 1.2em;
  position: absolute;
  z-index: 6;
  top: 50%;
  right: 10px;
  width: 1.2em;
  height: 1.2em;
  margin: -.6em 0 0;
  content: "\e90d";
  -webkit-transform: rotate(45deg) rotate(45deg);
  -ms-transform: rotate(45deg) rotate(45deg);
  transform: rotate(45deg) rotate(45deg);
  text-align: center;
  pointer-events: none;
}
.js-selectBox.js-select-active:before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.js-selectBox.js-selectBox-disable {
  background: #EAEAEA;
}
@media (max-width: 767.98px) {
  .js-selectBox-border.js-selectBox {
    font-size: 13px;
  }
}
.js-selectBox-border.js-selectBox:before {
  width: 0;
  height: 0;
  margin-top: -0.1875em;
  content: "";
  border-width: 0.4375em 0.4375em 0 0.4375em;
  border-style: solid;
}
.js-selectBox-border.js-selectBox > select,
.js-selectBox-border.js-selectBox button.multiselect {
  font-weight: 700;
  height: 2.2em;
  padding-right: 1.7em;
}
@media (max-width: 767.98px) {
  .js-selectBox-border.js-selectBox.js-selectBox-md {
    font-size: 15px;
  }
}
.js-selectBox-center.js-selectBox > select,
.js-selectBox-center.js-selectBox button.multiselect {
  text-align: center;
}
.js-selectBox-center.js-selectBox .multiselect-container.dropdown-menu {
  text-align: center;
}
.js-selectBox-plain.js-selectBox {
  background-color: #FAFAFA;
}
.js-selectBox-single .rc--checkbox + span, .js-selectBox-single .checkbox-input + span,
.js-selectBox-single .rc--radio + span,
.js-selectBox-single .radio-input + span {
  padding: 0;
}
.js-selectBox-single .rc--checkbox + span:before, .js-selectBox-single .checkbox-input + span:before, .js-selectBox-single .rc--checkbox + span:after, .js-selectBox-single .checkbox-input + span:after,
.js-selectBox-single .rc--radio + span:before,
.js-selectBox-single .radio-input + span:before,
.js-selectBox-single .rc--radio + span:after,
.js-selectBox-single .radio-input + span:after {
  display: none;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.js-slick {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slick-default-item-total-1 .slick-dots-container {
  display: none !important;
}
.slick-dots-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  text-align: center;
}
.slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.slick-dots li {
  position: relative;
  width: 0.75rem;
  height: 0.75rem;
  margin: 0 0.75rem;
  margin-bottom: 0 !important;
  opacity: .45;
  color: #52328c;
  border: 1px solid #52328c;
  border-radius: 50%;
  background: #52328c;
  display:inline-block;
}
.slick-dots li.slick-active {
  opacity: 1;
}
.slick-dots li.slick-active button {
  visibility: hidden;
  -webkit-transform: scale(3);
  -ms-transform: scale(3);
  transform: scale(3);
  opacity: 0;
}
.slick-dots li button {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  text-indent: -80px;
  opacity: 1;
  border-radius: 50%;
  background: transparent;
}
.slick-pause-play {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 0 0.625em;
}
.slick-pause-play-btn {
  font-size: 0.75rem;
  line-height: 1;
  position: relative;
  margin: 0 0 0 0rem;
  color: #FFF;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.9);
  text-shadow:none;
}
.slick-pause {
  opacity: .75;
}
.slick-pause:before {
  content: "\e915";
}
.slick-play:before {
  content: "\e90d";
}
.theme-color.theme-color--type1 .slick-dots li {
  color: #52328c;
  border: 1px solid #52328c;
  background: #52328c;
}
.theme-color.theme-color--type1 .slick-pause-play-btn {
  color: #52328c;
}
.theme-color.theme-color--type2 .slick-dots li {
  color: #1d754d;
  border: 1px solid #1d754d;
  background: #1d754d;
}
.theme-color.theme-color--type2 .slick-pause-play-btn {
  color: #1d754d;
}
.theme-color.theme-color--type3 .slick-dots li {
  color: #1e6cb1;
  border: 1px solid #1e6cb1;
  background: #1e6cb1;
}
.theme-color.theme-color--type3 .slick-pause-play-btn {
  color: #1e6cb1;
}
.theme-color.theme-color--type5 .slick-dots li {
  color: #7d337e;
  border: 1px solid #7d337e;
  background: #7d337e;
}
.theme-color.theme-color--type5 .slick-pause-play-btn {
  color: #7d337e;
}
.theme-color.theme-color--type4 .slick-dots li {
  color: #282877;
  border: 1px solid #282877;
  background: #282877;
}
.theme-color.theme-color--type4 .slick-pause-play-btn {
  color: #282877;
}
.theme-color.theme-color--type6 .slick-dots li {
  color: #b74641;
  border: 1px solid #b74641;
  background: #b74641;
}
.theme-color.theme-color--type6 .slick-pause-play-btn {
  color: #b74641;
}
.theme-color.theme-color--type7 .slick-dots li {
  color: #2a294e;
  border: 1px solid #2a294e;
  background: #2a294e;
}
.theme-color.theme-color--type7 .slick-pause-play-btn {
  color: #2a294e;
}
.theme-color.theme-color--type8 .slick-dots li {
  color: #735322;
  border: 1px solid #735322;
  background: #735322;
}
.theme-color.theme-color--type8 .slick-pause-play-btn {
  color: #735322;
}
.slick-arrow {
  font-size: 2.875rem;
  position: absolute;
  z-index: 15;
  top: 50%;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  overflow: hidden;
  width: 1.6em;
  height: 1.6em;
  margin: -.8em 0 0;
  text-align: center;
  color: #FFF;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slick-arrow .ico-arrow-left,
.slick-arrow .ico-arrow-right {
  line-height: inherit;
  position: relative;
  z-index: 2;
}
.slick-arrow.slick-disabled {
  visibility: hidden;
  opacity: 0;
}
.slick-prev {
  left: 0;
  text-indent: -.15em;
}
.slick-next {
  right: 0;
  text-indent: .15em;
}
.js-slick-arrow-sq-group .slick-arrow {
  font-size: 16px;
  width: 1.875em;
  height: 1.75em;
  border: 1px solid #FFF;
  background: rgba(0, 0, 0, 0.3);
}
.js-slick-arrow-sq-group .slick-arrow .ico-fw {
  font-size: .9em;
}
.slick-container--arrow-outer .slick-arrow {
  color: #A5A4A4;
}
@media (max-width: 1199.98px) {
  .slick-container--arrow-outer .slick-arrow {
    font-size: 1.25rem;
    line-height: 1;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 0.09090909em 0.36363636em 0 rgba(0, 0, 0, 0.3);
  }
}
.index-slider .slick-container--arrow-outer .slick-arrow {
  color: #fff;
}
@media (max-width: 1199.98px) {
  .index-slider .slick-container--arrow-outer .slick-arrow {
    color: #A5A4A4;
  }
}
.slick-container--arrow-outer .slick-prev {
  left: -1.19565217em;
}
@media (max-width: 1199.98px) {
  .slick-container--arrow-outer .slick-prev {
    left: 0;
  }
}
.slick-container--arrow-outer .slick-next {
  right: -1.19565217em;
}
@media (max-width: 1199.98px) {
  .slick-container--arrow-outer .slick-next {
    right: 0;
  }
}
.js-slick-container--arrow-circle .slick-arrow {
  font-size: 1.25rem;
  line-height: 1;
  color: #A5A4A4;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 0.09090909em 0.36363636em 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 524.45px) {
  .js-slick-container--arrow-circle .slick-arrow {
    font-size: 1.25rem;
  }
}
.js-slick-container--arrow-circle .slick-arrow .ico-fw {
  font-size: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -.5em 0 0 -.5em;
}
.js-slick-container--arrow-circle .slick-arrow:hover, .js-slick-container--arrow-circle .slick-arrow:focus {
  opacity: 1;
}
.js-slick-container--arrow-circle .slick-arrow.slick-prev {
  left: 1em;
  text-indent: -.35em;
}
@media (max-width: 767.98px) {
  .js-slick-container--arrow-circle .slick-arrow.slick-prev {
    left: 0;
  }
}
.js-slick-container--arrow-circle .slick-arrow.slick-next {
  right: 1em;
  text-indent: -.16em;
}
@media (max-width: 767.98px) {
  .js-slick-container--arrow-circle .slick-arrow.slick-next {
    right: 0;
  }
}
.js-slick-blue-dot .slick-dots li {
  margin: 0 5px;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
.js-slick-blue-dot .slick-dots li.slick-active button {
  visibility: visible;
  -webkit-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);
  opacity: 1;
  background: #00F;
}
.slick-vertical .slick-slide {
  border: 0;
}
.js-add-pause-before .slick-dots,
.js-add-pause-before .slick-dots-container {
  display: none !important;
}
html {
  overflow-y: scroll;
}
.container {
  width: auto !important;
  max-width: 1170px;
}
.wrapper {
  position: relative;
  overflow: hidden;
  max-width: 1920px;
  min-height: 500px;
  box-shadow: 0 0 0.875em 0 rgba(0, 0, 0, 0.14);
  margin: auto;
  background-size: 100% auto;
}
.page-index .wrapper {
  background: none;
}
button {
  padding: 0;
  cursor: pointer;
  border: 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.btn {
  background: #CECECE;
}
@media (max-width: 991.98px) {
  .btn {
    font-size: 0.875rem;
  }
}
@media (max-width: 479.98px) {
  .btn:not(.search-input__submit) {
    font-size: 4vw;
  }
}
.btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 8.125em;
  min-height: 2.875em;
  padding: 0.4375em 1.5625em 0.6875em;
  text-align: center;
  text-decoration: none !important;
  color: #FFF;
  border-radius: 2em;
  border: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-shadow: inset -0.25em -0.25em rgba(0, 0, 0, 0.2);
}
.btn--square {
  font-size: 1.375rem;
  min-width: 1.81818182em;
  min-height: 1.81818182em;
  border-radius: 0.54545455em;
  padding: 0;
}
.btn--border {
  padding-bottom: 0.4375em;
  box-shadow: none;
  border: 2px solid transparent;
}
.btn--less-radius {
  border-radius: 0.375em;
}
.btn--wbg {
  background: #fff !important;
}
.btn--bold {
  font-weight: 700;
}
.btn--center {
  margin: 0 auto;
}
.btn--noshadow {
  padding-bottom: 0.4375em;
  box-shadow: none;
}
.btn--icononly {
  min-width: 0;
  min-height: 0;
  width: 2.5em;
  height: 2.5em;
  border-radius: 0.75em;
  padding: 0;
}
.btn--icononly .ico, .btn--icononly .ext-link:after, .btn--icononly .ckec a[target="_blank"]:after, .ckec .btn--icononly a[target="_blank"]:after, .btn--icononly .arrow-list > li:before, .btn--icononly .inline-arrow-list > li:before, .btn--icononly .rc--checkbox + span:before, .btn--icononly .checkbox-input + span:before, .btn--icononly .js-selectBox:before,
.btn--icononly .js-selectBox .js-selectBox-left-right-arrow:before, .js-selectBox .btn--icononly .js-selectBox-left-right-arrow:before, .btn--icononly .slick-pause-play-btn:before, .btn--icononly .breadcrumb > li:after {
  font-size: 1.375em;
}
.btn__icon {
  font-size: 1.5em;
  margin: 0 0.41666667em 0 0;
}
.btn--purple {
  color: #FFF !important;
  background-color: #7a5dae;
}
.btn--purple:hover, .btn--purple:focus {
  color: #FFF !important;
  background-color: #6d51a1;
  box-shadow: none;
}
.btn--purple.btn--wbg {
  color: #7a5dae !important;
}
.btn--purple.btn--wbg:hover, .btn--purple.btn--wbg:focus {
  color: #7a5dae !important;
}
.btn--purple.btn--border {
  border-color: #a392c2 !important;
}
.btn--purple.btn--border:hover, .btn--purple.btn--border:focus {
  border-color: #a392c2 !important;
}
.btn--blue {
  color: #FFF !important;
  background-color: #1e6cb1;
}
.btn--blue:hover, .btn--blue:focus {
  color: #FFF !important;
  background-color: #246caa;
  box-shadow: none;
}
.btn--blue.btn--wbg {
  color: #0078d3 !important;
}
.btn--blue.btn--wbg:hover, .btn--blue.btn--wbg:focus {
  color: #0078d3 !important;
}
.btn--blue.btn--border {
  border-color: #0078d3 !important;
}
.btn--blue.btn--border:hover, .btn--blue.btn--border:focus {
  border-color: #0078d3 !important;
}
.btn--blue-2 {
  color: #FFF !important;
  background-color: #1a9b9a;
}
.btn--blue-2:hover, .btn--blue-2:focus {
  color: #FFF !important;
  background-color: #168584;
  box-shadow: none;
}
.btn--blue-2.btn--wbg { color: #1a9b9a !important; }
.theme-color--type2 .btn--blue-2.btn--wbg { color: #1d754d !important; }
.theme-color--type3 .btn--blue-2.btn--wbg { color: #1e6cb1 !important; }
.theme-color--type4 .btn--blue-2.btn--wbg { color: #282877 !important; }
.theme-color--type5 .btn--blue-2.btn--wbg { color: #7d337e !important; }
.theme-color--type6 .btn--blue-2.btn--wbg { color: #b74641 !important; }
.theme-color--type7 .btn--blue-2.btn--wbg { color: #2a294e !important; }
.btn--blue-2.btn--wbg:hover, .btn--blue-2.btn--wbg:focus {
  color: #1a9b9a !important;
}

.theme-color--type2 .btn--blue-2.btn--wbg:hover,.theme-color--type2 .btn--blue-2.btn--wbg:focus { color: #1d754d !important; }
.theme-color--type3 .btn--blue-2.btn--wbg:hover,.theme-color--type3 .btn--blue-2.btn--wbg:focus { color: #1e6cb1 !important; }
.theme-color--type4 .btn--blue-2.btn--wbg:hover,.theme-color--type4 .btn--blue-2.btn--wbg:focus { color: #282877 !important; }
.theme-color--type5 .btn--blue-2.btn--wbg:hover,.theme-color--type5 .btn--blue-2.btn--wbg:focus { color: #7d337e !important; }
.theme-color--type6 .btn--blue-2.btn--wbg:hover,.theme-color--type6 .btn--blue-2.btn--wbg:focus { color: #b74641 !important; }
.theme-color--type7 .btn--blue-2.btn--wbg:hover,.theme-color--type7 .btn--blue-2.btn--wbg:focus { color: #2a294e !important; }

.btn--blue-2.btn--border {
  border-color: #1a9b9a !important;
}
.btn--blue-2.btn--border:hover, .btn--blue-2.btn--border:focus {
  border-color: #1a9b9a !important;
}
.btn--blue-3 {
  color: #FFF !important;
  background-color: #0373c6;
}
.btn--blue-3:hover, .btn--blue-3:focus {
  color: #FFF !important;
  background-color: #0364ad;
  box-shadow: none;
}
.btn--blue-3.btn--wbg {
  color: #0373c6 !important;
}
.btn--blue-3.btn--wbg:hover, .btn--blue-3.btn--wbg:focus {
  color: #0373c6 !important;
}
.btn--blue-3.btn--border {
  border-color: #c6d9e6 !important;
}
.btn--blue-3.btn--border:hover, .btn--blue-3.btn--border:focus {
  border-color: #c6d9e6 !important;
}
.btn--green {
  color: #FFF !important;
  background-color: #1d754d;
}
.btn--green:hover, .btn--green:focus {
  color: #FFF !important;
  background-color: #1b6b46;
  box-shadow: none;
}
.btn--green.btn--wbg {
  color: #1d754d !important;
}
.btn--green.btn--wbg:hover, .btn--green.btn--wbg:focus {
  color: #1d754d !important;
}
.btn--green.btn--border {
  border-color: #1d754d !important;
}
.btn--green.btn--border:hover, .btn--green.btn--border:focus {
  border-color: #1d754d !important;
}
.btn--green-2 {
  color: #FFF !important;
  background-color: #0e878c;
}
.btn--green-2:hover, .btn--green-2:focus {
  color: #FFF !important;
  background-color: #0c7175;
  box-shadow: none;
}
.btn--green-2.btn--wbg {
  color: #0e878c !important;
}
.btn--green-2.btn--wbg:hover, .btn--green-2.btn--wbg:focus {
  color: #0e878c !important;
}
.btn--green-2.btn--border {
  border-color: #0e878c !important;
}
.btn--green-2.btn--border:hover, .btn--green-2.btn--border:focus {
  border-color: #0e878c !important;
}
.btn--orange {
  color: #FFF !important;
  background-color: #c55300;
}
.btn--orange:hover, .btn--orange:focus {
  color: #FFF !important;
  background-color: #b0500b;
  box-shadow: none;
}
.btn--orange.btn--wbg {
  color: #e6670a !important;
}
.btn--orange.btn--wbg:hover, .btn--orange.btn--wbg:focus {
  color: #e6670a !important;
}
.btn--orange.btn--border {
  border-color: #f59e18 !important;
}
.btn--orange.btn--border:hover, .btn--orange.btn--border:focus {
  border-color: #f59e18 !important;
}
.btn--gray {
  color: #FFF !important;
  background-color: #767676;
}
.btn--gray:hover, .btn--gray:focus {
  color: #FFF !important;
  background-color: #686868;
  box-shadow: none;
}
.btn--gray.btn--wbg {
  color: #959595 !important;
}
.btn--gray.btn--wbg:hover, .btn--gray.btn--wbg:focus {
  color: #959595 !important;
}
.btn--gray.btn--border {
  border-color: #959595 !important;
}
.btn--gray.btn--border:hover, .btn--gray.btn--border:focus {
  border-color: #959595 !important;
}
.theme-color.theme-color--type1 .theme-color__btn {
  background-color: #52328c;
}
.theme-color.theme-color--type1 .theme-color__btn:hover, .theme-color.theme-color--type1 .theme-color__btn:focus {
  color: #fff !important;
  background-color: #472b79;
  box-shadow: none;
}
.theme-color.theme-color--type2 .theme-color__btn {
  background-color: #1d754d;
}
.theme-color.theme-color--type2 .theme-color__btn:hover, .theme-color.theme-color--type2 .theme-color__btn:focus {
  color: #fff !important;
  background-color: #1b6b46;
  box-shadow: none;
}
.theme-color.theme-color--type3 .theme-color__btn {
  background-color: #1e6cb1;
}
.theme-color.theme-color--type3 .theme-color__btn:hover, .theme-color.theme-color--type3 .theme-color__btn:focus {
  color: #fff !important;
  background-color: #246caa;
  box-shadow: none;
}
.theme-color.theme-color--type5 .theme-color__btn {
  background-color: #7d337e;
}
.theme-color.theme-color--type5 .theme-color__btn:hover, .theme-color.theme-color--type5 .theme-color__btn:focus {
  color: #fff !important;
  background-color: #5c295d;
  box-shadow: none;
}
.theme-color.theme-color--type4 .theme-color__btn {
  background-color: #282877;
}
.theme-color.theme-color--type4 .theme-color__btn:hover, .theme-color.theme-color--type4 .theme-color__btn:focus {
  color: #fff !important;
  background-color: #222264;
  box-shadow: none;
}
.theme-color.theme-color--type6 .theme-color__btn {
  background-color: #b74641;
}
.theme-color.theme-color--type6 .theme-color__btn:hover, .theme-color.theme-color--type6 .theme-color__btn:focus {
  color: #fff !important;
  background-color: #d4443d;
  box-shadow: none;
}
.theme-color.theme-color--type7 .theme-color__btn {
  background-color: #2b294f;
}
.theme-color.theme-color--type7 .theme-color__btn:hover, .theme-color.theme-color--type7 .theme-color__btn:focus {
  color: #fff !important;
  background-color: #dd4d63;
  box-shadow: none;
}
.theme-color.theme-color--type8 .theme-color__btn {
  background-color: #735322;
}
.theme-color.theme-color--type8 .theme-color__btn:hover, .theme-color.theme-color--type8 .theme-color__btn:focus {
  color: #fff !important;
  background-color: #5f451c;
  box-shadow: none;
}
.btn-row {
  margin: 0.5em -0.3125em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.btn-row .btn {
  margin: 5px;
}
.btn-row--center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.bottom-btn-row {
  margin: 0.9375em -0.3125em 1.875em;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  justify-content: flex-end;
}
.small-label-tag {
  font-size: 0.8125rem;
  background: #f3f3f3;
  padding: 0.15384615em 0.84615385em;
  border-radius: 0.30769231em;
  color: #737777;
}
@media (max-width: 991.98px) {
  .small-label-tag {
    font-size: 0.75rem;
  }
}
@media (max-width: 479.98px) {
  .small-label-tag {
    font-size: 3.46666667vw;
  }
}
.label-tag {
  font-size: 0.9375rem;
  font-weight: 700;
  display: inline-flex;
  margin: 0 0.6em 0 0;
  padding: 0.26666667em 1em;
  text-decoration: none;
  border-radius: 0.2em;
  background: #fff266;
  margin-bottom: 5px;
}

@media (max-width: 991.98px) {
  .label-tag {
    font-size: 0.875rem;
	display:inline-block;
	padding:5px 10px;
  }
}
@media (max-width: 479.98px) {
  .label-tag {
    font-size: 4vw;
  }
}
.label-tag:first-child {
  margin-left: 0;
}
.label-tag--whitebg {
  color: #000;
  background-color: #fff;
}
.label-tag--whitebg:hover, .label-tag--whitebg:focus {
  color: #000;
}
.label-tag--gray {
  color: #686868;
  background-color: #e1e1e1;
}
.label-tag--dark-gray {
  background-color: #959595;
  color: #fff;
}
.theme-color.theme-color--type1 .label-tag--color-reversed {
  color: #FFF !important;
  background: #52328c;
}
.theme-color.theme-color--type2 .label-tag--color-reversed {
  color: #FFF !important;
  background: #1d754d;
}
.theme-color.theme-color--type3 .label-tag--color-reversed {
  color: #FFF !important;
  background: #1e6cb1;
}
.theme-color.theme-color--type5 .label-tag--color-reversed {
  color: #FFF !important;
  background: #7d337e;
}
.theme-color.theme-color--type4 .label-tag--color-reversed {
  color: #FFF !important;
  background: #282877;
}
.theme-color.theme-color--type6 .label-tag--color-reversed {
  color: #FFF !important;
  background: #b74641;
}
.theme-color.theme-color--type7 .label-tag--color-reversed {
  color: #FFF !important;
  background: #2b294f;
}
.theme-color.theme-color--type8 .label-tag--color-reversed {
  color: #FFF !important;
  background: #735322;
}
a.label-tag:hover, a.label-tag:focus {
  box-shadow: inset -0.13333333em -0.06666667em 0 0em rgba(0, 0, 0, 0.25);
  text-decoration: none;
}
.label-title-blk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #686868;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.label-title-blk--right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.label-title-blk__time {
  font-size: 0.875rem;
  margin: 0.21428571em 0.64285714em;
}
@media (max-width: 991.98px) {
  .label-title-blk__time {
    font-size: 0.8125rem;
  }
}
@media (max-width: 479.98px) {
  .label-title-blk__time {
    font-size: 3.73333333vw;
  }
}
.label-title-blk__time--wrap {
  margin: 0.71428571em 0 0;
}
.hashtag-list {
  font-size: 0.9375rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin: -0.06666667em -0.4em;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .hashtag-list {
    font-size: 0.875rem;
  }
}
@media (max-width: 479.98px) {
  .hashtag-list {
    font-size: 4vw;
  }
}
.hashtag-list--gray {
  color: #686868;
}
.hashtag-list__item {
  font-weight: 600;
}
.hashtag-list.js-dot {
  max-height: 2.92307692em;
  max-height: 40px;
}
.hashtag-list > li {
  margin: 0.06666667em 0.4em;
}
.hashtag-list a {
  text-decoration: none;
}
.hashtag-list a:hover, .hashtag-list a:focus {
  text-decoration: underline;
}
.plus-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.plus-link:hover, .plus-link:focus {
  text-decoration: underline;
}
.plus-link:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'wico' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  line-height: 0.8;
  content: "\e91a";
  position: absolute;
  right: 105%;
  top: 46%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .plus-link--md-contrast {
    color: #fff !important;
  }
}
.dl-pdf-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  color: #686868;
}
.dl-pdf-link:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'wico' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em, false;
  line-height: 0.8;
  content: "\e92c";
  position: absolute;
  right: 105%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.dl-pdf-link:hover, .dl-pdf-link:focus {
  color: #000;
}
.theme-color.theme-color--type1 .plus-link {
  color: #52328c;
}
.theme-color.theme-color--type1 .plus-link:hover, .theme-color.theme-color--type1 .plus-link:focus {
  color: #52328c;
}
.theme-color.theme-color--type2 .plus-link {
  color: #1d754d;
}
.theme-color.theme-color--type2 .plus-link:hover, .theme-color.theme-color--type2 .plus-link:focus {
  color: #1d754d;
}
.theme-color.theme-color--type3 .plus-link {
  color: #1e6cb1;
}
.theme-color.theme-color--type3 .plus-link:hover, .theme-color.theme-color--type3 .plus-link:focus {
  color: #1e6cb1;
}
.theme-color.theme-color--type5 .plus-link {
  color: #7d337e;
}
.theme-color.theme-color--type5 .plus-link:hover, .theme-color.theme-color--type5 .plus-link:focus {
  color: #7d337e;
}
.theme-color.theme-color--type4 .plus-link {
  color: #282877;
}
.theme-color.theme-color--type4 .plus-link:hover, .theme-color.theme-color--type4 .plus-link:focus {
  color: #282877;
}
.theme-color.theme-color--type6 .plus-link {
  color: #b74641;
}
.theme-color.theme-color--type6 .plus-link:hover, .theme-color.theme-color--type6 .plus-link:focus {
  color: #b74641;
}
.theme-color.theme-color--type7 .plus-link {
  color: #2b294f;
}
.theme-color.theme-color--type7 .plus-link:hover, .theme-color.theme-color--type7 .plus-link:focus {
  color: #2b294f;
}
.theme-color.theme-color--type8 .plus-link {
  color: #735322;
}
.theme-color.theme-color--type8 .plus-link:hover, .theme-color.theme-color--type8 .plus-link:focus {
  color: #735322;
}
.video-frame__ctrl {
  position: relative;
  padding: 56.25% 0 0;
}
.video-frame__ctrl iframe,
.video-frame__ctrl img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.yellow-full {
  padding: 3.75em 0;
  background: url("/html/img/yellow-bg.png") center center repeat-y #FFF9E9;
}
@media (max-width: 991.98px) {
  .yellow-full {
    font-size: 0.75em;
  }
}
@media (max-width: 767.98px) {
  .yellow-full {
    padding: 2.1875em 0;
  }
}
.yellow-full .last-update {
  margin-top: 2.5em;
  padding-bottom: 0;
}
hr.color-line {
	height: 0.97px;
	margin: 20px 0;
	border: 0;
	box-sizing: unset;
	box-shadow: none;
	border:0;
	transform:scale(0.99);
}

hr.color-line--lessmargin {
  margin: 0.75em 0;
}
hr.color-line--green {
  background: #0a9d9f;
}
hr.color-line--blue {
  background: #a9c9e5 !important;
}
hr.color-line:first-child {
  margin-top: 0 !important;
}

div:not(.js-loadmore-itm) > hr.color-line:last-child {
  margin-bottom: 0;
}
.course-table div:not(.js-loadmore-itm) > hr.color-line:last-child {
	display:none;
}
.theme-color.theme-color--type1 hr.color-line {
  background: #baadd1;
}
.theme-color.theme-color--type1 hr.color-line--light {
  background: #52328c;
  background: #baadd1;
}
.theme-color.theme-color--type2 hr.color-line {
  background: #a6ccba;
}
.theme-color.theme-color--type2 hr.color-line--light {
  background: #d2e55d;
  background: #a6ccba;
}
.theme-color.theme-color--type3 hr.color-line {
  background: #a9c9e5;
}
.theme-color.theme-color--type3 hr.color-line--light {
  background: #d4e4f2;
  background: #a9c9e5;
}
.theme-color.theme-color--type4 hr.color-line {
  background: #a9a9c9;
}
.theme-color.theme-color--type4 hr.color-line--light {
  background: #d4d4e4;
  background: #a9a9c9;
}
.theme-color.theme-color--type5 hr.color-line {
  background: #cbadcb;
}
.theme-color.theme-color--type5 hr.color-line--light {
  background: #e5d6e5;
  background: #cbadcb;
}
.theme-color.theme-color--type6 hr.color-line {
  background: #efbbb8;
}
.theme-color.theme-color--type6 hr.color-line--light {
  background: #f7dddc;
  background: #efbbb8;
}
.theme-color.theme-color--type7 hr.color-line {
  background: #aaa9b8;
}
.theme-color.theme-color--type7 hr.color-line--light {
  background: #f1b8c1;
  background: #aaa9b8;
}
.theme-color.theme-color--type8 hr.color-line {
  background: #ae7e33;
}
.theme-color.theme-color--type8 hr.color-line--light {
  background: #c28c39;
  background: #ae7e33;
}
.video-icon-wrap {
  line-height: 1;
  position: relative;
}
.video-icon-wrap:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'wico' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.875em;
  line-height: 1;
  position: absolute;
  z-index: 3;
  right: 0.30434783em;
  bottom: 0.26086957em;
  content: "\e91c";
  opacity: .8;
  color: #fff266;
}
.border-tag-list {
  margin: 0;
  padding: 0;
  list-style: none !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -0.375em -0.4375em;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.border-tag-list__itm {
  margin: 0.375em 0.4375em;
}
.border-tag {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0.5em 0.75em;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  text-decoration: none;
  color: currentColor;
  border: 1px solid currentColor;
  border-radius: 0.3125em;
}
.border-tag:before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  background: currentColor;
}
.border-tag:hover, .border-tag:focus {
  color: currentColor;
}
.promo-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -0.5em -0.5625em;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .promo-banner {
    font-size: 0.875rem;
  }
}
@media (max-width: 767.98px) {
  .promo-banner {
    font-size: 0.75rem;
  }
}
.promo-banner__imgctrl {
  padding: 36.93181818% 0 0;
}
.promo-banner__blk {
  width: calc(16.66666667% - 1.125em - .01px);
  margin: 0.5em 0.5625em;
}
@media (max-width: 767.98px) {
  .promo-banner__blk {
    width: calc(33.33333333% - 1.125em - .01px);
  }
}
@media (max-width: 479.98px) {
  .promo-banner__blk {
    width: calc(50% - 1.125em - .01px);
  }
}
.share-blk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.share-blk::after, .share-blk::before {
  content: "";
  margin: 0 0.625em;
  width: 1px;
  height: 1em;
  background-color: #686868;
}
.page-index.page-no-scrolled:not(.js-header-active):not(.js-header-menu-opened) .page-head .share-blk::after, .page-index.page-no-scrolled:not(.js-header-active):not(.js-header-menu-opened) .page-head .share-blk::before {
  background-color: #fff;
  opacity: .6;
}
@media (max-width: 767.98px) {
  .share-blk::after, .share-blk::before {
    display: none;
  }
}
.share-blk__label {
  white-space: nowrap;
}
.peoplename-blk {
  display: table;
}
.peoplename-blk__imgw {
  display: table-cell;
  width: 3.125em;
}
.peoplename-blk__imgctrl {
  padding: 100% 0 0;
}
.peoplename-blk__icon {
  vertical-align: middle;
  border-radius: 50%;
}
.peoplename-blk__name {
  display: table-cell;
  padding-left: 0.9375em;
  vertical-align: middle;
}
.spotlight {
  font-size: 1.64705882em;
  font-weight: 700;
  line-height: 1.60714286em;
  margin-bottom: 0.82142857em;
  padding: 0 15.75%;
  text-align: center;
}
@media (max-width: 767.98px) {
  .spotlight {
    padding: 0;
  }
}
.highlight-text {
  font-weight: 700;
}
.highlight-text .ico, .highlight-text .ext-link:after, .highlight-text .ckec a[target="_blank"]:after, .ckec .highlight-text a[target="_blank"]:after, .highlight-text .arrow-list > li:before, .highlight-text .inline-arrow-list > li:before, .highlight-text .rc--checkbox + span:before, .highlight-text .checkbox-input + span:before, .highlight-text .js-selectBox:before,
.highlight-text .js-selectBox .js-selectBox-left-right-arrow:before, .js-selectBox .highlight-text .js-selectBox-left-right-arrow:before, .highlight-text .slick-pause-play-btn:before, .highlight-text .breadcrumb > li:after {
  margin: 0 0 0 0.58823529em;
}
.arrow-up-head:before {
  position: absolute;
  top: 55%;
  left: -16px;
  left: -1.28571429em;
  width: 0;
  height: 0;
  content: "";
  border-right: 0.5em solid transparent;
  border-left: 0.5em solid transparent;
}
.theme-color.theme-color--type1 .arrow-up-head:before {
  border-bottom: 0.5em solid #52328c;
}
.theme-color.theme-color--type2 .arrow-up-head:before {
  border-bottom: 0.5em solid #1d754d;
}
.theme-color.theme-color--type3 .arrow-up-head:before {
  border-bottom: 0.5em solid #1e6cb1;
}
.theme-color.theme-color--type5 .arrow-up-head:before {
  border-bottom: 0.5em solid #7d337e;
}
.theme-color.theme-color--type4 .arrow-up-head:before {
  border-bottom: 0.5em solid #282877;
}
.theme-color.theme-color--type6 .arrow-up-head:before {
  border-bottom: 0.5em solid #b74641;
}
.theme-color.theme-color--type7 .arrow-up-head:before {
  border-bottom: 0.5em solid #2b294f;
}
.theme-color.theme-color--type8 .arrow-up-head:before {
  border-bottom: 0.5em solid #735322;
}
.hoticon {
  position: relative;
  width: 2.8125em;
  height: 2.8125em;
}
.hoticon--ab {
  position: absolute;
  margin-top: 5%;
  top: 0;
  right: 5%;
}
.hoticon__imgctrl {
  padding: 100% 0 0;
}
.side-hot-blk {
  margin: 0 0 0.8125em;
}
@media (max-width: 767.98px) {
  .side-hot-blk {
    font-size: 0.875em;
  }
}
@media (max-width: 479.98px) {
  .side-hot-blk {
    font-size: 4vw;
  }
}
.side-hot-blk__icon {
  float: left;
  margin: 0 0.8125em 0 0;
}
.side-hot-blk__main {
  overflow: hidden;
}
.po-in__video-feature {
  margin: 0 0 2.05882353em 0;
}
.career-pos {
  font-size: 1rem;
}
@media (max-width: 991.98px) {
  .career-pos {
    font-size: 0.875rem;
  }
}
@media (max-width: 479.98px) {
  .career-pos {
    font-size: 4vw;
  }
}
.career-pos--logo-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.career-pos__logo {
  width: 4.6875em;
  margin: 0 0.9375em 0 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.career-pos__imgctrl {
  padding: 100% 0 0;
  position: relative;
}
.career-pos__name {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.3;
}
.career-pos__name--big {
  font-size: 2em;
}
.career-pos__name--small {
  font-size: 1.25em;
}
.career-pos__name a {
  text-decoration: none;
}
.career-pos__name a:hover {
  text-decoration: underline;
}
.career-pos__type {
  font-size: 0.9375em;
  color: #686868;
}
.career-pos__type--big {
  font-size: 1em;
}
.career-pos__type--mt {
  margin-top: 0.1875em;
}
.career-pos--mb {
  margin-bottom: 1em;
}
.po-in__career-pos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 2.8125em 0 1.875em 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.search-status {
  margin: 0 0 1.375em 0;
  color: #686868;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .search-status {
    font-size: 0.875rem;
  }
}
@media (max-width: 479.98px) {
  .search-status {
    font-size: 4vw;
  }
}
.search-status--mt {
  margin-top: 1.25em;
}
.search-status--mt-2 {
  margin-top: 0.625em;
}
.search-status--mb {
  margin-bottom: 2.5em;
}
.last-update {
  font-size: 0.875em;
  padding: 0 0 1.28571429em 0;
  text-align: right;
}
@media (max-width: 991.98px) {
  .last-update {
    font-size: 0.8125rem;
  }
}
@media (max-width: 479.98px) {
  .last-update {
    font-size: 3.73333333vw;
  }
}
.Clear-btn {
  font-size: 0.75em;
  position: absolute;
  top: 2.16666667em;
  right: calc(2% + 8em);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 2.22222222em;
  width: 2.22222222em;
  background-color: #e1e1e1;
  border-radius: 50%;
  cursor: pointer;
}
.Clear-btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.Clear-btn.hide {
  display: none;
}
.Clear-btn--right {
  right: 5%;
}
.Clear-btn--top-50 {
  top: 50%;
}
.remarks-list {
  font-size: 0.875rem;
  line-height: 1.42857143;
  color: #686868;
}
@media (max-width: 767.98px) {
  .remarks-list {
    font-size: 0.9375rem;
  }
}
.normal-color-blk {
  background: #fff;
  font-size: 1rem;
  padding: 1.25em 1.6875em;
  border-radius: 0.625em;
  box-shadow: 0 0 0.625em 0.0625em rgba(0, 0, 0, 0.15);
  margin: 0.9375em 0;
}
.normal-color-blk__title {
  font-size: 1.375em;
  font-weight: 700;
  margin: 0 0 0.36363636em;
}
@media (max-width: 991.98px) {
  .normal-color-blk__title {
    font-size: 1.25em;
  }
}
@media (max-width: 479.98px) {
  .normal-color-blk__title {
    font-size: 4vw;
  }
}
@media (max-width: 991.98px) {
  .normal-color-blk {
    font-size: 0.875rem;
  }
}
@media (max-width: 479.98px) {
  .normal-color-blk {
    font-size: 4.26666667vw;
  }
}
@media (max-width: 767.98px) {
  .normal-color-blk {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.theme-color.theme-color--type1 .normal-color-blk--bg {
  background: #f1f1ff;
}
.theme-color.theme-color--type2 .normal-color-blk--bg {
  background: #edf7f6;
}
.theme-color.theme-color--type3 .normal-color-blk--bg {
  background: #eff8ff;
}
.theme-color.theme-color--type5 .normal-color-blk--bg {
  background: #f3f3fd;
}
.theme-color.theme-color--type4 .normal-color-blk--bg {
  background: #f3f3fd;
}
.theme-color.theme-color--type6 .normal-color-blk--bg {
  background: #faf9ed;
}
.theme-color.theme-color--type7 .normal-color-blk--bg {
  background: #f9eeef;
}
.theme-color.theme-color--type8 .normal-color-blk--bg {
  background: #fdf6ec;
}
.shadow-card-blk {
  font-size: 1rem;
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  border-radius: 0.375em;
  background: #FFF;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.27);
}
@media (max-width: 991.98px) {
  .shadow-card-blk {
    font-size: 0.875rem;
  }
}
@media (max-width: 479.98px) {
  .shadow-card-blk {
    font-size: 4vw;
  }
}
.shadow-card-blk__imgctrl {
  padding: 56.55430712% 0 0;
}
.shadow-card-blk__main {
  padding: 1em 1.25em 1.875em;
}
.shadow-card-blk__main--more-mt {
  padding: 1.375em;
}
@media (min-width: 480px) {
  .shadow-card-blk__main--less-pb {
    padding-bottom: 0.75em;
  }
}
.shadow-card-blk__list {
  font-size: 1.125em;
  padding: 0;
  list-style-type: none;
  font-weight: 600;
}
.shadow-card-blk__list-item {
  padding: 0 0 0.66666667em 0.55555556em;
  position: relative;
}
.shadow-card-blk__list-item:before {
  position: absolute;
  top: 0.44444444em;
  left: 0.16666667em;
  width: 0.16666667em;
  height: 0.16666667em;
  content: "";
  border-radius: 50%;
  background: currentColor;
}
.shadow-card-blk__title{
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.2;
  max-height: 2.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  visibility: visible;
}
.shadow-card-blk__title a:after { content: ""; }
.shadow-card-blk__title--big {
  font-size: 1.5em;
}
.shadow-card-blk__title--biger {
  font-size: 2em;
}
.shadow-card-blk__title a:hover, .shadow-card-blk__title a:focus {
  text-decoration: underline;
}
.shadow-card-blk__label-time {
  margin: 0.8em 0;
}
.shadow-card-blk__desc {
  font-size: 1.0625em;
  line-height: 1.4375;
  margin: 0.8125em 0;
  position: relative;
  overflow: hidden;
  max-height: 4.375em;
}
.shadow-card-blk__desc--small {
  font-size: 1em;
}
.shadow-card-blk__desc--2line {
  max-height: 2.75em;
}
.full-banner-text {
  font-size: 2em;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 3.125em;
  padding: 0.375em 0;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (max-width: 767.98px) {
  .full-banner-text {
    padding-top: 0.6875em;
    padding-bottom: 0.6875em;
    min-height: 3.6875em;
  }
}
.full-banner-text:hover, .full-banner-text:focus {
  color: #FFF;
}
.full-banner-text__img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.full-banner-text__container {
  position: relative;
  z-index: 3;
}
.img-title-blk {
  display: block;
  text-decoration: none;
}
.img-title-blk__imgw {
  position: relative;
  overflow: hidden;
  border-radius: 0.375em;
}
.img-title-blk__imgctrl {
  padding: 56.55430712% 0 0;
}
.img-title-blk__title {
  font-size: 1.5em;
  font-weight: 700;
  margin: 0.79166667em 0 0.33333333em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    visibility: visible;  
}
.img-title-blk__title a:after { content: ""; }
.img-title-blk__title a {
  text-decoration: none;
}
.img-title-blk__title a:hover, .img-title-blk__title a:focus {
  text-decoration: underline;
}
.img-title-blk__content {
  font-size: 1em;
}
.img-title-blk__content.js-dot {
  max-height: 2.625em;
}
.ev-blk {
  font-size: 1rem;
}
@media (max-width: 991.98px) {
  .ev-blk {
    font-size: 0.875rem;
  }
}
@media (max-width: 479.98px) {
  .ev-blk {
    font-size: 3.73333333vw;
  }
}
.ev-blk-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ev-blk--col-3 {
  width: calc(33.33333333% - 1.16666667em - .01px);
  margin: 0 0.875em 1.625em 0.875em;
}
@media (min-width: 768px) {
  .ev-blk--col-3:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .ev-blk--col-3:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .ev-blk--col-3 {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.ev-blk__imgw {
  position: relative;
  overflow: hidden;
  border-radius: 0.375em;
}
.ev-blk__imgw--noradius {
  border-radius: 0;
}
.ev-blk__imgctrl {
  padding: 56.55430712% 0 0;
}
.ev-blk__title {
  font-size: 1.25em;
  font-weight: 700;
  overflow: hidden;
  max-height: 2.6em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    visibility: visible;  
}
.ev-blk__title a:after { content: ""; }
.ev-blk__title a {
  text-decoration: none;
}
.ev-blk__title a:hover, .ev-blk__title a:focus {
  text-decoration: underline;
}
.theme-color.theme-color--type1 .ev-blk__title {
  color: #52328c;
}
.theme-color.theme-color--type2 .ev-blk__title {
  color: #1d754d;
}
.theme-color.theme-color--type3 .ev-blk__title {
  color: #1e6cb1;
}
.theme-color.theme-color--type5 .ev-blk__title {
  color: #7d337e;
}
.theme-color.theme-color--type4 .ev-blk__title {
  color: #282877;
}
.theme-color.theme-color--type6 .ev-blk__title {
  color: #b74641;
}
.theme-color.theme-color--type7 .ev-blk__title {
  color: #2b294f;
}
.theme-color.theme-color--type8 .ev-blk__title {
  color: #735322;
}
.ev-blk__subtitle {
  font-size: 1.0625em;
  font-weight: 700;
  overflow: hidden;
  max-height: 2.6em;
  margin-top: 0.875em;
  color: #FFF;
}
.ev-blk__subtitle a {
  text-decoration: none;
}
.ev-blk__type {
  font-size: 0.9375em;
  color: #686868;
}
@media (max-width: 1199.98px) {
  .ev-blk__type {
    font-size: 1em;
  }
}
.ev-blk__type--mt {
  margin-top: 0.2em;
}
.ev-blk__number {
  font-family: "Roboto", 'Microsoft JhengHei', 'Arial', 'Helvetica', 'sans-serif';
  font-size: 1.75em;
  line-height: 1;
  margin-top: -0.0625em;
  margin-right: 0.25em;
  color: #686868;
}
.ev-blk__label-time {
  margin: 0.75em 0 1em;
}
.ev-blk__label-time--less-margin {
  margin: 0.75em 0;
}
.ev-blk__label-type {
  margin: 0.75em 0 1em;
}
.ev-blk__list {
  font-size: 1.125em;
}
.ev-blk__list > li {
  position: relative;
  padding: 0 0 0 0.66666667em;
  margin-bottom: 0.44444444em;
}
.ev-blk__list > li:before {
  position: absolute;
  top: 0.55555556em;
  left: 0.16666667em;
  width: 0.16666667em;
  height: 0.16666667em;
  content: "";
  border-radius: 50%;
  background: currentColor;
}
.ev-blk__list--less-margin > li {
  margin-bottom: 0.22222222em;
}
.ev-blk__list li {
  padding: 0 0 0 0.75em;
}
.ev-blk__list li::before {
  top: 0.375em;
  width: 0.25em;
  height: 0.25em;
}
.ev-blk__text {
  font-size: 1em;
  overflow: hidden;
  margin: 0.9375em 0 0;
}
.ev-blk__text--2-line {
  max-height: 2.625em;
}
.ev-blk__hash {
  margin-top: 1.33333333em;
}
.ev-blk--vert .ev-blk__title {
  margin-top: 0.9em;
}
.ev-blk--hori {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ev-blk--hori .ev-blk__imgw {
  width: 45.87155963%;
}
.ev-blk--hori .ev-blk__main {
  width: 49.5412844%;
  padding: 0;
}
@media (max-width: 767.98px) {
  .ev-blk--hori .ev-blk__main {
    padding-bottom: 0.1875em;
  }
}
.ev-blk--hotvideo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.ev-blk--hotvideo .ev-blk__imgw {
  width: 43.47826087%;
}
.ev-blk--hotvideo .ev-blk__main {
  width: 48.26086957%;
  padding: 0 2.5em 0 0;
}
@media (min-width: 768px) {
  .feature-article-grid-row--tp2 .ev-blk__imgw {
    width: 58.04347826%;
  }
  .feature-article-grid-row--tp2 .ev-blk__main {
    width: 36.95652174%;
  }
}
.ev-blk--pose {
  width: 100%;
}
.ev-blk--pose .ev-blk__title {
  font-size: 1.5em;
}
.ev-blk--pose .ev-blk__main {
  padding: 1.25em 0;
}
.ev-blk--ads {
  width: 100%;
}
.ev-blk__imgctrl--ads {
  padding: 0;
}
.ev-blk__imgctrl--ads img {
  width: 100%;
}
.ev-row {
  margin: -0.5em -0.9375em;
}
@media (min-width: 768px) {
  .ev-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .ev-row {
    margin-top: 0;
    margin-bottom: 0;
  }
  .ev-row:first-child .ev-row__blk:first-child {
    margin-top: 0;
  }
}
.ev-row--novertmargin {
  margin-top: 0;
  margin-bottom: 0;
}
.ev-row .color-line {
  margin-right: 0.9375em;
  margin-left: 0.9375em;
}
.ev-row__blk {
  width: calc(50% - 1.875em);
  margin: 0.9375em;
}
.activities-blk .ev-row hr{display:none;}
@media (max-width: 767.98px) {
  .ev-row__blk {
    width: calc(100% - 1.875em);
  }
}
@media (min-width: 768px) {
  .ev-row .ev-blk--hori .ev-blk__imgw {
    width: 48.10810811%;
  }
  .ev-row .ev-blk--hori .ev-blk__main {
    width: 47.74774775%;
  }
}
.pose-blk {
  position: relative;
  overflow: hidden;
  border-radius: 0.625rem;
}
.pose-blk--shadow {
  background: #FFF;
  box-shadow: 0 0.125em 1.125em rgba(0, 0, 0, 0.27);
}
.pose-blk--shadow .pose-blk__main {
  padding: 1.125em 1.375em 1.375em;
}
.pose-blk--shadow .pose-blk__imgw {
  margin: 0;
  border-radius: 0;
}
.pose-blk__imgw {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.5em;
  padding: 55.97014925% 0 0;
  border-radius: 0.375em;
}
@media (max-width: 767.98px) {
  .pose-blk__imgw {
    margin-bottom: 1em;
  }
}
.pose-blk__main {
  position: relative;
}
.pose-blk__title {
  font-size: 1.5em;
  font-weight: 700;
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    visibility: visible;  
}
.pose-blk__title a:after { content: ""; }
.pose-blk__title--sm {
  font-size: 1.25em;
}
.pose-blk__title a {
  text-decoration: none;
}
.pose-blk__title a:hover, .pose-blk__title a:focus {
  text-decoration: underline;
}
.pose-blk__sub-title {
  font-size: 0.9375rem;
  margin: 0.13333333em 0 0;
  color: #686868;
}
.pose-blk__hothot-imgw {
  position: absolute;
  top: 5%;
  right: 5%;
  width: 2.8125em;
}
.pose-blk__hothot-imgctrl {
  padding: 100% 0 0;
}
.pose-blk__label {
  margin: 0.75em 0 1em;
}
.pose-blk__point {
  font-size: 1.125em;
  margin: 0.66666667em 0 0;
}
.pose-blk__point > li {
  position: relative;
  padding: 0 0 0 0.66666667em;
  margin-bottom: 0.44444444em;
}
.pose-blk__point > li:before {
  position: absolute;
  top: 0.55555556em;
  left: 0.16666667em;
  width: 0.16666667em;
  height: 0.16666667em;
  content: "";
  border-radius: 50%;
  background: currentColor;
}
.pose-blk__point--less-margin > li {
  margin-bottom: 0.22222222em;
}
.pose-blk:not(.pose-blk--shadow) .hoticon {
  right: 0;
  top: 0;
}
.pose-blk--hot .pose-blk__title {
  margin-right: 2.28571429em;
}
.pose-blk--hot .pose-blk__label {
  margin-right: 3em;
}
.pose-blk--hot .pose-blk__sub-title {
  margin-right: 3.2em;
}
.pose-blk-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -0.6875em;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .pose-blk-list {
    font-size: 0.875rem;
  }
}
@media (max-width: 479.98px) {
  .pose-blk-list {
    font-size: 4vw;
  }
}
.pose-blk-list .pose-blk {
  width: calc(25% - 1.375em - .01px);
  margin: 0.6875em;
}
@media (max-width: 991.98px) {
  .pose-blk-list .pose-blk {
    width: calc(33.33333333% - 1.375em - .01px);
  }
}
@media (max-width: 767.98px) {
  .pose-blk-list .pose-blk {
    width: calc(50% - 1.375em - .01px);
  }
}
@media (max-width: 479.98px) {
  .pose-blk-list .pose-blk {
    width: calc(100% - 1.375em - .01px);
  }
}
.course-blk {
  width: calc(33.33333333% - 1.5em);
  border-radius: 0.375em;
  margin: 0.75em;
  padding: 1.5625em 1.5em;
  color: #fff;
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  .course-blk {
    width: calc(50% - 1.5em);
  }
}
@media (max-width: 767.98px) {
  .course-blk {
    width: calc(100% - 1.5em);
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
}
.course-blk__title {
  font-size: 1.5em;
  font-weight: 700;
  overflow: hidden;
  max-height: 2.6em;
  color: #fff;
}
.course-blk__title a {
  text-decoration: none;
}
.course-blk__title a:hover, .course-blk__title a:focus {
  text-decoration: underline;
}
.course-blk__subtitle {
  font-size: 1.0625em;
  font-weight: 700;
  margin-top: 0.82352941em;
  overflow: hidden;
  color: #fff;
}
.course-blk__subtitle a {
  text-decoration: none;
}
.course-blk__label-time {
  margin: 0.75em 0 1em;
}
.course-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.75em;
}
@media (max-width: 767.98px) {
  .course-row {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .course-row {
    font-size: 0.875rem;
  }
}
@media (max-width: 479.98px) {
  .course-row {
    font-size: 4vw;
  }
}
.course-row__blk {
  width: calc(50% - 1.875em);
  margin: 0.9375em;
}
@media (max-width: 767.98px) {
  .course-row__blk {
    width: calc(100% - 1.875em);
  }
}
@media (min-width: 768px) {
  .course-row .ev-blk--hori .ev-blk__imgw {
    width: 48.64864865%;
  }
  .course-row .ev-blk--hori .ev-blk__main {
    width: 47.74774775%;
  }
}
.theme-color.theme-color--type1 .course-blk {
  background-image: url("/html/img/course-bg-type1-1x.png");
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .theme-color.theme-color--type1 .course-blk {
    background-image: url("/html/img/course-bg-type1-2x.png");
  }
}
.theme-color.theme-color--type2 .course-blk {
  background-image: url("/html/img/course-bg-type2-1x.png");
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .theme-color.theme-color--type2 .course-blk {
    background-image: url("/html/img/course-bg-type2-2x.png");
  }
}
.theme-color.theme-color--type3 .course-blk {
  background-image: url("/html/img/course-bg-type3-1x.png");
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .theme-color.theme-color--type3 .course-blk {
    background-image: url("/html/img/course-bg-type3-2x.png");
  }
}
.theme-color.theme-color--type5 .course-blk {
  background-image: url("/html/img/course-bg-type5-1x.png");
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .theme-color.theme-color--type5 .course-blk {
    background-image: url("/html/img/course-bg-type5-2x.png");
  }
}
.theme-color.theme-color--type4 .course-blk {
  background-image: url("/html/img/course-bg-type4-1x.png");
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .theme-color.theme-color--type4 .course-blk {
    background-image: url("/html/img/course-bg-type4-2x.png");
  }
}
.theme-color.theme-color--type6 .course-blk {
  background-image: url("/html/img/course-bg-type6-1x.png");
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .theme-color.theme-color--type6 .course-blk {
    background-image: url("/html/img/course-bg-type6-2x.png");
  }
}
.theme-color.theme-color--type7 .course-blk {
  background-image: url("/html/img/course-bg-type7-1x.png");
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .theme-color.theme-color--type7 .course-blk {
    background-image: url("/html/img/course-bg-type7-2x.png");
  }
}
.theme-color.theme-color--type8 .course-blk {
  background-image: url("/html/img/course-bg-type8-1x.png");
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .theme-color.theme-color--type8 .course-blk {
    background-image: url("/html/img/course-bg-type8-2x.png");
  }
}
.go-blk-list {
  margin: 0;
  padding: 0;
  list-style: none !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1rem;
  margin: -0.375em -0.6875em;
}
@media (max-width: 991.98px) {
  .go-blk-list {
    font-size: 1rem;
  }
}
@media (max-width: 479.98px) {
  .go-blk-list {
    font-size: 4vw;
  }
}
@media (max-width: 767.98px) {
  .go-blk-list {
    margin-bottom: 1.5625em;
  }
}
@media (min-width: 768px) {
  .go-blk-list--two-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .go-blk-list--two-col .go-blk {
    height: 100%;
    min-height: 0;
    padding: 1.625em 3.375em 1.625em 1em;
  }
  .go-blk-list--two-col .go-blk--less-padding {
    padding: 1.25em 3.375em 1.25em 1em;
  }
  .go-blk-list--two-col .go-blk:before {
    right: 1.18181818em;
  }
  .go-blk-list--two-col .go-blk-list__itm {
    width: calc(50% - 1.375em - .01px);
  }
  .go-blk-list--two-col .go-blk__title {
    font-size: 1.5em;
    margin: 0.125em 0 0;
  }
  .go-blk-list--two-col .go-blk__title--small {
    font-size: 1.0625em;
  }
  .go-blk-list--three-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .go-blk-list--three-col .go-blk {
    height: 100%;
  }
  .go-blk-list--three-col .go-blk-list__itm {
    width: calc(50% - 0.6875em - .01px);
    margin: 0.5625em 0;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .go-blk-list--three-col .go-blk-list__itm {
    width: calc(33.33333333% - 0.6875em - .01px);
    float: left;
    margin-left: 0.3em;
    margin-right: 0.3em;
  }
  .go-blk-list--three-col{
    display: block;
  }
  .go-blk-list--three-col:after {
      content: '';
      display: block;
      clear: both;
  }
}
@media (max-width: 767.98px) {
  .go-blk-list--no-mb {
    margin-bottom: 0;
  }
}
.go-blk-list__itm {
  margin: 0.375em 0.6875em;
  width: 100%;
}
.go-blk {
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.27);
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 5em;
  padding: 0.8125em 3.125em 0.8125em 1.125em;
  text-decoration: none;
  border-radius: 0.375em;
  background: url("/html/img/go-blk-bg-2x.jpg") center center #FFF no-repeat;
  background-size: cover;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .go-blk {
    font-size: 1rem;
  }
}
@media (max-width: 479.98px) {
  .go-blk {
    font-size: 4vw;
  }
}
.go-blk:hover, .go-blk:focus {
  text-decoration: none;
}
.go-blk:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'wico' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.375em;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 0.81818182em;
  margin: -.5em 0 0;
  content: "\e926";
}
.go-blk__title {
  font-size: 1.0625em;
  font-weight: 700;
  margin: 0.17647059em 0 0;
}
@media (min-width: 992px) {
  .go-blk__title--big {
    font-size: 1.25em;
  }
}
.go-blk__title.js-dot {
  overflow: hidden;
  max-height: 2.75em;
}
.go-blk__only-title {
  font-size: 1.25em;
  font-weight: 700;
}
.go-blk__content {
  font-size: 0.9375em;
  font-weight: 700;
  color: #686868;
}
.go-blk__text {
  display: block;
  text-decoration: none;
}
.theme-color.theme-color--type1 .go-blk--plane {
  background: #f1f1ff;
}
.theme-color.theme-color--type2 .go-blk--plane {
  background: #edf7f6;
}
.theme-color.theme-color--type3 .go-blk--plane {
  background: #eff8ff;
}
.theme-color.theme-color--type5 .go-blk--plane {
  background: #f3f3fd;
}
.theme-color.theme-color--type4 .go-blk--plane {
  background: #f3f3fd;
}
.theme-color.theme-color--type6 .go-blk--plane {
  background: #faf9ed;
}
.theme-color.theme-color--type7 .go-blk--plane {
  background: #f9eeef;
}
.theme-color.theme-color--type8 .go-blk--plane {
  background: #fdf6ec;
}
.promo-row-blk {
  font-size: 1rem;
  position: relative;
  margin: 0;
  padding: 1.625em 0;
  color: #FFF;
}
@media (max-width: 991.98px) {
  .promo-row-blk {
    font-size: 0.875rem;
  }
}
@media (max-width: 479.98px) {
  .promo-row-blk {
    font-size: 4vw;
  }
}
.section-title + .promo-row-blk {
  margin-top: 0;
}
.promo-row-blk--shadow {
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.27);
}
.promo-row-blk__bg-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  border-radius: 0.375em;
}
.promo-row-blk--inside-container {
  position: relative;
  margin: 1.25em 0;
  border-radius: 0.375em;
}
.promo-row-blk--inside-container .promo-row-blk__inner {
  padding-left: 1.875em;
}
@media (max-width: 767.98px) {
  .promo-row-blk--inside-container .promo-row-blk__inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.promo-row-blk__filter-wrap--short {
  max-width: 25.625em;
}
@media (max-width: 479.98px) {
  .promo-row-blk__filter-wrap--short {
    max-width: 13.125em;
    max-width: 100%;
  }
}
.promo-row-blk__filter-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.promo-row-blk__filter-blk {
  margin: 0.625em 0;
}
.promo-row-blk__filter-blk--col3 {
  width: calc(33.33333333% - 0.875em - .01px);
  margin: 0.625em 0;
}
@media (max-width: 767.98px) {
  .promo-row-blk__filter-blk--col3 {
    width: 100%;
  }
}
.promo-row-blk__filter-blk--col3-long {
  width: calc(66.66666667% - 0.4375em - .01px);
  margin: 0.625em 0;
}
@media (max-width: 767.98px) {
  .promo-row-blk__filter-blk--col3-long {
    width: 100%;
  }
}
.promo-row-blk--top-margin {
  margin-top: 4.0625em;
}
.promo-row-blk--vert-margin {
  margin-top: 4.0625em;
  margin-bottom: 4.0625em;
}
.promo-row-blk--only-bot-margin {
  margin: 0 0 4.0625em;
}
@media (max-width: 767.98px) {
  .promo-row-blk--mob-mb {
    margin-bottom: 1.5625em;
  }
}
.promo-row-blk__inner {
  position: relative;
  display: table-cell;
  width: 1%;
  height: 8.75em;
}
.promo-row-blk--right-padding .promo-row-blk__inner {
  padding-right: 30.0877193%;
}
@media (max-width: 991.98px) {
  .promo-row-blk--right-padding .promo-row-blk__inner {
    padding-right: 28.07017544%;
  }
}
@media (max-width: 479.98px) {
  .promo-row-blk--right-padding .promo-row-blk__inner {
    padding-right: 22.80701754%;
    padding-right: 15px;
  }
}
@media (max-width: 991.98px) {
  .promo-row-blk--right-padding .promo-row-blk__inner--full {
    padding-left: 1.5625em;
    padding-right: 1.5625em;
  }
}
.promo-row-blk__title {
  font-size: 2em;
  font-weight: 700;
  text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.58);
}
@media (max-width: 479.98px) {
  .promo-row-blk__title {
    font-size: 1.75em;
  }
}
.promo-row-blk__title--small {
  font-size: 1.5em;
}
@media (max-width: 767.98px) {
  .promo-row-blk__title--mob-mb {
    margin-bottom: 0.41666667em;
  }
}
.promo-row-blk__text {
  font-size: 1.25em;
  font-weight: 700;
  margin: 0.4em 0;
  text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.58);
}
@media (max-width: 767.98px) {
  .promo-row-blk__img--mob-w-100 {
    width: 100%;
  }
}
.promo-row-blk__btn-wrap {
  margin: 0.9375em 0 0;
}
.promo-row-blk__btn-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.promo-row-blk__btn-search {
  width: calc(51.55555556% - .01px);
}
.promo-row-blk__btn-search .btn {
  width: 100%;
  min-width: 0;
}
.promo-row-blk__btn-reset {
  width: calc(41.33333333% - .01px);
}
.promo-row-blk__btn-reset .btn {
  width: 100%;
  min-width: 0;
}
.promo-row-blk__btn-reset .ico, .promo-row-blk__btn-reset .ext-link:after, .promo-row-blk__btn-reset .ckec a[target="_blank"]:after, .ckec .promo-row-blk__btn-reset a[target="_blank"]:after, .promo-row-blk__btn-reset .arrow-list > li:before, .promo-row-blk__btn-reset .inline-arrow-list > li:before, .promo-row-blk__btn-reset .rc--checkbox + span:before, .promo-row-blk__btn-reset .checkbox-input + span:before, .promo-row-blk__btn-reset .js-selectBox:before,
.promo-row-blk__btn-reset .js-selectBox .js-selectBox-left-right-arrow:before, .js-selectBox .promo-row-blk__btn-reset .js-selectBox-left-right-arrow:before, .promo-row-blk__btn-reset .slick-pause-play-btn:before, .promo-row-blk__btn-reset .breadcrumb > li:after {
  margin: 0 0.375em 0 0;
}
.promo-row-blk__bg {
    font-size: 1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  	width:100%;
}
.promo-row-blk__bg img{width:110%;}
@media (max-width: 767.98px) {
  .promo-row-blk__bg {
    min-width: 100%;
  }
  .promo-row-blk__bg img{
    width:auto;
	min-width: 100%;
  }
}
.info-blk {
  font-size: 1rem;
  width: 100%;
}
@media (max-width: 991.98px) {
  .info-blk {
    font-size: 0.875rem;
  }
}
@media (max-width: 479.98px) {
  .info-blk {
    font-size: 4vw;
  }
}
.info-blk__list {
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.27);
  overflow: hidden;
  width: 100%;
  margin: 0 0 1.5em 0;
  border-radius: 0.375em;
  background: #fff;
}
.info-blk__go-list {
  font-size: 1.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .info-blk__go-list {
    font-size: 1rem;
  }
}
.info-blk__go-list .dash-go-list__itm {
  width: 100%;
}
@media (min-width: 768px) {
  .info-blk__go-list .dash-go-list__itm {
    width: 48.77419355%;
  }
  .info-blk__go-list .dash-go-list__itm:nth-child(1)::before, .info-blk__go-list .dash-go-list__itm:nth-child(2)::before {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .info-blk__go-list .dash-go-list__itm:nth-child(1)::before {
    display: none;
  }
}
@media (min-width: 768px) {
  .info-blk__go-list .dash-go-list__link {
    padding-left: 0.55555556em;
  }
}
@media (min-width: 768px) {
  .info-blk__go-list:not(.open) .dash-go-list__itm:nth-child(28) ~ .dash-go-list__itm {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .info-blk__go-list:not(.open) .dash-go-list__itm:nth-child(9) ~ .dash-go-list__itm {
    display: none;
  }
}
.info-blk__header {
  font-size: 1.5em;
  width: 100%;
  padding: 0.66666667em 1.5625rem;
  color: #fff;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .info-blk__header {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.info-blk__item-container {
  padding: 1.125em 1.5625rem;
}
@media (max-width: 767.98px) {
  .info-blk__item-container {
    padding: 0.3125rem 0.9375rem;
  }
}
.info-blk__slide-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.info-blk__slide-container .dash-go-list__itm {
  display: block;
}
.info-blk__item {
  font-size: 1.25em;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  min-height: 3.8em;
  padding: 0.6em 3em 0.6em 1.25em;
  text-decoration: none;
  border-right: 0.5px solid #e8e8e8;
  border-bottom: 0.5px solid #e8e8e8;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .info-blk__item {
    font-size: 1.125em;
  }
}
@media (max-width: 767.98px) {
  .info-blk__item {
    width: 100%;
    border-right: none;
  }
}
.info-blk__item.show {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.info-blk__more {
  font-size: 1em;
  position: relative;
  display: block;
  width: 100%;
  padding: 1em 1.5625em;
  text-align: center;
  border-top: 1px solid #e1e1e1;
}
.info-blk__more a {
  text-decoration: none;
}
.info-blk__more .ico-menu1 {
  font-size: 0.875em;
  margin: 0 0.57142857em 0 0;
}
.info-blk__more:hover, .info-blk__more:focus {
  text-decoration: none;
}
.info-blk__more:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'wico' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.125em;
  display: inline-block;
  margin-right: 0.44444444em;
  content: "\e900";
}
.info-blk__more.open:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.theme-color.theme-color--type1 .info-blk__item::before {
  color: #52328c;
}
.theme-color.theme-color--type1 .info-blk__list:nth-child(odd) .info-blk__header {
  background: url("/html/img/info-blk-type1-header-dark-bg-1x.png") right #52328c no-repeat;
}
.theme-color.theme-color--type1 .info-blk__list:nth-child(even) .info-blk__header {
  background: url("/html/img/info-blk-type1-header-light-bg-1x.png") right #683fb2 no-repeat;
}
.theme-color.theme-color--type2 .info-blk__item::before {
  color: #1d754d;
}
.theme-color.theme-color--type2 .info-blk__list:nth-child(odd) .info-blk__header {
  background: url("/html/img/info-blk-type2-header-dark-bg-1x.png") right #1d754d no-repeat;
}
.theme-color.theme-color--type2 .info-blk__list:nth-child(even) .info-blk__header {
  background: url("/html/img/info-blk-type2-header-light-bg-1x.png") right #2aa86e no-repeat;
}
.theme-color.theme-color--type3 .info-blk__item::before {
  color: #1e6cb1;
}
.theme-color.theme-color--type3 .info-blk__list:nth-child(odd) .info-blk__header {
  background: url("/html/img/info-blk-type3-header-dark-bg-1x.png") right #1e6cb1 no-repeat;
}
.theme-color.theme-color--type3 .info-blk__list:nth-child(even) .info-blk__header {
  background: url("/html/img/info-blk-type3-header-light-bg-1x.png") right #4492d7 no-repeat;
}
.theme-color.theme-color--type5 .info-blk__item::before {
  color: #7d337e;
}
.theme-color.theme-color--type5 .info-blk__list:nth-child(odd) .info-blk__header {
  background: url("/html/img/info-blk-type5-header-dark-bg-1x.png") right #7d337e no-repeat;
}
.theme-color.theme-color--type5 .info-blk__list:nth-child(even) .info-blk__header {
  background: url("/html/img/info-blk-type5-header-light-bg-1x.png") right #af96db no-repeat;
}
.theme-color.theme-color--type4 .info-blk__item::before {
  color: #282877;
}
.theme-color.theme-color--type4 .info-blk__list:nth-child(odd) .info-blk__header {
  background: url("/html/img/info-blk-type4-header-dark-bg-1x.png") right #282877 no-repeat;
}
.theme-color.theme-color--type4 .info-blk__list:nth-child(even) .info-blk__header {
  background: url("/html/img/info-blk-type4-header-light-bg-1x.png") right #35359d no-repeat;
}
.theme-color.theme-color--type6 .info-blk__item::before {
  color: #b74641;
}
.theme-color.theme-color--type6 .info-blk__list:nth-child(odd) .info-blk__header {
  background: url("/html/img/info-blk-type6-header-dark-bg-1x.png") right #b74641 no-repeat;
}
.theme-color.theme-color--type6 .info-blk__list:nth-child(even) .info-blk__header {
  background: url("/html/img/info-blk-type6-header-light-bg-1x.png") right #b3a521 no-repeat;
}
.theme-color.theme-color--type7 .info-blk__item::before {
  color: #2b294f;
}
.theme-color.theme-color--type7 .info-blk__list:nth-child(odd) .info-blk__header {
  background: url("/html/img/info-blk-type7-header-dark-bg-1x.png") right #2b294f no-repeat;
}
.theme-color.theme-color--type7 .info-blk__list:nth-child(even) .info-blk__header {
  background: url("/html/img/info-blk-type7-header-light-bg-1x.png") right #e98d9b no-repeat;
}
.theme-color.theme-color--type8 .info-blk__item::before {
  color: #735322;
}
.theme-color.theme-color--type8 .info-blk__list:nth-child(odd) .info-blk__header {
  background: url("/html/img/info-blk-type8-header-dark-bg-1x.png") right #735322 no-repeat;
}
.theme-color.theme-color--type8 .info-blk__list:nth-child(even) .info-blk__header {
  background: url("/html/img/info-blk-type8-header-light-bg-1x.png") right #9a6f2e no-repeat;
}
.job-blk {
  background-color: #fff;
  font-weight: 600;
  border-radius: 0.375em;
  overflow: hidden;
  margin: 0 0 2.375em 0;
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.27);
}
@media (min-width: 480px) {
  .job-blk {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .job-blk__edu-item {
    width: 20.75%;
  }
  .job-blk__exp-item {
    width: 19.5%;
  }
  .job-blk__salary-item {
    width: 22%;
  }
  .job-blk__duties-item {
    width: 37.75%;
  }
}
@media (max-width: 991.98px) {
  .job-blk {
    font-size: 0.875rem;
  }
}
@media (max-width: 479.98px) {
  .job-blk {
    font-size: 4vw;
  }
}
.job-blk__item {
  margin: 1.375em 0 1.375em 1.25em;
  padding: 0 1.375em 0 0;
  border-right: 1px solid #e8e8e8;
}
.job-blk__item:last-child {
  border-right: none;
}
.job-blk__title {
  font-size: 0.875em;
  color: #686868;
}
@media (max-width: 479.98px) {
  .job-blk__title {
    font-size: 0.9375em;
  }
}
.job-blk__content {
  font-size: 1.0625em;
  margin: 0.29411765em 0 0 0;
}
.google-map-blk {
  width: 100%;
  height: 29.6875rem;
  margin: 0.9375em 0 0 0;
  position: relative;
}
.google-map-blk iframe {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .feature-card-row__blk .google-map-blk {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .map-side-shadow-blk {
    min-height: 100%;
  }
}
.name-val-blk__name {
  font-size: 0.875rem;
  margin: 0 0 0.21428571em;
}
.name-val-blk__val {
  font-size: 1.0625em;
  color: #1b6bb2;
}
.name-val-blk__val--strong {
  font-size: 1.25em;
  color: #004e93;
}
.color-bottom-btn-blk {
  position: relative;
  padding: 1.25em 1.875em 2.75em;
  border-radius: 0.625em;
  background: #eff8ff;
}
@media (max-width: 479.98px) {
  .color-bottom-btn-blk {
    font-size: 4vw;
  }
}
.color-bottom-btn-blk__itm-gp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.color-bottom-btn-blk__itm {
  position: relative;
  width: 48.52941176%;
  margin: 0.625em 0;
}
.color-bottom-btn-blk__itm--w-100 {
  width: 100%;
}
.color-bottom-btn-blk__description {
  font-size: 1.125em;
  font-weight: 600;
  margin: 0 0 0.88888889em 0;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.color-bottom-btn-blk__cal {
  margin: 0 0 0 0.1875em;
}
.color-bottom-btn-blk__cal:hover, .color-bottom-btn-blk__cal:focus {
  text-decoration: none;
}
.color-bottom-btn-blk__btn-row {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
  text-align: center;
}
.theme-color.theme-color--type1 .color-bottom-btn-blk {
  background-color: #f1f1ff;
}
.theme-color.theme-color--type1 .name-val-blk__val {
  color: #52328c;
}
.theme-color.theme-color--type1 .name-val-blk__val--strong {
  color: #38225f;
}
.theme-color.theme-color--type2 .color-bottom-btn-blk {
  background-color: #edf7f6;
}
.theme-color.theme-color--type2 .name-val-blk__val {
  color: #1d754d;
}
.theme-color.theme-color--type2 .name-val-blk__val--strong {
  color: #144e33;
}
.theme-color.theme-color--type3 .color-bottom-btn-blk {
  background-color: #eff8ff;
}
.theme-color.theme-color--type3 .name-val-blk__val {
  color: #1e6cb1;
}
.theme-color.theme-color--type3 .name-val-blk__val--strong {
  color: #1e598d;
}
.theme-color.theme-color--type5 .color-bottom-btn-blk {
  background-color: #f3f3fd;
}
.theme-color.theme-color--type5 .name-val-blk__val {
  color: #7d337e;
}
.theme-color.theme-color--type5 .name-val-blk__val--strong {
  color: #6f42be;
}
.theme-color.theme-color--type4 .color-bottom-btn-blk {
  background-color: #f3f3fd;
}
.theme-color.theme-color--type4 .name-val-blk__val {
  color: #282877;
}
.theme-color.theme-color--type4 .name-val-blk__val--strong {
  color: #191949;
}
.theme-color.theme-color--type6 .color-bottom-btn-blk {
  background-color: #faf9ed;
}
.theme-color.theme-color--type6 .name-val-blk__val {
  color: #b74641;
}
.theme-color.theme-color--type6 .name-val-blk__val--strong {
  color: #544d0f;
}
.theme-color.theme-color--type7 .color-bottom-btn-blk {
  background-color: #f9eeef;
}
.theme-color.theme-color--type7 .name-val-blk__val {
  color: #2b294f;
}
.theme-color.theme-color--type7 .name-val-blk__val--strong {
  color: #d72f49;
}
.theme-color.theme-color--type8 .color-bottom-btn-blk {
  background-color: #fdf6ec;
}
.theme-color.theme-color--type8 .name-val-blk__val {
  color: #735322;
}
.theme-color.theme-color--type8 .name-val-blk__val--strong {
  color: #443114;
}
.funding-gp {
  margin: 1.25em 0 0;
}
@media (max-width: 991.98px) {
  .funding-gp {
    font-size: 0.875rem;
  }
}
@media (max-width: 479.98px) {
  .funding-gp {
    font-size: 4.26666667vw;
  }
}
@media (min-width: 768px) {
  .funding-gp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .funding-gp__itm {
    width: calc(50% - 0.6875em);
  }
}
.funding-gp__itm {
  margin: 0 0 1.375em;
}
.compare-blk {
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.27);
  font-size: 1rem;
  position: relative;
  overflow: hidden;
  border-radius: 0.375em;
  background-color: #fff;
}
@media (max-width: 991.98px) {
  .compare-blk {
    font-size: 0.875rem;
  }
}
@media (max-width: 479.98px) {
  .compare-blk {
    font-size: 4.26666667vw;
  }
}
@media (max-width: 767.98px) {
  .compare-blk {
    width: 100%;
  }
}
.compare-blk.selected {
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.6);
}
.compare-blk.selected:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  border: 2px solid #efa854;
  border-radius: 5px;
}
.funding-gp .compare-blk {
  height: 100%;
}
.compare-blk__title-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 5.125em;
  padding: 0.5em 1.625em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: center right no-repeat;
  background-size: cover;

}

@media (max-width: 767.98px) {
  .compare-blk__title-row {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .compare-blk--large .compare-blk__title-row {
    padding-top: 1.25em;
    padding-bottom: 1.25em;
  }
}
.compare-blk__title {
  font-size: 1.375em;
  font-weight: 600;
  padding: 0 0.45454545em 0 0;
  color: #fff;
  
    text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  visibility: visible;
}
.compare-blk__title a:after { content: ""; }
@media (max-width: 767.98px) {
  .compare-blk--large .compare-blk__title + .compare-blk__btn {
    margin-top: 0.625em;
  }
}
.compare-blk__content {
  font-weight: 400;
  width: 100%;
  padding: 1.625em;
  color: #000;
  padding-bottom:45px;
}
@media (max-width: 767.98px) {
  .compare-blk__content {
    padding: 0.9375em 0.9375rem 1.25rem;
  }
  .funding-gp .compare-blk__content {
    padding-bottom: 5em;
  }
}
@media (min-width: 768px) {
  .compare-blk__content--has-side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.compare-blk__main {
  margin: 0 0 0.625em;
}
.compare-blk__btn {
  z-index: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 767.98px) {
  .funding-gp .compare-blk__btn {
    position: absolute;
    z-index: 1;
    bottom: 0.9375em;
    left: 50%;
    min-width: 9.375em;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.compare-blk__btn.disable {
  pointer-events: none;
  opacity: .5;
}
.compare-blk__name {
  font-size: 1em;
  font-weight: 600;
  margin: 0 0 0.5em;
}
@media (max-width: 767.98px) {
  .compare-blk__name {
    margin-bottom: 0.9375em;
  }
}
.compare-blk__text {
  font-size: 1.0625em;
  line-height: 1.35294118;
}
@media (max-width: 767.98px) {
  .compare-blk__text.js-dot {
    max-height: unset;
  }
}
.compare-blk__text p {
  margin: 0 0 1.17647059em;
}
.compare-blk__text p:last-child {
  margin-bottom: 0;
}
.compare-blk__text ul li:last-child,
.compare-blk__text ol li:last-child {
  margin-bottom: 0;
}
.compare-blk__text.js-dot {
  overflow: hidden;
  max-height: 2.82352941em;
}
.compare-blk__highlight-row {
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .compare-blk__highlight-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.compare-blk__price {
  font-size: 1.25em;
}
@media (max-width: 767.98px) {
  .compare-blk__price {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.compare-blk__price-top {
  font-size: 0.875rem;
  display: block;
  margin: 1.28571429em 0 0.14285714em;
  color: #000000;
}
.compare-blk__time {
  padding: 0 0 0 0.625em;
}
@media (max-width: 767.98px) {
  .compare-blk__time {
    padding: 0.625em 0 0 0;
  }
}
.compare-blk--sm .compare-blk__time {
  padding-left: 0;
}
.compare-blk__time-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.compare-blk--large {
  display: inline-block;
  margin-top: 2.8125em;
}
@media (min-width: 768px) {
  .compare-blk--large .compare-blk__title {
    font-size: 1.75em;
  }
  .compare-blk--large .compare-blk__title-row {
    min-height: 7.1875em;
  }
  .compare-blk--large .compare-blk__name {
    font-size: 1.25em;
  }
}
.compare-blk__info {
  width: 25em;
  margin: 0 -1.875rem 0 1.875em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media (max-width: 767.98px) {
  .compare-blk__info {
    font-size: 0.8125em;
    max-width: 100%;
    margin: 1.5625em auto 3.125em;
  }
}
.theme-color.theme-color--type1 .compare-blk__title-row {
  background-image: url("/html/img/compare-bg-type1-1x.png");
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .theme-color.theme-color--type1 .compare-blk__title-row {
    background-image: url("/html/img/compare-bg-type1-2x.png");
  }
}
.theme-color.theme-color--type2 .compare-blk__title-row {
  background-image: url("/html/img/compare-bg-type2-1x.png");
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .theme-color.theme-color--type2 .compare-blk__title-row {
    background-image: url("/html/img/compare-bg-type2-2x.png");
  }
}
.theme-color.theme-color--type3 .compare-blk__title-row {
  background-image: url("/html/img/compare-bg-type3-1x.png");
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .theme-color.theme-color--type3 .compare-blk__title-row {
    background-image: url("/html/img/compare-bg-type3-2x.png");
  }
}
.theme-color.theme-color--type5 .compare-blk__title-row {
  background-image: url("/html/img/compare-bg-type5-1x.png");
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .theme-color.theme-color--type5 .compare-blk__title-row {
    background-image: url("/html/img/compare-bg-type5-2x.png");
  }
}
.theme-color.theme-color--type4 .compare-blk__title-row {
  background-image: url("/html/img/compare-bg-type4-1x.png");
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .theme-color.theme-color--type4 .compare-blk__title-row {
    background-image: url("/html/img/compare-bg-type4-2x.png");
  }
}
.theme-color.theme-color--type6 .compare-blk__title-row {
  background-image: url("/html/img/compare-bg-type6-1x.png");
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .theme-color.theme-color--type6 .compare-blk__title-row {
    background-image: url("/html/img/compare-bg-type6-2x.png");
  }
}
.theme-color.theme-color--type7 .compare-blk__title-row {
  background-image: url("/html/img/compare-bg-type7-1x.png");
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .theme-color.theme-color--type7 .compare-blk__title-row {
    background-image: url("/html/img/compare-bg-type7-2x.png");
  }
}
.theme-color.theme-color--type8 .compare-blk__title-row {
  background-image: url("/html/img/compare-bg-type8-1x.png");
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .theme-color.theme-color--type8 .compare-blk__title-row {
    background-image: url("/html/img/compare-bg-type8-2x.png");
  }
}
.compare-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 pxem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.compare-area__column {
  width: 48.68421053%;
}
.compare-area .js-sync-height .normal-color-blk {
  height: 100%;
}
.compare-area__relate-btn-row {
  margin-top: 1.125em;
}
@media (max-width: 479.98px) {
  .compare-area .normal-color-blk {
    font-size: 0.8125rem;
  }
}
.compare-drop {
  position: relative;
  height: 100%;
}
.compare-drop__trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0;
  margin-bottom: 1.5625em;
  padding-top: 1.875em;
  padding-right: 5.875em;
  padding-bottom: 1.875em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  color: #FFF;
  background: no-repeat center center;
  background-size: cover;
}
.compare-drop__trigger:hover, .compare-drop__trigger:focus {
  text-decoration: none;
  color: #FFF;
}
.compare-drop__trigger[aria-expanded="true"]:before {
  -webkit-transform: rotate(180deg) translateY(50%);
  -ms-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
}
.compare-drop__trigger:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'wico' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  font-weight: 700;
  position: absolute;
  top: 50%;
  right: 1.35em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2em;
  height: 2em;
  -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;
  content: "\e910";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
}
.compare-drop__title {
  font-size: 1.75em;
  line-height: 1.2;
}
@media (max-width: 991.98px) {
  .compare-drop__title {
    font-size: 1.375em;
  }
}
.compare-drop__price {
  font-size: 1.25em;
  margin: 0.15em 0 0;
}
.compare-drop__dropdown {
  font-size: 1rem;
  position: absolute;
  z-index: 20;
  top: calc(100% + 2px);
  left: 0;
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
  max-height: 19.75em;
  padding: 0;
  border-radius: 0.9375em;
  background: #FFF;
  box-shadow: 0 0 0.9375em 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767.98px) {
  .compare-drop__dropdown {
    width: 70vw;
  }
}
.compare-area__column:last-child .compare-drop__dropdown {
  right: 0;
  left: auto;
}
.compare-drop__dropdown::-webkit-scrollbar {
  -webkit-appearance: none;
}
.compare-drop__dropdown::-webkit-scrollbar:vertical {
  width: 11px;
}
.compare-drop__dropdown::-webkit-scrollbar:horizontal {
  height: 11px;
}
.compare-drop__dropdown::-webkit-scrollbar-thumb {
  border: 2px solid white;
  /* should match background, can't be transparent */
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.5);
}
.theme-color.theme-color--type1 .compare-drop__trigger {
  background-image: url("/html/img/compare-bg-type1-1x.png");
}
.theme-color.theme-color--type2 .compare-drop__trigger {
  background-image: url("/html/img/compare-bg-type2-1x.png");
}
.theme-color.theme-color--type3 .compare-drop__trigger {
  background-image: url("/html/img/compare-bg-type3-1x.png");
}
.theme-color.theme-color--type5 .compare-drop__trigger {
  background-image: url("/html/img/compare-bg-type5-1x.png");
}
.theme-color.theme-color--type4 .compare-drop__trigger {
  background-image: url("/html/img/compare-bg-type4-1x.png");
}
.theme-color.theme-color--type6 .compare-drop__trigger {
  background-image: url("/html/img/compare-bg-type6-1x.png");
}
.theme-color.theme-color--type7 .compare-drop__trigger {
  background-image: url("/html/img/compare-bg-type7-1x.png");
}
.theme-color.theme-color--type8 .compare-drop__trigger {
  background-image: url("/html/img/compare-bg-type8-1x.png");
}
.menu-option__label {
  font-size: 1em;
  display: block;
  width: 100%;
  padding: 0.9375em 1.625em;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .menu-option__label {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.menu-option__label input {
  position: absolute;
  opacity: 0;
}
.menu-option__label span {
  display: block;
}
.menu-option__content {
  font-size: 1em;
  position: relative;
  display: block;
  padding: 0.9375em 1.625em;
}
@media (max-width: 767.98px) {
  .menu-option__content {
    padding: 0.625rem 0.9375rem;
  }
}
.menu-option__content input + span::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  content: "";
  background: #F4F4F4;
}
.menu-option__content input:checked + span::before {
  display: block;
}
.select-two-blk {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 49;
  width: 18.75em;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.27);
}
@media (max-width: 991.98px) {
  .select-two-blk {
    font-size: 0.875rem;
  }
}
@media (max-width: 479.98px) {
  .select-two-blk {
    font-size: 4vw;
  }
}
@media (max-width: 767.98px) {
  .select-two-blk {
    width: 35.9375%;
    min-width: 12.5em;
  }
}
.select-two-blk__title-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: url("/html/img/select-two-blk-bg-1x.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0.75em 1.875em;
  color: #fff;
  cursor: pointer;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .select-two-blk__title-row {
    background-image: url("/html/img/select-two-blk-bg-2x.jpg");
  }
}
@media (max-width: 767.98px) {
  .select-two-blk__title-row {
    padding: 0.625em 0.625em;
  }
}
.select-two-blk__title-row .ico-arrow-up.rotate {
  -webkit-transition-duration: 0.24s;
  transition-duration: 0.24s;
  -webkit-transition-property: color, visibility, opacity, box-shadow, background-color, border-width, border-color, fill, max-width, max-height, -webkit-transform;
  transition-property: color, visibility, opacity, box-shadow, background-color, border-width, border-color, fill, max-width, max-height, -webkit-transform;
  transition-property: transform, color, visibility, opacity, box-shadow, background-color, border-width, border-color, fill, max-width, max-height;
  transition-property: transform, color, visibility, opacity, box-shadow, background-color, border-width, border-color, fill, max-width, max-height, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.64, 0.05, 0.35, 1);
  transition-timing-function: cubic-bezier(0.64, 0.05, 0.35, 1);
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.select-two-blk__title {
  font-size: 1.125em;
  font-weight: 600;
}
.select-two-blk__content {
  position: relative;
  padding: 1.25em 1.875em;
  background-color: #fff;
  text-align: center;
}
@media (max-width: 767.98px) {
  .select-two-blk__content {
    padding: 0.625em 0.625em;
  }
}
.select-two-blk__item {
  position: relative;
}
.select-two-blk__selected {
  width: 100%;
  background-color: #F4F4F4;
  position: relative;
  padding: 0.75em 2.5em 0.75em 0.9375em;
  margin: 0 0 0.9375em;
  text-align: left;
  color: #686868;
  border: 0;
  border-radius: 0.375em;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.select-two-blk__num {
  font-weight: 300;
  margin-left: 0.3125em;
}
@media (max-width: 767.98px) {
  .select-two-blk__num {
    margin-left: 0.125em;
  }
}
@media (max-width: 767.98px) {
  .select-two-blk__btn .btn {
    min-width: 0;
    width: 100%;
  }
}
.select-two-blk__status {
  font-size: 0.9375em;
  color: #686868;
  padding: 4em 0;
}
.select-two-blk__remark {
  font-size: 0.9375em;
  color: #686868;
  margin: 0.8em 0 0;
}
.select-two-blk .hide {
  display: none;
}
.hashtag-blk {
  width: calc(25% - 1.5em - 0.01px);
  margin: 0.75em;
  visibility: visible;
  opacity: 1;
  -webkit-transition-duration: 0.24s;
  transition-duration: 0.24s;
  -webkit-transition-property: color, visibility, opacity, box-shadow, background-color, border-width, border-color, fill, max-width, max-height, -webkit-transform;
  transition-property: color, visibility, opacity, box-shadow, background-color, border-width, border-color, fill, max-width, max-height, -webkit-transform;
  transition-property: transform, color, visibility, opacity, box-shadow, background-color, border-width, border-color, fill, max-width, max-height;
  transition-property: transform, color, visibility, opacity, box-shadow, background-color, border-width, border-color, fill, max-width, max-height, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.64, 0.05, 0.35, 1);
  transition-timing-function: cubic-bezier(0.64, 0.05, 0.35, 1);
  transition-duration: 0.24s !important;
}
@media (max-width: 991.98px) {
  .hashtag-blk {
    width: calc(50% - 1.5em - 0.01px);
  }
}
@media (max-width: 767.98px) {
  .hashtag-blk {
    width: 100%;
    margin: 0.75em 0;
  }
}
@media (min-width: 768px) {
  .hashtag-blk-list {
    margin: 0.625em -0.75em 0.9375em -0.75em;
  }
}
@media (max-width: 991.98px) {
  .hashtag-blk-list {
    font-size: 1rem;
  }
}
@media (max-width: 479.98px) {
  .hashtag-blk-list {
    font-size: 4vw;
  }
}
.hashtag-go-blk::before {
  font-size: 1.25em;
}
.theme-color.theme-color--type1 .hashtag-go-blk::before {
  color: #52328c;
}
.theme-color.hashtag_page .hashtag-go-blk::before {
  color: #906ecc;
}
.theme-color.theme-color--type2 .hashtag-go-blk::before {
  color: #1d754d;
}
.theme-color.theme-color--type3 .hashtag-go-blk::before {
  color: #1e6cb1;
}
.theme-color.theme-color--type5 .hashtag-go-blk::before {
  color: #7d337e;
}
.theme-color.theme-color--type4 .hashtag-go-blk::before {
  color: #282877;
}
.theme-color.theme-color--type6 .hashtag-go-blk::before {
  color: #b74641;
}
.theme-color.theme-color--type7 .hashtag-go-blk::before {
  color: #2b294f;
}
.theme-color.theme-color--type8 .hashtag-go-blk::before {
  color: #735322;
}
.status-blk {
  font-size: 1em;
  font-weight: 600;
  margin: 0 0 1.25em 0;
}
@media (max-width: 991.98px) {
  .status-blk {
    font-size: 0.875rem;
  }
}
@media (max-width: 479.98px) {
  .status-blk {
    font-size: 4vw;
  }
}
.status-blk:last-child {
  margin-bottom: 0;
}
.status-blk__title {
  font-size: 0.875em;
  color: #686868;
}
@media (max-width: 991.98px) {
  .status-blk__title {
    font-size: 0.9375em;
  }
}
.status-blk__content {
  font-size: 1.0625em;
  min-height: 2.05882353em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.status-blk__content--big {
  font-size: 1.25em;
}
.status-blk__content--no-mt {
  margin-top: 0;
}
.status-blk__text {
  margin: 0 0.6em 0 0;
}
.status-blk__label {
  margin: 0 0.6em 0 0;
  font-size: 0.8125rem;
}
.status-blk__label:first-child {
  margin: 0 0.6em 0 0;
}
/* NEED COLOR */
.rte-pattern-collapse {
  margin: 1.125em 0 1.875em;
}
@media (max-width: 767.98px) {
  .rte-pattern-collapse {
    margin: 0.9375em 0 1.25em;
  }
}
.rte-pattern-collapse__heading {
  position: relative;
  border-radius: 0.5em;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.rte-pattern-collapse__trigger {
  font-size: 1.5em;
  font-weight: 700;
  display: block;
  padding: 0.5em 2.58333333em 0.5em 1.25em;
  position: relative;
  text-decoration: none;
}
.rte-pattern-collapse__trigger:hover, .rte-pattern-collapse__trigger:focus {
  color: #008476;
}
.rte-pattern-collapse__trigger:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'wico' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e910";
  position: absolute;
  top: 50%;
  right: 1.25em;
  margin: -.5em 0 0;
  font-size: 1em;
  line-height: 1;
}
.rte-pattern-collapse__inner {
  overflow: hidden;
  padding: 1.25em 1.25em 0;
}
.theme-color.theme-color--type1 .rte-pattern-collapse__heading {
  background-image: url("/html/img/collapse-bg-type1.jpg");
}
.theme-color.theme-color--type2 .rte-pattern-collapse__heading {
  background-image: url("/html/img/collapse-bg-type2.jpg");
}
.theme-color.theme-color--type3 .rte-pattern-collapse__heading {
  background-image: url("/html/img/collapse-bg-type3.jpg");
}
.theme-color.theme-color--type5 .rte-pattern-collapse__heading {
  background-image: url("/html/img/collapse-bg-type5.jpg");
}
.theme-color.theme-color--type4 .rte-pattern-collapse__heading {
  background-image: url("/html/img/collapse-bg-type4.jpg");
}
.theme-color.theme-color--type6 .rte-pattern-collapse__heading {
  background-image: url("/html/img/collapse-bg-type6.jpg");
}
.theme-color.theme-color--type7 .rte-pattern-collapse__heading {
  background-image: url("/html/img/collapse-bg-type7.jpg");
}
.theme-color.theme-color--type8 .rte-pattern-collapse__heading {
  background-image: url("/html/img/collapse-bg-type8.jpg");
}
.filter-bar {
  position: relative;
  margin: 2.8125em 0 2.5em;
  font-size: 1rem;
}
@media (max-width: 991.98px) {
  .filter-bar {
    font-size: 0.875rem;
  }
}
@media (max-width: 479.98px) {
  .filter-bar {
    font-size: 4vw;
  }
}
.filter-bar--no-mt {
  margin-top: 0;
}
.filter-bar--shadow-bar {
  background-color: #fff;
  font-weight: 600;
  padding: 1.25em 1.875em ;
  border-radius: 0.375em;
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.27);
}
.filter-bar--shadow-bar .filter-bar__row {
  -webkit-box-pack: center;
  -webkit-justify-content: left;
  -ms-flex-pack: center;
  justify-content: left;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .filter-bar--shadow-bar .filter-bar__row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.filter-bar--shadow-bar .filter-bar__blk {
  margin: 0.625em;
}
.filter-bar--shadow-bar .filter-bar__blk--less-margin {
  margin: 0.625em 0.4375em;
}
.filter-bar--shadow-bar .filter-bar__blk--nomargin {
  margin: 0;
}
@media (max-width: 991.98px) {
  .filter-bar--shadow-bar .filter-bar__blk--m-wrap {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 991.98px) {
  .filter-bar--shadow-bar .filter-bar__blk {
    margin: 0.625em 0 0 0;
  }
}
@media (max-width: 767.98px) {
  .filter-bar--shadow-bar .filter-bar__blk:first-of-type {
    margin-top: 0;
  }
}
.filter-bar--shadow-bar .filter-bar__blk--wide {
  min-width: 25.25em;
}
@media (max-width: 991.98px) {
  .filter-bar--shadow-bar .filter-bar__blk--wide {
    width: calc(50% - 0.375em);
    min-width: 0;
  }
}
@media (max-width: 767.98px) {
  .filter-bar--shadow-bar .filter-bar__blk--wide {
    width: 100%;
  }
}
.filter-bar--shadow-bar .filter-bar__blk--narrow {
  min-width: 0;
  width: 12.5em;
}
.theme-color--type2 .filter-bar--shadow-bar .filter-bar__blk--narrow{
  width: 16.5em;
}
.theme-color--type4 .filter-bar--shadow-bar .filter-bar__blk--narrow{
	width: 16.5em;
}
@media (max-width: 991.98px) {
  .filter-bar--shadow-bar .filter-bar__blk--narrow {
    width: calc(50% - 0.375em);
    min-width: 0;
  }
}
@media (max-width: 767.98px) {
  .filter-bar--shadow-bar .filter-bar__blk--narrow {
    width: 100%;
  }
}
@media (max-width: 1150px) {
  .theme-color--type2 .filter-bar--shadow-bar .filter-bar__blk--narrow {
    width: 100%;
  }
  .theme-color--type4 .filter-bar--shadow-bar .filter-bar__blk--narrow {
    width: 100%;
  }
}
.filter-bar--shadow-bar .filter-bar__btn-search {
  min-width: 8.4375em;
}
.filter-bar--shadow-bar .filter-bar__btn-search--narrow {
  min-width: 7.375em;
}
.filter-bar--shadow-bar .filter-bar__btn--small {
  min-width: 0;
  width: 6.125em;
}
.filter-bar__row {
  margin: 0 -0.9375em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 992px) {
  .filter-bar__row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .filter-bar__row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .filter-bar__row {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.filter-bar__description {
  color: #686868;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .filter-bar__description {
    margin: 0 0 0.9375em 0.9375em;
  }
}
.filter-bar--jc .filter-bar__row {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.filter-bar__blk {
  margin: 0.5em 0.9375em;
  min-width: 13.75em;
}
@media (max-width: 767.98px) {
  .filter-bar__blk {
    min-width: 13.75em;
    width: 100%;
  }
  .filter-bar__blk:first-child:nth-last-child(2),
  .filter-bar__blk:first-child:nth-last-child(2) ~ .filter-bar__blk {
    width: calc(100% - 0.625em);
  }
}
.filter-bar__blk--no-y-margin {
  margin-top: 0;
  margin-bottom: 0;
}
.filter-bar__blk--btn {
  width: auto;
  min-width: auto;
  position: relative;
}
.filter-bar__blk--start {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: auto;
  min-width: auto;
}
.filter-bar__blk--wide {
  width: 20.75em;
}
.filter-bar__blk--narrow {
  width: 13.875em;
}
@media (max-width: 767.98px) {
  .filter-bar__blk--narrow {
    width: 100%;
  }
}
.filter-bar__btn {
  padding-top: 0.35em;
  padding-bottom: 0.4em;
  font-size: 1em;
}
.filter-bar__btn-reset {
  color: #686868;
  text-decoration: none;
}
.filter-bar__btn-reset:hover, .filter-bar__btn-reset:focus {
  text-decoration: none;
}
.filter-bar__btn-reset:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'wico' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  line-height: 0.8;
  position: relative;
  vertical-align: middle;
  margin: 0 0.35em 0 0;
  content: "\e92b";
  top: 0;
}
.filter-no-result {
  margin: 2em 0;
}
.filter-no-result__text {
  border-radius: 0.25em;
  border: 1px solid #ccc;
  background: #efefef;
  text-align: center;
  padding: 0.4em 1em;
  font-size: 1.25em;
}
@media (max-width: 991.98px) {
  .side-img-slider {
    font-size: 0.875rem;
  }
}
@media (max-width: 479.98px) {
  .side-img-slider {
    font-size: 4vw;
  }
}
.side-img-slider__container {
  position: relative;
}
.js-slick-container:not(.js-slick-loaded) .side-img-slider__list > .js-slick-itm:nth-child(1) ~ .js-slick-itm {
  position: absolute;
  visibility: hidden;
}
@media (min-width: 768px) {
  .side-img-slider .slick-dots-container {
    bottom: 0.3125em;
    left: 60.0877193%;
  }
}
@media (max-width: 767.98px) {
  .side-img-slider .slick-dots-container {
    right: 0;
    left: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.side-img-slider .slick-arrow {
  font-size: 2.875rem;
}
@media (max-width: 1199.98px) {
  .side-img-slider .slick-arrow {
    font-size: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  .side-img-slider .slick-arrow {
    top: 26.34880803vw;
  }
}
.side-img-slider .slick-prev {
  left: -1.43478261em;
}
@media (max-width: 1199.98px) {
  .side-img-slider .slick-prev {
    left: -0.41666667em;
  }
}
.side-img-slider .slick-next {
  right: -1.43478261em;
}
@media (max-width: 1199.98px) {
  .side-img-slider .slick-next {
    right: -0.41666667em;
  }
}
@media (min-width: 768px) {
  .side-img-slider--tp2 .slick-dots-container {
    bottom: 0.3125em;
    left: 46.49122807%;
  }
}
@media (min-width: 768px) {
  .side-img-blk__img-side {
    float: left;
    width: 57.45614035%;
  }
  .side-img-slider--tp2 .side-img-blk__img-side {
    width: 43.85964912%;
  }
}
.side-img-blk__content-side {
  padding: 0 0 2em;
}
@media (min-width: 768px) {
  .side-img-blk__content-side {
    float: right;
    width: 40.35087719%;
  }
  .side-img-slider--tp2 .side-img-blk__content-side {
    width: 53.50877193%;
  }
}
@media (max-width: 767.98px) {
  .side-img-blk__content-side {
    margin: 0.8125rem 0 0;
  }
}
.side-img-blk__imgw {
  position: relative;
  overflow: hidden;
  border-radius: 0.375em;
}
.side-img-blk__imgctrl {
  padding: 56.18320611% 0 0;
}
.side-img-blk__title {
  font-size: 2em;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  max-height: 4.625em;
  margin: -0.15625em 0 0.3125em;
      text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    visibility: visible;
}
.side-img-blk__title a:after { content: ""; }
@media (max-width: 767.98px) {
  .side-img-blk__title {
    line-height: 1.2;
    margin: 0.72em 0 0.4em;
  }
}
.lang-tc .side-img-blk__title {
  line-height: 1.5;
}
.lang-en .side-img-blk__title {
  line-height: 1.1875;
}
.side-img-blk__desc {
  font-size: 1.0625em;
  position: relative;
  overflow: hidden;
  max-height: 2.94117647em;
}
.lang-tc .side-img-blk__desc {
  line-height: 1.52941176;
}
.lang-en .side-img-blk__desc {
  line-height: 1.35294118;
}
@media (max-width: 767.98px) {
  .side-img-blk__desc {
    display: none;
  }
}
.side-img-blk__label-time {
  margin: 1.25em 0;
}
.side-img-blk__hash {
  margin: 1.46666667em 0 0;
}
.side-img-blk__dot-list {
  margin-top: 1em;
}
.theme-color.theme-color--type1 .side-img-blk__dot-list > li:before {
  background: #52328c;
}
.theme-color.theme-color--type2 .side-img-blk__dot-list > li:before {
  background: #1d754d;
}
.theme-color.theme-color--type3 .side-img-blk__dot-list > li:before {
  background: #1e6cb1;
}
.theme-color.theme-color--type5 .side-img-blk__dot-list > li:before {
  background: #7d337e;
}
.theme-color.theme-color--type4 .side-img-blk__dot-list > li:before {
  background: #282877;
}
.theme-color.theme-color--type6 .side-img-blk__dot-list > li:before {
  background: #b74641;
}
.theme-color.theme-color--type7 .side-img-blk__dot-list > li:before {
  background: #2b294f;
}
.theme-color.theme-color--type8 .side-img-blk__dot-list > li:before {
  background: #735322;
}
@media (max-width: 767.98px) {
  .hot-slider .slick-dots {
    display: none !important;
  }
}
.hot-slider__container {
  margin: -0.75em -0.75em 0;
}
.hot-slider__container.slick-default-item-total-3 .slick-dots {
  display: none;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .js-slick-container:not(.js-slick-loaded) .hot-slider__list > .js-slick-itm:nth-child(2) ~ .js-slick-itm {
    position: absolute;
    visibility: hidden;
  }
}
@media (max-width: 767.98px) {
  .js-slick-container:not(.js-slick-loaded) .hot-slider__list > .js-slick-itm:nth-child(1) ~ .js-slick-itm {
    position: absolute;
    visibility: hidden;
  }
}
@media (min-width: 1200px) {
  .js-slick-container:not(.js-slick-loaded) .hot-slider__list > .js-slick-itm:nth-child(3) ~ .js-slick-itm {
    position: absolute;
    visibility: hidden;
  }
}
.hot-slider__itm {
  float: left;
  width: 33.33333333%;
  padding: 0.75em;
}
@media (max-width: 1199.98px) {
  .hot-slider__itm {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .hot-slider__itm {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .hot-slider__itm {
    width: 33.33333333%;
  }
}
.hot-slider .slick-dots {
  position: absolute;
  right: 0;
  bottom: -1.625em;
  left: 0;
}
.hot-slider .slick-arrow {
  top: 6.48em;
}
@media (max-width: 1199.98px) {
  .hot-slider .slick-arrow {
    top: 5.6em;
  }
}
@media screen and (max-width: 524.45px) {
  .hot-slider .slick-arrow {
    top: 43.93063584vw;
  }
}
@media screen and (max-width: 524.45px) {
  .hot-slider .slick-list {
    overflow: visible;
  }
  .hot-slider .js-slick-container--arrow-circle .slick-prev {
    left: 0em;
  }
  .hot-slider .js-slick-container--arrow-circle .slick-next {
    right: calc(-17.33333333vw);
  }
}
.article-slider {
  margin-bottom: 1.41176471em;
}
.article-slider__container {
  margin: -0.75em -0.75em 0;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .js-slick-container:not(.js-slick-loaded) .article-slider__list > .js-slick-itm:nth-child(1) ~ .js-slick-itm {
    position: absolute;
    visibility: hidden;
  }
}
@media (max-width: 767.98px) {
  .js-slick-container:not(.js-slick-loaded) .article-slider__list > .js-slick-itm:nth-child(1) ~ .js-slick-itm {
    position: absolute;
    visibility: hidden;
  }
}
@media (min-width: 1200px) {
  .js-slick-container:not(.js-slick-loaded) .article-slider__list > .js-slick-itm:nth-child(1) ~ .js-slick-itm {
    position: absolute;
    visibility: hidden;
  }
}
.article-slider__itm {
  position: relative;
  overflow: hidden;
  width: 33.33333333%;
  margin: 0.75em;
}
@media (max-width: 1199.98px) {
  .article-slider__itm {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .article-slider__itm {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .article-slider__itm {
    width: 100%;
  }
}
@media screen and (max-width: 524.45px) {
  .article-slider .slick-list {
    overflow: visible;
  }
}
@media (max-width: 767.98px) {
  .interest-slider .slick-dots {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .interest-slider {
    font-size: 0.875rem;
  }
}
@media (max-width: 479.98px) {
  .interest-slider {
    font-size: 4vw;
  }
}
.interest-slider__container {
  margin: -0.75em -0.75em 0;
}
.interest-slider__list {
  padding: 0 0 1.5em 0;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .js-slick-container:not(.js-slick-loaded) .interest-slider__list > .js-slick-itm:nth-child(2) ~ .js-slick-itm {
    position: absolute;
    visibility: hidden;
  }
}
@media (max-width: 767.98px) {
  .js-slick-container:not(.js-slick-loaded) .interest-slider__list > .js-slick-itm:nth-child(1) ~ .js-slick-itm {
    position: absolute;
    visibility: hidden;
  }
}
@media (min-width: 1200px) {
  .js-slick-container:not(.js-slick-loaded) .interest-slider__list > .js-slick-itm:nth-child(4) ~ .js-slick-itm {
    position: absolute;
    visibility: hidden;
  }
}
.interest-slider__itm {
  float: left;
  width: 33.33333333%;
  padding: 0.75em;
}
@media (max-width: 1199.98px) {
  .interest-slider__itm {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .interest-slider__itm {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .interest-slider__itm {
    width: 25%;
    visibility: visible;
  }
}
.interest-slider .slick-dots {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.interest-slider .slick-arrow {
  top: 50%;
}
@media screen and (max-width: 524.45px) {
  .interest-slider .slick-list {
    overflow: visible;
  }
}
@media screen and (max-width: 524.45px) {
  .interest-slider .shadow-card-blk__main {
    padding-top: 1rem;
  }
}
.ads-slider {
  margin: 2.8125em 0;
}
@media (max-width: 767.98px) {
  .ads-slider {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
  .ads-slider .slick-dots {
    display: none !important;
  }
}
.ads-slider__container {
  margin: 0 -0.5625em;
}
@media (max-width: 991.98px) {
  .ads-slider__container {
    font-size: 0.875rem;
  }
}
@media (max-width: 767.98px) {
  .ads-slider__container {
    font-size: 0.75rem;
  }
}
.ads-slider__container.slick-default-item-total-3 .slick-dots {
  display: none;
}
@media (min-width: 480px) and (max-width: 767.98px) {
  .js-slick-container:not(.js-slick-loaded) .ads-slider__list > .js-slick-itm:nth-child(3) ~ .js-slick-itm {
    position: absolute;
    visibility: hidden;
  }
}
@media (max-width: 479.98px) {
  .js-slick-container:not(.js-slick-loaded) .ads-slider__list > .js-slick-itm:nth-child(2) ~ .js-slick-itm {
    position: absolute;
    visibility: hidden;
  }
}
@media (min-width: 768px) {
  .js-slick-container:not(.js-slick-loaded) .ads-slider__list > .js-slick-itm:nth-child(6) ~ .js-slick-itm {
    position: absolute;
    visibility: hidden;
  }
}
.ads-slider__itm {
  float: left;
  width: 16.66666667%;
  padding: 0.5625em;
}
@media (max-width: 1199.98px) {
  .ads-slider__itm {
    width: 33.33333333%;
  }
}
@media (max-width: 767.98px) {
  .ads-slider__itm {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .ads-slider__itm {
    width: 16.66666667%;
  }
}
.ads-slider__imgw {
  position: relative;
  overflow: hidden;
}
.ads-slider__imgctrl {
  padding: 37.14285714% 0 0;
}
.ads-slider .slick-list {
  padding-bottom: 1.5em;
}
.ads-slider .slick-dots {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.ads-slider .slick-arrow {
  top: calc(50% - 12px);
}
@media screen and (max-width: 524.45px) {
  .ads-slider .slick-list {
    overflow: visible;
  }
}
@media screen and (max-width: 524.45px) {
  .ads-slider .shadow-card-blk__main {
    padding-top: 1rem;
  }
}
@media (max-width: 991.98px) {
  .normal-item-slider {
    font-size: 0.875rem;
  }
}
@media (max-width: 479.98px) {
  .normal-item-slider {
    font-size: 4vw;
  }
}
@media (max-width: 1199.98px) {
  .normal-item-slider .slick-arrow {
    font-size: 1.25rem;
    line-height: 1;
    color: #A5A4A4;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 0.09090909em 0.36363636em 0 rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 1199.98px) and (max-width: 524.45px) {
  .normal-item-slider .slick-arrow {
    font-size: 1.25rem;
  }
}
@media (max-width: 1199.98px) {
  .normal-item-slider .slick-arrow .ico-fw {
    font-size: 1em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -.5em 0 0 -.5em;
  }
  .normal-item-slider .slick-arrow:hover, .normal-item-slider .slick-arrow:focus {
    opacity: 1;
  }
  .normal-item-slider .slick-arrow.slick-prev {
    left: 1em;
    text-indent: -.35em;
  }
}
@media (max-width: 1199.98px) and (max-width: 767.98px) {
  .normal-item-slider .slick-arrow.slick-prev {
    left: 0;
  }
}
@media (max-width: 1199.98px) {
  .normal-item-slider .slick-arrow.slick-next {
    right: 1em;
    text-indent: -.16em;
  }
}
@media (max-width: 1199.98px) and (max-width: 767.98px) {
  .normal-item-slider .slick-arrow.slick-next {
    right: 0;
  }
}
@media (max-width: 1199.98px) {
  .normal-item-slider .slick-arrow.slick-prev {
    left: 0;
  }
  .normal-item-slider .slick-arrow.slick-next {
    right: 0;
  }
}
.normal-item-slider__container {
  margin: 0 -0.75em;
}
@media screen and (max-width: 524.45px) {
  .normal-item-slider {
    margin-right: 17.1875vw;
  }
}
@media (min-width: 992px) {
  .js-slick-container:not(.js-slick-loaded) .normal-item-slider__list--desktop-4 > .js-slick-itm:nth-child(4) ~ .js-slick-itm {
    position: absolute;
    visibility: hidden;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .js-slick-container:not(.js-slick-loaded) .normal-item-slider__list--desktop-4 > .js-slick-itm:nth-child(3) ~ .js-slick-itm {
    position: absolute;
    visibility: hidden;
  }
}
@media screen and (min-width: 525px) and (max-width: 767.45px) {
  .js-slick-container:not(.js-slick-loaded) .normal-item-slider__list--desktop-4 > .js-slick-itm:nth-child(2) ~ .js-slick-itm {
    position: absolute;
    visibility: hidden;
  }
}
@media screen and (max-width: 524.45px) {
  .js-slick-container:not(.js-slick-loaded) .normal-item-slider__list--desktop-4 > .js-slick-itm:nth-child(1) ~ .js-slick-itm {
    position: absolute;
    visibility: hidden;
  }
}
@media (min-width: 768px) {
  .js-slick-container:not(.js-slick-loaded) .normal-item-slider__list--desktop-3 > .js-slick-itm:nth-child(3) ~ .js-slick-itm {
    position: absolute;
    visibility: hidden;
  }
}
@media screen and (min-width: 525px) and (max-width: 767.45px) {
  .js-slick-container:not(.js-slick-loaded) .normal-item-slider__list--desktop-3 > .js-slick-itm:nth-child(2) ~ .js-slick-itm {
    position: absolute;
    visibility: hidden;
  }
}
@media screen and (max-width: 524.45px) {
  .js-slick-container:not(.js-slick-loaded) .normal-item-slider__list--desktop-3 > .js-slick-itm:nth-child(1) ~ .js-slick-itm {
    position: absolute;
    visibility: hidden;
  }
}
.normal-item-slider__itm {
  float: left;
  padding: 0 0.75em;
}
@media (min-width: 768px) {
  .normal-item-slider--desktop-3 .normal-item-slider__itm {
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .normal-item-slider--desktop-4 .normal-item-slider__itm {
    width: 25%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .normal-item-slider--desktop-4 .normal-item-slider__itm {
    width: 33.33333333%;
  }
}
@media screen and (min-width: 525px) and (max-width: 767.45px) {
  .normal-item-slider__itm {
    width: 50%;
  }
}
@media screen and (max-width: 524.45px) {
  .normal-item-slider__itm {
    width: 100%;
  }
}
@media screen and (max-width: 524.45px) {
  .normal-item-slider .normal-item-slider__container .slick-prev {
    left: 0em;
  }
  .normal-item-slider .normal-item-slider__container .slick-next {
    right: calc(-17.33333333vw);
  }
  .normal-item-slider .slick-arrow {
    top: 21.25vw;
  }
  .normal-item-slider .slick-list {
    overflow: visible;
  }
  .normal-item-slider .slick-dots {
    display: none !important;
  }
}
.normal-item-slider .slick-dots {
  margin: 1.5625em 0 1.5625em;
}
.video-slider {
  margin: 3.125em 0 0;
}
@media (max-width: 767.98px) {
  .video-slider {
    margin-bottom: 0;
  }
  .video-slider .slick-dots {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .video-slider {
    font-size: 0.875rem;
  }
}
@media (max-width: 479.98px) {
  .video-slider {
    font-size: 4vw;
  }
}
@media (min-width: 992px) {
  .video-slider__container {
    margin: -0.5em -0.5em 1.875em -0.5em;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .js-slick-container:not(.js-slick-loaded) .video-slider__list > .js-slick-itm:nth-child(2) ~ .js-slick-itm {
    position: absolute;
    visibility: hidden;
  }
}
@media (max-width: 767.98px) {
  .js-slick-container:not(.js-slick-loaded) .video-slider__list > .js-slick-itm:nth-child(2) ~ .js-slick-itm {
    position: absolute;
    visibility: hidden;
  }
}
@media (min-width: 1200px) {
  .js-slick-container:not(.js-slick-loaded) .video-slider__list > .js-slick-itm:nth-child(2) ~ .js-slick-itm {
    position: absolute;
    visibility: hidden;
  }
}
.video-slider__itm {
  float: left;
  width: 50%;
  padding: 0.5em;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media (max-width: 1199.98px) {
  .video-slider__itm {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .video-slider__itm {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .video-slider__itm {
    width: 50%;
    visibility: visible;
  }
}
.video-slider__playbtn {
  font-size: 2.5em;
  position: absolute;
  right: 5%;
  bottom: 5%;
  color: #fff266;
  opacity: .8;
}
.video-slider__title {
  font-size: 1.5em;
  font-weight: 600;
  margin: 0 0 0.6em;
}
.video-slider__content {
  padding: 0 0 0 1em;
}
.video-slider__thumbnail {
  width: 12.5em;
  position: relative;
}
.video-slider__thumbnail img {
  border-radius: 0.375em;
}
.video-slider__imgctrl {
  padding: 55% 0 0;
  position: relative;
}
.video-slider__subtitle {
  font-size: 1.25em;
  font-weight: 600;
  margin: 0.3em 0 0;
}
.video-slider hr.color-line {
  margin: 0;
}
.video-slider .slick-dots {
  position: absolute;
  right: 0;
  bottom: -1.625em;
  left: 0;
}
.video-slider .slick-arrow {
  top: 50%;
}
@media (max-width: 1199.98px) {
  .video-slider .slick-prev {
    left: -0.5em;
  }
}
@media (max-width: 1199.98px) {
  .video-slider .slick-next {
    right: -0.5em;
  }
}
@media screen and (max-width: 524.45px) {
  .video-slider .slick-list {
    overflow: visible;
  }
}
@media screen and (max-width: 524.45px) {
  .video-slider .shadow-card-blk__main {
    padding-top: 1rem;
  }
}
.compare-slider {
  font-size: 1rem;
}
.compare-slider .slick-arrow {
  color: #686868;
  color: #fff;
}
@media (min-width: 1200px) {
  .compare-slider .slick-prev {
    left: -1.19565217em;
  }
  .compare-slider .slick-next {
    right: -1.19565217em;
  }
}
.compare-slider__container {
  margin: 0em -0.625em;
}
@media (min-width: 992px) {
  .js-slick-container:not(.js-slick-loaded) .compare-slider__list > .js-slick-itm:nth-child(3) ~ .js-slick-itm {
    position: absolute;
    visibility: hidden;
  }
}
@media (min-width: 480px) and (max-width: 991.98px) {
  .js-slick-container:not(.js-slick-loaded) .compare-slider__list > .js-slick-itm:nth-child(2) ~ .js-slick-itm {
    position: absolute;
    visibility: hidden;
  }
}
@media (max-width: 479.98px) {
  .js-slick-container:not(.js-slick-loaded) .compare-slider__list > .js-slick-itm:nth-child(1) ~ .js-slick-itm {
    position: absolute;
    visibility: hidden;
  }
}
.compare-slider__itm {
  float: left;
  padding: 0.625em 0.625em;
}
@media (min-width: 992px) {
  .compare-slider__itm {
    width: 33.33333333%;
  }
}
@media (min-width: 480px) and (max-width: 991.98px) {
  .compare-slider__itm {
    width: 50%;
  }
}
@media (max-width: 479.98px) {
  .compare-slider__itm {
    width: 100%;
  }
}
.compare-slider .slick-dots {
  margin: 1.625em 0 0.625em;
}
.banner {
  position: relative;
  max-width: 56.25em;
  margin: 0 auto;
}
.banner .article-banner-blk__imgw {
  position: relative;
  overflow: hidden;
}
.banner .article-banner-blk__imgw .article-banner-blk__imgctrl {
  padding: 56.25% 0 0;
}
.banner .article-banner-blk__imgw .article-banner-blk__imgctrl--full-screen {
  padding: 56.25% 0 0;
}
.banner::before {
  content: "";
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
  width: 25%;
  height: 100%;
}
.banner::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 1;
  right: 0;
  width: 25%;
  height: 100%;
}
.parallax-before-load {
  position: absolute;
  top: -27%;
  left: 0;
  width: 100%;
}
.theme-color.theme-color--type1 .banner::before {
  background-image: -webkit-linear-gradient(right, rgba(82, 50, 140, 0), #52328c 95%);
  background-image: linear-gradient(to left, rgba(82, 50, 140, 0), #52328c 95%);
}
.theme-color.theme-color--type1 .banner::after {
  background-image: -webkit-linear-gradient(left, rgba(82, 50, 140, 0), #52328c 95%);
  background-image: linear-gradient(to right, rgba(82, 50, 140, 0), #52328c 95%);
}
.theme-color.theme-color--type2 .banner::before {
  background-image: -webkit-linear-gradient(right, rgba(29, 117, 77, 0), #1d754d 95%);
  background-image: linear-gradient(to left, rgba(29, 117, 77, 0), #1d754d 95%);
}
.theme-color.theme-color--type2 .banner::after {
  background-image: -webkit-linear-gradient(left, rgba(29, 117, 77, 0), #1d754d 95%);
  background-image: linear-gradient(to right, rgba(29, 117, 77, 0), #1d754d 95%);
}
.theme-color.theme-color--type3 .banner::before {
  background-image: -webkit-linear-gradient(right, rgba(30, 108, 177, 0), #1e6cb1 95%);
  background-image: linear-gradient(to left, rgba(30, 108, 177, 0), #1e6cb1 95%);
}
.theme-color.theme-color--type3 .banner::after {
  background-image: -webkit-linear-gradient(left, rgba(30, 108, 177, 0), #1e6cb1 95%);
  background-image: linear-gradient(to right, rgba(30, 108, 177, 0), #1e6cb1 95%);
}
.theme-color.theme-color--type5 .banner::before {
  background-image: -webkit-linear-gradient(right, rgba(125, 51, 126, 0), #7d337e 95%);
  background-image: linear-gradient(to left, rgba(125, 51, 126, 0), #7d337e 95%);
}
.theme-color.theme-color--type5 .banner::after {
  background-image: -webkit-linear-gradient(left, rgba(125, 51, 126, 0), #7d337e 95%);
  background-image: linear-gradient(to right, rgba(125, 51, 126, 0), #7d337e 95%);
}
.theme-color.theme-color--type4 .banner::before {
  background-image: -webkit-linear-gradient(right, rgba(40, 40, 119, 0), #282877 95%);
  background-image: linear-gradient(to left, rgba(40, 40, 119, 0), #282877 95%);
}
.theme-color.theme-color--type4 .banner::after {
  background-image: -webkit-linear-gradient(left, rgba(40, 40, 119, 0), #282877 95%);
  background-image: linear-gradient(to right, rgba(40, 40, 119, 0), #282877 95%);
}
.theme-color.theme-color--type6 .banner::before {
  background-image: -webkit-linear-gradient(right, rgba(183, 70, 65, 0), #b74641 95%);
  background-image: linear-gradient(to left, rgba(183, 70, 65, 0), #b74641 95%);
}
.theme-color.theme-color--type6 .banner::after {
  background-image: -webkit-linear-gradient(left, rgba(183, 70, 65, 0), #b74641 95%);
  background-image: linear-gradient(to right, rgba(183, 70, 65, 0), #b74641 95%);
}
.theme-color.theme-color--type7 .banner::before {
  background-image: -webkit-linear-gradient(right, rgba(43, 41, 79, 0), #2b294f 95%);
  background-image: linear-gradient(to left, rgba(43, 41, 79, 0), #2b294f 95%);
}
.theme-color.theme-color--type7 .banner::after {
  background-image: -webkit-linear-gradient(left, rgba(43, 41, 79, 0), #2b294f 95%);
  background-image: linear-gradient(to right, rgba(43, 41, 79, 0), #2b294f 95%);
}
.theme-color.theme-color--type8 .banner::before {
  background-image: -webkit-linear-gradient(right, rgba(115, 83, 34, 0), #735322 95%);
  background-image: linear-gradient(to left, rgba(115, 83, 34, 0), #735322 95%);
}
.theme-color.theme-color--type8 .banner::after {
  background-image: -webkit-linear-gradient(left, rgba(115, 83, 34, 0), #735322 95%);
  background-image: linear-gradient(to right, rgba(115, 83, 34, 0), #735322 95%);
}
.article {
  padding: 2.8125em 0;
}
@media (max-width: 991.98px) {
  .article {
    font-size: 0.875rem;
  }
}
@media (max-width: 479.98px) {
  .article {
    font-size: 4vw;
  }
}
.article__header {
  font-size: 2em;
}
@media (max-width: 479.98px) {
  .article__header {
    font-size: 1.75em;
  }
}
.article__subheader {
  margin-top: 0.5em;
  font-size: 1.25em;
  color: #000;
}
.article__auditor {
  display: table;
}
.article__auditor-imgw {
  display: table-cell;
  width: 3.125em;
}
.article__auditor-imgctrl {
  padding: 100% 0 0;
}
.article__auditor-icon {
  border-radius: 50%;
  vertical-align: middle;
}
.article__auditor-name {
  display: table-cell;
  padding-left: 0.9375em;
  vertical-align: middle;
}
.article__content {
  padding: 1.25em 0;
}
.article__content .row{margin-left: 0;margin-right: 0;}
.article__tag {
  padding: 1.53333333em 0;
  margin-bottom: 1.53333333em;
}
.theme-color.theme-color--type1 .article__tag {
  border-top: 1px solid #baadd1;
  border-bottom: 1px solid #baadd1;
}
.theme-color.theme-color--type2 .article__tag {
  border-top: 1px solid #a6ccba;
  border-bottom: 1px solid #a6ccba;
}
.theme-color.theme-color--type3 .article__tag {
  border-top: 1px solid #a9c9e5;
  border-bottom: 1px solid #a9c9e5;
}
.theme-color.theme-color--type5 .article__tag {
  border-top: 1px solid #cbadcb;
  border-bottom: 1px solid #cbadcb;
}
.theme-color.theme-color--type4 .article__tag {
  border-top: 1px solid #a9a9c9;
  border-bottom: 1px solid #a9a9c9;
}
.theme-color.theme-color--type6 .article__tag {
  border-top: 1px solid #efbbb8;
  border-bottom: 1px solid #efbbb8;
}
.theme-color.theme-color--type7 .article__tag {
  border-top: 1px solid #aaa9b8;
  border-bottom: 1px solid #aaa9b8;
}
.theme-color.theme-color--type8 .article__tag {
  border-top: 1px solid #ae7e33;
  border-bottom: 1px solid #ae7e33;
}
.article__backbtn {
  text-align: right;
}
.interest__title {
  font-size: 1.75em;
  font-weight: 700;
  margin-bottom: 0.53571429em;
}
.interest__blk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.625em;
}
.interest__blk .shadow-card-blk {
  width: calc(25% - 22px);
  margin: 0 0.625em;
}
@media (max-width: 991.98px) {
  .interest__blk .shadow-card-blk {
    width: calc(50% - 22px);
    margin: 0 0.625em 1.25em 0.625em;
  }
}
@media (max-width: 767.98px) {
  .interest__blk .shadow-card-blk {
    width: 100%;
    margin: 0 0 1.25em 0;
  }
}
@media (min-width: 768px) {
  .video-sec {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .video-sec__main {
    width: 57.45614035%;
  }
  .video-sec__side {
    width: 40.35087719%;
  }
}
@media (max-width: 991.98px) {
  .video-sec {
    font-size: 0.875rem;
  }
}
@media (max-width: 479.98px) {
  .video-sec {
    font-size: 4vw;
  }
}
.video-sec__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.07142857em 0;
}
@media (max-width: 991.98px) {
  .video-sec__item:nth-child(1n+3) {
    display: none;
  }
}
.video-sec__number {
  font-family: "Roboto", 'Microsoft JhengHei', 'Arial', 'Helvetica', 'sans-serif';
  font-size: 1.75em;
  color: #686868;
  display: inline-block;
  margin: -0.07142857em 0.21428571em 0 0;
}
.video-sec__content {
  display: block;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.video-sec__img {
  width: 48.26086957%;
  position: relative;
  float: right;
  margin: 0 0 1em 2.1875em;
  max-width: 12.5em;
}
@media (max-width: 991.98px) {
  .video-sec__img {
    margin: 0 0 0.75em 1.25em;
  }
}
.video-sec__hash {
  display: inline-block;
  margin: 0;
  width:100%;
}
.video-sec__hash.hashtag-list > li {
  display: inline-block;
  white-space: nowrap;
}
.video-sec__imgctrl {
  padding: 55% 0 0;
}
.video-sec__imgctrl img {
  border-radius: 0.375em;
}
.video-sec__title {
  font-size: 1.25em;
  margin: 0;
}
.video-sec__title a {
  text-decoration: none;
}
.video-sec__title a:hover, .video-sec__title a:focus {
  text-decoration: underline;
}
.lang-en .video-sec__title {
  font-weight: 400;
}
.lang-tc .video-sec__title {
  font-weight: 700;
}
.theme-color.theme-color--type1 .video-sec__item {
  border-bottom: 1px solid #baadd1;
}
.theme-color.theme-color--type1 .video-sec__item:first-of-type {
  border-top: 1px solid #baadd1;
}
.theme-color.theme-color--type2 .video-sec__item {
  border-bottom: 1px solid #a9c9e5;
}
.theme-color.theme-color--type2 .video-sec__item:first-of-type {
  border-top: 1px solid #a9c9e5;
}
.theme-color.theme-color--type3 .video-sec__item {
  border-bottom: 1px solid #a9c9e5;
}
.theme-color.theme-color--type3 .video-sec__item:first-of-type {
  border-top: 1px solid #a9c9e5;
}
.theme-color.theme-color--type5 .video-sec__item {
  border-bottom: 1px solid #cbadcb;
}
.theme-color.theme-color--type5 .video-sec__item:first-of-type {
  border-top: 1px solid #cbadcb;
}
.theme-color.theme-color--type4 .video-sec__item {
  border-bottom: 1px solid #a9a9c9;
}
.theme-color.theme-color--type4 .video-sec__item:first-of-type {
  border-top: 1px solid #a9a9c9;
}
.theme-color.theme-color--type6 .video-sec__item {
  border-bottom: 1px solid #efbbb8;
}
.theme-color.theme-color--type6 .video-sec__item:first-of-type {
  border-top: 1px solid #efbbb8;
}
.theme-color.theme-color--type7 .video-sec__item {
  border-bottom: 1px solid #aaa9b8;
}
.theme-color.theme-color--type7 .video-sec__item:first-of-type {
  border-top: 1px solid #aaa9b8;
}
.theme-color.theme-color--type8 .video-sec__item {
  border-bottom: 1px solid #ae7e33;
}
.theme-color.theme-color--type8 .video-sec__item:first-of-type {
  border-top: 1px solid #ae7e33;
}
.style-table {
  font-size: 1.0625rem;
  color: #686868;
}
.style-table th {
  font-size: 1em;
  font-weight: 700;
  text-align: left;
  color: #000;
  border: 0;
  background: #e1e1e1;
}
.style-table th,
.style-table td {
  padding: 0.70588235em 1.17647059em;
}
.style-table tbody td {
  padding-top: 0.82352941em;
  padding-bottom: 0.82352941em;
  border: 0;
  border-bottom: 1px solid #a9c9e5;
}
@media (min-width: 768px) {
  .course-table__td-type-a {
    width: 34.64912281%;
  }
  .course-table__td-type-b {
    width: 10.96491228%;
  }
  .course-table__td-type-c {
    width: 20.61403509%;
  }
  .course-table__td-type-d {
    width: 33.77192982%;
  }
  .coworking-table__td-type-a {
    width: 42.10526316%;
  }
  .coworking-table__td-type-b {
    width: 14.9122807%;
  }
  .coworking-table__td-type-c {
    width: 27.19298246%;
  }
  .coworking-table__td-type-d {
    width: 15.78947368%;
  }
  .lang-en .govjob-table__td-type-a {
    width: 30.61403509%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .lang-en .govjob-table__td-type-a {
    width: 26.31578947%;
  }
}
@media (min-width: 768px) {
  .lang-tc .govjob-table__td-type-a {
    width: 33.33333333%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .lang-tc .govjob-table__td-type-a {
    width: 29.8245614%;
  }
}
@media (min-width: 768px) {
  .lang-en .govjob-table__td-type-b {
    width: 14.21052632%;
  }
  .lang-tc .govjob-table__td-type-b {
    width: 12.61403509%;
  }
  .lang-en .govjob-table__td-type-c {
    width: 16.57894737%;
  }
  .lang-tc .govjob-table__td-type-c {
    width: 18.61403509%;
  }
  .lang-en .govjob-table__td-type-d {
    width: 12.45614035%;
  }
  .lang-tc .govjob-table__td-type-d {
    width: 9.64912281%;
  }
  .lang-en .govjob-table__td-type-e {
    width: 12.98245614%;
  }
  .lang-tc .govjob-table__td-type-e {
    width: 12.63157895%;
  }
  .govjob-table__td-type-f {
    width: 6.57894737%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .govjob-table__td-type-f {
    width: 8.33333333%;
  }
}
@media (min-width: 768px) {
  .govjob-table__td-type-g {
    width: 6.57894737%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .govjob-table__td-type-g {
    width: 8.33333333%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .govjob-table .list-table__td {
    padding-top: 1.17647059em;
    padding-bottom: 1.17647059em;
  }
}
@media (min-width: 768px) {
  .govjob-table .ico-circle-play,
  .govjob-table .ico-contract-1 {
    font-size: 1.875em;
  }
  .govjob-table .ico-circle-play:hover, .govjob-table .ico-circle-play:focus,
  .govjob-table .ico-contract-1:hover,
  .govjob-table .ico-contract-1:focus {
    text-decoration: none;
  }
  .govjob-table__row:last-child .govjob-table__td {
    border-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .coworking-table .list-table__row {
    position: relative;
    padding-right: 5.29411765em;
  }
  .coworking-table .list-table__td.coworking-table__td-type-a {
    font-weight: 700;
    margin: 0 0 0.2em;
  }
  .coworking-table .list-table__td.coworking-table__td-type-a .list-table__mob-type {
    display: none;
  }
  .coworking-table .list-table__td.coworking-table__td-type-c {
    margin-right: -6.15384615em;
  }
  .coworking-table .list-table__td.coworking-table__td-type-d {
    position: absolute;
    top: 0.9375em;
    right: 0;
    max-width: 5.33333333em;
    padding: 0.2em 0.66666667em;
    border-radius: 0.2em;
    background: #F2F2F2;
  }
  .coworking-table .list-table__td.coworking-table__td-type-d .list-table__mob-type {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .govjob-table .list-table__td {
    width: 100%;
    padding: 0.46666667em 0.66666667em 0.46666667em 0;
  }
  .govjob-table .list-table__td.govjob-table__td-type-f, .govjob-table .list-table__td.govjob-table__td-type-g {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .govjob-table .list-table__td.govjob-table__td-type-e, .govjob-table .list-table__td.govjob-table__td-type-f, .govjob-table .list-table__td.govjob-table__td-type-g {
    width: auto;
  }
  .govjob-table .list-table__td.govjob-table__td-type-e {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .govjob-table .list-table__td.govjob-table__td-type-f, .govjob-table .list-table__td.govjob-table__td-type-g {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 0 0.9375em;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: auto 0 0;
    -ms-flex: auto 0 0px;
    flex: auto 0 0;
  }
  .govjob-table .list-table__td.govjob-table__td-type-f .list-table__mob-type, .govjob-table .list-table__td.govjob-table__td-type-g .list-table__mob-type {
    width: auto;
    margin: 0 0 0.125em;
  }
  .govjob-table td{display: block;}
  .govjob-table td .list-table__mob-type{display: block;width:auto;}
  .govjob-table div.list-table__td .list-table__mob-type{display: block;width:auto;}
  .govjob-table div.list-table__td{display: block;}
  .govjob-table .list-table__td.govjob-table__td-type-e{width: 100%;}
  .govjob-table .list-table__td.govjob-table__td-type-f,.govjob-table .list-table__td.govjob-table__td-type-g{width: 50%;margin-left: 0;text-align: left;}
  .govjob-table .list-table__td.govjob-table__td-type-f.gov_hide_td_m, .govjob-table .list-table__td.govjob-table__td-type-g.gov_hide_td_m{display:none;}
}
.list-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.0625rem;
  width: 100%;
  margin: 0.76470588em 0;
  border-spacing: 0;
  color: #686868;
}
@media (max-width: 991.98px) {
  .list-table {
    font-size: 0.9375rem;
  }
}
@media (max-width: 479.98px) {
  .list-table {
    font-size: 4.53333333vw;
  }
}
@media (max-width: 767.98px) {
  .list-table__td--mob-text-sm {
    font-size: 0.88235294em;
    margin: 0.33333333em 0 0;
  }
  .list-table__td--mob-margin-top {
    margin-top: 0.66666667em;
  }
  .list-table__td .ico, .list-table__td .ext-link:after, .list-table__td .ckec a[target="_blank"]:after, .ckec .list-table__td a[target="_blank"]:after, .list-table__td .arrow-list > li:before, .list-table__td .inline-arrow-list > li:before, .list-table__td .rc--checkbox + span:before, .list-table__td .checkbox-input + span:before, .list-table__td .js-selectBox:before,
  .list-table__td .js-selectBox .js-selectBox-left-right-arrow:before, .js-selectBox .list-table__td .js-selectBox-left-right-arrow:before, .list-table__td .slick-pause-play-btn:before, .list-table__td .breadcrumb > li:after {
    font-size: 1.73333333em;
  }
  .list-table__td .ico:hover, .list-table__td .ext-link:hover:after, .list-table__td .ckec a[target="_blank"]:hover:after, .ckec .list-table__td a[target="_blank"]:hover:after, .list-table__td .arrow-list > li:hover:before, .list-table__td .inline-arrow-list > li:hover:before, .list-table__td .rc--checkbox + span:hover:before, .list-table__td .checkbox-input + span:hover:before, .list-table__td .js-selectBox:hover:before,
  .list-table__td .js-selectBox .js-selectBox-left-right-arrow:hover:before, .js-selectBox .list-table__td .js-selectBox-left-right-arrow:hover:before, .list-table__td .slick-pause-play-btn:hover:before, .list-table__td .breadcrumb > li:hover:after, .list-table__td .ico:focus, .list-table__td .ext-link:focus:after, .list-table__td .ckec a[target="_blank"]:focus:after, .ckec .list-table__td a[target="_blank"]:focus:after, .list-table__td .arrow-list > li:focus:before, .list-table__td .inline-arrow-list > li:focus:before, .list-table__td .rc--checkbox + span:focus:before, .list-table__td .checkbox-input + span:focus:before, .list-table__td .js-selectBox:focus:before,
  .list-table__td .js-selectBox .js-selectBox-left-right-arrow:focus:before, .js-selectBox .list-table__td .js-selectBox-left-right-arrow:focus:before, .list-table__td .slick-pause-play-btn:focus:before, .list-table__td .breadcrumb > li:focus:after {
    text-decoration: none;
  }
}
.list-table .small-label-tag {
  position: relative;
  top: -0.15384615em;
  margin: 0 0 0 0.38461538em;
}
.list-table .small-label-tag:hover, .list-table .small-label-tag:focus {
  text-decoration: none;
}
.list-table--shadow {
  position: relative;
  overflow: hidden;
  margin-top: 0;
  border-radius: 0.375em;
  background: #FFF;
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.27);
}
@media (max-width: 767.98px) {
  .list-table--shadow .list-table__row {
    padding: 0.9375em 0.625em;
  }
  .list-table--shadow .list-table__row:first-of-type {
    padding-top: 0.9375em;
  }
}
.list-table__title {
  font-size: 1.41176471em;
  font-weight: 600;
  margin: 0 0 0.5em;
}
.list-table__head {
  font-size: 1em;
  font-weight: 700;
  text-align: left;
  color: #000;
  border: 0;
  background: #e1e1e1;
}
.list-table__head, .list-table__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.list-table__head{
	position:relative;
	z-index:1;
}
@media (max-width: 768px) {
	.list-table__head{
		top:-1px;
	}
}
.list-table__mob-type {
  width: 5.53846154em;
  margin: 0 0.29411765em 0 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.list-table__row {
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;
}
@media (min-width: 768px) {
  .list-table__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767.98px) {
  .list-table__row {
    padding: 1.125em 0 0.9375em;
  }
  .list-table__row:first-of-type {
    padding-top: 0;
  }
  .list-table__head .list-table__row:first-of-type {padding-bottom:0;}
}
@media (max-width: 991.98px) {
  .list-table__body .list-table__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.list-table__body .list-table__row:after {
	position: absolute;
	z-index: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	content: "";
	visibility:visible;
	display:block;
	transition: 0s !important;
  transform:scale(0.99);
}

.list-table:after{
	content: " ";
	background:white;
	position:absolute;
	width:100%;
	bottom:0;
	left:0;
	z-index:3;
	height:1px;
}

@media (min-width: 768px) {
  .list-table__body .list-table__row:after {
    display: none;
  }
}
.list-table__th, .list-table__td {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 768px) {
  .list-table__th, .list-table__td {
    padding: 0.58823529em 1.17647059em;
  }
}
.list-table__td {
  border-bottom: 1px solid #e8e8e8;
}
@media (min-width: 768px) {
  .list-table__td {
    padding-top: 1.47058824em;
    padding-bottom: 1.47058824em;
  }
}
@media (max-width: 767.98px) {
  .list-table__td {
    border-bottom: 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 767.98px) {
  .list-table__td--mob-nowrap {
    max-width: 75%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .list-table__td--mob-nowrap.course-table__td-type-a{
    display:block;
    width:100%;
    max-width:100%;
  }  
  .list-table__td--mob-nowrap.course-table__td-type-b{
    display: block;
    text-align: right;
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 70px;
  }
  .list-table__row:first-of-type .list-table__td--mob-nowrap.course-table__td-type-b
    top: 45px;
  }  
  .list-table__td.govjob-table__td-type-a{
    max-width:100%; 
  }
}
@media (max-width: 767.98px) {
  .list-table__td--mob-nowrap-margin {
    margin: 0;
    padding: 0 0 0 0.75em;
  }
}
.list-table__td--more-dark {
  color: #333;
}
.list-table__td--word-break {
  word-break: break-all;
}
.list-table__career.career-pos .career-pos__name {
  font-size: 1.25em;
}
.list-table__career.career-pos .career-pos__type {
  font-size: 1em;
}
.list-table__remark {
  font-size: 0.875em;
  font-weight: 600;
  font-style: italic;
  margin: 0.85714286em 0;
  text-align: right;
}
.theme-color.theme-color--type1 .list-table__row:after {
  background: #d3d3d3;
}
.theme-color.theme-color--type1 .list-table__td {
  border-color: #baadd1;
}
.theme-color.theme-color--type2 .list-table__row:after {
  background: #a6ccba;
}
.theme-color.theme-color--type2 .list-table__td {
  border-color: #a6ccba;
}
.theme-color.theme-color--type3 .list-table__row:after {
  background: #a9c9e5;
}
.theme-color.theme-color--type3 .list-table__td {
  border-color: #a9c9e5;
}
.theme-color.theme-color--type5 .list-table__row:after {
  background: #cbadcb;
}
.theme-color.theme-color--type5 .list-table__td {
  border-color: #cbadcb;
}
.theme-color.theme-color--type4 .list-table__row:after {
  background: #a9a9c9;
}
.theme-color.theme-color--type4 .list-table__td {
  border-color: #a9a9c9;
}
.theme-color.theme-color--type6 .list-table__row:after {
  background: #efbbb8;
}
.theme-color.theme-color--type6 .list-table__td {
  border-color: #efbbb8;
}
.theme-color.theme-color--type7 .list-table__row:after {
  background: #aaa9b8;
}
.theme-color.theme-color--type7 .list-table__td {
  border-color: #aaa9b8;
}
.theme-color.theme-color--type8 .list-table__row:after {
  background: #ae7e33;
}
.theme-color.theme-color--type8 .list-table__td {
  border-color: #ae7e33;
}
.full-col-2-banner {
  font-size: 1em;
  width: 100%;
}
@media (max-width: 991.98px) {
  .full-col-2-banner {
    font-size: 0.875rem;
  }
}
@media (max-width: 479.98px) {
  .full-col-2-banner {
    font-size: 4vw;
  }
}
.full-col-2-banner__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2.5em 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.full-col-2-banner__row--no-padding {
  padding: 0;
}
.full-col-2-banner__side {
  width: 50%;
}
.full-col-2-banner__side:first-of-type {
  border-left: none;
}
.full-col-2-banner__full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 1.875em 1.5625em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.full-col-2-banner__full--no-pb {
  padding-bottom: 0;
}
.activities-banner {
  margin: 1.5625em 0;
  background: url("/html/img/activities-banner-bg.png") center no-repeat;
  background-size: cover;
}
.activities-banner__side {
  padding: 0 1.5625em;
  border-left: 1px solid white;
}
.theme-color--type2 .activities-banner__side {border-color:#a6ccba;}
.theme-color--type3 .activities-banner__side {border-color:#a9c9e5;}
.theme-color--type4 .activities-banner__side {border-color:#a9a9c9;}
.theme-color--type5 .activities-banner__side {border-color:#cbadcb;}
.theme-color--type6 .activities-banner__side {border-color:#efbbb8;}
.theme-color--type7 .activities-banner__side {border-color:#aaa9b8;}

@media (max-width: 767.98px) {
  .activities-banner__side {
    padding: 0 0.9375em;
  }
  .activities-banner__side:nth-child(odd) {
    padding-left: 0;
  }
  .activities-banner__side:nth-child(even) {
    padding-right: 0;
    word-break: break-word;
  }
}
.activities-banner__btn-row {
  padding-right: 4.375em;
  padding-left: 4.375em;
}
@media (max-width: 767.98px) {
  .activities-banner__btn-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
  .activities-banner__btn-row .full-col-2-banner__btn {
    min-width: 45vw;
    margin: 0.58823529em auto 0 auto;
  }
}
.prenext-change {
  font-weight: 600;
  padding: 3.125em 0;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/html/img/article-change-bg.png");
}
@media (max-width: 991.98px) {
  .prenext-change {
    font-size: 0.875rem;
  }
}
@media (max-width: 479.98px) {
  .prenext-change {
    font-size: 4vw;
  }
}
.prenext-change__side {
  position: relative;
  padding: 0 1.5625em 1.875em;
  border-left: 1px solid #f3d45a;
}
.theme-color--type3 .prenext-change__side{border-color:white;}
@media (max-width: 767.98px) {
  .prenext-change__side {
    padding-left: 0;
    padding-right: 0;
  }
}
.prenext-change__side::before {
  position: absolute;
  top: 0;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'wico' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  font-size: 2.5em;
}
.prenext-change__side:hover, .prenext-change__side:focus {
  text-decoration: none;
}
.prenext-change__side--left {
  padding-left: 0;
  text-align: left;
  padding-right:10px;
}
.prenext-change__side--left .label-title-blk {
  left: 0;
}
.prenext-change__side--left::before {
  content: "\e908";
  right: 2.5em;
}
.prenext-change__side--right {
  padding-right: 0;
  text-align: right;
  padding-left:2%;
}
.prenext-change__side--right::before {
  content: "\e909";
  left: 2.5em;
}
.prenext-change__side--right .label-title-blk {
  right: 0;
}
.prenext-change__side .label-title-blk {
  position: relative;
  bottom: 0;
}
.prenext-change__direction {
  font-size: 0.875em;
  display: block;
}
.prenext-change__direction a {
  text-decoration: none;
}
.prenext-change__title {
  font-size: 2em;
  display: block;
  margin: 0.375em 0;
  overflow: hidden;
  position: relative;  
  text-overflow: ellipsis; 
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow : hidden;
  visibility: visible;
}
.prenext-change__title a:after { content: ""; }

@media (max-width: 479.98px) {
  .prenext-change__title{font-size: 24px;}  
}
.prenext-change__subtitle {
  font-size: 1.25em;
  margin-bottom: 0.75em;
  overflow: hidden;
  position: relative;  
  text-overflow: ellipsis; 
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow : hidden; 
  visibility: visible;
}
.prenext-change__subtitle a:after { content: ""; }
@media (max-width: 479.98px) {
  .prenext-change__subtitle {
    font-size: 1.125em;
  }
}
.theme-color.theme-color--type1 .prenext-change {
  background-color: #52328c;
}
.theme-color.theme-color--type1 .prenext-change--light {
  background-color: #f1f1ff;
}
.theme-color.theme-color--type1 .activities-banner {
  background-image: url("/html/img/activities-banner-bg-type1.png");
}
.theme-color.theme-color--type2 .prenext-change {
  background-color: #1d754d;
}
.theme-color.theme-color--type2 .prenext-change--light {
  background-color: #edf7f6;
}
.theme-color.theme-color--type2 .activities-banner {
  background-image: url("/html/img/activities-banner-bg-type2.png");
}
.theme-color.theme-color--type3 .prenext-change {
  /*background-color: #66afef;*/
}
.theme-color.theme-color--type3 .prenext-change--light {
  background-color: #eff8ff;
}
.theme-color.theme-color--type3 .activities-banner {
  background-image: url("/html/img/activities-banner-bg-type3.png");
}
.theme-color.theme-color--type5 .prenext-change {
  background-color: #7d337e;
}
.theme-color.theme-color--type5 .prenext-change--light {
  background-color: #f3f3fd;
}
.theme-color.theme-color--type5 .activities-banner {
  background-image: url("/html/img/activities-banner-bg-type5.png");
}
.theme-color.theme-color--type4 .prenext-change {
  background-color: #282877;
}
.theme-color.theme-color--type4 .prenext-change--light {
  background-color: #f3f3fd;
}
.theme-color.theme-color--type4 .activities-banner {
  background-image: url("/html/img/activities-banner-bg-type4.png");
}
.theme-color.theme-color--type6 .prenext-change {
  background-color: #b74641;
}
.theme-color.theme-color--type6 .prenext-change--light {
  background-color: #faf9ed;
}
.theme-color.theme-color--type6 .activities-banner {
  background-image: url("/html/img/activities-banner-bg-type6.png");
}
.theme-color.theme-color--type7 .prenext-change {
  background-color: #2b294f;
}
.theme-color.theme-color--type7 .prenext-change--light {
  background-color: #f9eeef;
}
.theme-color.theme-color--type7 .activities-banner {
  background-image: url("/html/img/activities-banner-bg-type7.png");
}
.theme-color.theme-color--type8 .prenext-change {
  background-color: #735322;
}
.theme-color.theme-color--type8 .prenext-change--light {
  background-color: #fdf6ec;
}
.theme-color.theme-color--type8 .activities-banner {
  background-image: url("/html/img/activities-banner-bg-type8.png");
}
.full-width-banner {
  font-size: 1.5em;
  display: block;
  background-size: cover;
}
.full-width-banner:hover, .full-width-banner:focus {
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .full-width-banner {
    font-size: 1.5rem;
  }
}
@media (max-width: 479.98px) {
  .full-width-banner {
    font-size: 6.4vw;
  }
}
.full-width-banner__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.full-width-banner__img {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.full-width-banner__img--ctrl {
  visibility: hidden;
}
.full-width-banner__blk {
  position: relative;
  padding: 1.16666667em 0.41666667em;
}
@media (max-width: 479.98px) {
  .full-width-banner__blk {
    padding: 1em 0;
    max-width: 65vw;
    margin-right: auto;
  }
}
.full-width-banner__main {
  font-size: 1.33333333em;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 991.98px) {
  .full-width-banner__main {
    font-size: 1em;
  }
}
.index-yellow-banner {
  background-color: #FAEC80;
  background-image: url("/html/img/yellow-bg-2.png?=0");
  margin: 4.25rem 0 0 0;
}
@media (max-width: 767.98px) {
  .index-yellow-banner {
    margin: 2.5rem 0 0 0;
  }
}
@media (min-width: 768px) {
  .index-yellow-banner .full-width-banner__blk {
    padding: 1.66666667em 0.41666667em;
  }
}
.index-purple-banner {
  background-color: #52328c;
  background-image: url("/html/img/index-full-banner-bg-a-1x.png");
  margin: 4.25rem 0;
}
@media (max-width: 767.98px) {
  .index-purple-banner {
    margin: 2.5rem 0;
  }
}
@media (min-width: 768px) {
  .tab-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .tab-main__side {
    width: 25.61403509%;
  }
  .tab-main__main {
    width: 72.98245614%;
  }
}
@media (max-width: 767.98px) {
  .tab-main__side {
    margin: 0 0 1.125em;
  }
}
.tab-main__tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0 0 0.75em;
  min-height: 4em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.25rem;
  padding: 0.75em 2.25em 0.75em 1em;
  box-shadow: 0 0 1.125em 0.0625em rgba(0, 0, 0, 0.27);
  border-radius: 0.25em;
  overflow: hidden;
  position: relative;
}
.tab-main__tab:hover, .tab-main__tab:focus {
  text-decoration: none;
}
.tab-main__tab::after {
  position: absolute;
  top: 50%;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'wico' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  right: 1em;
  line-height: 1;
  content: "\e911";
  margin: -0.45em 0 0;
}
.blk-tab__tab-pane {
  display: none;
}
.blk-tab__tab-pane.active {
  display: block;
}
.theme-color.theme-color--type1 .tab-main__tab {
  color: #52328c;
  background: url("/html/img/tab-main-tab-bg-type1.jpg") right center no-repeat;
}
.theme-color.theme-color--type1 .tab-main__tab.active {
  color: #fff;
  background-image: url("/html/img/tab-main-tab-bg-hover-type1.jpg");
  background-color: #52328c;
}
.theme-color.theme-color--type2 .tab-main__tab {
  color: #1d754d;
  background: url("/html/img/tab-main-tab-bg-type2.jpg") right center no-repeat;
}
.theme-color.theme-color--type2 .tab-main__tab.active {
  color: #fff;
  background-image: url("/html/img/tab-main-tab-bg-hover-type2.jpg");
  background-color: #1d754d;
}
.theme-color.theme-color--type3 .tab-main__tab {
  color: #1e6cb1;
  background: url("/html/img/tab-main-tab-bg-type3.jpg") right center no-repeat;
}
.theme-color.theme-color--type3 .tab-main__tab.active {
  color: #fff;
  background-image: url("/html/img/tab-main-tab-bg-hover-type3.jpg");
  background-color: #1e6cb1;
}
.theme-color.theme-color--type5 .tab-main__tab {
  color: #7d337e;
  background: url("/html/img/tab-main-tab-bg-type5.jpg") right center no-repeat;
}
.theme-color.theme-color--type5 .tab-main__tab.active {
  color: #fff;
  background-image: url("/html/img/tab-main-tab-bg-hover-type5.jpg");
  background-color: #7d337e;
}
.theme-color.theme-color--type4 .tab-main__tab {
  color: #282877;
  background: url("/html/img/tab-main-tab-bg-type4.jpg") right center no-repeat;
}
.theme-color.theme-color--type4 .tab-main__tab.active {
  color: #fff;
  background-image: url("/html/img/tab-main-tab-bg-hover-type4.jpg");
  background-color: #282877;
}
.theme-color.theme-color--type6 .tab-main__tab {
  color: #b74641;
  background: url("/html/img/tab-main-tab-bg-type6.jpg") right center no-repeat;
}
.theme-color.theme-color--type6 .tab-main__tab.active {
  color: #fff;
  background-image: url("/html/img/tab-main-tab-bg-hover-type6.jpg");
  background-color: #b74641;
}
.theme-color.theme-color--type7 .tab-main__tab {
  color: #2b294f;
  background: url("/html/img/tab-main-tab-bg-type7.jpg") right center no-repeat;
}
.theme-color.theme-color--type7 .tab-main__tab.active {
  color: #fff;
  background-image: url("/html/img/tab-main-tab-bg-hover-type7.jpg");
  background-color: #2b294f;
}
.theme-color.theme-color--type8 .tab-main__tab {
  color: #735322;
  background: url("/html/img/tab-main-tab-bg-type8.jpg") right center no-repeat;
}
.theme-color.theme-color--type8 .tab-main__tab.active {
  color: #fff;
  background-image: url("/html/img/tab-main-tab-bg-hover-type8.jpg");
  background-color: #735322;
}
.more-btn {
  padding: 1em 0;
}
.more-btn a {
  text-align: center;
  text-decoration: none;
}
.js-temp-clone,
.js-temp-clone * {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.page-head {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 50;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  color: #686868;
  background: #FFF;
}
@media (max-width: 991.98px) {
  .page-head {
    font-size: 0.875em;
  }
}
.page-index.page-no-scrolled:not(.js-header-active):not(.js-header-menu-opened) .page-head {
  color: #FFF;
  background: #52328c;
}
body.page-scrolled .page-head,
body.header-placeholder-setup .page-head {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}
@media (min-width: 768px) {
  .header-wrap__left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.header-wrap__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0.375em 0 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-top {
  -webkit-transition-duration: 0.24s;
  transition-duration: 0.24s;
  -webkit-transition-property: color, visibility, opacity, box-shadow, background-color, border-width, border-color, fill, max-width, max-height, -webkit-transform;
  transition-property: color, visibility, opacity, box-shadow, background-color, border-width, border-color, fill, max-width, max-height, -webkit-transform;
  transition-property: transform, color, visibility, opacity, box-shadow, background-color, border-width, border-color, fill, max-width, max-height;
  transition-property: transform, color, visibility, opacity, box-shadow, background-color, border-width, border-color, fill, max-width, max-height, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.64, 0.05, 0.35, 1);
  transition-timing-function: cubic-bezier(0.64, 0.05, 0.35, 1);
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-property: all;
  transition-property: all;
  padding: 1.4375em 0 1.3125em;
}
@media (max-width: 767.98px) {
  .header-top {
    padding: 0.6875rem 0 0.5rem;
  }
  body.page-scrolled .header-top,
  body.js-header-menu-opened .header-top {
    box-shadow: 0 0.1875em 0.625em rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 768px) {
  body.page-scrolled .header-top {
    font-size: 0.8125rem;
    padding: 0.75em 0 0.6875em;
  }
}
.header-top > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-bottom {
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: 0 0.4375em 0.4375em rgba(0, 0, 0, 0.1);
}
@media (max-width: 767.98px) {
  .header-bottom {
    position: relative;
    padding-bottom: 0.125rem;
  }
}
.header-bottom:before {
  position: absolute;
  z-index: 12;
  top: 1px;
  right: 0;
  bottom: 0;
  width: 2.1875rem;
  content: "";
  pointer-events: none;
  box-shadow: inset -2.0625em 0 1.375em -1em white;
}
@media (max-width: 767.98px) {
  .page-index .header-bottom:before {
    box-shadow: inset -2.0625em 0 1.375em -1em #52328c;
  }
}
.page-index.page-no-scrolled:not(.js-header-active):not(.js-header-menu-opened) .header-bottom:before {
  box-shadow: inset -2.0625em 0 1.375em -1em #52328c;
}
.touch-events .header-bottom {
  overflow-x: scroll;
  overflow-y: hidden;
}
.page-index.page-no-scrolled:not(.js-header-active):not(.js-header-menu-opened) .header-bottom {
  box-shadow: none;
}
.header-bottom > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1px;
  padding-bottom: 0.3125em;
  -webkit-transition-property: border-color;
  transition-property: border-color;
}
.header-bottom > .container::before {
  position: absolute;
  left: 50%;
  width: calc(100% - 30px);
  max-width: 1140px;
  height: 1px;
  content: "";
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #e1e1e1;
}
.page-index.page-no-scrolled:not(.js-header-active):not(.js-header-menu-opened) .header-bottom > .container::before {
  background: #baadd1;
}
.main-logo {
  display: block;
  width: 13.0625em;
  height: 3.1875em;
}
@media (max-width: 767.98px) {
  .main-logo {
    width: 8.85714286em;
    height: 2.14285714em;
  }
}
.main-logo path {
  -webkit-transition-property: fill;
  transition-property: fill;
}
.page-index.page-no-scrolled:not(.js-header-active):not(.js-header-menu-opened) .main-logo path {
  fill: #FFF;
}
.logo-container {
  margin: 0 1.75em 0 0;
}
.logo-name {
  font-size: 1.0625em;
  padding: 0.625em 0 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
@media (max-width: 767.98px) {
  .logo-name {
    font-size: 0.875rem;
    padding-top: 0.375rem;
  }
}
.lang-tc .logo-name,
.lang-en .logo-name,
.lang-sc .logo-name {
  letter-spacing: 0.11111111em;
}
.fn-blk {
  margin: 0 0.625em;
}
.fn-blk__link {
  font-size: 1em;
  text-decoration: none;
}
.fn-blk__link:hover, .fn-blk__link:focus {
  color: currentColor;
}
a.fn-blk__link:not(.search-link) {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.langchange {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.lang-link {
  margin: 0 0.625em;
}
.search-link {
  font-size: 1.9375em;
  color: #47aa42;
}
@media (max-width: 767.98px) {
  .search-link {
    font-size: 1.375rem;
  }
}
.search-link:hover, .search-link:focus {
  color: #47aa42;
}
@media (min-width: 768px) {
  .page-index.page-no-scrolled:not(.js-header-active):not(.js-header-menu-opened) .search-link {
    color: #FFF;
  }
  .page-index.page-no-scrolled:not(.js-header-active):not(.js-header-menu-opened) .search-link:hover, .page-index.page-no-scrolled:not(.js-header-active):not(.js-header-menu-opened) .search-link:focus {
    color: #FFF;
  }
}
.search-blk__inner {
  position: relative;
}
.search-blk__dropdown {
  position: absolute;
  z-index: -1;
  top: 100%;
  right: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #FFF;
  box-shadow: 0 0.4375em 0.4375em rgba(0, 0, 0, 0.1);
}
@media (max-width: 767.98px) {
  .search-blk__dropdown {
    height: calc(100vh - 5.61538462em);
  }
}
.search-input {
  position: relative;
  color: #686868;
}
.search-input__text {
  font-size: 1.25em;
  width: 100%;
  height: 2.6em;
  padding: 0.25em 13.33333333em 0.25em 1.1em;
  color: #686868;
  border: 0;
  border-radius: 1.5em;
  background: #F4F4F4;
}
@media (max-width: 767.98px) {
  .search-input__text {
    padding-right: 6em;
  }
}
.search-input__icon {
  font-size: 1em;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 0.9375em;
  margin: -.5em 0 0 -.5em;
}
.search-input__submit {
  font-size: 1.0625em;
  position: absolute;
  top: 0.35294118em;
  right: 0.35294118em;
  min-width: 5.64705882em;
  min-height: 2.35294118em;
  padding-top: 0.35294118em;
  padding-bottom: 0.23529412em;
}
@media (max-width: 767.98px) {
  .search-input__submit {
    min-width: 4.47058824em;
  }
}
.header-search-dropdown {
  position: static;
}
.header-search-dropdown a:hover, .header-search-dropdown a:focus {
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .search-dropdown {
    font-size: 0.875rem;
  }
}
@media (max-width: 767.98px) {
  .search-dropdown {
    font-size: 0.8125rem;
  }
}
.search-dropdown__inner {
  position: relative;
  max-width: 56.25em;
  margin: auto;
  padding: 2.5em 0 3.125em;
}
.search-dropdown__close {
  font-size: 1.25em;
  position: absolute;
  top: 0.4em;
  right: 0;
  color: #686868;
}
.search-dropdown__bottom {
  margin: 1.25em 1.5625em 0;
}
.js-typeahead-suggestion-open .search-dropdown__bottom {
  display: none;
}
.search-dropdown__clear-btn {
  font-size: 0.5625em;
  position: absolute;
  top: 2.88888889em;
  right: calc(2% + 10.66666667em);
  width: 2.22222222em;
  height: 2.22222222em;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #e1e1e1;
}
.search-dropdown__clear-btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.search-dropdown__clear-btn.hide {
  display: none;
}
.search-dropdown__sub-title {
  font-size: 0.9375rem;
  margin: 0 0 0.53333333em;
  color: #686868;
}
@media (max-width: 350px) {
  .header-wrap__right {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .share-blk {
    margin: 0;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .share-blk .soc-icon-list {
    margin: 0 0.375em 0 auto;
  }
  .addthis_toolbox {
    margin-left: auto;
    text-align: right;
  }
}
.hot-items__list {
  margin: 0;
  padding: 0;
  list-style: none !important;
  font-size: 1.25em;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -0.3em;
  color: #52328c;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hot-items__item {
  margin: 0.3em;
}
.hot-items__link {
  text-decoration: none;
}
.hot-items__link:hover, .hot-items__link:focus {
  text-decoration: underline;
}
.mobile-index-menu {
  color: #FFF;
  background: #52328c;
  display: none;
}
.langchange-blk--no-margin {
  margin: 0;
}
.sm-icon-area {
  width: 16.875em;
  margin: auto;
  padding: 0 1.625em;
}
@media (max-width: 767.98px) {
  .sm-icon-area {
    padding: 0;
    width: 18.14285714em;
  }
}
@media (max-width: 991.98px) {
  .sm-icon-area {
    width: 18.71428571em;
  }
}
.sm-icon-list {
  margin: 0;
  padding: 0;
  list-style: none !important;
  font-size: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.125em;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .sm-icon-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.sm-icon-list__itm {
  padding: 0.625em 1.125em;
  text-align: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.sm-icon-blk {
  width: 5.625em;
  margin: auto;
  text-align: center;
}
.sm-icon-blk__imgw {
  margin: auto;
}
.sm-icon-blk__imgctrl {
  padding: 100% 0 0;
}
.sm-icon-blk__text-top {
  font-size: 1em;
  margin: 0.875em 0 0.0625em;
  color: #52328c;
}
.sm-icon-blk__text-bottom {
  font-size: 0.9375em;
  color: #686868;
}
.soc-icon-list {
  margin: 0;
  padding: 0;
  list-style: none !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.soc-icon-list__blk {
  position: static;
  font-size: 1.375em;
  margin: 0 0.45454545em;
}
@media (max-width: 767.98px) {
  .soc-icon-list__blk:last-child {
    margin-right: 0;
  }
}
.soc-icon-list a {
  text-decoration: none;
  color: currentColor;
}
.soc-icon-list a:hover, .soc-icon-list a:focus {
  color: currentColor;
}
.soc-icon-list__icon {
  font-size: 1em;
}
.soc-icon-list__icon.ico-facebook {
  color: #395599;
}
.page-index.page-no-scrolled:not(.js-header-active):not(.js-header-menu-opened) .page-head .soc-icon-list__icon.ico-facebook {
  color: #FFF;
}
.soc-icon-list__icon.ico-instagram {
  color: initial;
  background: -webkit-radial-gradient(30% 107%, circle, #FDF497 0%, #FDF497 5%, #FD5949 45%, #D6249F 60%, #285AEB 90%);
  background: radial-gradient(circle at 30% 107%, #FDF497 0%, #FDF497 5%, #FD5949 45%, #D6249F 60%, #285AEB 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-index.page-no-scrolled:not(.js-header-active):not(.js-header-menu-opened) .page-head .soc-icon-list__icon.ico-instagram {
  color: #FFF;
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
}
.soc-icon-list__icon.ico-youtube {
  font-size: 1.125em;
  color: #F80000;
}
.page-index.page-no-scrolled:not(.js-header-active):not(.js-header-menu-opened) .page-head .soc-icon-list__icon.ico-youtube {
  color: #FFF;
}
.mob-menu-search {
  top: 5.3125em !important;
  height: calc(100% - 5.3125em - .01px);
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
@media (max-width: 767.98px) {
  .mob-menu-search {
    font-size: 0.875rem;
  }
}
@media (max-width: 479.98px) {
  .mob-menu-search {
    font-size: 4vw;
  }
}
@media (max-width: 991.98px) {
  .page-head .share-blk {
    position: static;
  }
}
.page-head .share-blk__soc-list {
  position: static;
}
@media (min-width: 768px) {
  .page-head .share-blk__soc-list {
    position: relative;
  }
}
.fs-youtube {
  top: calc(100% + 1.25em);
  min-width: 20.625em;
  padding-bottom: 1.875em;
}
@media (max-width: 991.98px) {
  .fs-youtube {
    font-size: 0.875rem;
    right: 0.9375rem;
  }
  .page-head .fs-youtube {
    top: 3.9375rem;
  }
}
@media (max-width: 767.98px) {
  .fs-youtube {
    right: 0.3125rem;
    left: 0.3125rem;
  }
  .lang-en .page-head .fs-youtube {
    top: 5.25rem;
  }
}
@media (min-width: 768px) {
  .fs-youtube {
    left: 50%;
    margin-left: -10.3125em !important;
  }
}
.fs-youtube:before {
  margin: 0 0 0 -5.75em;
}
@media (max-width: 767.98px) {
  .page-head .sm-icon-list {
    max-width: 380px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 460px) {
  .page-head .sm-icon-list {
    max-width: 254px;
  }
}
.page-head .sm-icon-list__itm:only-child {
  width: 100%;
}
footer {
  min-height: 50px;
  padding: 1.75em 0 0;
  color: #FFF;
  background: #52328c;
}
@media (max-width: 767.98px) {
  footer {
    padding-top: 0.8125em;
  }
}
@media (max-width: 991.98px) {
  .page-foot {
    font-size: 0.875rem;
  }
}
.footer__promo-banner {
  margin-bottom: 0;
}
.footer__share {
  color: #FFF;
}
@media (max-width: 767.98px) {
  .footer__share {
    display: block;
    text-align: center;
  }
  .footer__share .share-blk__label {
    font-size: 0.875rem;
    margin-right: 0;
    margin-bottom: 0.28571429em;
  }
  .footer__share .share-blk__soc-list {
    font-size: 1.25rem;
  }
}
@media (max-width: 479.98px) {
  .footer__share .share-blk__label {
    font-size: 4vw;
  }
}
.footer-row {
  margin: 1.25em -0.9375em;
}
@media (min-width: 768px) {
  .footer-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.footer-row__side {
  margin: 0 0.9375em 0 0.9375em;
}
@media (max-width: 767.98px) {
  .footer-row__side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.9375em;
    margin-bottom: 0.9375em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.footer-row__side--down {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.footer-row:first-child {
  margin-top: 0;
  display:block;
  text-align:right;
}
.footer-row:last-child {
  margin-bottom: 0;
}
.ft-link-list {
  margin: 0;
  padding: 0;
  list-style: none !important;
  font-size: 1rem;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -0.22222222em -0.5em;
  color: #FFF;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .ft-link-list {
    font-size: 0.875rem;
    margin: -0.22222222em -0.83333333em;
  }
  .ft-link-list__itm {
    margin: 0.22222222em 0.83333333em;
  }
}
.ft-link-list__itm {
  margin: 0.22222222em 0.5em;
}
.ft-link-list a {
  text-decoration: none;
}
.award-logo-list {
  margin: 0;
  padding: 0;
  list-style: none !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -0.625em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.award-logo-list__itm {
  margin: 0.625em;
}
@media (max-width: 767.98px) {
  .award-logo-list {
    width:100%;
  }
  .award-logo-list__itm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc(33.33333333% - 1.25em);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.footer-bottom {
  padding: 1.125em 0;
  border-top: 1px solid #8670af;
}
.footer-bottom .footer-row{
  margin-left: auto;
}
.footer-bottom .footer-row__side{
  margin-left: 0;  
}
.award-logo-list__itm img {
  display: block; height: 50px; width:auto;
}
@media (max-width: 1199.98px) {	
	.award-logo-list__itm img {
	  height: 45px;
	}
}
@media (max-width: 860px) {	
	.award-logo-list__itm img {
	  height: 40px;
	}
}
@media (max-width: 767.98px) {
	
}
@media (max-width: 767.98px) {
  .footer-bottom {
    padding-bottom: 4.0625rem;
  }
  .award-logo-list__itm img{
    height:35px;
  }
}
.foot-slink {
  font-size: 0.875em;
}
@media (max-width: 767.98px) {
  .foot-slink {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 479.98px) {
  .foot-slink {
    font-size: 4vw;
  }
}
.copy {
  font-size: 0.875em;
  color: #FFF;
}
@media (max-width: 479.98px) {
  .copy {
    font-size: 4vw;
  }
}
.subscribe-btn {
  font-size: 1.0625rem;
  padding-right: 1.375em;
  padding-left: 1.125em;
}
@media (max-width: 991.98px) {
  .subscribe-btn {
    font-size: 0.875rem;
  }
}
@media (max-width: 479.98px) {
  .subscribe-btn {
    font-size: 4vw;
  }
}
.ft-update {
  font-size: 0.875em;
}
.mTrigger {
  font-size: 1.875rem;
  top: 0.875rem;
  right: 10px;
  width: 1.33333333em;
  height: 1.33333333em;
  color: #47aa42;
}
.page-index.page-no-scrolled:not(.js-header-active):not(.js-header-menu-opened) .mTrigger {
  color: #FFF;
}
.dropdown-main-menu {
  font-size: 1rem;
  z-index: -1;
  right: 0;
  left: 0;
  padding: 2.125em 0;
  box-shadow: 0 0.4375em 0.4375em rgba(0, 0, 0, 0.1);
}
@media (max-width: 991.98px) {
  .dropdown-main-menu {
    font-size: 0.8125rem;
  }
}
.dropdown-main-menu > .container {
  position: relative;
}
.dropdown-main-menu__close {
  font-size: 0.8125rem;
  position: absolute;
  top: 0;
  right: 1.15384615em;
  text-decoration: none !important;
}
.mn {
  width: 100%;
}
@media (max-width: 767.98px) {
  .mn {
    overflow-x: auto;
  }
}
.mn__nav {
  line-height: 1.15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0em 0 0;
}
.mn__list--1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.0625em;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.mn__list--2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -1.375em -0.75em;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mn__list--3 {
  margin: 0.9375em 0 0;
}
.mn__list--4 {
  display: none;
}
.mn__item--1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 1.0625em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.mn__item--1::before {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 0.1875em;
  content: '';
  opacity: 0;
}
.mn__item--1.selected:before {
  -webkit-transform: translate(0, 0) scale(1, 1);
  -ms-transform: translate(0, 0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1);
  opacity: 1;
}
.mn__item--2 {
  width: calc(16.66666667% - 1.5em);
  margin: 1.375em 0.75em;
}
.mn__item--3 {
  margin: 0.75em 0;
  color: #686868;
}
.mn__link--1, .mn__link--2, .mn__link--3, .mn__link--4 {
  text-decoration: none;
  color: currentColor;
}
.mn__link--1:hover,
li.selected > .mn__link--1, .mn__link--2:hover,
li.selected > .mn__link--2, .mn__link--3:hover,
li.selected > .mn__link--3, .mn__link--4:hover,
li.selected > .mn__link--4 {
  text-decoration: none;
}
.mn__link--2:hover, .mn__link--3:hover {
  text-decoration: underline;
}
.mn__link--1 {
  -webkit-transition-duration: 0.24s;
  transition-duration: 0.24s;
  -webkit-transition-property: color, visibility, opacity, box-shadow, background-color, border-width, border-color, fill, max-width, max-height, -webkit-transform;
  transition-property: color, visibility, opacity, box-shadow, background-color, border-width, border-color, fill, max-width, max-height, -webkit-transform;
  transition-property: transform, color, visibility, opacity, box-shadow, background-color, border-width, border-color, fill, max-width, max-height;
  transition-property: transform, color, visibility, opacity, box-shadow, background-color, border-width, border-color, fill, max-width, max-height, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.64, 0.05, 0.35, 1);
  transition-timing-function: cubic-bezier(0.64, 0.05, 0.35, 1);
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-property: all;
  transition-property: all;
  font-size: 1.0625rem;
  display: block;
  padding: 1.17647059em 0 1.05882353em;
  white-space: nowrap;
  text-decoration: none !important;
}
@media (max-width: 767.98px) {
  .mn__link--1 {
    padding: 0.8125rem 0 0.6875rem;
  }
}
.lang-tc .mn__link--1, .lang-sc .mn__link--1 {
  font-weight: 700;
}
body.page-scrolled .mn__link--1 {
  padding: 0.70588235em 0 0.52941176em;
}
.mn__link--1.menu-feature {
  margin: 0 1.76470588em;
}
.has-sub > .mn__link--1:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'wico' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: .7;
  margin: 0 0 0 0.29411765em;
  content: "\e916";
}
.mn__link--2 {
  font-size: 1.25em;
  font-weight: 700;
}
.lang-tc .mn__link--2,
.lang-sc .mn__link--2 {
  letter-spacing: 0.05em;
}
.menu-dropdown.mn__item--1::before {
  display: none !important;
}
.theme-color.theme-color--type1 .mn__item--1::before {
  background: #52328c;
}
.theme-color.theme-color--type2 .mn__item--1::before {
  background: #1d754d;
}
.theme-color.theme-color--type3 .mn__item--1::before {
  background: #1e6cb1;
}
.theme-color.theme-color--type5 .mn__item--1::before {
  background: #7d337e;
}
.theme-color.theme-color--type4 .mn__item--1::before {
  background: #282877;
}
.theme-color.theme-color--type6 .mn__item--1::before {
  background: #b74641;
}
.theme-color.theme-color--type7 .mn__item--1::before {
  background: #2b294f;
}
.theme-color.theme-color--type8 .mn__item--1::before {
  background: #735322;
}
.menu-dropdown {
  position: static;
}
.mobile-menu {
  overflow: hidden !important;
  padding: 0 !important;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}
.mobile-menu.modal.fade.show .mobile-menu__dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.mobile-menu.modal.fade.show .mobile-menu__dialog:before {
  -webkit-transform: rotateX(0) rotateY(0);
  transform: rotateX(0) rotateY(0);
  opacity: 1;
}
.mobile-menu__dialog {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  width: calc(100vw - 4.0625em);
  height: 100%;
  margin: 0;
  pointer-events: auto;
  background: #FFF;
}
.mobile-menu__dialog .i-arrow-down{width:98%;}
.mobile-menu__dialog .i-arrow-down:before{right:20px;left:initial;}
.modal.fade .mobile-menu__dialog {
  -webkit-transition-duration: 0.24s;
  transition-duration: 0.24s;
  -webkit-transition-property: color, visibility, opacity, box-shadow, background-color, border-width, border-color, fill, max-width, max-height, -webkit-transform;
  transition-property: color, visibility, opacity, box-shadow, background-color, border-width, border-color, fill, max-width, max-height, -webkit-transform;
  transition-property: transform, color, visibility, opacity, box-shadow, background-color, border-width, border-color, fill, max-width, max-height;
  transition-property: transform, color, visibility, opacity, box-shadow, background-color, border-width, border-color, fill, max-width, max-height, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.64, 0.05, 0.35, 1);
  transition-timing-function: cubic-bezier(0.64, 0.05, 0.35, 1);
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.mobile-menu__close {
  font-size: 1.875rem;
  font-weight: 700;
  position: absolute;
  top: 0.71428571em;
  right: 0.42857143em;
  -webkit-transform: rotateX(45deg) rotateY(45deg);
  transform: rotateX(45deg) rotateY(45deg);
  color: #47aa42;
  opacity: 0;
}
.modal.fade .mobile-menu__close {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}
.mobile-menu.fade {
  opacity: 1 !important;
}
.mobile-menu__top {
  padding: 1.5625em 0.9375em;
  box-shadow: 0 0.125em 0.25em 0 rgba(0, 0, 0, 0.12);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991.98px) {
  .mobile-menu__top {
    font-size: 0.875rem;
  }
}
@media (max-width: 479.98px) {
  .mobile-menu__top {
    font-size: 4vw;
  }
}
.mb-lang-list {
  margin: 0;
  padding: 0;
  list-style: none !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.mb-lang-list__link {
  font-size: 1.125em;
  text-decoration: none;
}
.mb-lang-list__itm {
  margin: 0 1.25em 0 0;
}
body.mobile-slideIn {
  padding: 0 !important;
}
.mb-mn__list--1, .mb-mn__list--2, .mb-mn__list--3, .mb-mn__list--4, .mb-mn__list--5 {
  margin: 0;
  padding: 0;
  list-style: none !important;
  margin: 0;
  padding: 0;
}
.mb-mn__list--1 {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: calc(100vh - 7.5625em);
}
.mb-mn__list--2, .mb-mn__list--3 {
  display: none;
}
.mb-mn__list--2.mb-active, .mb-mn__list--3.mb-active {
  display: block;
}
.mb-mn__list--2 {
  padding: 0 0 1.5625em;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
.mb-active > .mb-mn__list--2 {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.mb-mn__list--3 {
  padding: 0.9375em 20px 1px;
  background: #DEDEDE;
}
.mb-mn__list--4, .mb-mn__list--5 {
  position: relative;
  display: none;
  list-style: none;
}
.mb-mn__list--5 {
  margin-top: .3em;
}
.mb-mn__item--1, .mb-mn__item--2, .mb-mn__item--3 {
  position: relative;
}
.mb-mn__item--1 {
  opacity: 0;
  border-bottom: 1px solid #e8d026;
}
.mb-mn__item--1 > .i-arrow {
  top: .6em;
}
.mb-mn__item--1:nth-child(1) {
  -webkit-animation-delay: 170ms !important;
  animation-delay: 170ms !important;
}
.mb-mn__item--1:nth-child(2) {
  -webkit-animation-delay: 280ms !important;
  animation-delay: 280ms !important;
}
.mb-mn__item--1:nth-child(3) {
  -webkit-animation-delay: 390ms !important;
  animation-delay: 390ms !important;
}
.mb-mn__item--1:nth-child(4) {
  -webkit-animation-delay: 500ms !important;
  animation-delay: 500ms !important;
}
.mb-mn__item--1:nth-child(5) {
  -webkit-animation-delay: 610ms !important;
  animation-delay: 610ms !important;
}
.mb-mn__item--1:nth-child(6) {
  -webkit-animation-delay: 720ms !important;
  animation-delay: 720ms !important;
}
.mb-mn__item--1:nth-child(7) {
  -webkit-animation-delay: 830ms !important;
  animation-delay: 830ms !important;
}
.mb-mn__item--1:nth-child(8) {
  -webkit-animation-delay: 940ms !important;
  animation-delay: 940ms !important;
}
.mb-mn__item--1:nth-child(9) {
  -webkit-animation-delay: 1050ms !important;
  animation-delay: 1050ms !important;
}
.mb-mn__item--1:nth-child(10) {
  -webkit-animation-delay: 1160ms !important;
  animation-delay: 1160ms !important;
}
.mb-mn__item--1:nth-child(11) {
  -webkit-animation-delay: 1270ms !important;
  animation-delay: 1270ms !important;
}
.mb-mn__item--1:nth-child(12) {
  -webkit-animation-delay: 1380ms !important;
  animation-delay: 1380ms !important;
}
.mb-mn__item--1:nth-child(13) {
  -webkit-animation-delay: 1490ms !important;
  animation-delay: 1490ms !important;
}
.mb-mn__item--1:nth-child(14) {
  -webkit-animation-delay: 1600ms !important;
  animation-delay: 1600ms !important;
}
.mb-mn__item--1:nth-child(15) {
  -webkit-animation-delay: 1710ms !important;
  animation-delay: 1710ms !important;
}
.mb-mn__item--1:nth-child(16) {
  -webkit-animation-delay: 1820ms !important;
  animation-delay: 1820ms !important;
}
.mb-mn__item--1:nth-child(17) {
  -webkit-animation-delay: 1930ms !important;
  animation-delay: 1930ms !important;
}
.mb-mn__item--1:nth-child(18) {
  -webkit-animation-delay: 2040ms !important;
  animation-delay: 2040ms !important;
}
.mb-mn__item--1:nth-child(19) {
  -webkit-animation-delay: 2150ms !important;
  animation-delay: 2150ms !important;
}
.mb-mn__item--1:nth-child(20) {
  -webkit-animation-delay: 2260ms !important;
  animation-delay: 2260ms !important;
}
.mobile-slideIn .mb-mn__item--1 {
  -webkit-animation: rtlani .43s ease 0s 1 normal forwards;
  animation: rtlani .43s ease 0s 1 normal forwards;
}
.mb-mn__item--2 > .i-arrow:before {
  font-size: 1.2em;
  content: "\e91a";
}
.mb-mn__item--2.mb-active > .i-arrow:before {
  content: "\e90e";
}
.mb-mn__item--2.mb-active > a {
  background: #D7D9FF;
}
.mb-mn__item--2:first-child > a {
  padding-top: 0;
}
.mb-mn__item--3 {
  position: relative;
  margin: 0 0 1.25em;
  padding: 0 15px;
  list-style: none;
  color: #FFF;
}
.mb-mn__item--3:before {
  position: absolute;
  top: .2em;
  bottom: .2em;
  left: 0;
  width: 1px;
  content: "";
  opacity: .6;
  background: #FFF;
}
.mb-mn__item--3 > .i-arrow {
  position: relative;
  top: auto;
  right: auto;
  display: inline-block;
  height: 1.2em;
  margin: 0 0 0 .2em;
  vertical-align: middle;
}
.mb-mn__item--3 > .i-arrow:before {
  line-height: 1;
}
.mb-mn__item--4 {
  font-size: 0.75rem;
  margin: 1.08333333em 0 0;
}
.mb-mn__link--1, .mb-mn__link--2, .mb-mn__link--3, .mb-mn__link--4 {
  text-decoration: none !important;
}
.mb-mn__link--1 {
  font-weight: 700;
}
.mb-mn__link--1, .mb-mn__link--2 {
  position: relative;
  display: block;
  text-decoration: none;
}
.has-sub > .mb-mn__link--1, .has-sub > .mb-mn__link--2 {
  padding-right: 48px;
}
.mb-mn__link--1 {
  font-size: 1.25rem;
  padding: 0.75em 15px;
  color: currentColor;
}
@media (max-width: 991.98px) {
  .mb-mn__link--1 {
    font-size: 1.125rem;
  }
}
@media (max-width: 479.98px) {
  .mb-mn__link--1 {
    font-size: 5.33333333vw;
  }
}
.mb-mn__link--2 {
  font-size: 1rem;
  font-size:1.1rem;
  font-weight: 700;
  padding: 0.42857143em 15px 0.42857143em 38px;
  color: #686868;
}
.mb-mn__link--3 {
  font-size: 0.875rem;
  padding: 0;
}
.i-arrow-down {
  font-size: 1rem;
  position: absolute;
  top: .2em;
  right: .3em;
  width: 3.2em;
  height: 2.2em;
  padding: 0;
  cursor: pointer;
  border: none;
  background: none;
}
.i-arrow-down:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'wico' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  content: "\e910";
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.mb-active > .i-arrow-down:before {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.breadcrumb {
  font-size: 0.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.breadcrumb > li {
  padding: 0;
  position: relative;
}
.breadcrumb > li:after {
  content: "\e904";
  margin: 0 0.41666667em;
}
.breadcrumb a {
  color: inherit;
  text-decoration: none;
}
.breadcrumb a:hover, .breadcrumb a:focus {
  text-decoration: underline;
}
/*EED COLOR*/
.section-title {
  font-size: 1.75rem;
  color: #000;
  line-height: 1.35714286;
  font-weight: 700;
  margin: 4.25rem 0 0 0;
  padding: 0 0 0.53571429em;
}
.prenext-change .section-title{	color:white;}
@media (max-width: 991.98px) {
  .section-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 479.98px) {
  .section-title {
    font-size: 6.4vw;
  }
}
@media (max-width: 767.98px) {
  .section-title {
    margin-top: 2.5rem;
  }
}
.section-title--no-mt {
  margin-top: 0;
}
.section-title--first-title {
  margin-top: 0;
  padding-top: 1.60714286em;
}
.section-title--less-mt {
  margin-top: 0.75em;
}
.section-title--less-mt-2 {
  margin-top: 1.42857143em;
}
@media (min-width: 768px) {
  .section-title--small {
    font-size: 1.5em;
  }
}
@media (min-width: 768px) {
  .section-title--big {
    font-size: 2em;
  }
}
.section-title--less-padding {
  padding: 1.40625em 0 0.3125em 0;
}
@media (max-width: 767.98px) {
  .section-title--less-padding {
    padding: 1em 0 0.3125em 0;
  }
}
.section-title--contrast {
  color: #FFF;
}
@media (min-width: 768px) {
  .section-title--md-contrast {
    color: #FFF;
  }
}
.section-title.hidden {
  visibility: hidden;
}
@media (max-width: 767.98px) {
  .section-title.hidden {
    margin-top: 0;
  }
}
.section-title__sub {
  font-size: 0.64285714em;
  font-weight: 400;
  display: block;
  margin: 0.27777778em 0 0;
  color: #686868;
}
.section-title__more {
  font-size: 1rem;
  font-weight: 600;
  position: absolute;
  right: 0;
  bottom: 1.25em;
}
@media (max-width: 991.98px) {
  .section-title__more {
    font-size: 0.875rem;
  }
  .section-title__more:before {
    margin-top: -0.07142857em;
  }
}
@media (max-width: 479.98px) {
  .section-title__more {
    font-size: 4vw;
  }
}
.section-title__more:hover, .section-title__more:active {
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .section-title--mob-mt {
    margin-top: 1.14285714em;
  }
}
.container--narrow {
  max-width: 830px;
}
.section-subtitle {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0.22222222em 0 0;
}
@media (max-width: 991.98px) {
  .section-subtitle {
    font-size: 1rem;
  }
}
@media (max-width: 479.98px) {
  .section-subtitle {
    font-size: 4.8vw;
  }
}
.section-title + .section-subtitle {
  margin: -0.83333333em 0 0;
}
@media (max-width: 767.98px) {
  .section-title + .section-subtitle {
    margin-top: -0.61111111em;
  }
}
.section-title + .section-subtitle--low {
  margin: -0.33333333em 0 0;
}
.title-more {
  position: relative;
  padding: 0 5.3125em 0 0;
}
@media (max-width: 991.98px) {
  .title-more {
    padding-right: 3.125em;
  }
/*
  .title-more + .ev-row .ev-row__blk:first-child {
    margin-top: 0;
  }
*/  
}
@media (max-width: 479.98px) {
  .title-more {
    padding-right: 3.125em;
  }
}
.title-more--btn {
  position: relative;
  padding-right: 9.375em;
}
.title-more__btn {
  position: absolute;
  top: 2.125em;
  right: 0;
}
.page-text-contrast {
  color: #FFF !important;
}
.page-text-contrast-xs {
  color: #FFF !important;
}
.page-text-contrast-xs * {
  color: #FFF !important;
}
@media (min-width: 768px) {
  .page-text-contrast-md {
    color: #FFF !important;
  }
  .page-text-contrast-md * {
    color: #FFF !important;
  }
}
@media (min-width: 480px) {
  .page-text-contrast-sm {
    color: #FFF !important;
  }
  .page-text-contrast-sm * {
    color: #FFF !important;
  }
}
@media (min-width: 992px) {
  .page-text-contrast-lg {
    color: #FFF !important;
  }
  .page-text-contrast-lg * {
    color: #FFF !important;
  }
}
@media (min-width: 1200px) {
  .page-text-contrast-xl {
    color: #FFF !important;
  }
  .page-text-contrast-xl * {
    color: #FFF !important;
  }
}
.page-text-contrast * {
  color: #FFF !important;
}
.page-content {
  position: relative;
  background-repeat: no-repeat;
  background-position: 0 16.25em;
  background-size: auto;
}
.page-content:not(.page-content--landing) {
  background-repeat: repeat-y;
  background-size: 100% auto;
}
.page-content:not(.page-content--landing) {
  background-repeat: repeat-y;
  background-size: 100% auto;
}
.page-content--bg-position-top {
  background-position-y: 0;
}
.page-content--index::before {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("/html/img/index-bg-1x.png");
  background-position: 0 44.375em;
  background-size: 100% auto;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .page-content--index::before {
    background-image: url("/html/img/index-bg-2x.png");
  }
}
.page-content--wbanner {
  padding-top: 0;
  background-position: 0 45em;
}
.page-content--landing {
  background-repeat: no-repeat;
  background-position: center top;
}
.page-content--landing-bg-position-top {
  background-position: center top;
}
.page-content--landing::before {
  position: absolute;
  z-index: -1;
  top: 38.125em;
  width: 100%;
  height: 100%;
  content: "";
  background-repeat: repeat-y;
  background-size: 100% auto;
}
.page-content--landing .page-menu {
  padding-bottom: 2.625em;
}
.page-content--landing::after, .page-content--index::after, .page-content--wbanner::after {
  position: absolute;
  z-index: -1;
  top: -8em;
  width: 100%;
  height: 8em;
  content: "";
}
.theme-color.theme-color--type1 .page-content--landing::after, .theme-color.theme-color--type1 .page-content--index::after, .theme-color.theme-color--type1 .page-content--wbanner::after {
  background-color: #52328c;
}
.theme-color.theme-color--type2 .page-content--landing::after, .theme-color.theme-color--type2 .page-content--index::after, .theme-color.theme-color--type2 .page-content--wbanner::after {
  background-color: #1d754d;
}
.theme-color.theme-color--type3 .page-content--landing::after, .theme-color.theme-color--type3 .page-content--index::after, .theme-color.theme-color--type3 .page-content--wbanner::after {
  background-color: #1e6cb1;
}
.theme-color.theme-color--type5 .page-content--landing::after, .theme-color.theme-color--type5 .page-content--index::after, .theme-color.theme-color--type5 .page-content--wbanner::after {
  background-color: #7d337e;
}
.theme-color.theme-color--type5.page-index .page-content--index::after {
  background-color: #52328c;
}
.theme-color.theme-color--type4 .page-content--landing::after, .theme-color.theme-color--type4 .page-content--index::after, .theme-color.theme-color--type4 .page-content--wbanner::after {
  background-color: #282877;
}
.theme-color.theme-color--type6 .page-content--landing::after, .theme-color.theme-color--type6 .page-content--index::after, .theme-color.theme-color--type6 .page-content--wbanner::after {
  background-color: #b74641;
}
.theme-color.theme-color--type7 .page-content--landing::after, .theme-color.theme-color--type7 .page-content--index::after, .theme-color.theme-color--type7 .page-content--wbanner::after {
  background-color: #2b294f;
}
.theme-color.theme-color--type8 .page-content--landing::after, .theme-color.theme-color--type8 .page-content--index::after, .theme-color.theme-color--type8 .page-content--wbanner::after {
  background-color: #735322;
}
.page-content--landing::after {
  background-repeat: no-repeat;
  background-position: center 0;
}
.theme-color.theme-color--type1 .page-content--landing::after {
  background-image: url("/html/img/page-bg-type1.png");
}
.theme-color.hashtag_page .page-content--landing::after {
  background-image: url("/html/img/page-bg-hashtag.png");
}
.theme-color.theme-color--type2 .page-content--landing::after {
  background-image: url("/html/img/page-bg-type2.png");
}
.theme-color.theme-color--type3 .page-content--landing::after {
  background-image: url("/html/img/page-bg-type3.png");
}
.theme-color.theme-color--type5 .page-content--landing::after {
  background-image: url("/html/img/page-bg-type5.png");
}
.theme-color.theme-color--type4 .page-content--landing::after {
  background-image: url("/html/img/page-bg-type4.png");
}
.theme-color.theme-color--type6 .page-content--landing::after {
  background-image: url("/html/img/page-bg-type6.png");
}
.theme-color.theme-color--type7 .page-content--landing::after {
  background-image: url("/html/img/page-bg-type7.png");
}
.theme-color.theme-color--type8 .page-content--landing::after {
  background-image: url("/html/img/page-bg-type8.png");
}
.theme-no-bg .page-content--landing::after {
  background-image: none !important;
  background-color: transparent !important;
}
.page-index .page-content {
  padding-top: 0;
}
.theme-color.theme-color--type1 .page-content:not(.page-content--landing):not(.page-content--index) {
  background-image: url("/html/img/article-bg-type1-1x.png");
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .theme-color.theme-color--type1 .page-content:not(.page-content--landing):not(.page-content--index) {
    background-image: url("/html/img/article-bg-type1-2x.png");
  }
}
.theme-color.theme-color--type1 .page-content--landing {
  background-image: url("/html/img/page-bg-type1.png");
}
.theme-color.hashtag_page .page-content--landing {
  background-image: url("/html/img/page-bg-hashtag.png");
}
.theme-color.theme-color--type1 .page-content--landing::before {
  background-image: url("/html/img/article-bg-type1-1x.png");
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .theme-color.theme-color--type1 .page-content--landing::before {
    background-image: url("/html/img/article-bg-type1-2x.png");
  }
}
.theme-color.theme-color--type2 .page-content:not(.page-content--landing):not(.page-content--index) {
  background-image: url("/html/img/article-bg-type2-1x.png");
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .theme-color.theme-color--type2 .page-content:not(.page-content--landing):not(.page-content--index) {
    background-image: url("/html/img/article-bg-type2-2x.png");
  }
}
.theme-color.theme-color--type2 .page-content--landing {
  background-image: url("/html/img/page-bg-type2.png");
}
.theme-color.theme-color--type2 .page-content--landing::before {
  background-image: url("/html/img/article-bg-type2-1x.png");
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .theme-color.theme-color--type2 .page-content--landing::before {
    background-image: url("/html/img/article-bg-type2-2x.png");
  }
}
.theme-color.theme-color--type3 .page-content:not(.page-content--landing):not(.page-content--index) {
  background-image: url("/html/img/article-bg-type3-1x.png");
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .theme-color.theme-color--type3 .page-content:not(.page-content--landing):not(.page-content--index) {
    background-image: url("/html/img/article-bg-type3-2x.png");
  }
}
.theme-color.theme-color--type3 .page-content--landing {
  background-image: url("/html/img/page-bg-type3.png");
}
.theme-color.theme-color--type3 .page-content--landing::before {
  background-image: url("/html/img/article-bg-type3-1x.png");
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .theme-color.theme-color--type3 .page-content--landing::before {
    background-image: url("/html/img/article-bg-type3-2x.png");
  }
}
.theme-color.theme-color--type5 .page-content:not(.page-content--landing):not(.page-content--index) {
  background-image: url("/html/img/article-bg-type5-1x.png");
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .theme-color.theme-color--type5 .page-content:not(.page-content--landing):not(.page-content--index) {
    background-image: url("/html/img/article-bg-type5-2x.png");
  }
}
.theme-color.theme-color--type5 .page-content--landing {
  background-image: url("/html/img/page-bg-type5.png");
}
.theme-color.theme-color--type5 .page-content--landing::before {
  background-image: url("/html/img/article-bg-type5-1x.png");
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .theme-color.theme-color--type5 .page-content--landing::before {
    background-image: url("/html/img/article-bg-type5-2x.png");
  }
}
.theme-color.theme-color--type4 .page-content:not(.page-content--landing):not(.page-content--index) {
  background-image: url("/html/img/article-bg-type4-1x.png");
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .theme-color.theme-color--type4 .page-content:not(.page-content--landing):not(.page-content--index) {
    background-image: url("/html/img/article-bg-type4-2x.png");
  }
}
.theme-color.theme-color--type4 .page-content--landing {
  background-image: url("/html/img/page-bg-type4.png");
}
.theme-color.theme-color--type4 .page-content--landing::before {
  background-image: url("/html/img/article-bg-type4-1x.png");
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .theme-color.theme-color--type4 .page-content--landing::before {
    background-image: url("/html/img/article-bg-type4-2x.png");
  }
}
.theme-color.theme-color--type6 .page-content:not(.page-content--landing):not(.page-content--index) {
  background-image: url("/html/img/article-bg-type6-1x.png");
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .theme-color.theme-color--type6 .page-content:not(.page-content--landing):not(.page-content--index) {
    background-image: url("/html/img/article-bg-type6-2x.png");
  }
}
.theme-color.theme-color--type6 .page-content--landing {
  background-image: url("/html/img/page-bg-type6.png");
}
.theme-color.theme-color--type6 .page-content--landing::before {
  background-image: url("/html/img/article-bg-type6-1x.png");
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .theme-color.theme-color--type6 .page-content--landing::before {
    background-image: url("/html/img/article-bg-type6-2x.png");
  }
}
.theme-color.theme-color--type7 .page-content:not(.page-content--landing):not(.page-content--index) {
  background-image: url("/html/img/article-bg-type7-1x.png");
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .theme-color.theme-color--type7 .page-content:not(.page-content--landing):not(.page-content--index) {
    background-image: url("/html/img/article-bg-type7-2x.png");
  }
}
.theme-color.theme-color--type7 .page-content--landing {
  background-image: url("/html/img/page-bg-type7.png");
}
.theme-color.theme-color--type7 .page-content--landing::before {
  background-image: url("/html/img/article-bg-type7-1x.png");
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .theme-color.theme-color--type7 .page-content--landing::before {
    background-image: url("/html/img/article-bg-type7-2x.png");
  }
}
.theme-color.theme-color--type8 .page-content:not(.page-content--landing):not(.page-content--index) {
  background-image: url("/html/img/article-bg-type8-1x.png");
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .theme-color.theme-color--type8 .page-content:not(.page-content--landing):not(.page-content--index) {
    background-image: url("/html/img/article-bg-type8-2x.png");
  }
}
.theme-color.theme-color--type8 .page-content--landing {
  background-image: url("/html/img/page-bg-type8.png");
}
.theme-color.theme-color--type8 .page-content--landing::before {
  background-image: url("/html/img/article-bg-type8-1x.png");
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .theme-color.theme-color--type8 .page-content--landing::before {
    background-image: url("/html/img/article-bg-type8-2x.png");
  }
}
.page-menu {
  -webkit-transition-duration: 0.24s;
  transition-duration: 0.24s;
  -webkit-transition-property: color, visibility, opacity, box-shadow, background-color, border-width, border-color, fill, max-width, max-height, -webkit-transform;
  transition-property: color, visibility, opacity, box-shadow, background-color, border-width, border-color, fill, max-width, max-height, -webkit-transform;
  transition-property: transform, color, visibility, opacity, box-shadow, background-color, border-width, border-color, fill, max-width, max-height;
  transition-property: transform, color, visibility, opacity, box-shadow, background-color, border-width, border-color, fill, max-width, max-height, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.64, 0.05, 0.35, 1);
  transition-timing-function: cubic-bezier(0.64, 0.05, 0.35, 1);
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-property: all;
  transition-property: all;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  padding: 1.5em 0 1.375em;
  color: #FFF;
  background-repeat: no-repeat;
  background-position: center top;
  background-position: center top;
  background-size: 1920px;
  background-size: auto;
}
@media (max-width: 991.98px) {
  .page-menu {
    font-size: 0.875rem;
  }
}
@media (max-width: 767.98px) {
  .page-menu {
    position: relative !important;
    top: 0 !important;
    margin: 0;
    padding: 1.25em 0 1.0625em !important;
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
  }
}
@media (max-width: 479.98px) {
  .page-menu {
    font-size: 4vw;
  }
}
@media (max-width: 767.98px) {
  .page-menu {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .page-menu::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .page-content--landing .page-menu {
    background: none !important;
  }
}
.page-menu .theme-color.theme-color--type1 .theme-color__text {
  color: #52328c;
}
.page-menu .theme-color.theme-color--type1 .theme-color__background {
  background-color: #52328c;
}
.page-menu .theme-color.theme-color--type1 .theme-color__dark-text {
  color: #baadd1;
}
.page-menu .theme-color.theme-color--type2 .theme-color__text {
  color: #1d754d;
}
.page-menu .theme-color.theme-color--type2 .theme-color__background {
  background-color: #1d754d;
}
.page-menu .theme-color.theme-color--type2 .theme-color__dark-text {
  color: #1d754d;
}
.page-menu .theme-color.theme-color--type3 .theme-color__text {
  color: #1e6cb1;
}
.page-menu .theme-color.theme-color--type3 .theme-color__background {
  background-color: #1e6cb1;
}
.page-menu .theme-color.theme-color--type3 .theme-color__dark-text {
  color: #0f4eb1;
}
.page-menu .theme-color.theme-color--type5 .theme-color__text {
  color: #7d337e;
}
.page-menu .theme-color.theme-color--type5 .theme-color__background {
  background-color: #7d337e;
}
.page-menu .theme-color.theme-color--type5 .theme-color__dark-text {
  color: #3c2566;
}
.page-menu .theme-color.theme-color--type4 .theme-color__text {
  color: #282877;
}
.page-menu .theme-color.theme-color--type4 .theme-color__background {
  background-color: #282877;
}
.page-menu .theme-color.theme-color--type4 .theme-color__dark-text {
  color: #3c2566;
}
.page-menu .theme-color.theme-color--type6 .theme-color__text {
  color: #b74641;
}
.page-menu .theme-color.theme-color--type6 .theme-color__background {
  background-color: #b74641;
}
.page-menu .theme-color.theme-color--type6 .theme-color__dark-text {
  color: #dc6761;
}
.page-menu .theme-color.theme-color--type7 .theme-color__text {
  color: #2b294f;
}
.page-menu .theme-color.theme-color--type7 .theme-color__background {
  background-color: #2b294f;
}
.page-menu .theme-color.theme-color--type7 .theme-color__dark-text {
  color: #dd4d63;
}
.page-menu .theme-color.theme-color--type8 .theme-color__text {
  color: #735322;
}
.page-menu .theme-color.theme-color--type8 .theme-color__background {
  background-color: #735322;
}
.page-menu .theme-color.theme-color--type8 .theme-color__dark-text {
  color: #5f451c;
}
.page-content--landing .page-menu {
  padding-top: 3em;
}
.page-content--wbanner .page-menu {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  body.page-scrolled .page-menu,
  body.header-placeholder-setup .page-menu {
    position: fixed;
    z-index: 21;
    right: 0;
    left: 0;
  }
}
body.page-scrolled .page-menu {
  padding: 0.75em 0 0.625em;
}
@media (min-width: 768px) {
  body.page-scrolled .page-menu {
    font-size: 0.9375rem;
  }
}
@media (min-width: 768px) {
  body.page-scrolled .page-menu {
    box-shadow: 0 0.1875em 0.9375em 0 rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 768px) {
  .page-menu__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.page-menu__list {
  margin: 0;
  padding: 0;
  list-style: none !important;
  font-size: 1rem;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: hidden;
  overflow-y: hidden;
  margin: 0;
  padding: 0 0 0.25em;
}
.touchevents .page-menu__list {
  overflow-x: auto;
}
.page-menu__scroller {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .page-menu__scroller {
    margin: 0.75em -15px 0 0;
    padding: 0 2.5em 0 0;
  }
  .page-menu__scroller:before {
    position: absolute;
    z-index: 12;
    top: 1px;
    right: 0;
    bottom: 0;
    width: 4.375rem;
    content: "";
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
    pointer-events: none;
    opacity: 0;
  }
  .page-menu__scroller.before-show:before {
    opacity: 1;
  }
  .page-menu__scroller.at-last::before {
    right: auto;
    left: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 1;
  }
  .page-menu__scroller.at-last .page-menu__scroll-btn {
    z-index: 9999;
    right: auto;
    left: -0.33333333em;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
}
.page-menu__scroll-btn {
  font-size: 1.6em;
  position: absolute;
  z-index: 12;
  top: 50%;
  right: 0;
  padding: 0.33333333em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-animation: smallflash 1.2s infinite;
  animation: smallflash 1.2s infinite;
}
@media (min-width: 768px) {
  .page-menu__scroll-btn {
    display: none;
  }
}
.page-menu__scroll-btn::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'wico' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e911";
}
.page-menu__scroll-btn.hide {
  display: none;
}
.page-menu__itm {
  position: relative;
  margin: 0 1em;
  padding: 0.5625em 0 0;
  white-space: nowrap;
}
.page-menu__itm:first-of-type {
  margin-left: 0;
}
.page-menu__itm:last-of-type {
  margin-right: 0;
}
.page-menu__itm:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  content: "";
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  opacity: 0;
  background: currentColor;
}
.page-menu__itm.selected:before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}
.page-menu__link {
  text-decoration: none;
}
.page-menu__link:hover, .page-menu__link:focus {
  text-decoration: none;
}
.theme-color.theme-color--type1 .page-menu {
  background-image: url("/html/img/page-bg-type1.png");
}
.theme-color.theme-color--type1 .page-menu__scroller:before {
  background: -webkit-linear-gradient(left, rgba(82, 50, 140, 0) 0%, #52328c 60%);
  background: linear-gradient(to right, rgba(82, 50, 140, 0) 0%, #52328c 60%);
}
.theme-color.theme-color--type2 .page-menu {
  background-image: url("/html/img/page-bg-type2.png");
}
.theme-color.theme-color--type2 .page-menu__scroller:before {
  background: -webkit-linear-gradient(left, rgba(29, 117, 77, 0) 0%, #1d754d 60%);
  background: linear-gradient(to right, rgba(29, 117, 77, 0) 0%, #1d754d 60%);
}
.theme-color.theme-color--type3 .page-menu {
  background-image: url("/html/img/page-bg-type3.png");
}
.theme-color.theme-color--type3 .page-menu__scroller:before {
  background: -webkit-linear-gradient(left, rgba(30, 108, 177, 0) 0%, #1e6cb1 60%);
  background: linear-gradient(to right, rgba(30, 108, 177, 0) 0%, #1e6cb1 60%);
}
.theme-color.theme-color--type5 .page-menu {
  background-image: url("/html/img/page-bg-type5.png");
}
.theme-color.theme-color--type5 .page-menu__scroller:before {
  background: -webkit-linear-gradient(left, rgba(125, 51, 126, 0) 0%, #7d337e 60%);
  background: linear-gradient(to right, rgba(125, 51, 126, 0) 0%, #7d337e 60%);
}
.theme-color.theme-color--type4 .page-menu {
  background-image: url("/html/img/page-bg-type4.png");
}
.theme-color.theme-color--type4 .page-menu__scroller:before {
  background: -webkit-linear-gradient(left, rgba(40, 40, 119, 0) 0%, #282877 60%);
  background: linear-gradient(to right, rgba(40, 40, 119, 0) 0%, #282877 60%);
}
.theme-color.theme-color--type6 .page-menu {
  background-image: url("/html/img/page-bg-type6.png");
}
.theme-color.theme-color--type6 .page-menu__scroller:before {
  background: -webkit-linear-gradient(left, rgba(183, 70, 65, 0) 0%, #b74641 60%);
  background: linear-gradient(to right, rgba(183, 70, 65, 0) 0%, #b74641 60%);
}
.theme-color.theme-color--type7 .page-menu {
  background-image: url("/html/img/page-bg-type7.png");
}
.theme-color.theme-color--type7 .page-menu__scroller:before {
  background: -webkit-linear-gradient(left, rgba(43, 41, 79, 0) 0%, #2b294f 60%);
  background: linear-gradient(to right, rgba(43, 41, 79, 0) 0%, #2b294f 60%);
}
.theme-color.theme-color--type8 .page-menu {
  background-image: url("/html/img/page-bg-type8.png");
}
.theme-color.theme-color--type8 .page-menu__scroller:before {
  background: -webkit-linear-gradient(left, rgba(115, 83, 34, 0) 0%, #735322 60%);
  background: linear-gradient(to right, rgba(115, 83, 34, 0) 0%, #735322 60%);
}
.cate-title {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 1.125em 0 0;
}
.feature-article-grid-row {
  margin: 0 -0.6875em 2.5em;
}
@media (max-width: 767.98px) {
  .feature-article-grid-row {
    margin: 0 -0.6875em 1em;
  }
}
@media (min-width: 768px) {
  .feature-article-grid-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .feature-article-grid-row__main {
    width: 66.31578947%;
  }
  .feature-article-grid-row__side {
    width: 31.75438596%;
  }
  .feature-article-grid-row--wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .feature-article-grid-row--tp2 .feature-article-grid-row__main {
    width: 56.36833046%;
  }
  .feature-article-grid-row--tp2 .feature-article-grid-row__side {
    width: 39.5869191%;
  }
}
.feature-article-grid-row__main, .feature-article-grid-row__side {
  margin-right: 0.6875em;
  margin-left: 0.6875em;
}
.feature-article-grid-row--no-margin {
  margin: 0;
}
.feature-article-grid-row--wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.calculator-grid-row .feature-promo-blk__imgctrl {
  padding: 129.14572864% 0 0;
}
@media (min-width: 480px) {
  .feature-card-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.875em;
  }
  .feature-card-row__blk {
    width: calc(50% - 1.75em);
    margin: 0 0.875em;
  }
  .feature-card-row__blk--full {
    width: calc(100% - 1.75em);
  }
}
.feature-card-row--mb {
  margin-bottom: 1.75em;
}
@media (max-width: 479.98px) {
  .feature-card-row__blk {
    margin-bottom: 1.875em;
  }
}
.more-btn-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 1.875em 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.more-btn-row--no-mt {
  margin-top: 0;
}
.more-btn-row__btn {
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 0 1.9375em;
}
@media (max-width: 991.98px) {
  .more-btn-row__btn {
    font-size: 0.875rem;
  }
}
@media (max-width: 479.98px) {
  .more-btn-row__btn {
    font-size: 4vw;
  }
}
.more-btn-row__btn:before, .more-btn-row__btn:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'wico' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation: animationDownUpInf  .5s ease-out -.5s infinite alternate forwards;
  animation: animationDownUpInf  .5s ease-out -.5s infinite alternate forwards;
  font-size: 1.125em;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -.5em;
  content: "\e910";
}
.more-btn-row__btn:before {
  bottom: 0.1875em;
}
.more-btn-row__btn:after {
  bottom: 0.5em;
}
.most-view {
  font-size: 1rem;
}
.border-title-row {
  margin: 0 0 1.5625em;
  padding: 0 0 0.75em;
  border-bottom: 1px solid #47aa42;
}
@media (max-width: 767.98px) {
  .border-title-row__filter {
    margin: 0.9375em 0 0;
  }
}
@media (min-width: 768px) {
  .border-title-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
}
.border-title-row .filter-bar {
  margin: 0;
}
@media (max-width: 767.98px) {
  .border-title-row__main--mob-hide {
    display: none;
  }
}
.border-title-row__remark {
  font-size: 1em;
  font-weight: 600;
  padding: 0 1.25em;
  color: #686868;
  border-left: 1px solid #a5a4a4;
}
@media (max-width: 767.98px) {
  .border-title-row__remark {
    display: block;
    margin: 0.9375em 0 0 0;
    padding: 0;
    border: none;
  }
}
.border-title-row__remark:first-of-type {
  padding-left: 0;
  border-left: none;
}
.bg-control {
  background-repeat: repeat-y;
  background-size: 100% auto;
}
.theme-color.theme-color--type1 .border-title-row {
  border-color: #baadd1;
}
.theme-color.theme-color--type1 .header-placeholder {
  background-color: #52328c;
}
.theme-color.theme-color--type2 .border-title-row {
  border-color: #a6ccba;
}
.theme-color.theme-color--type2 .header-placeholder {
  background-color: #1d754d;
}
.theme-color.theme-color--type3 .border-title-row {
  border-color: #a9c9e5;
}
.theme-color.theme-color--type3 .header-placeholder {
  background-color: #1e6cb1;
}
.theme-color.theme-color--type5 .border-title-row {
  border-color: #cbadcb;
}
.theme-color.theme-color--type5 .header-placeholder {
  background-color: #7d337e;
}
.theme-color.theme-color--type4 .border-title-row {
  border-color: #a9a9c9;
}
.theme-color.theme-color--type4 .header-placeholder {
  background-color: #282877;
}
.theme-color.theme-color--type6 .border-title-row {
  border-color: #efbbb8;
}
.theme-color.theme-color--type6 .header-placeholder {
  background-color: #b74641;
}
.theme-color.theme-color--type7 .border-title-row {
  border-color: #aaa9b8;
}
.theme-color.theme-color--type7 .header-placeholder {
  background-color: #2b294f;
}
.theme-color.theme-color--type8 .border-title-row {
  border-color: #ae7e33;
}
.theme-color.theme-color--type8 .header-placeholder {
  background-color: #735322;
}
.other-info {
  margin: 0 0 1.5625em 0;
}
.other-info__border-title-row {
  margin: 0 0 1em;
}
.calculator__border-title-row {
  margin: 0 0 0.75em;
}
@media (max-width: 767.98px) {
  .calculator__border-title-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.filter-result {
  font-size: 1rem;
  font-weight: 700;
  color: #686868;
}
@media (max-width: 991.98px) {
  .filter-result {
    font-size: 0.875rem;
  }
}
@media (max-width: 479.98px) {
  .filter-result {
    font-size: 4vw;
  }
}
.filter-result__text {
  font-size: 1em;
  position: relative;
  display: inline-block;
  padding: 0 0.9375em;
}
.filter-result__text::after {
  position: absolute;
  right: 0;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #acacac;
}
.filter-result__text:first-of-type {
  padding-left: 0;
}
.filter-result__text:last-of-type {
  border-right: none;
}
.filter-result__text:last-of-type::after {
  content: none;
}
.page-main-image {
  position: relative;
  margin: 1.875em 0;
  padding: 56.22222222% 0 0;
}
.page-main-image + .article__content {
  padding-top: 0;
}
.v-hidden {
  visibility: hidden;
}
.kill-ani * {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.main-bg-plate {
  padding: 2.8125em 0 14.8125em;
  color: #FFF;
  background: #52328c bottom center no-repeat;
}
@media (max-width: 767.98px) {
  .main-bg-plate {
    padding-top: 0em;
    background-size: 160% auto;
  }
}
@media screen and (max-width: 524.45px) {
  .main-bg-plate {
    padding-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .main-bg-plate .slick-dots-container {
    top: 57vw;
  }
}
.main-bg-plate .slick-dots-container .slick-dots li {
  color: #dcdcfc;
  border: 1px solid #dcdcfc;
  background: #dcdcfc;
}
.main-bg-plate .slick-dots-container .slick-pause-play-btn {
  color: #dcdcfc;
}
@media (max-width: 767.98px) {
  .main-bg-plate .side-img-blk__title {
    margin-top: 1.88em;
  }
}
.main-bg-plate .slick-pause-play-btn {
  color: #dcdcfc;
}
.main-bg-plate .slick-dots li {
  position: relative;
  opacity: .58;
  color: #dcdcfc;
  border: 1px solid #dcdcfc;
  background: #dcdcfc;
}
@media (max-width: 767.98px) {
  .main-bg-plate .slick-dots li {
    margin: 0 1rem;
  }
}
.main-bg-plate .slick-dots li:first-child {
  margin-left: 0;
}
.main-bg-plate .slick-dots li.slick-active {
  opacity: 1;
}
.main-bg-plate .slick-dots li.slick-active button {
  -webkit-transform: scale(3);
  -ms-transform: scale(3);
  transform: scale(3);
}
.main-bg-plate .slick-dots li button {
  background: transparent;
}
.main-bg-plate .label-title-blk__time {
  color: #FFF;
}
.main-bg-plate .side-img-blk__hash {
  color: #FFF;
}
.slider-feature {
  margin: -12.6875rem 0 4.25rem;
}
@media (max-width: 1199.98px) {
  .slider-feature {
    max-width: 848px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 991.98px) {
  .slider-feature {
    max-width: 738px;
  }
}
@media (max-width: 767.98px) {
  .slider-feature {
    max-width: 485px;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 524.45px) {
  .slider-feature {
    margin-top: 2.5rem;
  }
  .slider-feature .section-title--contrast {
    color: #000000;
  }
}
.slider-feature__inner {
  margin: 0 -0.75em;
}
@media (min-width: 525px) {
  .slider-feature__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.slider-feature__slider-side {
  width: 100%;
}
.slider-feature__slider-side--threetwowidth {
  width: calc(75% - 1.5em);
  margin: 0 0.75em;
}
@media (max-width: 1199.98px) {
  .slider-feature__slider-side--threetwowidth {
    width: calc(66.66666667% - 1.5em);
  }
}
@media (max-width: 767.98px) {
  .slider-feature__slider-side--threetwowidth {
    width: calc(52% - 1.5em);
  }
}
@media screen and (max-width: 524.45px) {
  .slider-feature__slider-side--threetwowidth {
    width: calc(100% - 1.5em);
  }
}
.slider-feature__focus-side {
  width: calc(25% - 1.5em);
  margin: 0 0.75em;
}
@media (max-width: 1199.98px) {
  .slider-feature__focus-side {
    width: calc(33.33333333% - 1.5em);
  }
}
@media (max-width: 767.98px) {
  .slider-feature__focus-side {
    width: calc(48% - 1.5em);
  }
}
@media screen and (max-width: 524.45px) {
  .slider-feature__focus-side {
    width: calc(100% - 1.5em);
    max-width: 375px;
    margin-top: 1.75rem;
  }
}
@media screen and (max-width: 524.45px) {
  .slider-feature .hot-slider {
    margin-right: 17.1875vw;
  }
  .slider-feature .hot-slider .shadow-card-blk__main {
    padding-top: 1rem;
  }
}
.feature-promo-blk {
  box-shadow: none;
  overflow: hidden;
  position: relative;
  display: block;
}
.feature-promo-blk img {
  display: block;
  width: 100%;
  height: auto !important;
  box-shadow:0 2px 12px rgba(0, 0, 0, 0.27);
  margin-bottom: 12px;
  margin-right: 12px;
}
.slider-feature .title-more{
  padding-right: 10px;
}
.feature-promo-blk__imgctrl {
  padding: 129.14572864% 0 0 0;
  overflow:visible;
}
@media (max-width: 767.98px) {
  .idx-sq-img {
    max-width: 375px;
    margin: auto;
  }
}
.sq-img-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -0.75em;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  .sq-img-list {
    font-size: 1.33333333vw;
  }
}
@media (max-width: 767.98px) {
  .sq-img-list {
    font-size: 0.75rem;
  }
}
@media (max-width: 479.98px) {
  .sq-img-list {
    font-size: 3.46666667vw;
  }
}
.sq-img {
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.27);
  position: relative;
  display: block;
  width: calc(20% - 1.5em);
  margin: 0.75em;
  border-radius: 0.375em;
}
@media (max-width: 767.98px) {
  .sq-img {
    width: calc(50% - 1.5em);
  }
}
.sq-img__imgctrl {
  display: block;
  overflow: hidden;
  padding: 100% 0 0;
  border-radius: 0.375em;
  border-radius: 0.375em;
}
.sq-img__text {
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.2;
  position: absolute;
  right: 0;
  bottom: 1.66666667em;
  left: 0;
  padding: 0 0.83333333em;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  text-align: center;
  color: #52328c;
}
.lang-en .sq-img__text {
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .sq-img__text {
    font-size: 1.375em;
  }
}
.sq-img__cover {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-timing-function: cubic-bezier(0.61, 0.32, 0.49, 1.23);
  transition-timing-function: cubic-bezier(0.61, 0.32, 0.49, 1.23);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  pointer-events: none;
  opacity: 0;
  border: 2px solid transparent;
  border-radius: 0.375em;
}
.sq-img:hover .sq-img__cover,
.sq-img:focus .sq-img__cover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.video-feature__title {
  font-size: 1.5em;
  font-weight: 700;
  margin: 1.125em 0 0;
}
.video-feature__title a {
  text-decoration: none;
}
.video-feature__title a:hover, .video-feature__title a:focus {
  text-decoration: underline;
}
.video-feature__label-time {
  margin: 0.9375em 0;
}
@media (max-width: 991.98px) {
  .video-feature__label-time {
    font-size: 0.75em;
  }
}
.video-feature__hash {
  margin: 1.33333333em 0 0;
}
.idx-promo-banner {
  margin: 1.875em 0 0;
}
@media (max-width: 991.98px) {
  .idx-promo-banner {
    font-size: 1.5rem;
  }
}
@media (max-width: 479.98px) {
  .idx-promo-banner {
    font-size: 6.4vw;
  }
}
.lang-en .idx-promo-banner img {
  content: url("/html/img/temp/pro-banner-en-1.png");
}
.lang-tc .idx-promo-banner img {
  content: url("/html/img/temp/pro-banner-1.png");
}
.idx-promo-list {
  margin-top: -0.125em;
}
.idx-promo-list .slick-dots {
  position: absolute;
  right: 0;
  bottom: -3.125em;
  left: 0;
}
@media (max-width: 991.98px) {
  .idx-promo-list .slick-dots {
    position: relative;
    bottom: 0;
  }
}
.plate-side-sec {
  margin: 4.25rem 0 0 0;
}
@media (max-width: 767.98px) {
  .plate-side-sec {
    margin-top: 2.5rem;
  }
}
@media (min-width: 992px) {
  .plate-side-sec {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .plate-side-sec__main-side {
    width: 74.9122807%;
  }
  .plate-side-sec__plate-side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 23.24561404%;
  }
  .plate-side-sec__plate-side-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (max-width: 991.98px) {
  .plate-side-sec {
    font-size: 0.875rem;
  }
  .plate-side-sec__main-side, .plate-side-sec__plate-side {
    margin: 1.125rem 0;
  }
}
@media (max-width: 479.98px) {
  .plate-side-sec {
    font-size: 3.73333333vw;
  }
}
@media (min-width: 992px) {
  .theme-color.theme-color--type1 .news-sec {
    border-right: 1px solid #baadd1;
  }
}
@media (min-width: 992px) {
  .theme-color.theme-color--type2 .news-sec {
    border-right: 1px solid #a9c9e5;
  }
}
@media (min-width: 992px) {
  .theme-color.theme-color--type3 .news-sec {
    border-right: 1px solid #a9c9e5;
  }
}
@media (min-width: 992px) {
  .theme-color.theme-color--type5 .news-sec {
    border-right: 1px solid #cbadcb;
  }
}
@media (min-width: 992px) {
  .theme-color.theme-color--type4 .news-sec {
    border-right: 1px solid #a9a9c9;
  }
}
@media (min-width: 992px) {
  .theme-color.theme-color--type6 .news-sec {
    border-right: 1px solid #efbbb8;
  }
}
@media (min-width: 992px) {
  .theme-color.theme-color--type7 .news-sec {
    border-right: 1px solid #aaa9b8;
  }
}
@media (min-width: 992px) {
  .theme-color.theme-color--type8 .news-sec {
    border-right: 1px solid #ae7e33;
  }
}
.news-sec {
  padding: 0 1.5em 0 0;
}
@media (min-width: 768px) {
  .news-sec {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .news-sec__main {
    width: 43.97590361%;
  }
  .news-sec__side {
    width: 52.53012048%;
  }
}
@media (max-width: 767.98px) {
  .news-sec__main {
    margin: 0 0 1.875rem;
  }
}
.side-color-plate {
  margin: 0;
  padding: 2.125em 1.25em;
  color: #FFF;
  border-radius: 0.375em;
  background: #52328c;
}
.side-color-plate__title {
  font-size: 1.5em;
  font-weight: 700;
  margin: 0 0 0.83333333em;
  color: #FFF;
}
.side-color-plate .border-tag:hover, .side-color-plate .border-tag:focus {
  text-decoration: none;
  color: #52328c;
  border-color: #FFF;
}
.side-color-plate .border-tag:hover:before, .side-color-plate .border-tag:focus:before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  background: #FFF;
}
.banner-submit {
  margin: 3.75em 0;
}
.pose-intro {
  padding: 5em 0 3.125em;
  background-image: url("/html/img/pose-intro-bg-1x.png");
  background-size: cover;
}
.theme-color--type2 .pose-intro {background-image: url("/html/img/pose-intro-2.png");}
.theme-color--type3 .pose-intro {background-image: url("/html/img/pose-intro-3.png");}
.theme-color--type4 .pose-intro {background-image: url("/html/img/pose-intro-4.png");}
.theme-color--type5 .pose-intro {background-image: url("/html/img/pose-intro-5.png");}
.theme-color--type6 .pose-intro {background-image: url("/html/img/pose-intro-6.png");}
.theme-color--type7 .pose-intro {background-image: url("/html/img/pose-intro-7.png");}
@media (max-width: 991.98px) {
  .pose-intro {
    margin: 0 0 1.25rem;
  }
}
@media (max-width: 767.98px) {
  .pose-intro {
    padding: 1.875em 0 3.125em;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .pose-intro {
    background-image: url("/html/img/pose-intro-bg-2x.png");
  }
  .theme-color--type2 .pose-intro {background-image: url("/html/img/pose-intro-2.png");}
  .theme-color--type3 .pose-intro {background-image: url("/html/img/pose-intro-3.png");}
  .theme-color--type4 .pose-intro {background-image: url("/html/img/pose-intro-4.png");}
  .theme-color--type5 .pose-intro {background-image: url("/html/img/pose-intro-5.png");}
  .theme-color--type6 .pose-intro {background-image: url("/html/img/pose-intro-6.png");}
  .theme-color--type7 .pose-intro {background-image: url("/html/img/pose-intro-7.png");}
}
.l_block_cols {
  margin: 24px -8px 0 -8px;
}
.l_col_block {
  width: 50%;
  padding: 0 8px;
}
.activities-blk {
  padding: 0;
}
@media (max-width: 767.98px) {
  .activities-blk .ev-row__blk:nth-of-type(2) {
    display: none;
  }
}
.activies {
  padding-bottom: 5em;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.theme-color.theme-color--type1 .activies {
  background-image: url("/html/img/activities-bg-type1-1x.png");
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .theme-color.theme-color--type1 .activies {
    background-image: url("/html/img/activities-bg-type1-2x.png");
  }
}
.theme-color.theme-color--type2 .activies {
  background-image: url("/html/img/activities-bg-type2-1x.png");
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .theme-color.theme-color--type2 .activies {
    background-image: url("/html/img/activities-bg-type2-2x.png");
  }
}
.theme-color.theme-color--type3 .activies {
  background-image: url("/html/img/activities-bg-type3-1x.png");
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .theme-color.theme-color--type3 .activies {
    background-image: url("/html/img/activities-bg-type3-2x.png");
  }
}
.theme-color.theme-color--type5 .activies {
  background-image: url("/html/img/activities-bg-type5-1x.png");
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .theme-color.theme-color--type5 .activies {
    background-image: url("/html/img/activities-bg-type5-2x.png");
  }
}
.theme-color.theme-color--type4 .activies {
  background-image: url("/html/img/activities-bg-type4-1x.png");
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .theme-color.theme-color--type4 .activies {
    background-image: url("/html/img/activities-bg-type4-2x.png");
  }
}
.theme-color.theme-color--type6 .activies {
  background-image: url("/html/img/activities-bg-type6-1x.png");
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .theme-color.theme-color--type6 .activies {
    background-image: url("/html/img/activities-bg-type6-2x.png");
  }
}
.theme-color.theme-color--type7 .activies {
  background-image: url("/html/img/activities-bg-type7-1x.png");
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .theme-color.theme-color--type7 .activies {
    background-image: url("/html/img/activities-bg-type7-2x.png");
  }
}
.theme-color.theme-color--type8 .activies {
  background-image: url("/html/img/activities-bg-type8-1x.png");
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .theme-color.theme-color--type8 .activies {
    background-image: url("/html/img/activities-bg-type8-2x.png");
  }
}
.main-content {
  background-repeat: no-repeat;
  background-position: 0 16.25em;
  background-size: 100% auto;
}
.education-focus {
  margin: 1.5625em 0 0 0;
}
.theme-color.theme-color--type1 .main-content {
  background-image: url("/html/img/article-bg-type1-1x.png");
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .theme-color.theme-color--type1 .main-content {
    background-image: url("/html/img/article-bg-type1-2x.png");
  }
}
.theme-color.theme-color--type2 .main-content {
  background-image: url("/html/img/article-bg-type2-1x.png");
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .theme-color.theme-color--type2 .main-content {
    background-image: url("/html/img/article-bg-type2-2x.png");
  }
}
.theme-color.theme-color--type3 .main-content {
  background-image: url("/html/img/article-bg-type3-1x.png");
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .theme-color.theme-color--type3 .main-content {
    background-image: url("/html/img/article-bg-type3-2x.png");
  }
}
.theme-color.theme-color--type5 .main-content {
  background-image: url("/html/img/article-bg-type5-1x.png");
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .theme-color.theme-color--type5 .main-content {
    background-image: url("/html/img/article-bg-type5-2x.png");
  }
}
.theme-color.theme-color--type4 .main-content {
  background-image: url("/html/img/article-bg-type4-1x.png");
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .theme-color.theme-color--type4 .main-content {
    background-image: url("/html/img/article-bg-type4-2x.png");
  }
}
.theme-color.theme-color--type6 .main-content {
  background-image: url("/html/img/article-bg-type6-1x.png");
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .theme-color.theme-color--type6 .main-content {
    background-image: url("/html/img/article-bg-type6-2x.png");
  }
}
.theme-color.theme-color--type7 .main-content {
  background-image: url("/html/img/article-bg-type7-1x.png");
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .theme-color.theme-color--type7 .main-content {
    background-image: url("/html/img/article-bg-type7-2x.png");
  }
}
.theme-color.theme-color--type8 .main-content {
  background-image: url("/html/img/article-bg-type8-1x.png");
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .theme-color.theme-color--type8 .main-content {
    background-image: url("/html/img/article-bg-type8-2x.png");
  }
}
.search-result {
  position: relative;
  max-width: 56.25em;
  margin: auto;
  padding: 0 0 3.125em;
  font-size: 1rem;
}
@media (max-width: 991.98px) {
  .search-result {
    font-size: 1rem;
  }
}
@media (max-width: 479.98px) {
  .search-result {
    font-size: 4vw;
  }
}
.search-result__mark {
  background: none;
  font-weight: 700;
  color: #512785;
}
.search-result-inpage {
  padding-top: 2.8125em;
}
@media (max-width: 767.98px) {
  .search-result-inpage {
    padding-top: 0.9375em;
  }
}
.search-result .tt-menu {
  position: absolute !important;
  background: #fff;
  width: 100%;
  padding: 0 1.1em;
  margin: 0;
  box-shadow: 0 0.3125em 0.875em 0em rgba(0, 0, 0, 0.12);
  z-index: 20 !important;
}
.search-result-blk {
  padding: 1.25em 0;
  border-bottom: 1px solid #c1bee0;
}
.search-result-blk .ev-blk--hori {
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
@media (max-width: 767.98px) {
  .search-result-blk .ev-blk--hori {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.subscribe-email-input{ max-width: 100%; }
.g-recaptcha{
  -webkit-transform: scale(0.77);
     -moz-transform: scale(0.77);
      -ms-transform: scale(0.77);
       -o-transform: scale(0.77);
          transform: scale(0.77);
   -webkit-transform-origin: 0 0;
      -moz-transform-origin: 0 0;
       -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
           transform-origin: 0 0;  
}
.search-result-blk .ev-blk__imgw {
  width: 16.875em;
  margin-right: 1.5625em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 767.98px) {
  .search-result-blk .ev-blk__imgw {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 0.9375em;
  }
}
.search-result-blk .ev-blk__main {
  width: 100%;
}
.search-result-blk-list {
  border-top: 1px solid #c1bee0;
}
.dash-go-list {
  margin: 0;
  padding: 0;
  list-style: none !important;
  line-height: 1.55555556;
}
.dash-go-list__itm {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.22222222em 0 0.22222222em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.dash-go-list__itm::before {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  height: 1px;
  content: "";
  background: -webkit-repeating-linear-gradient(left, #B7B7B7, #B7B7B7 3px, #E4E4E4 3px, #E4E4E4 5px);
  background: repeating-linear-gradient(90deg, #B7B7B7, #B7B7B7 3px, #E4E4E4 3px, #E4E4E4 5px);
}
.dash-go-list__link {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.16666667em 1.66666667em 0.16666667em 0;
}
.dash-go-list__link::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'wico' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.11111111em;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 0em;
  margin: -0.55em 0 0;
  content: "\e926";
}
.img-arrow-go {
  font-size: 1rem;
}
@media (max-width: 991.98px) {
  .img-arrow-go {
    font-size: 0.75rem;
  }
}
.img-arrow-go__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -0.75em -0.6875em -0.75em -0.75em;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.img-arrow-go__itm {
  margin: 0.75em 0;
  padding: 0 0.6875em 0 0.75em;
}
@media (min-width: 768px) {
  .img-arrow-go__itm {
    width: 33.33333333%;
  }
}
@media (min-width: 480px) and (max-width: 767.98px) {
  .img-arrow-go__itm {
    width: 50%;
  }
}
@media (max-width: 479.98px) {
  .img-arrow-go__itm {
    width: 100%;
  }
}
.img-arrow-go-blk {
  font-size: 1rem;
  overflow: hidden;
  border-radius: 0.3125em;
  background: #FFF;
  box-shadow: 0 0 0.8125em 0.125em rgba(0, 0, 0, 0.3);
}
@media (max-width: 991.98px) {
  .img-arrow-go-blk {
    font-size: 1rem;
  }
}
.img-arrow-go__itm .img-arrow-go-blk {
  height: 100%;
}
.img-arrow-go-blk__imgw {
  position: relative;
  display: block;
}
.img-arrow-go-blk__imgctrl {
  padding: 56.22222222% 0 0;
}
.img-arrow-go-blk__layer {
  font-size: 1.5em;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.33333333em 2.16666667em 0.33333333em 1.5625rem;
  color: #FFF;
}
@media (max-width: 991.98px) {
  .img-arrow-go-blk__layer {
    padding-left: 0.9375rem;
  }
}
.img-arrow-go-blk__layer::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'wico' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.95833333em;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2.26086957em;
  height: 100%;
  content: "\e911";
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.img-arrow-go-blk__bottom {
  padding: 0.875em 1.5625rem 1.5em;
}
@media (max-width: 991.98px) {
  .img-arrow-go-blk__bottom {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.img-arrow-go-blk__list {
  font-size: 1.125rem;
}
@media (max-width: 991.98px) {
  .img-arrow-go-blk__list {
    font-size: 1rem;
  }
}
.img-arrow-go-blk__list .dash-go-list__itm:first-child::before {
  display: none;
}
.theme-color.theme-color--type1 .img-arrow-go-blk__layer {
  background: rgba(82, 50, 140, 0.85);
}
.theme-color.theme-color--type1 a.img-arrow-go-blk__imgw:hover .img-arrow-go-blk__layer {
  background: #52328c;
}
.theme-color.theme-color--type1 .dash-go-list__link::after {
  color: #52328c;
}
.theme-color.theme-color--type1 .dash-go-list__link:hover::after, .theme-color.theme-color--type1 .dash-go-list__link:focus::after {
  color: #52328c;
}
.theme-color.theme-color--type2 .img-arrow-go-blk__layer {
  background: rgba(29, 117, 77, 0.85);
}
.theme-color.theme-color--type2 a.img-arrow-go-blk__imgw:hover .img-arrow-go-blk__layer {
  background: #1d754d;
}
.theme-color.theme-color--type2 .dash-go-list__link::after {
  color: #1d754d;
}
.theme-color.theme-color--type2 .dash-go-list__link:hover::after, .theme-color.theme-color--type2 .dash-go-list__link:focus::after {
  color: #1d754d;
}
.theme-color.theme-color--type3 .img-arrow-go-blk__layer {
  background: rgba(30, 108, 177, 0.85);
}
.theme-color.theme-color--type3 a.img-arrow-go-blk__imgw:hover .img-arrow-go-blk__layer {
  background: #1e6cb1;
}
.theme-color.theme-color--type3 .dash-go-list__link::after {
  color: #1e6cb1;
}
.theme-color.theme-color--type3 .dash-go-list__link:hover::after, .theme-color.theme-color--type3 .dash-go-list__link:focus::after {
  color: #1e6cb1;
}
.theme-color.theme-color--type5 .img-arrow-go-blk__layer {
  background: rgba(125, 51, 126, 0.85);
}
.theme-color.theme-color--type5 a.img-arrow-go-blk__imgw:hover .img-arrow-go-blk__layer {
  background: #7d337e;
}
.theme-color.theme-color--type5 .dash-go-list__link::after {
  color: #7d337e;
}
.theme-color.theme-color--type5 .dash-go-list__link:hover::after, .theme-color.theme-color--type5 .dash-go-list__link:focus::after {
  color: #7d337e;
}
.theme-color.theme-color--type4 .img-arrow-go-blk__layer {
  background: rgba(40, 40, 119, 0.85);
}
.theme-color.theme-color--type4 a.img-arrow-go-blk__imgw:hover .img-arrow-go-blk__layer {
  background: #282877;
}
.theme-color.theme-color--type4 .dash-go-list__link::after {
  color: #282877;
}
.theme-color.theme-color--type4 .dash-go-list__link:hover::after, .theme-color.theme-color--type4 .dash-go-list__link:focus::after {
  color: #282877;
}
.theme-color.theme-color--type6 .img-arrow-go-blk__layer {
  background: rgba(183, 70, 65, 0.85);
}
.theme-color.theme-color--type6 a.img-arrow-go-blk__imgw:hover .img-arrow-go-blk__layer {
  background: #b74641;
}
.theme-color.theme-color--type6 .dash-go-list__link::after {
  color: #b74641;
}
.theme-color.theme-color--type6 .dash-go-list__link:hover::after, .theme-color.theme-color--type6 .dash-go-list__link:focus::after {
  color: #b74641;
}
.theme-color.theme-color--type7 .img-arrow-go-blk__layer {
  background: rgba(43, 41, 79, 0.85);
}
.theme-color.theme-color--type7 a.img-arrow-go-blk__imgw:hover .img-arrow-go-blk__layer {
  background: #2b294f;
}
.theme-color.theme-color--type7 .dash-go-list__link::after {
  color: #2b294f;
}
.theme-color.theme-color--type7 .dash-go-list__link:hover::after, .theme-color.theme-color--type7 .dash-go-list__link:focus::after {
  color: #2b294f;
}
.theme-color.theme-color--type8 .img-arrow-go-blk__layer {
  background: rgba(115, 83, 34, 0.85);
}
.theme-color.theme-color--type8 a.img-arrow-go-blk__imgw:hover .img-arrow-go-blk__layer {
  background: #735322;
}
.theme-color.theme-color--type8 .dash-go-list__link::after {
  color: #735322;
}
.theme-color.theme-color--type8 .dash-go-list__link:hover::after, .theme-color.theme-color--type8 .dash-go-list__link:focus::after {
  color: #735322;
}
.ckec,
.cke_panel_block {
  font-size: 1.0625em;
  line-height: 1.52941176em;
  color: #0b0b0b;
}
@media (max-width: 767.98px) {
  .ckec,
  .cke_panel_block {
    font-size: 0.875rem;
  }
}
.ckec h1,
.ckec h2,
.ckec h3,
.ckec h4,
.ckec h5,
.cke_panel_block h1,
.cke_panel_block h2,
.cke_panel_block h3,
.cke_panel_block h4,
.cke_panel_block h5 {
  margin: 2.25em 0 0.75em;
}
.cke_panel_block h1,
.cke_panel_block h2,
.cke_panel_block h3,
.cke_panel_block h4,
.cke_panel_block h5 {
  margin: 0 !important;
}
@media (max-width: 991.98px) {
  .ckec {
    font-size: 0.875rem;
  }
}
@media (max-width: 479.98px) {
  .ckec {
    font-size: 4vw;
  }
}
.ckec span[style*="background-color"] {
  display: inline-block;
  padding: 0 .3em;
  vertical-align: top;
}
.ckec a {
  text-decoration: none;
}
.ckec a:hover, .ckec a:focus {
  text-decoration: underline;
}
.ckec h1 + h1,
.ckec h1 + h2,
.ckec h1 + h3,
.ckec h1 + h4,
.ckec h1 + h5,
.ckec h1 + h6,
.ckec h2 + h1,
.ckec h2 + h2,
.ckec h2 + h3,
.ckec h2 + h4,
.ckec h2 + h5,
.ckec h2 + h6,
.ckec h3 + h1,
.ckec h3 + h2,
.ckec h3 + h3,
.ckec h3 + h4,
.ckec h3 + h5,
.ckec h3 + h6,
.ckec h4 + h1,
.ckec h4 + h2,
.ckec h4 + h3,
.ckec h4 + h4,
.ckec h4 + h5,
.ckec h4 + h6,
.ckec h5 + h1,
.ckec h5 + h2,
.ckec h5 + h3,
.ckec h5 + h4,
.ckec h5 + h5,
.ckec h5 + h6,
.ckec h6 + h1,
.ckec h6 + h2,
.ckec h6 + h3,
.ckec h6 + h4,
.ckec h6 + h5,
.ckec h6 + h6 {
  margin-top: .6em;
}
.ckec ul {
  padding-left: 1.25em;
}
.ckec ul:not([style*="list-style-type"]):not([class]) > li {
  position: relative;
  padding: 0 0 0 0.70588235em;
  margin-bottom: 0.47058824em;
}
.ckec ul:not([style*="list-style-type"]):not([class]) > li:before {
  position: absolute;
  top: 0.70588235em;
  left: 0.17647059em;
  width: 0.17647059em;
  height: 0.17647059em;
  content: "";
  border-radius: 50%;
  background: currentColor;
}
.ckec ol {
  padding-left: 0;
}
.ckec ol:not([style*="list-style-type"]):not([class]) {
  counter-reset: item;
}
.ckec ol:not([style*="list-style-type"]):not([class]) > li:before {
  content: counters(item, ".") ".";
  counter-increment: item;
}
.ckec ol:not([style*="list-style-type"]):not([class])[start="1"] {
  counter-reset: item 0;
}
.ckec ol:not([style*="list-style-type"]):not([class])[start="2"] {
  counter-reset: item 1;
}
.ckec ol:not([style*="list-style-type"]):not([class])[start="3"] {
  counter-reset: item 2;
}
.ckec ol:not([style*="list-style-type"]):not([class])[start="4"] {
  counter-reset: item 3;
}
.ckec ol:not([style*="list-style-type"]):not([class])[start="5"] {
  counter-reset: item 4;
}
.ckec ol:not([style*="list-style-type"]):not([class])[start="6"] {
  counter-reset: item 5;
}
.ckec ol:not([style*="list-style-type"]):not([class])[start="7"] {
  counter-reset: item 6;
}
.ckec ol:not([style*="list-style-type"]):not([class])[start="8"] {
  counter-reset: item 7;
}
.ckec ol:not([style*="list-style-type"]):not([class])[start="9"] {
  counter-reset: item 8;
}
.ckec ol:not([style*="list-style-type"]):not([class])[start="10"] {
  counter-reset: item 9;
}
.ckec ol:not([style*="list-style-type"]):not([class])[start="11"] {
  counter-reset: item 10;
}
.ckec ol:not([style*="list-style-type"]):not([class])[start="12"] {
  counter-reset: item 11;
}
.ckec ol:not([style*="list-style-type"]):not([class])[start="13"] {
  counter-reset: item 12;
}
.ckec ol:not([style*="list-style-type"]):not([class])[start="14"] {
  counter-reset: item 13;
}
.ckec ol:not([style*="list-style-type"]):not([class])[start="15"] {
  counter-reset: item 14;
}
.ckec ol:not([style*="list-style-type"]):not([class])[start="16"] {
  counter-reset: item 15;
}
.ckec ol:not([style*="list-style-type"]):not([class])[start="17"] {
  counter-reset: item 16;
}
.ckec ol:not([style*="list-style-type"]):not([class])[start="18"] {
  counter-reset: item 17;
}
.ckec ol:not([style*="list-style-type"]):not([class])[start="19"] {
  counter-reset: item 18;
}
.ckec ol:not([style*="list-style-type"]):not([class])[start="20"] {
  counter-reset: item 19;
}
.ckec ol:not([style*="list-style-type"]):not([class])[start="21"] {
  counter-reset: item 20;
}
.ckec ol:not([style*="list-style-type"]):not([class])[start="22"] {
  counter-reset: item 21;
}
.ckec ol:not([style*="list-style-type"]):not([class])[start="23"] {
  counter-reset: item 22;
}
.ckec ol:not([style*="list-style-type"]):not([class])[start="24"] {
  counter-reset: item 23;
}
.ckec ol:not([style*="list-style-type"]):not([class])[start="25"] {
  counter-reset: item 24;
}
.ckec ol:not([style*="list-style-type"]):not([class])[start="26"] {
  counter-reset: item 25;
}
.ckec ol:not([style*="list-style-type"]):not([class])[start="27"] {
  counter-reset: item 26;
}
.ckec ol:not([style*="list-style-type"]):not([class])[start="28"] {
  counter-reset: item 27;
}
.ckec ol:not([style*="list-style-type"]):not([class])[start="29"] {
  counter-reset: item 28;
}
.ckec ol:not([style*="list-style-type"]):not([class])[start="30"] {
  counter-reset: item 29;
}
.ckec ol:not([style*="list-style-type"]):not([class])[start="31"] {
  counter-reset: item 30;
}
.ckec ol:not([style*="list-style-type"]):not([class])[start="32"] {
  counter-reset: item 31;
}
.ckec ol:not([style*="list-style-type"]):not([class])[start="33"] {
  counter-reset: item 32;
}
.ckec ol:not([style*="list-style-type"]):not([class])[start="34"] {
  counter-reset: item 33;
}
.ckec ol:not([style*="list-style-type"]):not([class])[start="35"] {
  counter-reset: item 34;
}
.ckec ol:not([style*="list-style-type"]):not([class])[start="36"] {
  counter-reset: item 35;
}
.ckec ol:not([style*="list-style-type"]):not([class])[start="37"] {
  counter-reset: item 36;
}
.ckec ol:not([style*="list-style-type"]):not([class])[start="38"] {
  counter-reset: item 37;
}
.ckec ol:not([style*="list-style-type"]):not([class])[start="39"] {
  counter-reset: item 38;
}
.ckec ol:not([style*="list-style-type"]):not([class])[start="40"] {
  counter-reset: item 39;
}
.ckec ol:not([style*="list-style-type"]):not([class])[start="41"] {
  counter-reset: item 40;
}
.ckec ol:not([style*="list-style-type"]):not([class])[start="42"] {
  counter-reset: item 41;
}
.ckec ol:not([style*="list-style-type"]):not([class])[start="43"] {
  counter-reset: item 42;
}
.ckec ol:not([style*="list-style-type"]):not([class])[start="44"] {
  counter-reset: item 43;
}
.ckec ol:not([style*="list-style-type"]):not([class])[start="45"] {
  counter-reset: item 44;
}
.ckec ol:not([style*="list-style-type"]):not([class])[start="46"] {
  counter-reset: item 45;
}
.ckec ol:not([style*="list-style-type"]):not([class])[start="47"] {
  counter-reset: item 46;
}
.ckec ol:not([style*="list-style-type"]):not([class])[start="48"] {
  counter-reset: item 47;
}
.ckec ol:not([style*="list-style-type"]):not([class])[start="49"] {
  counter-reset: item 48;
}
.ckec ol:not([style*="list-style-type"]):not([class])[start="50"] {
  counter-reset: item 49;
}
.ckec ol:not([style*="list-style-type"]):not([class])[start="51"] {
  counter-reset: item 50;
}
.ckec ol:not([style*="list-style-type"]):not([class])[start="52"] {
  counter-reset: item 51;
}
.ckec ol:not([style*="list-style-type"]):not([class])[start="53"] {
  counter-reset: item 52;
}
.ckec ol:not([style*="list-style-type"]):not([class])[start="54"] {
  counter-reset: item 53;
}
.ckec ol:not([style*="list-style-type"]):not([class])[start="55"] {
  counter-reset: item 54;
}
.ckec ol:not([style*="list-style-type"]):not([class])[start="56"] {
  counter-reset: item 55;
}
.ckec ol:not([style*="list-style-type"]):not([class])[start="57"] {
  counter-reset: item 56;
}
.ckec ol:not([style*="list-style-type"]):not([class])[start="58"] {
  counter-reset: item 57;
}
.ckec ol:not([style*="list-style-type"]):not([class])[start="59"] {
  counter-reset: item 58;
}
.ckec ol:not([style*="list-style-type"]):not([class])[start="60"] {
  counter-reset: item 59;
}
.ckec ol:not([style*="list-style-type"]):not([class]) > li {
  position: relative;
  padding: 0 0 0 0.70588235em;
  margin-bottom: 0.47058824em;
}
.ckec ol:not([style*="list-style-type"]):not([class]) > li:before {
  position: absolute;
  top: 0.70588235em;
  left: 0.17647059em;
  width: 0.17647059em;
  height: 0.17647059em;
  content: "";
  border-radius: 50%;
  background: currentColor;
}
.ckec ol > li {
  padding-left: 1.25em;
}
.ckec ol[style*="lower-alpha"] > li {
  position: relative;
  margin-left: 0;
  padding-left: 2.25em;
}
.ckec ol[style*="lower-alpha"] > li:before {
  font-weight: 700;
  position: absolute;
  left: 0;
}
.ckec ol > li,
.ckec ul > li {
  margin-bottom: 0.21428571em;
}
.ckec ol > li ol, .ckec ol > li ol[style],
.ckec ol > li ul,
.ckec ol > li ul[style],
.ckec ul > li ol,
.ckec ul > li ol[style],
.ckec ul > li ul,
.ckec ul > li ul[style] {
  margin-top: .3em !important;
}
.ckec ol > li ol > li,
.ckec ol > li ul > li,
.ckec ul > li ol > li,
.ckec ul > li ul > li {
  margin-bottom: 0;
}
.ckec ol > li ul, .ckec ol > li ul[style],
.ckec ul > li ul,
.ckec ul > li ul[style] {
  margin-left: 1.3em;
}
@media (max-width: 479.98px) {
  .ckec ol > li ul, .ckec ol > li ul[style],
  .ckec ul > li ul,
  .ckec ul > li ul[style] {
    margin-left: 0;
  }
  .ckec ol > li ol, .ckec ol > li ol[style],
  .ckec ul > li ol,
  .ckec ul > li ol[style] {
    margin-left: 1.25em;
  }
}
.ckec hr {
  height: 1px;
  margin: 2em auto;
  padding: 0;
  border: 0;
}
.ckec strong {
  font-weight: 600;
}
.ckec p,
.ckec li,
.ckec td,
.ckec th {
  margin: 0 0 1.41176471em;
}
.ckec p a,
.ckec li a,
.ckec td a,
.ckec th a {
  text-decoration: underline;
  font-weight: 700;
}
.theme-color.theme-color--type1 .ckec p a, .theme-color.theme-color--type1
.ckec li a, .theme-color.theme-color--type1
.ckec td a, .theme-color.theme-color--type1
.ckec th a {
  color: #52328c;
}
.theme-color.theme-color--type2 .ckec p a, .theme-color.theme-color--type2
.ckec li a, .theme-color.theme-color--type2
.ckec td a, .theme-color.theme-color--type2
.ckec th a {
  color: #1d754d;
}
.theme-color.theme-color--type3 .ckec p a, .theme-color.theme-color--type3
.ckec li a, .theme-color.theme-color--type3
.ckec td a, .theme-color.theme-color--type3
.ckec th a {
  color: #1e6cb1;
}
.theme-color.theme-color--type5 .ckec p a, .theme-color.theme-color--type5
.ckec li a, .theme-color.theme-color--type5
.ckec td a, .theme-color.theme-color--type5
.ckec th a {
  color: #7d337e;
}
.theme-color.theme-color--type4 .ckec p a, .theme-color.theme-color--type4
.ckec li a, .theme-color.theme-color--type4
.ckec td a, .theme-color.theme-color--type4
.ckec th a {
  color: #282877;
}
.theme-color.theme-color--type6 .ckec p a, .theme-color.theme-color--type6
.ckec li a, .theme-color.theme-color--type6
.ckec td a, .theme-color.theme-color--type6
.ckec th a {
  color: #b74641;
}
.theme-color.theme-color--type7 .ckec p a, .theme-color.theme-color--type7
.ckec li a, .theme-color.theme-color--type7
.ckec td a, .theme-color.theme-color--type7
.ckec th a {
  color: #2b294f;
}
.theme-color.theme-color--type8 .ckec p a, .theme-color.theme-color--type8
.ckec li a, .theme-color.theme-color--type8
.ckec td a, .theme-color.theme-color--type8
.ckec th a {
  color: #735322;
}
.ckec p a:hover, .ckec p a:focus,
.ckec li a:hover,
.ckec li a:focus,
.ckec td a:hover,
.ckec td a:focus,
.ckec th a:hover,
.ckec th a:focus {
  text-decoration: none;
}
.ckec h3 {
  font-size: 1.17647059em;
  margin-top: 1.65em;
}
.ckec table {
  border: 0;
  border-collapse: collapse;
}
.ckec table thead {
  background: #e1e1e1;
}
.ckec table td {
  padding: 1.47058824em 1.17647059em;
  vertical-align: middle;
  border: 0;
  border-bottom: 1px solid;
}
.ckec table td h3 {
  font-size: 1.17647059em;
  margin: 0;
}
.ckec table th {
  padding: 0.58823529em 1.17647059em;
  font-weight: 700;
  color: #000;
  border: 0;
  text-align: left;
  vertical-align: middle;
}
.ckec table[cellpadding="1"] td,
.ckec table[cellpadding="1"] th {
  padding: 1px !important;
  padding: 1px !important;
}
.ckec table[cellpadding="1"] td:first-child,
.ckec table[cellpadding="1"] th:first-child {
  padding-left: 2px !important;
}
.ckec table[cellpadding="1"] td:last-child,
.ckec table[cellpadding="1"] th:last-child {
  padding-right: 2px !important;
}
.ckec table[cellpadding="2"] td,
.ckec table[cellpadding="2"] th {
  padding: 2px !important;
  padding: 2px !important;
}
.ckec table[cellpadding="2"] td:first-child,
.ckec table[cellpadding="2"] th:first-child {
  padding-left: 4px !important;
}
.ckec table[cellpadding="2"] td:last-child,
.ckec table[cellpadding="2"] th:last-child {
  padding-right: 4px !important;
}
.ckec table[cellpadding="3"] td,
.ckec table[cellpadding="3"] th {
  padding: 3px !important;
  padding: 3px !important;
}
.ckec table[cellpadding="3"] td:first-child,
.ckec table[cellpadding="3"] th:first-child {
  padding-left: 6px !important;
}
.ckec table[cellpadding="3"] td:last-child,
.ckec table[cellpadding="3"] th:last-child {
  padding-right: 6px !important;
}
.ckec table[cellpadding="4"] td,
.ckec table[cellpadding="4"] th {
  padding: 4px !important;
  padding: 4px !important;
}
.ckec table[cellpadding="4"] td:first-child,
.ckec table[cellpadding="4"] th:first-child {
  padding-left: 8px !important;
}
.ckec table[cellpadding="4"] td:last-child,
.ckec table[cellpadding="4"] th:last-child {
  padding-right: 8px !important;
}
.ckec table[cellpadding="5"] td,
.ckec table[cellpadding="5"] th {
  padding: 5px !important;
  padding: 5px !important;
}
.ckec table[cellpadding="5"] td:first-child,
.ckec table[cellpadding="5"] th:first-child {
  padding-left: 10px !important;
}
.ckec table[cellpadding="5"] td:last-child,
.ckec table[cellpadding="5"] th:last-child {
  padding-right: 10px !important;
}
.ckec table[cellpadding="6"] td,
.ckec table[cellpadding="6"] th {
  padding: 6px !important;
  padding: 6px !important;
}
.ckec table[cellpadding="6"] td:first-child,
.ckec table[cellpadding="6"] th:first-child {
  padding-left: 12px !important;
}
.ckec table[cellpadding="6"] td:last-child,
.ckec table[cellpadding="6"] th:last-child {
  padding-right: 12px !important;
}
.ckec table[cellpadding="7"] td,
.ckec table[cellpadding="7"] th {
  padding: 7px !important;
  padding: 7px !important;
}
.ckec table[cellpadding="7"] td:first-child,
.ckec table[cellpadding="7"] th:first-child {
  padding-left: 14px !important;
}
.ckec table[cellpadding="7"] td:last-child,
.ckec table[cellpadding="7"] th:last-child {
  padding-right: 14px !important;
}
.ckec table[cellpadding="8"] td,
.ckec table[cellpadding="8"] th {
  padding: 8px !important;
  padding: 8px !important;
}
.ckec table[cellpadding="8"] td:first-child,
.ckec table[cellpadding="8"] th:first-child {
  padding-left: 16px !important;
}
.ckec table[cellpadding="8"] td:last-child,
.ckec table[cellpadding="8"] th:last-child {
  padding-right: 16px !important;
}
.ckec table[cellpadding="9"] td,
.ckec table[cellpadding="9"] th {
  padding: 9px !important;
  padding: 9px !important;
}
.ckec table[cellpadding="9"] td:first-child,
.ckec table[cellpadding="9"] th:first-child {
  padding-left: 18px !important;
}
.ckec table[cellpadding="9"] td:last-child,
.ckec table[cellpadding="9"] th:last-child {
  padding-right: 18px !important;
}
.ckec table[cellpadding="10"] td,
.ckec table[cellpadding="10"] th {
  padding: 10px !important;
  padding: 10px !important;
}
.ckec table[cellpadding="10"] td:first-child,
.ckec table[cellpadding="10"] th:first-child {
  padding-left: 20px !important;
}
.ckec table[cellpadding="10"] td:last-child,
.ckec table[cellpadding="10"] th:last-child {
  padding-right: 20px !important;
}
.ckec table[cellpadding="11"] td,
.ckec table[cellpadding="11"] th {
  padding: 11px !important;
  padding: 11px !important;
}
.ckec table[cellpadding="11"] td:first-child,
.ckec table[cellpadding="11"] th:first-child {
  padding-left: 22px !important;
}
.ckec table[cellpadding="11"] td:last-child,
.ckec table[cellpadding="11"] th:last-child {
  padding-right: 22px !important;
}
.ckec table[cellpadding="12"] td,
.ckec table[cellpadding="12"] th {
  padding: 12px !important;
  padding: 12px !important;
}
.ckec table[cellpadding="12"] td:first-child,
.ckec table[cellpadding="12"] th:first-child {
  padding-left: 24px !important;
}
.ckec table[cellpadding="12"] td:last-child,
.ckec table[cellpadding="12"] th:last-child {
  padding-right: 24px !important;
}
.ckec table[cellpadding="13"] td,
.ckec table[cellpadding="13"] th {
  padding: 13px !important;
  padding: 13px !important;
}
.ckec table[cellpadding="13"] td:first-child,
.ckec table[cellpadding="13"] th:first-child {
  padding-left: 26px !important;
}
.ckec table[cellpadding="13"] td:last-child,
.ckec table[cellpadding="13"] th:last-child {
  padding-right: 26px !important;
}
.ckec table[cellpadding="14"] td,
.ckec table[cellpadding="14"] th {
  padding: 14px !important;
  padding: 14px !important;
}
.ckec table[cellpadding="14"] td:first-child,
.ckec table[cellpadding="14"] th:first-child {
  padding-left: 28px !important;
}
.ckec table[cellpadding="14"] td:last-child,
.ckec table[cellpadding="14"] th:last-child {
  padding-right: 28px !important;
}
.ckec table[cellpadding="15"] td,
.ckec table[cellpadding="15"] th {
  padding: 15px !important;
  padding: 15px !important;
}
.ckec table[cellpadding="15"] td:first-child,
.ckec table[cellpadding="15"] th:first-child {
  padding-left: 30px !important;
}
.ckec table[cellpadding="15"] td:last-child,
.ckec table[cellpadding="15"] th:last-child {
  padding-right: 30px !important;
}
.ckec table[cellpadding="16"] td,
.ckec table[cellpadding="16"] th {
  padding: 16px !important;
  padding: 16px !important;
}
.ckec table[cellpadding="16"] td:first-child,
.ckec table[cellpadding="16"] th:first-child {
  padding-left: 32px !important;
}
.ckec table[cellpadding="16"] td:last-child,
.ckec table[cellpadding="16"] th:last-child {
  padding-right: 32px !important;
}
.ckec table[cellpadding="17"] td,
.ckec table[cellpadding="17"] th {
  padding: 17px !important;
  padding: 17px !important;
}
.ckec table[cellpadding="17"] td:first-child,
.ckec table[cellpadding="17"] th:first-child {
  padding-left: 34px !important;
}
.ckec table[cellpadding="17"] td:last-child,
.ckec table[cellpadding="17"] th:last-child {
  padding-right: 34px !important;
}
.ckec table[cellpadding="18"] td,
.ckec table[cellpadding="18"] th {
  padding: 18px !important;
  padding: 18px !important;
}
.ckec table[cellpadding="18"] td:first-child,
.ckec table[cellpadding="18"] th:first-child {
  padding-left: 36px !important;
}
.ckec table[cellpadding="18"] td:last-child,
.ckec table[cellpadding="18"] th:last-child {
  padding-right: 36px !important;
}
.ckec table[cellpadding="19"] td,
.ckec table[cellpadding="19"] th {
  padding: 19px !important;
  padding: 19px !important;
}
.ckec table[cellpadding="19"] td:first-child,
.ckec table[cellpadding="19"] th:first-child {
  padding-left: 38px !important;
}
.ckec table[cellpadding="19"] td:last-child,
.ckec table[cellpadding="19"] th:last-child {
  padding-right: 38px !important;
}
.ckec table[border="0"] td,
.ckec table[border="0"] th {
  border: none;
}
.ckec > *:first-child:not(.css-template-wrap),
.ckec > span:first-child + *:not(.css-template-wrap) {
  margin-top: 0 !important;
}
.ckec > *:first-child:not(.css-template-wrap) > *:first-child:not(.css-template-wrap),
.ckec > span:first-child + *:not(.css-template-wrap) > *:first-child:not(.css-template-wrap) {
  margin-top: 0 !important;
}
.ckec img {
  max-width: 100%;
  height: auto !important;
}
.ckec.ckec-moreline-height {
  line-height: 1.875;
}
.cke_editable .cke-list-block {
  outline: 1px dotted #999;
}
.theme-color.theme-color--type1 .ckec hr {
  background: #baadd1;
}
.theme-color.theme-color--type1 .ckec table td {
  border-bottom-color: #baadd1;
}
.theme-color.theme-color--type2 .ckec hr {
  background: #a9c9e5;
}
.theme-color.theme-color--type2 .ckec table td {
  border-bottom-color: #a9c9e5;
}
.theme-color.theme-color--type3 .ckec hr {
  background: #a9c9e5;
}
.theme-color.theme-color--type3 .ckec table td {
  border-bottom-color: #a9c9e5;
}
.theme-color.theme-color--type5 .ckec hr {
  background: #cbadcb;
}
.theme-color.theme-color--type5 .ckec table td {
  border-bottom-color: #cbadcb;
}
.theme-color.theme-color--type4 .ckec hr {
  background: #a9a9c9;
}
.theme-color.theme-color--type4 .ckec table td {
  border-bottom-color: #a9a9c9;
}
.theme-color.theme-color--type6 .ckec hr {
  background: #efbbb8;
}
.theme-color.theme-color--type6 .ckec table td {
  border-bottom-color: #efbbb8;
}
.theme-color.theme-color--type7 .ckec hr {
  background: #aaa9b8;
}
.theme-color.theme-color--type7 .ckec table td {
  border-bottom-color: #aaa9b8;
}
.theme-color.theme-color--type8 .ckec hr {
  background: #ae7e33;
}
.theme-color.theme-color--type8 .ckec table td {
  border-bottom-color: #ae7e33;
}
.sitemap_list_item{
  display: inline-block;
  width: 30%;
  margin-right: 1%;
}
.sitemap_list_item:before {
    content: '\2022';
    margin-right: 10px;
    font-size: 35px;
    float: left;
    line-height: 20px;
}
@media (max-width: 991.98px) {
.sitemap_list_item{
  display: block;
  width: auto;margin-right: 0;
}
}
.rte-template:after {
  font-size: 0;
  display: block;
  clear: both;
  overflow: hidden;
  height: 0;
  content: " ";
}
@media (max-width: 991.98px) {
  .rte-template {
    font-size: 0.875rem;
  }
}
@media (max-width: 479.98px) {
  .rte-template {
    font-size: 3.73333333vw;
  }
}
.rte-template-collapse {
  background-color: #fff;
  border-radius: 0.5em;
}
.rte-template-collapse__heading {
  font-size: 1em;
}
.rte-template-collapse__heading a:hover, .rte-template-collapse__heading a:focus {
  text-decoration: none;
}
.rte-img {
  margin-bottom: 1.4375em;
  padding: 0;
}
.rte-img:after {
  font-size: 0;
  display: block;
  clear: both;
  overflow: hidden;
  height: 0;
  content: " ";
}
.rte-img__container {
  display: table;
  max-width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.rte-img__container img {
  display: block;
}
.rte-img__content {
  overflow: hidden;
}
.rte-img__content > *:first-child {
  margin-top: 0 !important;
}
.rte-img__caption {
  font-size: 0.82352941em;
  color: #686868;
  padding: 0.71428571em 0 0;
  margin: 0 0 0 1.28571429em;
  display: table-caption;
  position: relative;
  caption-side: bottom;
  text-align: left;
}
@media (max-width: 479.98px) {
  .rte-img__caption {
    font-size: 0.9375em;
    margin-bottom: 0.625em;
  }
  .rte-img__caption br {
    display: none;
  }
}
.rte-img p {
  margin-bottom: 0;
}
.rte-img--left .rte-img__container {
  float: left;
  margin-right: 1.25rem;
}
@media (max-width: 479.98px) {
  .rte-img--left .rte-img__container {
    float: none;
    margin-right: 0;
  }
}
.rte-img--right .rte-img__container {
  float: right;
  margin-left: 1.25rem;
}
@media (max-width: 479.98px) {
  .rte-img--right .rte-img__container {
    float: none;
    margin-left: 0;
  }
}
.rte-img--center .rte-img__container {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.rte-img--center .rte-img__container img {
  max-width: 100%;
  height: auto !important;
}
.rte-img--left-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 479.98px) {
  .rte-img--left-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.rte-img--left-center .rte-img__container {
  max-width: 60%;
  margin-right: 1.25rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (max-width: 479.98px) {
  .rte-img--left-center .rte-img__container {
    max-width: none;
  }
}
.rte-img--left-center .rte-img__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}
.rte-img--right-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 479.98px) {
  .rte-img--right-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.rte-img--right-center .rte-img__container {
  max-width: 60%;
  margin-left: 1.25rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (max-width: 479.98px) {
  .rte-img--right-center .rte-img__container {
    max-width: none;
  }
}
.rte-img--right-center .rte-img__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.rte-img--nowrap .rte-img__content {
  overflow: hidden;
}
.rte-tipsrow {
  margin-bottom: 1.35294118em;
}
.rte-tipsrow p {
  margin-bottom: 0;
}
.rte-tipsrow__tips {
  float: right;
  width: 36.25%;
  margin-left: 2em;
  padding: 1.875em 1.5625em;
  background-image: url("/html/img/activities-tips-bg-1x.png");
  background-size: 100% auto;
  background-position: bottom;
  background-repeat: no-repeat;
  border-radius: 0.75em;
  color: #fff;
  text-align: center;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .rte-tipsrow__tips {
    background-image: url("/html/img/activities-tips-bg-2x.png");
  }
}
@media (max-width: 767.98px) {
  .rte-tipsrow__tips {
    float: none;
    margin-left: 0;
    margin-bottom: 2em;
    width: 100%;
  }
}
.ckec .rte-tipsrow__title {
  font-size: 1.64705882em;
  margin: 0 0 0.35714286em 0;
}
.rte-tipsrow__tipsrow-text {
  overflow: hidden;
}
.ckec table.rte-table--even > tbody > tr:nth-child(even) > td, .ckec table.rte-table--even > tbody > tr:nth-child(even) > th,
.cke_editable table.rte-table--even > tbody > tr:nth-child(even) > td,
.cke_editable table.rte-table--even > tbody > tr:nth-child(even) > th {
  background: #f5f5f5;
}
.ckec table.rte-table--border-bottom > tbody > tr > td, .ckec table.rte-table--border-bottom > tbody > tr th,
.cke_editable table.rte-table--border-bottom > tbody > tr > td,
.cke_editable table.rte-table--border-bottom > tbody > tr th {
  border: 1px solid #ebebeb;
  border-left: 0;
  border-right: 0;
}
.theme-color.theme-color--type1 .rte-tipsrow__tips {
  background-color: #52328c;
}
.theme-color.theme-color--type2 .rte-tipsrow__tips {
  background-color: #1d754d;
}
.theme-color.theme-color--type3 .rte-tipsrow__tips {
  background-color: #1e6cb1;
}
.theme-color.theme-color--type5 .rte-tipsrow__tips {
  background-color: #7d337e;
}
.theme-color.theme-color--type4 .rte-tipsrow__tips {
  background-color: #282877;
}
.theme-color.theme-color--type6 .rte-tipsrow__tips {
  background-color: #b74641;
}
.theme-color.theme-color--type7 .rte-tipsrow__tips {
  background-color: #2b294f;
}
.theme-color.theme-color--type8 .rte-tipsrow__tips {
  background-color: #735322;
}
.shadow-card-blk__imgw{  overflow: hidden;}
/*# sourceMappingURL=style-cn.css.map */
.gcalander_btn{
  background: url("/html/img/google_calander.png") no-repeat 50% 50%;
  background-size: 70% auto;
  margin-left: 3px;
}
#detailFund-area .color-bottom-btn-blk.compare-blk__info .name-val-blk__val{
  font-size: 1.25em;
  color:#1e598d;
}
.calculator-grid-row .feature-article-grid-row__side .title-more{padding-right: 0;}
@media (max-width: 768px) {
.mn__nav{overflow-x:auto;}
}
.compare-blk__description{font-size: 1rem;}
@media (max-width: 991.98px){
.compare-blk__description{font-size: 0.875rem;}
}
@media (max-width: 479.98px) {
.compare-blk__description{font-size: 4vw;}
}