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

a {
  display: inline-block;
  text-decoration: none; }

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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

@media (max-width: 1199px) {
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .f-d-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .f-d-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .f-d-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .f-d-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .f-w-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .f-w-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .f-w-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .f-jc-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .f-jc-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .f-jc-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .f-jc-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .f-jc-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .f-ai-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .f-ai-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .f-ai-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .f-ai-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .f-ai-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .p-xl-static {
    position: static !important; }
  .p-xl-relative {
    position: relative !important; }
  .p-xl-absolute {
    position: absolute !important; }
  .p-xl-fixed {
    position: fixed !important; }
  .p-xl-sticky {
    position: -webkit-sticky !important;
    position: sticky !important; }
  .dp-xl-none {
    display: none !important; }
  .dp-xl-inline {
    display: inline !important; }
  .dp-xl-inline-block {
    display: inline-block !important; }
  .dp-xl-block {
    display: block !important; }
  .dp-xl-table {
    display: table !important; }
  .dp-xl-table-row {
    display: table-row !important; }
  .dp-xl-table-cell {
    display: table-cell !important; }
  .dp-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .dp-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .m-xl-0 {
    margin: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .mr-xl-0 {
    margin-right: 0 !important; }
  .mr-xl-1 {
    margin-right: 0.25rem !important; }
  .mr-xl-2 {
    margin-right: 0.5rem !important; }
  .mr-xl-3 {
    margin-right: 1rem !important; }
  .mr-xl-4 {
    margin-right: 1.5rem !important; }
  .mr-xl-5 {
    margin-right: 3rem !important; }
  .mr-xl-auto {
    margin-right: auto !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-0 {
    margin-left: 0 !important; }
  .ml-xl-1 {
    margin-left: 0.25rem !important; }
  .ml-xl-2 {
    margin-left: 0.5rem !important; }
  .ml-xl-3 {
    margin-left: 1rem !important; }
  .ml-xl-4 {
    margin-left: 1.5rem !important; }
  .ml-xl-5 {
    margin-left: 3rem !important; }
  .ml-xl-auto {
    margin-left: auto !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-0 {
    padding-right: 0 !important; }
  .pr-xl-1 {
    padding-right: 0.25rem !important; }
  .pr-xl-2 {
    padding-right: 0.5rem !important; }
  .pr-xl-3 {
    padding-right: 1rem !important; }
  .pr-xl-4 {
    padding-right: 1.5rem !important; }
  .pr-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-0 {
    padding-left: 0 !important; }
  .pl-xl-1 {
    padding-left: 0.25rem !important; }
  .pl-xl-2 {
    padding-left: 0.5rem !important; }
  .pl-xl-3 {
    padding-left: 1rem !important; }
  .pl-xl-4 {
    padding-left: 1.5rem !important; }
  .pl-xl-5 {
    padding-left: 3rem !important; }
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; }
  .text-xl-justify {
    text-align: justify !important; } }

@media (max-width: 991px) {
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .f-d-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .f-d-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .f-d-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .f-d-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .f-w-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .f-w-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .f-w-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .f-jc-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .f-jc-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .f-jc-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .f-jc-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .f-jc-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .f-ai-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .f-ai-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .f-ai-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .f-ai-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .f-ai-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .p-lg-static {
    position: static !important; }
  .p-lg-relative {
    position: relative !important; }
  .p-lg-absolute {
    position: absolute !important; }
  .p-lg-fixed {
    position: fixed !important; }
  .p-lg-sticky {
    position: -webkit-sticky !important;
    position: sticky !important; }
  .dp-lg-none {
    display: none !important; }
  .dp-lg-inline {
    display: inline !important; }
  .dp-lg-inline-block {
    display: inline-block !important; }
  .dp-lg-block {
    display: block !important; }
  .dp-lg-table {
    display: table !important; }
  .dp-lg-table-row {
    display: table-row !important; }
  .dp-lg-table-cell {
    display: table-cell !important; }
  .dp-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .dp-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .m-lg-0 {
    margin: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .mr-lg-0 {
    margin-right: 0 !important; }
  .mr-lg-1 {
    margin-right: 0.25rem !important; }
  .mr-lg-2 {
    margin-right: 0.5rem !important; }
  .mr-lg-3 {
    margin-right: 1rem !important; }
  .mr-lg-4 {
    margin-right: 1.5rem !important; }
  .mr-lg-5 {
    margin-right: 3rem !important; }
  .mr-lg-auto {
    margin-right: auto !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-0 {
    margin-left: 0 !important; }
  .ml-lg-1 {
    margin-left: 0.25rem !important; }
  .ml-lg-2 {
    margin-left: 0.5rem !important; }
  .ml-lg-3 {
    margin-left: 1rem !important; }
  .ml-lg-4 {
    margin-left: 1.5rem !important; }
  .ml-lg-5 {
    margin-left: 3rem !important; }
  .ml-lg-auto {
    margin-left: auto !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-0 {
    padding-right: 0 !important; }
  .pr-lg-1 {
    padding-right: 0.25rem !important; }
  .pr-lg-2 {
    padding-right: 0.5rem !important; }
  .pr-lg-3 {
    padding-right: 1rem !important; }
  .pr-lg-4 {
    padding-right: 1.5rem !important; }
  .pr-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-0 {
    padding-left: 0 !important; }
  .pl-lg-1 {
    padding-left: 0.25rem !important; }
  .pl-lg-2 {
    padding-left: 0.5rem !important; }
  .pl-lg-3 {
    padding-left: 1rem !important; }
  .pl-lg-4 {
    padding-left: 1.5rem !important; }
  .pl-lg-5 {
    padding-left: 3rem !important; }
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; }
  .text-lg-justify {
    text-align: justify !important; } }

@media (max-width: 767px) {
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .f-d-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .f-d-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .f-d-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .f-d-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .f-w-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .f-w-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .f-w-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .f-jc-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .f-jc-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .f-jc-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .f-jc-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .f-jc-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .f-ai-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .f-ai-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .f-ai-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .f-ai-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .f-ai-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .p-md-static {
    position: static !important; }
  .p-md-relative {
    position: relative !important; }
  .p-md-absolute {
    position: absolute !important; }
  .p-md-fixed {
    position: fixed !important; }
  .p-md-sticky {
    position: -webkit-sticky !important;
    position: sticky !important; }
  .dp-md-none {
    display: none !important; }
  .dp-md-inline {
    display: inline !important; }
  .dp-md-inline-block {
    display: inline-block !important; }
  .dp-md-block {
    display: block !important; }
  .dp-md-table {
    display: table !important; }
  .dp-md-table-row {
    display: table-row !important; }
  .dp-md-table-cell {
    display: table-cell !important; }
  .dp-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .dp-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .m-md-0 {
    margin: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .mr-md-0 {
    margin-right: 0 !important; }
  .mr-md-1 {
    margin-right: 0.25rem !important; }
  .mr-md-2 {
    margin-right: 0.5rem !important; }
  .mr-md-3 {
    margin-right: 1rem !important; }
  .mr-md-4 {
    margin-right: 1.5rem !important; }
  .mr-md-5 {
    margin-right: 3rem !important; }
  .mr-md-auto {
    margin-right: auto !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ml-md-0 {
    margin-left: 0 !important; }
  .ml-md-1 {
    margin-left: 0.25rem !important; }
  .ml-md-2 {
    margin-left: 0.5rem !important; }
  .ml-md-3 {
    margin-left: 1rem !important; }
  .ml-md-4 {
    margin-left: 1.5rem !important; }
  .ml-md-5 {
    margin-left: 3rem !important; }
  .ml-md-auto {
    margin-left: auto !important; }
  .p-md-0 {
    padding: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pr-md-0 {
    padding-right: 0 !important; }
  .pr-md-1 {
    padding-right: 0.25rem !important; }
  .pr-md-2 {
    padding-right: 0.5rem !important; }
  .pr-md-3 {
    padding-right: 1rem !important; }
  .pr-md-4 {
    padding-right: 1.5rem !important; }
  .pr-md-5 {
    padding-right: 3rem !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-0 {
    padding-left: 0 !important; }
  .pl-md-1 {
    padding-left: 0.25rem !important; }
  .pl-md-2 {
    padding-left: 0.5rem !important; }
  .pl-md-3 {
    padding-left: 1rem !important; }
  .pl-md-4 {
    padding-left: 1.5rem !important; }
  .pl-md-5 {
    padding-left: 3rem !important; }
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; }
  .text-md-justify {
    text-align: justify !important; } }

@media (max-width: 575px) {
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .f-d-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .f-d-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .f-d-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .f-d-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .f-w-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .f-w-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .f-w-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .f-jc-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .f-jc-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .f-jc-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .f-jc-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .f-jc-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .f-ai-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .f-ai-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .f-ai-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .f-ai-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .f-ai-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .p-sm-static {
    position: static !important; }
  .p-sm-relative {
    position: relative !important; }
  .p-sm-absolute {
    position: absolute !important; }
  .p-sm-fixed {
    position: fixed !important; }
  .p-sm-sticky {
    position: -webkit-sticky !important;
    position: sticky !important; }
  .dp-sm-none {
    display: none !important; }
  .dp-sm-inline {
    display: inline !important; }
  .dp-sm-inline-block {
    display: inline-block !important; }
  .dp-sm-block {
    display: block !important; }
  .dp-sm-table {
    display: table !important; }
  .dp-sm-table-row {
    display: table-row !important; }
  .dp-sm-table-cell {
    display: table-cell !important; }
  .dp-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .dp-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .m-sm-0 {
    margin: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .mr-sm-0 {
    margin-right: 0 !important; }
  .mr-sm-1 {
    margin-right: 0.25rem !important; }
  .mr-sm-2 {
    margin-right: 0.5rem !important; }
  .mr-sm-3 {
    margin-right: 1rem !important; }
  .mr-sm-4 {
    margin-right: 1.5rem !important; }
  .mr-sm-5 {
    margin-right: 3rem !important; }
  .mr-sm-auto {
    margin-right: auto !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-0 {
    margin-left: 0 !important; }
  .ml-sm-1 {
    margin-left: 0.25rem !important; }
  .ml-sm-2 {
    margin-left: 0.5rem !important; }
  .ml-sm-3 {
    margin-left: 1rem !important; }
  .ml-sm-4 {
    margin-left: 1.5rem !important; }
  .ml-sm-5 {
    margin-left: 3rem !important; }
  .ml-sm-auto {
    margin-left: auto !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-0 {
    padding-right: 0 !important; }
  .pr-sm-1 {
    padding-right: 0.25rem !important; }
  .pr-sm-2 {
    padding-right: 0.5rem !important; }
  .pr-sm-3 {
    padding-right: 1rem !important; }
  .pr-sm-4 {
    padding-right: 1.5rem !important; }
  .pr-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-0 {
    padding-left: 0 !important; }
  .pl-sm-1 {
    padding-left: 0.25rem !important; }
  .pl-sm-2 {
    padding-left: 0.5rem !important; }
  .pl-sm-3 {
    padding-left: 1rem !important; }
  .pl-sm-4 {
    padding-left: 1.5rem !important; }
  .pl-sm-5 {
    padding-left: 3rem !important; }
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; }
  .text-sm-justify {
    text-align: justify !important; } }

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }

.f-d-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.f-d-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.f-d-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.f-d-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

.f-w-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }

.f-w-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

.f-w-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }

.f-jc-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.f-jc-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.f-jc-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.f-jc-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.f-jc-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.f-ai-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.f-ai-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }

.f-ai-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.f-ai-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.f-ai-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.order-first {
  -webkit-box-ordinal-group: 0 !important;
      -ms-flex-order: -1 !important;
          order: -1 !important; }

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important; }

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important; }

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important; }

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important; }

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important; }

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important; }

.order-last {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          order: 6 !important; }

.p-static {
  position: static !important; }

.p-relative {
  position: relative !important; }

.p-absolute {
  position: absolute !important; }

.p-fixed {
  position: fixed !important; }

.p-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.dp-none {
  display: none !important; }

.dp-inline {
  display: inline !important; }

.dp-inline-block {
  display: inline-block !important; }

.dp-block {
  display: block !important; }

.dp-table {
  display: table !important; }

.dp-table-row {
  display: table-row !important; }

.dp-table-cell {
  display: table-cell !important; }

.dp-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.dp-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.m-0 {
  margin: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

.mt-0 {
  margin-top: 0 !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mt-auto {
  margin-top: auto !important; }

.mr-0 {
  margin-right: 0 !important; }

.mr-1 {
  margin-right: 0.25rem !important; }

.mr-2 {
  margin-right: 0.5rem !important; }

.mr-3 {
  margin-right: 1rem !important; }

.mr-4 {
  margin-right: 1.5rem !important; }

.mr-5 {
  margin-right: 3rem !important; }

.mr-auto {
  margin-right: auto !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ml-0 {
  margin-left: 0 !important; }

.ml-1 {
  margin-left: 0.25rem !important; }

.ml-2 {
  margin-left: 0.5rem !important; }

.ml-3 {
  margin-left: 1rem !important; }

.ml-4 {
  margin-left: 1.5rem !important; }

.ml-5 {
  margin-left: 3rem !important; }

.ml-auto {
  margin-left: auto !important; }

.p-0 {
  padding: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important; }

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.pt-0 {
  padding-top: 0 !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

.pr-0 {
  padding-right: 0 !important; }

.pr-1 {
  padding-right: 0.25rem !important; }

.pr-2 {
  padding-right: 0.5rem !important; }

.pr-3 {
  padding-right: 1rem !important; }

.pr-4 {
  padding-right: 1.5rem !important; }

.pr-5 {
  padding-right: 3rem !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

.pl-0 {
  padding-left: 0 !important; }

.pl-1 {
  padding-left: 0.25rem !important; }

.pl-2 {
  padding-left: 0.5rem !important; }

.pl-3 {
  padding-left: 1rem !important; }

.pl-4 {
  padding-left: 1.5rem !important; }

.pl-5 {
  padding-left: 3rem !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

.marketingBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 400px;
  height: 96px;
  border-radius: 12px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  font-size: 2.75rem;
  font-weight: bold;
  color: white; }
  @media (max-width: 769px) {
    .marketingBtn {
      width: 246px;
      height: 60px;
      font-size: 1.75rem; } }
  .marketingBtn:hover {
    text-decoration: none; }

.sidebarContainer {
  position: fixed;
  top: 92px;
  right: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .sidebarContainer li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    cursor: pointer; }
  .sidebarContainer-item {
    width: 58px;
    height: 130px;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    background-color: #6f6f6f;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 0.625rem;
    cursor: pointer;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all; }
    @media (max-width: 991px) {
      .sidebarContainer-item {
        width: 46px;
        height: 98px; } }
    .sidebarContainer-item:nth-child(5) {
      margin-bottom: 20px; }
    .sidebarContainer-item.active {
      background-color: #4034a0; }
    .sidebarContainer-item span {
      -webkit-writing-mode: horizontal-tb;
          -ms-writing-mode: lr-tb;
              writing-mode: horizontal-tb; }
  .sidebarContainer-gotop {
    width: 58px;
    height: 58px;
    border: solid 3px #6f6f6f; }

@-webkit-keyframes bounceAlpha {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px) scale(1);
            transform: translateY(0px) scale(1); }
  25% {
    opacity: 0;
    -webkit-transform: translateY(10px) scale(0.9);
            transform: translateY(10px) scale(0.9); }
  26% {
    opacity: 0;
    -webkit-transform: translateY(-10px) scale(0.9);
            transform: translateY(-10px) scale(0.9); }
  55% {
    opacity: 1;
    -webkit-transform: translateY(0px) scale(1);
            transform: translateY(0px) scale(1); } }

@keyframes bounceAlpha {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px) scale(1);
            transform: translateY(0px) scale(1); }
  25% {
    opacity: 0;
    -webkit-transform: translateY(10px) scale(0.9);
            transform: translateY(10px) scale(0.9); }
  26% {
    opacity: 0;
    -webkit-transform: translateY(-10px) scale(0.9);
            transform: translateY(-10px) scale(0.9); }
  55% {
    opacity: 1;
    -webkit-transform: translateY(0px) scale(1);
            transform: translateY(0px) scale(1); } }

body {
  font-size: 16px;
  font-family: "Microsoft JhengHei", "PingFangTC-Regular"; }

.sliderContainer {
  margin-bottom: 0px !important; }
  .sliderContainer .slick-dots {
    bottom: 52px; }
    .sliderContainer .slick-dots li {
      width: 10px;
      height: 10px;
      margin: 0 5px; }
    .sliderContainer .slick-dots button {
      width: 10px;
      height: 10px;
      padding: 0; }
      .sliderContainer .slick-dots button::before {
        content: "";
        background-color: #000;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        opacity: 0.2; }
      .sliderContainer .slick-dots button:hover::before {
        background-color: #07bfa5;
        opacity: 1; }
    .sliderContainer .slick-dots .slick-active {
      -webkit-transform: scale(1.5);
          -ms-transform: scale(1.5);
              transform: scale(1.5); }
      .sliderContainer .slick-dots .slick-active button::before {
        background-color: #07bfa5;
        opacity: 1; }

.videoContainer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 62.5vw;
  background-color: #e3e3e3; }
  @media (max-width: 575px) {
    .videoContainer {
      height: auto; } }
  .videoContainer video {
    width: 85%;
    min-width: 1020px;
    height: auto; }
    @media (max-width: 1199px) {
      .videoContainer video {
        min-width: auto;
        max-width: 85%; } }
    @media (max-width: 575px) {
      .videoContainer video {
        width: 100%;
        max-width: 100%; } }
  .videoContainer .guideArrowContainer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 200px;
    height: 54px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    border-radius: 0 0 10px 10px; }
    @media (max-width: 769px) {
      .videoContainer .guideArrowContainer {
        width: 82px;
        height: 40px; } }
    @media (max-width: 575px) {
      .videoContainer .guideArrowContainer {
        display: none; } }
  .videoContainer .first,
  .videoContainer .second {
    position: absolute;
    left: 0;
    right: 0; }
    .videoContainer .first img,
    .videoContainer .second img {
      display: block;
      margin: auto; }
  .videoContainer .first {
    top: 6px; }
  .videoContainer .second {
    top: 22px; }
  .videoContainer .bounceAlpha {
    -webkit-animation-name: bounceAlpha;
            animation-name: bounceAlpha;
    -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear; }
    .videoContainer .bounceAlpha.second {
      -webkit-animation-delay: 0.2s;
              animation-delay: 0.2s; }

.videoIntroContainer {
  padding: 1rem 0;
  background-color: #4034a0; }
  @media (max-width: 991px) {
    .videoIntroContainer {
      padding: 2.5rem 0; } }
  @media (max-width: 575px) {
    .videoIntroContainer {
      padding: 1rem 0; } }
  .videoIntroContainer h2,
  .videoIntroContainer h3 {
    text-align: center;
    color: #ffffff; }
  .videoIntroContainer h2 {
    font-size: 3.75rem;
    font-weight: bold;
    margin-bottom: 1rem; }
    @media (max-width: 991px) {
      .videoIntroContainer h2 {
        font-size: 2.5rem; } }
    @media (max-width: 575px) {
      .videoIntroContainer h2 {
        font-size: 1.75rem;
        line-height: 1.56; } }
    .videoIntroContainer h2 br {
      display: none; }
      @media (max-width: 575px) {
        .videoIntroContainer h2 br {
          display: block; } }
  .videoIntroContainer h3 {
    font-size: 1.875rem; }
    @media (max-width: 991px) {
      .videoIntroContainer h3 {
        font-size: 1.25rem; } }

.topSalesContainer {
  position: relative;
  padding: 6.25rem 0 9.625rem;
  text-align: center; }
  @media (max-width: 769px) {
    .topSalesContainer {
      padding: 3.375rem 0; } }
  .topSalesContainer h2 {
    font-size: 3.125rem;
    font-weight: bold;
    color: #4034a0;
    margin-bottom: 7rem; }
    @media (max-width: 769px) {
      .topSalesContainer h2 {
        font-size: 1.75rem;
        margin-bottom: 4rem; } }
    @media (max-width: 575px) {
      .topSalesContainer h2 {
        line-height: 1.56;
        margin-bottom: 1.5rem; } }
  .topSalesContainer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 1441px) {
      .topSalesContainer ul {
        max-width: 90%;
        margin: auto; } }
    @media (max-width: 575px) {
      .topSalesContainer ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media (max-width: 575px) {
      .topSalesContainer ul li {
        max-width: 80%; } }
    .topSalesContainer ul li:nth-child(2) {
      margin: 0 7.75rem; }
      @media (max-width: 769px) {
        .topSalesContainer ul li:nth-child(2) {
          margin: 0 4rem; } }
      @media (max-width: 575px) {
        .topSalesContainer ul li:nth-child(2) {
          margin: 2rem 0; } }
    .topSalesContainer ul li img {
      border: 4px solid #4034a0;
      border-radius: 50%;
      margin-bottom: 32px; }
    .topSalesContainer ul li h3 {
      font-size: 2.75rem;
      font-weight: bold;
      color: #333;
      margin-bottom: 1rem; }
      @media (max-width: 769px) {
        .topSalesContainer ul li h3 {
          font-size: 1.75rem;
          margin-bottom: 0.75rem; } }
    .topSalesContainer ul li p {
      font-size: 1.875rem;
      color: #4034a0; }
      @media (max-width: 769px) {
        .topSalesContainer ul li p {
          font-size: 1.25rem; } }
  .topSalesContainer .marketingBtn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -44px;
    margin: auto;
    background-color: #4034a0;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all; }
    @media (max-width: 769px) {
      .topSalesContainer .marketingBtn {
        bottom: -30px; } }
    .topSalesContainer .marketingBtn:hover {
      background-color: #26aea1;
      color: #ffffff; }

.functionalContainer {
  padding: 6.125rem 0 10.625rem;
  background: url("../images/index/roadmap.png") center no-repeat;
  background-size: cover; }
  @media (max-width: 575px) {
    .functionalContainer {
      padding: 3.125rem 0 1.875rem; } }
  .functionalContainer h2 {
    font-size: 3.75rem;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    line-height: 1.15;
    margin-bottom: 2.25rem; }
    @media (max-width: 991px) {
      .functionalContainer h2 {
        font-size: 2.5rem; } }
    @media (max-width: 769px) {
      .functionalContainer h2 {
        font-size: 2.125rem;
        margin-bottom: 1.875rem; } }
    @media (max-width: 575px) {
      .functionalContainer h2 {
        font-size: 1.75rem;
        margin-bottom: 0.625rem; } }
  .functionalContainer > h3 {
    text-align: center;
    font-size: 2.75rem;
    margin-bottom: 2rem;
    color: #ffffff; }
    @media (max-width: 991px) {
      .functionalContainer > h3 {
        font-size: 1.875rem; } }
    @media (max-width: 769px) {
      .functionalContainer > h3 {
        font-size: 1.25rem; } }
    @media (max-width: 575px) {
      .functionalContainer > h3 {
        font-size: 1.75rem; } }
  @media (max-width: 1441px) {
    .functionalContainer ul {
      max-width: 90%;
      margin: auto; } }
  @media (max-width: 991px) {
    .functionalContainer ul {
      max-width: 86%; } }
  .functionalContainer ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4.375rem 7.375rem;
    background-color: #ffffff;
    max-width: 1260px;
    margin: 0 auto 30px;
    border-radius: 13px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); }
    @media (max-width: 1441px) {
      .functionalContainer ul li {
        max-width: 100%;
        padding: 3.25rem 5.375rem; } }
    @media (max-width: 991px) {
      .functionalContainer ul li {
        padding: 2.75rem 6.25rem; } }
    @media (max-width: 769px) {
      .functionalContainer ul li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 3.375rem; } }
    @media (max-width: 575px) {
      .functionalContainer ul li {
        text-align: center;
        padding: 1.375rem 1.875rem; } }
    .functionalContainer ul li:last-child {
      margin-bottom: 0; }
    .functionalContainer ul li h3 {
      font-size: 3.125rem;
      font-weight: bold;
      color: #4534a0;
      padding: 1.25rem 0; }
      @media (max-width: 991px) {
        .functionalContainer ul li h3 {
          font-size: 1.875rem; } }
      @media (max-width: 575px) {
        .functionalContainer ul li h3 {
          font-size: 1.75rem; } }
    .functionalContainer ul li p {
      font-size: 1.875rem;
      font-weight: bold;
      line-height: 1.67;
      color: #1f1f1f; }
      @media (max-width: 991px) {
        .functionalContainer ul li p {
          font-size: 1.25rem; } }
      @media (max-width: 575px) {
        .functionalContainer ul li p {
          font-size: 1.25rem; } }
    .functionalContainer ul li img {
      margin-right: 5.625rem; }
      @media (max-width: 991px) {
        .functionalContainer ul li img {
          max-width: 200px;
          -o-object-fit: contain;
             object-fit: contain;
          margin-right: 3.75rem; } }
      @media (max-width: 769px) {
        .functionalContainer ul li img {
          max-width: 262px;
          margin: 0 0 1rem; } }
      @media (max-width: 575px) {
        .functionalContainer ul li img {
          max-width: 150px;
          margin: 0 0 0.625rem; } }

.recommendContainer {
  text-align: center;
  padding: 8.125rem 0 9rem; }
  @media (max-width: 769px) {
    .recommendContainer {
      padding: 1.875rem 0 3.5rem; } }
  .recommendContainer > div:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1445px;
    margin: 0 auto 0.375rem; }
    @media (max-width: 1441px) {
      .recommendContainer > div:nth-child(1) {
        max-width: 90%; } }
    @media (max-width: 575px) {
      .recommendContainer > div:nth-child(1) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 3.125rem; } }
    @media (max-width: 1441px) {
      .recommendContainer > div:nth-child(1) img {
        max-width: 440px; } }
    @media (max-width: 991px) {
      .recommendContainer > div:nth-child(1) img {
        max-width: 370px; } }
    @media (max-width: 769px) {
      .recommendContainer > div:nth-child(1) img {
        max-width: 286px; } }
    .recommendContainer > div:nth-child(1) div {
      margin-left: -180px;
      text-align: left; }
      @media (max-width: 1441px) {
        .recommendContainer > div:nth-child(1) div {
          margin-left: -100px; } }
      @media (max-width: 991px) {
        .recommendContainer > div:nth-child(1) div {
          margin-left: -50px; } }
      @media (max-width: 769px) {
        .recommendContainer > div:nth-child(1) div {
          margin-left: 0; } }
      @media (max-width: 575px) {
        .recommendContainer > div:nth-child(1) div {
          text-align: center; } }
      .recommendContainer > div:nth-child(1) div h2 {
        font-size: 3.75rem;
        font-weight: bold;
        margin-bottom: 1rem;
        color: #26aea1; }
        @media (max-width: 991px) {
          .recommendContainer > div:nth-child(1) div h2 {
            font-size: 2.5rem; } }
        @media (max-width: 769px) {
          .recommendContainer > div:nth-child(1) div h2 {
            font-size: 1.75rem; } }
        @media (max-width: 575px) {
          .recommendContainer > div:nth-child(1) div h2 {
            margin-bottom: 0.625rem; } }
      .recommendContainer > div:nth-child(1) div h3 {
        font-size: 2.75rem;
        color: #707070; }
        @media (max-width: 991px) {
          .recommendContainer > div:nth-child(1) div h3 {
            font-size: 1.75rem; } }
        @media (max-width: 769px) {
          .recommendContainer > div:nth-child(1) div h3 {
            font-size: 1.25rem; } }
  .recommendContainer > div:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 86.145%;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 9.625rem; }
    @media (max-width: 991px) {
      .recommendContainer > div:nth-child(2) {
        margin-bottom: 2.875rem; } }
    @media (max-width: 575px) {
      .recommendContainer > div:nth-child(2) {
        max-width: 100%;
        margin-bottom: 3.125rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        border: 2px solid #4534a0; } }
    .recommendContainer > div:nth-child(2) div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 578px;
              flex: 0 0 578px;
      max-width: 578px;
      background-color: #4534a0;
      margin-right: 6px; }
      @media (max-width: 1441px) {
        .recommendContainer > div:nth-child(2) div {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 355px;
                  flex: 0 0 355px;
          max-width: 355px; } }
      @media (max-width: 991px) {
        .recommendContainer > div:nth-child(2) div {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 296px;
                  flex: 0 0 296px;
          max-width: 296px; } }
      @media (max-width: 769px) {
        .recommendContainer > div:nth-child(2) div {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 228px;
                  flex: 0 0 228px;
          max-width: 228px;
          margin-right: 2px; } }
      @media (max-width: 575px) {
        .recommendContainer > div:nth-child(2) div {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%;
          margin-right: 0;
          background-color: #ffffff;
          padding: 0.75rem 0; } }
      .recommendContainer > div:nth-child(2) div h3,
      .recommendContainer > div:nth-child(2) div h4,
      .recommendContainer > div:nth-child(2) div span {
        color: #ffffff; }
        @media (max-width: 575px) {
          .recommendContainer > div:nth-child(2) div h3,
          .recommendContainer > div:nth-child(2) div h4,
          .recommendContainer > div:nth-child(2) div span {
            color: #4534a0; } }
      .recommendContainer > div:nth-child(2) div h3 {
        font-size: 7.75rem;
        font-weight: bold; }
        @media (max-width: 1441px) {
          .recommendContainer > div:nth-child(2) div h3 {
            font-size: 3.75rem; } }
        @media (max-width: 991px) {
          .recommendContainer > div:nth-child(2) div h3 {
            font-size: 4.125rem; } }
        @media (max-width: 769px) {
          .recommendContainer > div:nth-child(2) div h3 {
            font-size: 2.5rem; } }
      .recommendContainer > div:nth-child(2) div h4 {
        font-size: 2.75rem;
        margin-bottom: 1.25rem; }
        @media (max-width: 1441px) {
          .recommendContainer > div:nth-child(2) div h4 {
            font-size: 1.875rem; } }
        @media (max-width: 769px) {
          .recommendContainer > div:nth-child(2) div h4 {
            font-size: 1.25rem;
            margin-bottom: 0.5rem; } }
        @media (max-width: 575px) {
          .recommendContainer > div:nth-child(2) div h4 {
            font-size: 1.75rem; } }
    .recommendContainer > div:nth-child(2) ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(100% - 578px - 6px);
              flex: 0 0 calc(100% - 578px - 6px);
      max-width: calc(100% - 578px - 6px); }
      @media (max-width: 1441px) {
        .recommendContainer > div:nth-child(2) ul {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 calc(100% - 355px - 6px);
                  flex: 0 0 calc(100% - 355px - 6px);
          max-width: calc(100% - 355px - 6px); } }
      @media (max-width: 991px) {
        .recommendContainer > div:nth-child(2) ul {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 calc(100% - 296px - 6px);
                  flex: 0 0 calc(100% - 296px - 6px);
          max-width: calc(100% - 296px - 6px); } }
      @media (max-width: 769px) {
        .recommendContainer > div:nth-child(2) ul {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 calc(100% - 228px - 2px);
                  flex: 0 0 calc(100% - 228px - 2px);
          max-width: calc(100% - 228px - 2px); } }
      @media (max-width: 575px) {
        .recommendContainer > div:nth-child(2) ul {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%; } }
      .recommendContainer > div:nth-child(2) ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(100% / 3 - 2px);
                flex: 0 0 calc(100% / 3 - 2px);
        max-width: calc(100% / 3 - 2px);
        background-color: #4534a0;
        min-height: 190px;
        text-align: center;
        color: #ffffff; }
        @media (max-width: 1441px) {
          .recommendContainer > div:nth-child(2) ul li {
            min-height: 132px; } }
        @media (max-width: 991px) {
          .recommendContainer > div:nth-child(2) ul li {
            min-height: 100px; } }
        @media (max-width: 575px) {
          .recommendContainer > div:nth-child(2) ul li {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 calc(100% / 2 - 1px);
                    flex: 0 0 calc(100% / 2 - 1px);
            max-width: calc(100% / 2 - 1px);
            min-height: 90px; } }
        .recommendContainer > div:nth-child(2) ul li:nth-child(1), .recommendContainer > div:nth-child(2) ul li:nth-child(2), .recommendContainer > div:nth-child(2) ul li:nth-child(3) {
          margin-bottom: 2px; }
        @media (max-width: 575px) {
          .recommendContainer > div:nth-child(2) ul li:nth-child(4) {
            margin-bottom: 2px; } }
        .recommendContainer > div:nth-child(2) ul li h3 {
          font-size: 3.125rem;
          font-weight: bold;
          margin-bottom: 1.25rem;
          color: #ffffff; }
          @media (max-width: 1441px) {
            .recommendContainer > div:nth-child(2) ul li h3 {
              font-size: 1.875rem; } }
          @media (max-width: 769px) {
            .recommendContainer > div:nth-child(2) ul li h3 {
              font-size: 1.75rem;
              margin-bottom: 0.75rem; } }
        .recommendContainer > div:nth-child(2) ul li p {
          font-size: 1.875rem; }
          @media (max-width: 1441px) {
            .recommendContainer > div:nth-child(2) ul li p {
              font-size: 1.25rem; } }
  .recommendContainer > div:nth-child(3) {
    margin-bottom: 6.25rem; }
    @media (max-width: 991px) {
      .recommendContainer > div:nth-child(3) {
        margin-bottom: 2.875rem; } }
    .recommendContainer > div:nth-child(3) img,
    .recommendContainer > div:nth-child(3) p {
      display: inline-block; }
    .recommendContainer > div:nth-child(3) p {
      font-size: 1.875rem;
      font-weight: bold;
      color: #707070; }
      @media (max-width: 1441px) {
        .recommendContainer > div:nth-child(3) p {
          font-size: 1.25rem; } }
      @media (max-width: 991px) {
        .recommendContainer > div:nth-child(3) p {
          font-size: 1rem; } }
      @media (max-width: 769px) {
        .recommendContainer > div:nth-child(3) p {
          font-size: 12px; } }
      @media (max-width: 575px) {
        .recommendContainer > div:nth-child(3) p {
          max-width: 95%;
          margin: 0 auto;
          font-size: 1rem;
          line-height: 1.56; } }
    .recommendContainer > div:nth-child(3) img {
      vertical-align: top; }
      @media (max-width: 575px) {
        .recommendContainer > div:nth-child(3) img {
          display: none; } }
      .recommendContainer > div:nth-child(3) img:nth-child(1) {
        margin-right: 1.25rem; }
        @media (max-width: 991px) {
          .recommendContainer > div:nth-child(3) img:nth-child(1) {
            width: 16px;
            margin-right: 0.75rem; } }
      .recommendContainer > div:nth-child(3) img:nth-child(3) {
        margin-left: 1.25rem; }
        @media (max-width: 991px) {
          .recommendContainer > div:nth-child(3) img:nth-child(3) {
            width: 16px;
            margin-left: 0.75rem; } }
    .recommendContainer > div:nth-child(3) span {
      display: inline-block;
      font-size: 2.75rem;
      font-weight: bold;
      color: #26aea1;
      padding: 0 0.625rem; }
      @media (max-width: 1441px) {
        .recommendContainer > div:nth-child(3) span {
          font-size: 1.875rem; } }
      @media (max-width: 769px) {
        .recommendContainer > div:nth-child(3) span {
          font-size: 1.25rem; } }
      @media (max-width: 575px) {
        .recommendContainer > div:nth-child(3) span {
          font-size: 1.125rem; } }
  .recommendContainer > div:nth-child(5) {
    max-width: 86.145%;
    background-color: #26aea1;
    border-radius: 20px;
    margin: 0 auto; }
    @media (max-width: 575px) {
      .recommendContainer > div:nth-child(5) {
        max-width: 100%; } }
    .recommendContainer > div:nth-child(5) > div:nth-child(1) {
      font-size: 3.75rem;
      font-weight: bold;
      color: #ffffff;
      text-align: center;
      padding: 3.125rem 0;
      line-height: 1.15; }
      @media (max-width: 991px) {
        .recommendContainer > div:nth-child(5) > div:nth-child(1) {
          font-size: 2.5rem; } }
      @media (max-width: 769px) {
        .recommendContainer > div:nth-child(5) > div:nth-child(1) {
          font-size: 1.75rem;
          padding: 2.5rem 0; } }
      @media (max-width: 575px) {
        .recommendContainer > div:nth-child(5) > div:nth-child(1) {
          font-size: 1.25rem;
          padding: 1.5rem 1.25rem 1rem;
          line-height: 1.56; } }
      .recommendContainer > div:nth-child(5) > div:nth-child(1) h2 {
        color: #ffffff; }
    .recommendContainer > div:nth-child(5) > div:nth-child(2) {
      position: relative;
      min-height: 490px;
      background-color: #1b7e74;
      padding: 0 4.375rem;
      overflow: hidden; }
      @media (max-width: 769px) {
        .recommendContainer > div:nth-child(5) > div:nth-child(2) {
          min-height: 316px; } }
      @media (max-width: 575px) {
        .recommendContainer > div:nth-child(5) > div:nth-child(2) {
          padding: 0 1rem;
          min-height: 275px; } }
      .recommendContainer > div:nth-child(5) > div:nth-child(2) .salesMessageItem {
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch; }
        @media (max-width: 575px) {
          .recommendContainer > div:nth-child(5) > div:nth-child(2) .salesMessageItem {
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start; } }
        .recommendContainer > div:nth-child(5) > div:nth-child(2) .salesMessageItem > div:nth-child(1) {
          position: relative;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 120px;
                  flex: 0 0 120px;
          max-width: 120px;
          margin-right: 4.25rem; }
          @media (max-width: 575px) {
            .recommendContainer > div:nth-child(5) > div:nth-child(2) .salesMessageItem > div:nth-child(1) {
              -webkit-box-flex: 0;
                  -ms-flex: 0 0 80px;
                      flex: 0 0 80px;
              max-width: 80px;
              margin-right: 1.625rem; } }
          .recommendContainer > div:nth-child(5) > div:nth-child(2) .salesMessageItem > div:nth-child(1) img {
            border-radius: 50%;
            margin-bottom: 0.25rem; }
          .recommendContainer > div:nth-child(5) > div:nth-child(2) .salesMessageItem > div:nth-child(1) p {
            color: #ffffff;
            font-size: 1.25rem;
            font-weight: bold;
            line-height: 1.15; }
            @media (max-width: 575px) {
              .recommendContainer > div:nth-child(5) > div:nth-child(2) .salesMessageItem > div:nth-child(1) p {
                font-size: 1rem; } }
          .recommendContainer > div:nth-child(5) > div:nth-child(2) .salesMessageItem > div:nth-child(1) span {
            position: absolute;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background-color: #00e836;
            top: 60%;
            right: 0; }
            @media (max-width: 575px) {
              .recommendContainer > div:nth-child(5) > div:nth-child(2) .salesMessageItem > div:nth-child(1) span {
                width: 8px;
                height: 8px; } }
        .recommendContainer > div:nth-child(5) > div:nth-child(2) .salesMessageItem > div:nth-child(2) {
          position: relative;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          background-color: #ffffff;
          border-radius: 40px;
          margin-right: 4.125rem; }
          @media (max-width: 575px) {
            .recommendContainer > div:nth-child(5) > div:nth-child(2) .salesMessageItem > div:nth-child(2) {
              border-radius: 24px;
              margin-right: 1.25rem; } }
          .recommendContainer > div:nth-child(5) > div:nth-child(2) .salesMessageItem > div:nth-child(2)::before, .recommendContainer > div:nth-child(5) > div:nth-child(2) .salesMessageItem > div:nth-child(2)::after {
            content: "";
            position: absolute; }
          .recommendContainer > div:nth-child(5) > div:nth-child(2) .salesMessageItem > div:nth-child(2)::before {
            width: 50px;
            height: 50px;
            top: 12px;
            left: -24px;
            background-color: #ffffff; }
            @media (max-width: 575px) {
              .recommendContainer > div:nth-child(5) > div:nth-child(2) .salesMessageItem > div:nth-child(2)::before {
                width: 20px;
                height: 20px;
                top: 8px;
                left: -10px; } }
          .recommendContainer > div:nth-child(5) > div:nth-child(2) .salesMessageItem > div:nth-child(2)::after {
            width: 60px;
            height: 60px;
            top: 11px;
            left: -60px;
            border-radius: 0 50%;
            background-color: #1b7e74; }
            @media (max-width: 575px) {
              .recommendContainer > div:nth-child(5) > div:nth-child(2) .salesMessageItem > div:nth-child(2)::after {
                width: 20px;
                height: 20px;
                top: 10px;
                left: -20px; } }
          .recommendContainer > div:nth-child(5) > div:nth-child(2) .salesMessageItem > div:nth-child(2) p {
            text-align: left;
            padding: 0 2.5rem;
            font-size: 1.875rem;
            font-weight: bold;
            line-height: 1.56; }
            @media (max-width: 991px) {
              .recommendContainer > div:nth-child(5) > div:nth-child(2) .salesMessageItem > div:nth-child(2) p {
                font-size: 1.25rem; } }
            @media (max-width: 575px) {
              .recommendContainer > div:nth-child(5) > div:nth-child(2) .salesMessageItem > div:nth-child(2) p {
                padding: 0.75rem;
                font-size: 1rem; } }
    .recommendContainer > div:nth-child(5) > div:nth-child(3) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 3.125rem 3.75rem; }
      @media (max-width: 769px) {
        .recommendContainer > div:nth-child(5) > div:nth-child(3) {
          padding: 2.5rem; } }
      @media (max-width: 575px) {
        .recommendContainer > div:nth-child(5) > div:nth-child(3) {
          padding: 1.25rem 1.375rem; } }
      .recommendContainer > div:nth-child(5) > div:nth-child(3) div {
        border-radius: 50px;
        background-color: #ffffff;
        width: 70%;
        min-height: 60px; }
        @media (max-width: 575px) {
          .recommendContainer > div:nth-child(5) > div:nth-child(3) div {
            min-height: 22px; } }
      @media (max-width: 769px) {
        .recommendContainer > div:nth-child(5) > div:nth-child(3) img {
          max-width: 30px; } }
      @media (max-width: 575px) {
        .recommendContainer > div:nth-child(5) > div:nth-child(3) img {
          max-width: 22px; } }
  .recommendContainer .marketingBtn {
    background-color: #fcb100;
    margin: 0 auto 6.25rem;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all; }
    @media (max-width: 769px) {
      .recommendContainer .marketingBtn {
        margin: 0 auto 2.125rem; } }
    @media (max-width: 575px) {
      .recommendContainer .marketingBtn {
        margin: 0 auto 3.125rem; } }
    .recommendContainer .marketingBtn:hover {
      background-color: #c98d00;
      color: #ffffff; }

.planContainer {
  text-align: center;
  padding-bottom: 3rem; }
  .planContainer h2,
  .planContainer h3 {
    font-weight: bold;
    letter-spacing: 2.7px; }
  .planContainer h2 {
    font-size: 3.75rem;
    margin-bottom: 1rem; }
    @media (max-width: 991px) {
      .planContainer h2 {
        font-size: 2.5rem; } }
    @media (max-width: 575px) {
      .planContainer h2 {
        font-size: 1.75rem; } }
  .planContainer h3 {
    font-size: 3.125rem;
    margin-bottom: 1rem; }
    @media (max-width: 991px) {
      .planContainer h3 {
        font-size: 1.75rem; } }
    @media (max-width: 575px) {
      .planContainer h3 {
        font-size: 1.75rem; } }
    .planContainer h3:nth-child(3) {
      color: #4534a0;
      margin-bottom: 3.5rem; }
      @media (max-width: 575px) {
        .planContainer h3:nth-child(3) {
          margin-bottom: 1.875rem; } }
  .planContainer > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 6.25rem; }
    @media (max-width: 769px) {
      .planContainer > div {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media (max-width: 575px) {
      .planContainer > div {
        margin-bottom: 3.75rem; } }
    .planContainer > div > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-shadow: -6px 4px 11px 0 rgba(0, 0, 0, 0.3);
              box-shadow: -6px 4px 11px 0 rgba(0, 0, 0, 0.3);
      border-radius: 12px;
      padding: 0 1.625rem; }
      .planContainer > div > div h3 {
        font-size: 3.125rem;
        font-weight: bold;
        letter-spacing: 5px; }
        @media (max-width: 991px) {
          .planContainer > div > div h3 {
            font-size: 2.5rem; } }
      .planContainer > div > div h4 {
        font-size: 1.875rem;
        font-weight: bold;
        letter-spacing: 3px;
        color: #666;
        margin-bottom: 2.75rem; }
        @media (max-width: 991px) {
          .planContainer > div > div h4 {
            font-size: 1.25rem; } }
        .planContainer > div > div h4 span {
          display: inline-block;
          font-size: 3.125rem;
          padding-left: 0.75rem;
          color: #666; }
          @media (max-width: 991px) {
            .planContainer > div > div h4 span {
              font-size: 2.5rem; } }
      .planContainer > div > div p {
        font-size: 1.875rem;
        font-weight: bold;
        color: #666; }
        @media (max-width: 991px) {
          .planContainer > div > div p {
            font-size: 1.25rem; } }
      .planContainer > div > div .buybtn {
        width: 280px;
        height: 70px;
        line-height: 70px;
        border-radius: 36px;
        background-color: #fcb100;
        font-size: 1.875rem;
        font-weight: bold;
        color: #ffffff;
        text-decoration: none; }
        @media (max-width: 991px) {
          .planContainer > div > div .buybtn {
            width: 232px;
            height: 60px;
            line-height: 60px;
            font-size: 1.25rem; } }
      .planContainer > div > div:nth-child(1) {
        margin-right: 1.875rem; }
        @media (max-width: 769px) {
          .planContainer > div > div:nth-child(1) {
            margin: 0 0 2.25rem; } }
        .planContainer > div > div:nth-child(1) h3 {
          padding-top: 3.125rem;
          margin-bottom: 2.5rem;
          color: #666; }
          @media (max-width: 991px) {
            .planContainer > div > div:nth-child(1) h3 {
              padding-top: 2.125rem; } }
      .planContainer > div > div:nth-child(2) {
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(12%, #8881bc), color-stop(97%, #4034a0));
        background-image: -webkit-linear-gradient(top, #8881bc 12%, #4034a0 97%);
        background-image: -o-linear-gradient(top, #8881bc 12%, #4034a0 97%);
        background-image: linear-gradient(to bottom, #8881bc 12%, #4034a0 97%); }
        .planContainer > div > div:nth-child(2) h3 {
          padding-top: 5.875rem;
          margin-bottom: 2.5rem;
          color: #ffffff; }
          @media (max-width: 991px) {
            .planContainer > div > div:nth-child(2) h3 {
              padding-top: 4rem;
              margin-bottom: 2.5rem; } }
        .planContainer > div > div:nth-child(2) h4,
        .planContainer > div > div:nth-child(2) p,
        .planContainer > div > div:nth-child(2) span {
          color: #ffffff; }
        .planContainer > div > div:nth-child(2) .tips {
          font-size: 1.25rem;
          font-weight: bold;
          color: #fcb100;
          margin: 0 0 0.75rem; }
  .planContainer a:not(.marketingBtn) {
    font-size: 1.875rem;
    font-weight: bold;
    color: #2a64cc;
    margin: 2.5rem 0 2.375rem;
    text-decoration: underline; }
  .planContainer .marketingBtn {
    background-color: #4034a0;
    margin: 0 auto;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all; }
    .planContainer .marketingBtn:hover {
      background-color: #26aea1;
      color: #ffffff; }

@media (max-width: 769px) {
  .sidebarContainer {
    display: none !important; } }

.swiper-containerA {
  width: 100vw;
  height: 100vh; }

.swiper-overlay {
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 1000;
  opacity: 0.75;
  background-color: #000; }

.swiper-popOutBox {
  width: 90%;
  /* height: 100%; */
  max-width: 100%;
  /* max-height: 597px; */
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  display: none;
  border-radius: 8px;
  z-index: 1001;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.3);
  background-color: #fff; }

.swiper-popOutBox-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px; }

.swiper-titleWord {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  width: 531px;
  height: 30px;
  font-family: MicrosoftJhengHei;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.1px;
  color: #333; }

.swiper-close {
  height: 32px;
  width: 32px;
  position: absolute;
  right: 25px;
  top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  background-color: transparent;
  padding: 0; }

.swiper-popOutBox-mid {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  margin-top: 15px;
  max-width: 854px; }

.swiper-popOutBox-mid img {
  width: 100%; }

.swiper-popOutBox-foot {
  width: 100%;
  height: 88px;
  background-color: #1d988a;
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0.85;
  border-radius: 0 0 8px 8px;
  position: absolute;
  bottom: 0%; }

.swiper-popOutBox-footDiv {
  width: 100%;
  height: 88px;
  margin-top: 24px; }

.swiper-popOutBox-subscribe {
  background-color: #cc0000;
  height: 49px;
  width: 90%;
  border: 0;
  border-radius: 8px;
  color: white;
  max-width: 383px; }

.swiper-popOutBox-subscribe span {
  width: 101px;
  height: 32px;
  font-family: MicrosoftJhengHei;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.01px;
  text-align: center;
  color: #fff; }

@media (max-width: 709.98px) {
  .swiper-titleWord {
    width: 262px;
    height: 54px;
    margin: 18px 0px 0px 0px;
    font-size: 20px;
    letter-spacing: 0.09px; } }

@media (max-width: 599.98px) {
  .swiper-popOutBox-foot {
    position: absolute;
    bottom: 0%; } }

@media (max-width: 413.98px) {
  .swiper-popOutBox {
    width: 90%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%); }
  .swiper-popOutBox-mid {
    width: 90%;
    height: 100%; }
  .swiper-close {
    height: 24px;
    width: 24px;
    padding: 0; } }

/*# sourceMappingURL=index.css.map */
