<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@keyframes fade-in {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/*
 * Retina Backgrounds for Compass
 * by:              Gaya Kessler
 * last update:     03/11/14
 *
 * Usage:
 * 1. create background image for pixel ratio 1 screens and put it somewhere in your images folder.
 * 2. create background image for pixel ratio 2 screens and put it somewhere in your images folder.
 * 3. include the background-image property in your Sass/Scss using: '@include background-retina(&lt;ratio-1-imagefile&gt;, &lt;ratio-2-imagefile&gt;)'
 */
/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters &gt; .col,
.no-gutters &gt; [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

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

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

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

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

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

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

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

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

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

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

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

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

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

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

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

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

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

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

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

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

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

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

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

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

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

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

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

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

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

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

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

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

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

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

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

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

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

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

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

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

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

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

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

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

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

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

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

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

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

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

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

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

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

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

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

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

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


body,
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, * {
  font-family: "PingFangTC", "Noto Sans", "Microsoft JhengHei", "微軟正黑體", "Lucida Sans Unicode", "STHeitiTC-Light", "Microsoft YaHei", "微软雅黑", "新細明體", Arial, sans-serif;
}

html, body {
  background: #FCFCFC;
  min-height: 100%;
  color: #000;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
html.overlay-open, body.overlay-open {
  overflow: hidden !important;
}

body {
  font-size: 16px;
  margin: 0;
  padding: 0 0;
  width: 100vw;
  min-height: 100vh;
  display: block;
  overflow-y: auto;
  padding-top: 120px;
}
body &gt; main {
  padding-bottom: 20px;
  padding-top: 0px; 
  margin: -50px 0px;
}

* {
  box-sizing: border-box;
}

.content&gt;a:link{	
	color: #00A94F;
}

.col-centered {
  float: none !important;
  margin: 0 auto !important;
}

*[role="button"],
*[data-trigger="modal"] {
  cursor: pointer !important;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol.cjk-order {
  list-style: cjk-ideographic !important;
}

a,
a:link {
  text-decoration: none;
  transition: color 0.3s ease;
}
a *,
a:link * {
  vertical-align: middle;
}
a *[class*='icon-'],
a:link *[class*='icon-'] {
  margin-left: -2px;
}

a:link,
a:visited,
/*a.link {
  color: #00A94F;
}*/
a:link:hover, a:link:focus,
a:visited:hover,
a:visited:focus,
a.link:hover,
a.link:focus {
  opacity: 0.8;
  /*color: #00A94F;*/
}
a:link.text-white,
a:visited.text-white,
a.link.text-white {
  color: white;
}
a:link.text-white:hover, a:link.text-white:focus,
a:visited.text-white:hover,
a:visited.text-white:focus,
a.link.text-white:hover,
a.link.text-white:focus {
  color: white;
}

img {
  border: 0;
}

.row::before, .row::after {
  width: 0;
}
.row .row {
  margin-left: -10px !important;
  margin-right: -10px !important;
}

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

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

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

.text-sm {
  font-size: 0.85em;
}

.text-lg {
  font-size: 1.2em;
}

.text-muted {
  color: #858480;
}

.text-green {
  color: #00A94F !important;
}

.text-orange {
  color: #FCA832 !important;
}

.text-white {
  color: white !important;
}

.indent {
  text-indent: 30px;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.container {
 /* position: relative;
  max-width: 1200px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;*/
}

.note {
  margin-top: 16px;
  display: block;
  line-height: 1.3;
}

.gotop {
  position: fixed;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  background: #7D8A94;
  right: 30px;
  bottom: -200px;
  line-height: 1;
  font-size: 12px;
  transition: bottom 0.3s ease;
  z-index: 3999;
  padding: 6px 0 0;
}
.gotop &gt; * {
  display: block;
}
.gotop.is-slide-in {
  bottom: 20px;
}
.gotop.is-slide-in.more {
  bottom: 120px;
}

.empty-result {
  text-align: center;
  padding: 56px 45px;
}
.empty-result .image-empty {
  margin-top: 16px;
}
.empty-result &gt; img {
  width: 379px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-1 {
  margin: 10px !important;
}

.mt-1 {
  margin-top: 10px !important;
}

.mr-1 {
  margin-right: 10px !important;
}

.mb-1 {
  margin-bottom: 10px !important;
}

.ml-1 {
  margin-left: 10px !important;
}

.mx-1 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.my-1 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.p-1 {
  padding: 10px !important;
}

.pt-1 {
  padding-top: 10px !important;
}

.pr-1 {
  padding-right: 10px !important;
}

.pb-1 {
  padding-bottom: 10px !important;
}

.pl-1 {
  padding-left: 10px !important;
}

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

.py-1 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.m-2 {
  margin: 20px !important;
}

.assRiskJobtitleCode {
  margin-top: 20px;
}

.mt-2 {
  margin-top: 20px !important;
}

.mr-2 {
  margin-right: 20px !important;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.ml-2 {
  margin-left: 20px !important;
}

.mx-2 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.my-2 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.p-2 {
  padding: 20px !important;
}

.pt-2 {
  padding-top: 20px !important;
}

.pr-2 {
  padding-right: 20px !important;
}

.pb-2 {
  padding-bottom: 20px !important;
}

.pl-2 {
  padding-left: 20px !important;
}

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

.py-2 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.m-3 {
  margin: 30px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.mr-3 {
  margin-right: 30px !important;
}

.mb-3 {
  margin-bottom: 30px !important;
}

.ml-3 {
  margin-left: 30px !important;
}

.mx-3 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.my-3 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.p-3 {
  padding: 30px !important;
}

.pt-3 {
  padding-top: 30px !important;
}

.pr-3 {
  padding-right: 30px !important;
}

.pb-3 {
  padding-bottom: 30px !important;
}

.pl-3 {
  padding-left: 30px !important;
}

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

.py-3 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.m-4 {
  margin: 40px !important;
}

.mt-4 {
  margin-top: 40px !important;
}

.mr-4 {
  margin-right: 40px !important;
}

.mb-4 {
  margin-bottom: 40px !important;
}

.ml-4 {
  margin-left: 40px !important;
}

.mx-4 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.my-4 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.p-4 {
  padding: 40px !important;
}

.pt-4 {
  padding-top: 40px !important;
}

.pr-4 {
  padding-right: 40px !important;
}

.pb-4 {
  padding-bottom: 40px !important;
}

.pl-4 {
  padding-left: 40px !important;
}

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

.py-4 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

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

.float-menu {
  position: absolute;
  color: #FFF;
  top: 0;
  width: 200px;
  border-radius: 10px;
  background-color: #32B15F;
  padding: 24px 32px;
  text-align: center;
}
.float-menu.is-fixed {
  position: fixed;
}
.float-menu .btn {
  margin-top: 16px;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

article {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  padding: 24px 0;
}
article img {
  width: auto;
  max-width: 100%;
}
article p {
  margin-top: 8px;
  margin-bottom: 24px;
}
article .card &gt; .content p {
  margin-bottom: 16px;
}
article .cover {
  margin-bottom: 40px;
}
article .cover &gt; img {
  display: block;
  border-radius: 10px;
}
article .meta {
  font-size: 14px;
  color: #7D8A94;
  margin-bottom: 8px;
}
article h2 {
  margin-top: 0;
}
article .title-border {
  font-weight: bold;
  padding: 10px 0;
  margin-bottom: 16px;
  border-bottom: 2px solid #D7E4E4;
}
article ul {
  list-style-type: disc;
  padding-left: 20px;
}
article ol {
  margin-bottom: 56px;
}
article ol.cjk-order {
  list-style: cjk-ideographic;
}
article ol li {
  margin-top: 8px;
  margin-bottom: 8px;
}
article li &gt; ul,
article li &gt; ol {
  margin-bottom: 8px;
}
article li &gt; ul li,
article li &gt; ol li {
  margin-top: 4px;
  margin-bottom: 4px;
}
article + .action {
  text-align: center;
  margin-bottom: 200px;
}
article .select.round-select {
  margin-bottom: 72px;
}
article .labels {
  margin: 24px 0;
}
article table.table {
  margin: 56px 0;
}

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

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

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

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

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

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

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

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  body {
    padding-top: 120px;
  }

  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (max-width: 992px) {
  body {
    padding-top: 56px;
  }
}
@media screen and (max-width: 767px) {
  .gotop {
    right: 10px;
    bottom: -160px;
  }
  .gotop.more {
    bottom: 130px;
  }

  .empty-result {
    padding-left: 0;
    padding-right: 0;
    margin-top: 56px;
  }
  .empty-result img {
    width: 250px;
  }

  .float-menu {
    border-radius: 0;
    position: fixed;
    width: 100%;
    bottom: 0;
    right: auto;
    top: auto;
    left: 0;
    z-index: 99;
    padding-top: 12px;
    padding-bottom: 4px;
  }
  .float-menu p {
    margin-bottom: 0;
  }
  .float-menu .btn {
    margin: 0 8px 8px !important;
    width: 40% !important;
  }
}
.bg-primary {
  background: #00A94F !important;
}

.bg-primary-light {
  background: #8FD158 !important;
}

.bg-secondary {
  background: #32B15F !important;
}

.bg-orange {
  background: #FCA832 !important;
}

.bg-red {
  background: #F9556F !important;
}

.bg-main-gradient {
  background: linear-gradient(307deg, #6bca50, #099e69) !important;
}

.bg-secondary-gradient {
  background: linear-gradient(280deg, #c4ea9c 0%, #7bd99d 100%) !important;
}

.bg-tag-purple {
  background: #BE52F2 !important;
}

.bg-tag-green {
  background: #8FD158 !important;
}

.bg-tag-teal {
  background: #31b9ca !important;
}

.bg-tag-blue {
  background: #60B2F6 !important;
}

.bg-black {
  background: #000 !important;
}

.bg-white {
  background: #FFF !important;
}

.bg-textgray {
  background: #7D8A94 !important;
}

.bg-placeholder {
  background: #AEB6BD !important;
}

.bg-disabled {
  background: #E1E4E9 !important;
}

.bg-gray {
  background: #F9F8F7 !important;
}

.bg-red,
.bg-error {
  background: #F9556F !important;
}

.text-primary {
  color: #00A94F !important;
}

.text-primary-light {
  color: #32B15F !important;
}

.highlight,
.text-orange {
  color: #FCA832 !important;
}

.text-black {
  color: #000 !important;
}

.text-gray {
  color: #7D8A94 !important;
}

.text-placeholder {
  color: #AEB6BD !important;
}

.text-disabled {
  color: #E1E4E9 !important;
}

.text-light-gray {
  color: #F9F8F7 !important;
}

.text-decoration {
  color: #F0F5F5 !important;
}

.errror,
.text-red {
  color: #F9556F !important;
}

html, body {
  font-size: 1.2em;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

p {
  margin-top: 0;
}

h1 {
  font-size: 1.5em;
  line-height: 1;
  letter-spacing: 2px;
  font-weight: thin;
}

h2 {
  font-weight: bold;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 2px;
}

h3 {
  font-size: 1em;
  line-height: 28px;
}

h4 {
  font-size:1em;
  line-height: 28px;
}

h5 {
  font-size: 1em;
  line-height: 28px;
}

h6 {
  font-size: 16px;
  line-height: 40px;
}

*.section-title {
  text-align: center;
  margin-top: 0;
  line-height: 1.5;
  font-weight: 400;
}

*.text {
  font-size: 0.8em;
  line-height: 28px;
}

label.error {
  font-size: 14px;
  line-height: 24px;
  color: #F9556F;
}

h2.quote {
  font-size: 36px;
  margin: 0;
  line-height: 1.3;
}
h2.quote:before {
  content: "";
  position: relative;
  font-family: "icomoon";
  font-size: 25px;
  vertical-align: super;
  margin-left: -40px;
  margin-right: 0px;
  top: -15px;
}

@media screen and (max-width: 767px) {
  html, body {
    font-size: 1em;
  }

  h1, h2, h3 {
    font-size: 20px;
  }

  h4,
  h4.section-title {
    font-size: 16px;
  }
}
hr,
.divider {
  display: block;
  width: 100%;
  height: 0px;
  margin: 20px 0;
  border: 0;
  border-top: 2px solid #F4F3F1;
}
hr.green,
.divider.green {
  border-top-width: 1px;
  border-top-color: #008952;
}
hr.dash,
.divider.dash {
  border-top: 2px dashed #F4F3F1;
}
hr.cross,
.divider.cross {
  position: relative;
  display: inline-block;
  width: 20px !important;
  height: 20px !important;
  background: none !important;
  border: 0;
  margin: 0 16px;
}
hr.cross:before, hr.cross:after,
.divider.cross:before,
.divider.cross:after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #AEB6BD;
}
hr.cross:before,
.divider.cross:before {
  transform: rotate(45deg);
}
hr.cross:after,
.divider.cross:after {
  transform: rotate(-45deg);
}

.item,
a.item,
a.item:link {
  display: block;
  color: #000;
  text-decoration: none;
  padding: 8px 8px;
  transition: all 0.3s ease;
}
.item .icon,
a.item .icon,
a.item:link .icon {
  float: left;
  width: 32px;
  height: 32px;
}
.item .icon + .content,
a.item .icon + .content,
a.item:link .icon + .content {
  display: block;
  margin-left: 55px;
}
.item .icon + .content h3,
a.item .icon + .content h3,
a.item:link .icon + .content h3 {
  margin-top: 0;
}
.item .number,
a.item .number,
a.item:link .number {
  float: left;
  width: 48px;
  height: 48px;
  font-size: 24px;
  text-align: center;
  line-height: 48px;
  font-weight: 500;
  background: #F9F8F7;
  border-radius: 50px;
  position: relative;
  z-index: 9;
}
.item .number + .content,
a.item .number + .content,
a.item:link .number + .content {
  display: block;
  margin-left: 38px;
}
.item .number + .content h2, .item .number + .content h3, .item .number + .content h4,
a.item .number + .content h2,
a.item .number + .content h3,
a.item .number + .content h4,
a.item:link .number + .content h2,
a.item:link .number + .content h3,
a.item:link .number + .content h4 {
  margin: 10px 0 20px;
}
.item.item-step,
a.item.item-step,
a.item:link.item-step {
  padding: 0;
  margin-bottom: 8px;
}
.item.item-step b,
a.item.item-step b,
a.item:link.item-step b {
  float: left;
  width: 64px;
  font-weight: bold;
}
.item.item-step div.content,
a.item.item-step div.content,
a.item:link.item-step div.content {
  margin-left: 72px;
  display: block;
}

section.sitemap a.item:hover, section.sitemap a.item:focus,
a.item:link:hover,
a.item:link:focus,
.item[role="button"]:hover,
.item[role="button"]:focus {
  color: #00A94F;
}
section.sitemap a.item:active, section.sitemap a.item.active, section.sitemap a.item.active:hover, section.sitemap a.item.active:focus, section.sitemap a.item.active:active,
a.item:link:active,
a.item:link.active,
a.item:link.active:hover,
a.item:link.active:focus,
a.item:link.active:active,
.item[role="button"]:active,
.item[role="button"].active,
.item[role="button"].active:hover,
.item[role="button"].active:focus,
.item[role="button"].active:active {
  color: #00A94F;
}

.list .item {
  display: flex;
}
.list .item .content {
  flex: 1;
}
.list.numbers {
  margin-bottom: 56px;
}
.list.numbers &gt; .item {
  position: relative;
  padding-left: 0;
}
.list.numbers &gt; .item .number {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: #F0F5F5;
  font-size: 24px;
  border-radius: 50%;
  margin-right: 32px;
}
.list.numbers &gt; .item .number + .content {
  margin-left: 0;
}
.list.numbers &gt; .item:not(:last-child)::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  display: block;
  left: 22px;
  top: 40px;
  border-right: 4px dashed #F0F5F5;
  z-index: 0;
}
.list.inline-content {
  background: #FFF;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
.list.inline-content .item {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #D7E4E4;
  color: #000;
}
.list.inline-content .item:last-child {
  border: 0;
}
.list.inline-content .item .content {
  display: flex;
  overflow: hidden;
}
.list.inline-content .item .content * {
  display: inline-block;
  vertical-align: middle;
}
.list.inline-content .item h4 {
  margin: 0;
}
.list.inline-content .item .text {
  flex: 1;
  font-size: 14px;
  margin-left: 10px;
  color: #7D8A94;
  white-space: nowrap;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list.refund {
  border-bottom: 1px solid #D7E4E4;
  padding-bottom: 8px;
}
.list.refund .item {
  display: flex;
  width: 100%;
  justify-content: space-between;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAGCAYAAADzG6+8AAAAAXNSR0IArs4c6QAAAJdJREFUGBljYCATMIL0/f//n/Hu3cfh/xkYdBkYGRgZ/zO+Z2JiW6SkJP4Sl7ksIIk7957U/Wf43wBWBNQNZDP8//czDWigFiMj42+wOBrBBOIDlTmjiYPEVO48fiyHLg7jgzUyMvzfChOA0UAXX1WRlX0I46PTYD+CBO/efeL9j+GvLpDJ+J+B8T0rE+8KRUXBD+gaYHwAn6AvEasT1fYAAAAASUVORK5CYII=);
  background-position: center 13px;
  background-repeat: repeat-x;
  background-size: auto 3px;
  padding: 0;
}
.list.refund .item &gt; div {
  background: #FFF;
}
.list.refund + .summary {
  line-height: 48px;
  font-weight: 600;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .item.item-step b {
    float: left;
    width: 64px;
    font-weight: bold;
  }
  .item.item-step div.content {
    display: block;
    margin-left: 72px;
  }
}
table.table {
  width: 100%;
  border-collapse: collapse;
}
table.table tr &gt; th,
table.table tr &gt; td {
  padding: 8px 10px;
  font-size: 16px;
  line-height: 1.4;
  vertical-align: top;
}
table.table tr &gt; th {
  font-weight: bolder;
}
table.table.table-bordered {
  border: 2px solid #E1E4E9;
}
table.table.table-bordered &gt; thead {
  border-bottom: 2px solid #E1E4E9;
}
table.table.table-bordered tr &gt; th, table.table.table-bordered tr &gt; td {
  border: 1px solid #E1E4E9;
}
table.table.paded tbody td {
  padding: 14px 16px;
}
table.table.table-striped tbody tr {
  background: #FFF;
}
table.table.table-striped tbody tr:nth-of-type(even) {
  background: #F8F9FC;
}
table.table thead {
  color: #FFF;
  background: #32B15F;
}
table.table thead th {
  border: 1px solid #D7E4E4;
}
table.table tbody td.center-middle {
  text-align: center;
  vertical-align: middle;
}

.table-response table.table {
  white-space: nowrap;
}

table.table.table-collapse tr &gt; td .collapse-trigger {
  color: #000;
}
table.table.table-collapse tr &gt; td .icon {
  float: left;
}
table.table.table-collapse tr &gt; td .icon + .content {
  margin-left: 24px;
}
table.table.table-collapse tr &gt; td .icon-chevron-up {
  display: none;
}
table.table.table-collapse tr &gt; td .overview {
  min-height: 44px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
table.table.table-collapse tr &gt; td .overview + .data-collapse {
  display: none;
  margin-top: 24px;
}
table.table.table-collapse tr &gt; td .overview + .data-collapse &gt; small.location {
  display: block;
  border-left: 1px dashed #7D8A94;
  padding-left: 15px;
  margin-left: -15px;
}
table.table.table-collapse tr &gt; td small {
  line-height: 1.35 !important;
}
table.table.table-collapse tr.is-open {
  border: 1px solid #00A94F;
}
table.table.table-collapse tr.is-open td .overview {
  -webkit-line-clamp: initial;
}
table.table.table-collapse tr.is-open td .data-collapse {
  display: block !important;
}
table.table.table-collapse tr.is-open td .icon-chevron-up {
  display: inline-block;
}
table.table.table-collapse tr.is-open td .icon-chevron-down {
  display: none;
}

@media screen and (max-width: 768px) {
  .table-response {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-response thead tr &gt; th {
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  table.table.reward-list tbody {
    display: block;
  }
  table.table.reward-list tbody &gt; tr,
  table.table.reward-list tbody &gt; tr td {
    display: block;
  }

  .table.table-collapse thead {
    display: none;
  }
  .table.table-collapse tbody &gt; tr {
    position: relative;
    display: block;
    background: #FFF !important;
    border-radius: 10px;
    margin-bottom: 16px;
    box-shadow: 0 2px 8px 0 rgba(182, 182, 182, 0.4);
  }
  .table.table-collapse tbody &gt; tr {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .table.table-collapse tbody &gt; tr.is-open .overview {
    margin-bottom: 8px;
  }
  .table.table-collapse tbody &gt; tr,
  .table.table-collapse tbody &gt; tr &gt; td {
    display: block;
  }
  .table.table-collapse tbody &gt; tr *,
  .table.table-collapse tbody &gt; tr &gt; td * {
    vertical-align: top;
  }
  .table.table-collapse tbody &gt; tr .icon + .content,
  .table.table-collapse tbody &gt; tr &gt; td .icon + .content {
    margin-left: 70px;
  }
  .table.table-collapse tbody &gt; tr .icon + .content .overview + .data-collapse,
  .table.table-collapse tbody &gt; tr &gt; td .icon + .content .overview + .data-collapse {
    margin-left: -15px;
  }
  .table.table-collapse tbody &gt; tr .icon + .content .overview + .data-collapse small.location,
  .table.table-collapse tbody &gt; tr &gt; td .icon + .content .overview + .data-collapse small.location {
    border-left: 0;
    padding: 0;
    margin: 0;
  }
  .table.table-collapse tbody &gt; tr .overview,
  .table.table-collapse tbody &gt; tr &gt; td .overview {
    min-height: 0;
    height: auto;
    display: inline-block;
    margin-bottom: 0;
  }
  .table.table-collapse tbody &gt; tr .overview + .data-collapse,
  .table.table-collapse tbody &gt; tr &gt; td .overview + .data-collapse {
    margin-top: 0;
    color: #7D8A94;
    font-size: 14px;
    border-left: 1px dashed #7D8A94;
    padding-left: 15px;
    margin-left: 55px;
  }
  .table.table-collapse tbody &gt; tr .overview + .data-collapse small,
  .table.table-collapse tbody &gt; tr &gt; td .overview + .data-collapse small {
    font-size: 14px;
  }
  .table.table-collapse tbody &gt; tr .overview + .data-collapse p,
  .table.table-collapse tbody &gt; tr &gt; td .overview + .data-collapse p {
    margin-bottom: 8px;
  }
  .table.table-collapse tbody &gt; tr &gt; td[data-title]:before {
    content: attr(data-title) "：";
    float: left;
    display: inline-block;
  }
  .table.table-collapse tbody &gt; tr td.text-right,
  .table.table-collapse tbody &gt; tr td.action {
    position: absolute;
    width: 100%;
    right: 0;
    top: 8px;
  }
  .table.table-collapse tbody &gt; tr td.text-right .collapse-trigger,
  .table.table-collapse tbody &gt; tr td.action .collapse-trigger {
    width: 100%;
    display: block;
    text-align: right;
  }
  .table.table-collapse tbody &gt; tr td.text-right .text,
  .table.table-collapse tbody &gt; tr td.action .text {
    display: none;
  }
}
.btn.is-block,
button.btn,
button.btn[type="submit"],
button.btn[type="reset"] {
  width: 100%;
  max-width: 320px;
}

.btn {
  font-size: 1em;
  padding: 0 28px;
  display: inline-block;
  height: 48px;
  line-height: 44px;
  margin-top: 10px;
  margin-bottom: 10px;
  min-width: 320px;
  max-width: 100%;
  text-align: center;
  text-decoration: none;
  border: 2px solid transparent;
  white-space: nowrap;
  border-radius: 5px;
  cursor: pointer;
  box-sizing: border-box;
}
.btn + .btn {
  margin-left: 10px;
}
.btn i[class*="icon-"] {
  vertical-align: middle;
}
.btn:hover, .btn:focus {
  opacity: 1 !important;
}
.btn:active, .btn.is-open, .btn.is-open:hover, .btn.is-open:focus, .btn.active, .btn.active:hover, .btn.active:focus {
  opacity: 1;
  box-shadow: 0 0 0 0 transparent !important;
  color: #027638 !important;
  background-image: linear-gradient(307deg, #6bca50, #099e69) !important;
}
.btn[disabled], .btn.disabled {
  cursor: default !important;
  background: #E1E4E9 !important;
  color: #AEB6BD !important;
  box-shadow: none !important;
  border: 0 !important;
}
.btn.btn-inline {
  min-width: 0;
  display: inline-block;
  line-height: 0;
  padding: 0 8px 0 16px;
  font-size: 16px;
  height: 32px;
  line-height: 32px;
}
.btn.btn-inline::after {
  content: "";
  display: inline-block;
  border-left: 8px solid #32B15F;
  border-right: 8px solid transparent;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  margin-left: 8px;
}
.btn.btn-inline.btn-normal {
  border: 1px solid #D7E4E4;
}
.btn.btn-inline.btn-green {
  color: #FFF;
  background: #00A94F;
  border: 1px solid #00A94F;
}
.btn.btn-inline.btn-green::after {
  border-left: 8px solid #FFF;
}
.btn.btn-inline.btn-orange {
  color: #FFF;
  background: #FCA832;
  border: 1px solid #FCA832;
}
.btn.btn-inline.btn-orange::after {
  border-left: 8px solid #FFF;
}
.btn.btn-dark {
  color: #FFF;
  border: 1px solid #5B616F;
  background: #5B616F;
}
.btn.btn-gray {
  border: 1px solid #D7E4E4;
}
.btn.btn-gray:hover, .btn.btn-gray:focus {
  background: #F9F8F7;
}
.btn.btn-block {
  display: block;
  width: 100%;
}
.btn.btn-round {
  min-width: 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-clip: padding-box;
}
.btn.btn-round.btn-primary {
  box-shadow: 0 3px 10px 0 rgba(131, 208, 122, 0.5), 0 10px 20px 0 rgba(160, 230, 173, 0.49);
}
.btn.btn-link {
  min-width: 0 !important;
  color: #00A94F;
  padding-left: 16px;
  padding-right: 16px;
}
.btn.btn-link:hover, .btn.btn-link:focus {
  opacity: 0.87;
}
.btn.btn-link:active {
  background: none !important;
  box-shadow: none !important;
}
.btn.btn-text {
  min-width: 0;
  text-decoration: none;
  color: #000;
}
.btn.btn-text:active {
  background: none !important;
  box-shadow: none !important;
}
.btn.btn-border {
  border: 2px solid #FFF;
}
.btn.btn-red {
  color: #FFF;
  background: #F9556F;
  box-shadow: inset 0 -2px 0 0 rgba(176, 73, 107, 0.3);
}
.btn.btn-red:hover, .btn.btn-red.hover, .btn.btn-red:focus {
  color: #FFF;
  opacity: 0.8;
  border-color: transparent !important;
}
.btn.btn-red:active, .btn.btn-red.is-open, .btn.btn-red.is-open:hover, .btn.btn-red.is-open:focus, .btn.btn-red.active, .btn.btn-red.active:hover, .btn.btn-red.active:focus {
  color: #000 !important;
  background: #f9546e !important;
}
.btn.btn-primary &gt; a {
  color: #FFF;
  text-decoration: none;
}
.btn.btn-primary &gt; a {
  color: #FFF !important;
}
.btn.btn-primary {
  color: #FFF;
  text-decoration: none;
  background: #63BC55;
  background-image: linear-gradient(307deg, #6bca50, #099e69);
  border: 0;
  vertical-align: top;
  box-shadow: inset 0 -4px 0 0 rgba(94, 134, 96, 0.3) !important;
}
.btn.btn-primary.btn-flat {
  background: #00A94F;
  border-radius: 0;
  box-shadow: none;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary.hover {
  color: #FFF;
  background: #63BC55;
  background-image: linear-gradient(307deg, #6bca50, #099e69);
  opacity: 0.8;
}
.btn.btn-default &gt; a {
  text-decoration: none;
  color: #00A94F;
}
.btn.btn-outline-reverse {
  color: #FFF;
  background: none;
  box-shadow: none;
  border: 2px solid white;
  line-height: 44px;
}
.btn.btn-outline-reverse:hover, .btn.btn-outline-reverse:focus {
  text-decoration: none;
  border: 1px solid #00A94F;
  color: #00A94F;
  line-height: 44px;
  background: #FFFFFF;
  border: 2px solid #E1E4E9;
  box-shadow: inset 0 -4px 0 0 #E1E4E9;
  border-radius: 5px;
}
.btn.btn-outline-reverse:active, .btn.btn-outline-reverse.is-open, .btn.btn-outline-reverse.is-open:hover, .btn.btn-outline-reverse.is-open:focus, .btn.btn-outline-reverse.active, .btn.btn-outline-reverse.active:hover, .btn.btn-outline-reverse.active:focus {
  background: #F9F8F7 !important;
  color: #027638;
}
.btn.btn-outline {
  text-decoration: none;
  border: 2px solid #00A94F;
  color: #00A94F;
  line-height: 44px;
  background: #FFFFFF;
}
.btn.btn-default {
  text-decoration: none;
  color: #00A94F;
  height: 48px;
  line-height: 44px;
  background: #FFFFFF;
  border: 2px solid #E1E4E9;
  box-shadow: inset 0 -2px 0 0 #E1E4E9;
  border-radius: 5px;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-outline.hover, .btn.btn-outline:hover, .btn.btn-outline:focus {
  color: #FFF;
  text-decoration: none;
  border: 0;
  background-image: linear-gradient(307deg, #6bca50, #099e69);
  box-shadow: inset 0 -4px 0 0 rgba(94, 134, 96, 0.3), 0 8px 15px 0 rgba(0, 0, 0, 0.15);
  vertical-align: top;
}
.btn.btn-sm {
  font-size: 16px;
  height: 40px;
  line-height: 36px !important;
  width: auto;
  min-width: 120px;
}
.btn.btn-sm.btn-primary {
  box-shadow: inset 0 -2px 0 0 rgba(94, 134, 96, 0.3);
}
.btn.btn-sm.btn-outline-reverse:hover, .btn.btn-sm.btn-outline-reverse:focus {
  box-shadow: inset 0 -2px 0 0 #E1E4E9;
}
.btn.btn-sm.btn-default.hover, .btn.btn-sm.btn-default:hover, .btn.btn-sm.btn-default:focus, .btn.btn-sm.btn-outline.hover, .btn.btn-sm.btn-outline:hover, .btn.btn-sm.btn-outline:focus {
  box-shadow: inset 0 -2px 0 0 rgba(94, 134, 96, 0.3);
}
.btn .float-right[class*="icon-"] {
  margin-right: -8px;
  margin-top: 5px;
}

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

  .btn {
    font-size: 16px;
    height: 40px !important;
    line-height: 36px !important;
    width: auto;
    min-width: 120px;
  }
  .btn + .btn {
    margin-left: 0px;
  }
  .btn.btn-primary {
    box-shadow: inset 0 -2px 0 0 rgba(94, 134, 96, 0.3);
  }
  .btn.btn-outline-reverse:hover, .btn.btn-outline-reverse:focus {
    box-shadow: inset 0 -2px 0 0 #E1E4E9;
  }
  .btn.btn-default.hover, .btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-outline.hover, .btn.btn-outline:hover, .btn.btn-outline:focus {
    box-shadow: inset 0 -2px 0 0 rgba(94, 134, 96, 0.3);
  }
}
input::-ms-expand {
  display: none !important;
}

input[type="text"],
input[type="search"],
input[type="tel"],
input[type="password"],
input[type="email"],
input[type="number"],
select:not(.select2),
textarea {
  font-size: 1rem;
  background: #FFF;
  height: 54px;
  line-height: 1.25em;
  border-radius: 5px;
  border: 2px solid #EAE6E2;
  background: #F9F8F7;
  padding: 10px 16px 10px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  box-shadow: 0 0 0 0 transparent;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
input[type="text"].disabled, input[type="text"][disabled],
input[type="search"].disabled,
input[type="search"][disabled],
input[type="tel"].disabled,
input[type="tel"][disabled],
input[type="password"].disabled,
input[type="password"][disabled],
input[type="email"].disabled,
input[type="email"][disabled],
input[type="number"].disabled,
input[type="number"][disabled],
select:not(.select2).disabled,
select:not(.select2)[disabled],
textarea.disabled,
textarea[disabled] {
  background: #E1E4E9;
  border-color: #E1E4E9;
  color: #AEB6BD;
}
input[type="text"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
select:not(.select2):focus,
textarea:focus {
  border-color: #EAE6E2;
}
input[type="text"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder,
input[type="password"]::placeholder,
input[type="email"]::placeholder,
input[type="number"]::placeholder,
select:not(.select2)::placeholder,
textarea::placeholder {
  color: #AEB6BD;
}
input[type="text"].input-lg,
input[type="search"].input-lg,
input[type="tel"].input-lg,
input[type="password"].input-lg,
input[type="email"].input-lg,
input[type="number"].input-lg,
select:not(.select2).input-lg,
textarea.input-lg {
  height: 54px;
  line-height: 1.25;
  padding: 12px 24px;
}
input[type="text"] + label.error,
input[type="search"] + label.error,
input[type="tel"] + label.error,
input[type="password"] + label.error,
input[type="email"] + label.error,
input[type="number"] + label.error,
select:not(.select2) + label.error,
textarea + label.error {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  background: #F9556F;
  color: #FFF;
  border-radius: 20px;
  padding: 4px 16px;
}
input[type="text"] + label.error::before,
input[type="search"] + label.error::before,
input[type="tel"] + label.error::before,
input[type="password"] + label.error::before,
input[type="email"] + label.error::before,
input[type="number"] + label.error::before,
select:not(.select2) + label.error::before,
textarea + label.error::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 7px solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 7px solid #F9556F;
  left: 0;
  right: 0;
  top: -14px;
  margin: auto;
}

.form-group {
  margin-bottom: 32px;
}
.form-group.row .row &gt; [class*="col-"] {
  margin-bottom: 8px;
}
.form-group.row .row &gt; [class*="col-"] &gt; .select {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.form-group.row .row &gt; [class*="col-"]:last-child {
  margin-bottom: 0;
}
.form-group:last-child {
  margin-bottom: 0;
}
.form-group label {
  display: block;
  font-size: 14px;
  line-height: 24px;
}
.form-group input,
.form-group .select {
  width: 100%;
}
.form-group .text {
  line-height: 54px;
}
.form-group textarea {
  width: 100%;
  display: block;
  height: 220px;
}
.form-group.has-error input {
  border: 2px solid #F9556F;
}

.input-lg input,
.input-lg select,
.input-lg textarea {
  height: 54px;
  padding: 12px 24px;
  border: 0 !important;
}

.select {
  position: relative;
  display: block;
  overflow: hidden;
  height: 56px;
  border: 2px solid #EAE6E2;
  border-radius: 5px;
}
.select:after {
  position: absolute;
  content: "";
  right: 16px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
  z-index: 9;
  top: 0;
  bottom: 0;
  margin: auto;
}
.select select {
  padding-top: 0;
  padding-bottom: 0;
  width: 120% !important;
  border: 0;
}
.select select option {
  background: #FFF;
  color: #7D8A94;
}
.select.input-lg {
  height: 56px;
}
.select.round-select {
  border: 0;
  border-radius: 50px;
  box-shadow: 0 2px 8px 0 rgba(182, 182, 182, 0.4);
  background-color: #ffffff;
}
.select.round-select select {
  background-color: #ffffff;
}

.input-group {
  display: table;
  width: 100%;
  border-collapse: separate;
}
.input-group .action,
.input-group .action &gt; .btn {
  min-width: 0;
  width: 88px;
}
.input-group .action &gt; .btn {
  line-height: 52px;
}
.input-group .action.capcha {
  width: 144px !important;
}
.input-group .action.capcha img {
  width: auto;
  max-width: 100%;
  height: 54px;
}
.input-group.search-box {
  position: relative;
  width: 100%;
  max-width: 762px;
}
.input-group.search-box .input input {
  background: #FFFFFF;
  box-shadow: 0 0 6px 0 rgba(182, 182, 182, 0.57);
  border-radius: 32px;
}
.input-group.search-box .input input::placeholder {
  font-size: 16px;
}
.input-group.search-box .action {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 40px;
  text-align: right;
}
.input-group.search-box .action button {
  border: 0;
  background: none;
}
.input-group.search-box form {
  width: 100%;
}
.input-group.search-box form input {
  padding-right: 56px;
}
.input-group.multi-input {
  display: flex;
  margin-top: 10px;
}
.input-group.multi-input input {
  flex: 1;
  border-radius: 5px;
  border-right: 1px solid #D7E4E4;
}
.input-group.multi-input .input-short {
  width: 30%;
  max-width: 200px;
  flex: none;
}
.input-group.multi-input .text {
  display: table-cell;
  padding: 0 16px;
  line-height: 48px;
  font-size: 24px;
  color: #858480;
  text-align: center;
}
.input-group.multi-input .text:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 2px;
  background: #EAE6E2;
  vertical-align: middle;
}
.input-group &gt; * {
  display: table-cell;
  vertical-align: top;
}
.input-group input,
.input-group .select {
  width: 100%;
  border-radius: 5px 0 0 5px;
  margin: 0;
  font-size: 16px;
  border: 2px solid #EAE6E2;
  border-right: 0;
}
.input-group .action {
  min-width: 60px;
}
.input-group .action &gt; button {
  margin: 0;
  width: auto;
  height: 54px;
  line-height: 54px;
  font-size: 16px;
  padding: 0 16px;
  border-width: 2px;
  border-radius: 0 5px 5px 0;
}

@media screen and (min-width: 769px) {
  .form-group.row &gt; label {
    font-size: 1em;
    padding-top: 15px;
  }
  .form-group.row &gt; label + [class*="col-"].pt-1 {
    padding-top: 16px !important;
  }
}
@media screen and (max-width: 767px) {
  .input-group {
    display: flex;
  }
  .input-group .select {
    height: 46px;
    flex: 1;
  }
}
.switch,
.checkbox,
.radio {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 8px;
}
.switch input,
.checkbox input,
.radio input {
  display: none;
}
.switch input + label,
.checkbox input + label,
.radio input + label {
  position: relative;
  padding-left: 30px;
  display: block;
  font-size: 1em;
  width: 100%;
  line-height: 24px;
}
.switch input + label:before,
.checkbox input + label:before,
.radio input + label:before {
  content: "";
  position: absolute;
  color: transparent;
  width: 24px;
  height: 24px;
  border: 2px solid #EAE6E2;
  background: #F9F8F7;
  left: 0;
  margin: auto;
  border-radius: 5px;
}

.radio-labels,
.check-labels {
  margin-bottom: 64px;
}
.radio-labels .checkbox,
.radio-labels .radio,
.check-labels .checkbox,
.check-labels .radio {
  height: 40px;
  line-height: 40px;
  margin-bottom: 16px;
  margin-right: 12px;
}
.radio-labels .checkbox label,
.radio-labels .radio label,
.check-labels .checkbox label,
.check-labels .radio label {
  display: block;
  height: 40px;
  line-height: 36px;
  font-size: 16px;
  padding: 0 32px;
  border: 1px solid #D7E4E4;
  border-radius: 20px;
  transition: all 0.3s ease;
}
.radio-labels .checkbox label::after, .radio-labels .checkbox label::before,
.radio-labels .radio label::after,
.radio-labels .radio label::before,
.check-labels .checkbox label::after,
.check-labels .checkbox label::before,
.check-labels .radio label::after,
.check-labels .radio label::before {
  border: 0;
  display: none;
}
.radio-labels .checkbox label:hover, .radio-labels .checkbox label:focus,
.radio-labels .radio label:hover,
.radio-labels .radio label:focus,
.check-labels .checkbox label:hover,
.check-labels .checkbox label:focus,
.check-labels .radio label:hover,
.check-labels .radio label:focus {
  box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.2);
}
.radio-labels .checkbox input:checked + label,
.radio-labels .radio input:checked + label,
.check-labels .checkbox input:checked + label,
.check-labels .radio input:checked + label {
  color: #FFF;
  background: #00A94F;
  border: 1px solid #00A94F;
}

.checkbox input + label::before {
  content: "";
  font-family: "icomoon";
  font-size: 20px;
  line-height: 20px;
}
.checkbox input:checked + label:before {
  background: #00A94F;
  border-color: #00A94F;
  color: white;
}
.checkbox input[disabled] + label::before {
  background: #E1E4E9;
  border-color: #E1E4E9;
}
.checkbox input[disabled]:checked + label::before {
  color: #AEB6BD;
  background: #E1E4E9;
  border-color: #E1E4E9;
}

.radio {
  margin-right: 40px;
}
.radio input + label::before {
  border-radius: 50%;
  border-width: 2px;
  width: 24px;
  height: 24px;
}
.radio input:checked + label:before {
  border: 2px solid #00A94F;
}
.radio input:checked + label:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: #00A94F;
  color: white;
  border-radius: 50%;
  left: 5px;
  top: 5px;
  margin: auto;
}
.radio input[disabled]:checked + label::before, .radio input[disabled] + label::before {
  border-color: #E1E4E9;
}
.radio input[disabled]:checked + label::after {
  background-color: #E1E4E9;
}

.checkbox-grid,
.radio-grid {
  padding-top: 12px;
}
.checkbox-grid .checkbox,
.checkbox-grid .radio,
.radio-grid .checkbox,
.radio-grid .radio {
  margin-right: 0;
  margin-bottom: 24px;
}

.switch input + label {
  padding-left: 52px;
}
.switch input + label::before {
  width: 46px !important;
  height: 28px !important;
  border: 0;
  border-radius: 50px;
  background: #AEB6BD;
}
.switch input + label::after {
  content: "";
  top: 2px !important;
  position: absolute;
  width: 24px !important;
  height: 24px !important;
  top: 0px;
  left: 2px;
  display: block;
  border-radius: 50px;
  background: white;
  transition: all 0.3s ease;
}
.switch input:checked + label::before {
  background: #00A94F;
}
.switch input:checked + label::after {
  transform: translateX(12px);
}
.switch input:disabled + label::before {
  background: #E1E4E9;
}

@media screen and (max-width: 767px) {
  .check-labels,
  .radio-labels {
    padding-left: 20px;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 16px;
    margin-bottom: 32px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .check-labels .radio input + label:before, .check-labels .radio input + label:after,
  .check-labels .checkbox input + label:before,
  .check-labels .checkbox input + label:after,
  .radio-labels .radio input + label:before,
  .radio-labels .radio input + label:after,
  .radio-labels .checkbox input + label:before,
  .radio-labels .checkbox input + label:after {
    display: none !important;
  }

  .radio input + label,
  .checkbox input + label {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .banner {
    z-index: 2 !important;
  }
  .banner + .breadcrumb-container {
    z-index: 0;
  }

  .breadcrumb-container + .banner {
    position: relative;
    margin-top: -50px;
    z-index: 0;
  }
}
ul.breadcrumb {
  position: relative;
  margin: 15px 0;
  line-height: 1;
  z-index: 9;background-color: #fff;
}
ul.breadcrumb li {
  display: inline-block;
  line-height: 1;
}
ul.breadcrumb li:after {
  content: "/";
  display: inline-block;
  margin-left: 5px;
  color: #7D8A94;
  vertical-align: middle;
}
ul.breadcrumb li:last-child:after {
  display: none;
}
ul.breadcrumb li &gt; a,
ul.breadcrumb li &gt; a:link,
ul.breadcrumb li &gt; a:visited {
  line-height: 1;
  font-size: 14px;
  display: inline-block;
  color: #7D8A94;
  cursor: pointer;
}
ul.breadcrumb li &gt; a:hover, ul.breadcrumb li &gt; a:focus,
ul.breadcrumb li &gt; a:link:hover,
ul.breadcrumb li &gt; a:link:focus,
ul.breadcrumb li &gt; a:visited:hover,
ul.breadcrumb li &gt; a:visited:focus {
  color: #000;
}
ul.breadcrumb li.active &gt; a:link, ul.breadcrumb li.active &gt; a:visited {
  color: #000;
}

@media screen and (max-width: 767px) {
  ul.breadcrumb {
    display: none;
  }
}
section {
  padding-top: 10px;
  margin-bottom: 10px;
}
section.hot-event h4.with-green-decoration {
  text-align: left;
  line-height: 36px;
  font-weight: bold;
}
section.hot-event h4.with-green-decoration::before {
  content: "";
  float: left;
  width: 8px;
  height: 36px;
  border-radius: 5px;
  background: #00A94F;
  margin-right: 8px;
}
section.hot-event::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 320px;
  display: block;
  background: linear-gradient(307deg, #6bca50, #099e69);
  bottom: 0;
}
section.is-relax {
  padding-top: 24px;
  padding-bottom: 24px;
}
section.ad {
  padding-top: 48px;
  padding-bottom: 64px;
}
section.application-section img.application-image {
  max-width: none;
}
section.sales-section::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 360px;
  opacity: 0.8;
  top: 98px;
  background: #E6E6E6;
  background-image: linear-gradient(-58deg, #5ec54e 14%, #30a75b 86%);
  z-index: 0;
}
section.sales-section &gt; * {
  position: relative;
  z-index: 1;
}
section.sales-section .sales-container {
  padding-top: 90px;
}
section.sales-section h1.sales-title {
  color: #FFF;
  font-weight: 400;
  text-align: center;
  margin-top: 0;
}
section.sales-section h1.sales-title .select {
  width: 240px;
  margin-left: 32px;
  margin-right: 32px;
}
section.sales-section h1.sales-title &gt; * {
  vertical-align: middle;
}
section.empty-section {
  padding-bottom: 0;
  margin-bottom: 0;
  overflow: hidden;
}
section.empty-section .bg {
  float: right;
}
section.empty-section .main-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  margin: auto;
}
section.recommand-section {
  margin-bottom: 0;
  padding-bottom: 135px;
}
section.recommand-section .section-title {
  margin-bottom: 48px;
}
section.recommand-section img.bg {
  position: absolute;
  right: 0;
  bottom: 0;
}
section.faq {
  background: #F9F8F7;
}
section.faq .bg {
  position: absolute;
  width: 100%;
  height: calc(100% + 148px);
  display: block;
  overflow: hidden;
  top: -148px;
}
section.document {
  margin-bottom: 0;
  padding-bottom: 160px;
}
section.document .document-items .radio {
  margin-bottom: 32px;
}
section.document ul {
  list-style: disc;
  padding-left: 20px;
}
section.document .download-block {
  background-color: #F9F8F7;
  border-radius: 10px;
  padding: 24px 24px 24px 32px;
  margin-bottom: 16px;
}
section.document .download-block .btn {
  margin: 10px 0;
}
section.document .download-block h4 {
  margin-top: 0;
  margin-bottom: 16px;
}
section.document .download-block a {
  font-size: 16px;
  margin-right: 32px;
}
section.document table.table {
  border-bottom: 1px solid #D7E4E4;
  margin-bottom: 56px;
}
section.document table.table tr &gt; td:first-child {
  text-align: left;
}
section.document table.table tr &gt; th,
section.document table.table tr &gt; td {
  text-align: center;
  vertical-align: middle;
}
section.document .bg {
  position: absolute;
  top: auto;
  bottom: 0;
  max-width: none;
  left: auto;
  right: 0;
  margin: 0;
  z-index: 0;
}
section.document .document-section {
  display: none;
}

@media screen and (min-width: 768px) {
  section.recommand-section {
    padding-bottom: 135px;
  }
  section.recommand-section .section-title {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 767px) {
  section h1.section-title {
    font-size: 20px;
  }
  section.group-section {
    padding-bottom: 0;
  }
  section.recommand-section {
    margin-bottom: 0;
  }
  section.recommand-section img.bg {
    width: auto;
    height: 100px;
  }
  section.recommand-section img.main-line {
    position: absolute;
    bottom: 80px;
    right: 0;
    left: 0;
    height: 51px;
    margin: auto;
  }
  section.faq {
    margin-top: 20px;
  }
  section.sales-section .sales-container h1 &gt; .select {
    width: 80%;
    margin: 8px auto;
  }
  section.document .bg {
    height: 140px !important;
    left: -270px;
  }
}
.label {
  display: inline-block;
  font-size: 12px;
  padding-left: 14px;
  padding-right: 14px;
  color: #FFF;
  border-radius: 5px;
  margin-right: 8px;
  background: #F9F8F7;
}
.label.is-green {
  background: #8FD158;
}
.label.is-purple {
  background: #BE52F2;
}
.label.is-teal {
  background: #31b9ca;
}
.label.is-blue {
  background: #60B2F6;
}
.label.is-orange {
  background: #FCA832;
}
.label.is-red {
  background: #F9556F;
}

.labels .label,
.labels a.label:link {
  display: inline-block;
  background: #F9F8F7;
  padding: 9px 20px;
  font-size: 16px;
  border-radius: 30px;
  margin: 8px 0;
  text-align: left;
  color: #000;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  margin-right: 12px;
}
.labels .label &gt; *,
.labels a.label:link &gt; * {
  vertical-align: middle;
}
.labels .label span.text,
.labels a.label:link span.text {
  margin-right: 8px;
}
.labels .label.is-link,
.labels a.label:link.is-link {
  background: none;
  color: #00A94F;
  padding-left: 0;
  padding-right: 0;
  margin: 0 8px;
}
.labels .label:hover, .labels .label:focus,
.labels a.label:link:hover,
.labels a.label:link:focus {
  box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.2);
}
.labels .label:active,
.labels a.label:link:active {
  background: #E1E4E9;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2);
}
.labels .label.active,
.labels a.label:link.active {
  background: #00A94F !important;
  border-color: #00A94F !important;
  color: #FFF;
}
.labels .label.active[data-anchor],
.labels a.label:link.active[data-anchor] {
  color: #FCA832;
}
.labels .label.outline,
.labels a.label:link.outline {
  background: #FFFFFF;
  height: 40px;
  line-height: 40px;
  border: 1px solid #D7E4E4;
  border-radius: 25px;
  padding: 0 32px;
}
.labels .label[data-anchor]:hover, .labels .label[data-anchor]:focus, .labels .label.outline.selected,
.labels a.label:link[data-anchor]:hover,
.labels a.label:link[data-anchor]:focus,
.labels a.label:link.outline.selected {
  color: #FCA832;
}

@media screen and (max-width: 767px) {
  .labels {
    display: inline-block;
    width: 100%;
  }
  .labels.mobile-in-scroll {
    display: block;
    width: calc(100% + 40px);
    white-space: nowrap;
    margin-left: -20px;
    margin-right: -20px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 20px;
    -webkit-overflow-scrolling: touch;
  }
  .labels.mobile-in-scroll .label {
    float: none;
  }
  .labels .label {
    float: left;
    display: inline-block;
    clear: both;
  }
  .labels .label:not(.outline) {
    padding-left: 40px !important;
    line-height: 1.5;
  }
  .labels .label:not(.outline) i[class*="icon-"] {
    margin-left: -25px;
  }
  .labels &gt; .text {
    font-size: 14px;
    margin-right: 4px;
  }
  .labels &gt; .label.is-link,
  .labels &gt; a.label.is-link:link {
    float: none;
    font-size: 14px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 6px;
    margin-right: 6px;
  }
}
.ad.wide img {
  max-width: 100%;
}

.logo {
  display: inline-block;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  background: #FFF;
  z-index: 199;
  transform: translateY(0px);
  transition: transform 0.3s ease;
  box-shadow: 0 3px 4px 0 rgba(174, 182, 189, 0.48);
}
header .text-green {
  color: #00A94F !important;
}
header .icon-close {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAy1JREFUeAHtmb+P0zAUx5s2h0pBSG3p1j+AhQFWpCPSbWwncUI6sQI7A+vdnwEjEuoAOxJIMDIyAoIyXRZatROilRqpfB+KUdS4iWM/J8uL5Dp17Pfe9+MfcZJWSw4hIASEgBAQAkJACAgBISAEhIAQEAJWBEaj0VWrhpaNoigKx+PxZcvmfM2Gw+GNfr//GWk7GAwukN/js563tN1uA/g5R/oDXwnyiSuITt6NeUm3232P2rfSFteQP+j1et9Wq9UXcytmNUk8gL9A/hQtDpDaSDc3m01rvV5/NLOSr0VGrI502CvxykaIACfomRNVwJFnxD/S2DvUlBkXWQOYz+e/gyCINZ5YIZSIbyGGr5oYjIusAZAHBPcEWaLxxgLBQHzc6XTONP6Ni5zWAMy9HzTn4e0YaRcm/T+2XRNS8c+RP9apodEXhmGEkXihu25a5gSAnNCCxw3BVPxsNvtpKnRfPWcA3BDqFE+xswDgglC3eFYArhBS8XSfL5zzHMOeYlUH2whQBm3WhIx43X2ebnX/Fjxu8RQzOwAyWgVCk+Ip1oB+fB20I4TACeyHGh8JevYhyo9Qp/aeV/F4BUBOSiCoOHK5z2GfdeZlCmQdlEyHbNX/53WJJ4feAZCTKhDqFF8bgAyE7zi/T/91B8T/wvb20Mdqr/NHZbv79331nMtptYeRoyJDqDNMkuR2UR3ua7VMARKfvszQrvYZUU4PUBk7xqfeAVQQr4KuFYJXAGXiac5DdRdpdyrWBmHXseoF59xAPG1v7wDCKZx5e6lSJsTLCDAUH9FqX3KL9D4S2AFUEa96p0kIrABsxDcNgQ2Ai/gmIbAA4BDfFARnAJzim4DgBMCH+LohOL0PwLP+OSBoP0xwPdWVvE+glyp3l8vlJwWuam69EaJP1HD2TOeQSzzZhrg3JZslbQy6uHRl1gCm0+kBev/SrlFO8cp2EQT4u6Lq2eTWAOI4XsH566xTH+KV/X0Q4POlqmOTOy2CeMR9S9/ncSCO4B0+VJ66fqsrEpHuGD+gznWC3W63zxaLxauiNnJNCAgBISAEhIAQEAJCQAgIASEgBISAEMgR+AvKzEXg6aN6rQAAAABJRU5ErkJggg==") center no-repeat;
  background-size: contain !important;
}
header .icon-menu {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAAOZJREFUaAXtmLENwjAQRQMNDcyQRchKzMFO0EHBJCxAGir4JyhiYymhCPpG76RTcpYVPb/YiuOmITCAAQxgAAMY8DLQCuegvCsfJhkswRRso3FUDxfwnCMGkcQiqV7FTZd1od2hqRfEZgiyHBbv+0uhzaVpElvMs6rXgIttODCAAQxUYKD0JQ7srbJTrqIwiNgLnZTnKSw7dcr3IC51sI3GVT1cgHOOYEuitBdKOrgXpQHsjaE/2P5yERu/ANAwgAEM1GCgFWTVP/UcbM04zTjYyre3v6q/OtydcQbwaAxgAAMYMDPwBPAuQVrnK0Y0AAAAAElFTkSuQmCC") center no-repeat;
  background-size: contain !important;
}
header .icon-phone {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAZ9JREFUSA3tlM8rRVEQx5/fKxQ9kYUoInZsFEkpIgsrJRFlY6PYKH+BbCwoJf4AGzslW1GSCPmRWEhsWIls5POte06n2/Heu++95Zv6NHPmzJnpzpxzY7GcJOlAwT/7cfyLMArf8ARZkzoyHcFtoB/RU5AVKSPLIZxCMxTBOmStyHyQrB1tpBDDFOk2znT1Ngf3PIdL8J3DimcvoSs/tPvFWsnC0oND7ct42DMkUb+rwUg/xj3sgq+4ifPq8BfsE/ULE060imkOW/Dj+NM2Vzl5CeVBhmK05qKb1RD4MlJNnH4Ad6D1rE9AV1jvRKJ2zcIydEEkmSNasxh2TrVgn8EFjIBmohitpd22skws+oXsgFrV4YTWYpvEd9h9oC/ZABWZhJSlisgDuIZO55RetxL1hnymiOt3QvxmJW4N+AYG/SHWq8LHoEJWwtfUbgTGO3oMVGANNkFt8kkjzgp4820m82km03AFatkCuIXaWOsC6JbFwUqetVIzaghbggHQ17/AB+iGvcI4PIOVqAXMQRUaglYoBd02vfRPyEm0DvwBR6hHCRbjMsAAAAAASUVORK5CYII=") center no-repeat;
  background-size: contain !important;
}
header .icon-arrow-right {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAaCAYAAACtv5zzAAAAAXNSR0IArs4c6QAAAj5JREFUSA3NVr+L1EAU/l6yh79QOUVsFAsRRFAbxUK08E5PRbnsZrP+KmwEwfLA3srOP0OETTYbRMU7r/AQQbQ50EoQGxvBQzkEldtk/JLdhCy33k6yVzjF5L2Zed838703Q4D/qvnVnWg6m4rsydBe7E6fQkd9glp5j1Ztn26cPkEkD6DUdkDtRyd6Bc8+oEOiT2DiPiArXVC1F1G4QLkODSORYQv65r3py4jgQmFDb/wbRM6iESz2rcs5xQjiQNc6R4KAcqXJ/k6S8yR5m8PNTH2J0hAnmIPgIkF/9obGmZd5xEUwoBUniEGc4CVETdFaTjAVtvJUz9GyJxM/1xWXKBfMcj2OTjjLIZ4iab8hZh0N/2nP52FHbX71KO/HC+ZkVxeKlWbiGupBK/YF6p4Bd/EWj7i7PJeKy/VqFi8SMkc34bQfCi/MCYSdN9nkehkiv4CxPeWSrLuJSkcqsA+/o0R3RpJIcJA5uJLxxhIBt1FrL42eZM8+wmdjvi/Jhtyg/m5MWMlYyxiefYzgswTfkYQL/gBGA47/OIUrf4JW7STvwDMCbeuCM6kCi5dwLgWPv+UImtUzUFG8yy0JWPJsyCU02guJn+vMnK1nutYFShKDb04CRH7ANKao+etBAMXK1LOs5CUFNvbAlwg+Adv/5z3Sl6hZqwPhIxKkhfEVY8YkS/HDoJ2nY+ni1F/jG93NwEW+oCITBP+4RkAypS+RacwwYpll8ZlPwGkd8GHkq+efXB8v+tuyGmSdR/4CZWSfpYd+CHgAAAAASUVORK5CYII=") center no-repeat;
  background-size: contain !important;
}
header .icon-search {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAA5ZJREFUaAXtmE2ITmEUx19EzULNSGLGaqKoERMzimEx+WhiYWFjYyOJlaGQ2ZANCyJiZWE2tpTZjLGQMuXbQhNjrFAmMVhIjY/fP26dznvvvM+9731r3tx//Ztznvuc85zzPOf5eKdUKlDMQDEDxQwUM/A/z8CMHJNfhK/NcD1shgtgI/wMP8D38B4cguMwF+SRQBeR9ML2FBE9oO85qL9VoZoEWhn5BFQCWXEHw5PwbVYHWRPYyIAX4dysAxs7ldh+mGk1siSwi8FOwZnQ4jeKgrgNH0LV/QRsggthJ9wCV0OPSRqOwBv+Q966Zv41fON4DX05DMFKOl2H3sdL2jpCHGTto5p/Du3Ao+i7Mzrch92Y8/cIvSWNv1kpOl+g71LT/yfyXnjTtKURH9NZq9kDo1JuQNYRPABzhU4aO/OSs868D+xAjO9VvlOS7jdiUr9e90EXUr9ry6pexvCJMz7k9EQ1JAHdsO3Gg06b00bPQ/T+1uFUt3hFhCSg54GFjsoR25CDrM37wvhRXN1GTxRDEtDbxkLnfC0w6Jxq31VESAI6FSx0SdUCWgULlW5FhCSgV6WFbthawPv148aOGZKA30wTsZ6qb/R+m0JchiSgx5ZFkGNrECh7v19D7EIS8Eurh1kt4P1+ChkkJAH9krLotEqO8lrnS8+MighJQLeuhb8X7Ldq5E3OeNjpsWpIAkPOcg26nsR5QjfvMuPwF/J9oyeKIQmMY+3P/mOJHtN/0Ev0qDPTZen3nuvyVw1JQD3POmvVq97zeUAPtxXO0VWnJ6qhvwfe4aENthpPemJoo42atrTiTgz6nNEt9NwT0BhP4Q7YIAVo6XvgJPQlRtOUkO1h6IP/Qtse+B0GIXQF5EwXyzOoJKLSUyDagBugfuT4I5emMqj/Jbi97EupNIc2vUpfxXyLbVIAaaEEzsDZMYYafBDqYaZNqFtcN6wuKe0bHcH2tEEtg06gg1ClVBFZEpDTDngFzpNSJVQ2+v9StKpyF5xEmhKS4wgqlQHYDJdEjRn+apZV81q5rTCaUP2VrrKcspyyJoDf0jeoJO7CFrgYRgEgJkKzqzI7DnXaaMMqSAUbl8QY7YknXciA2AehkV7dsAvqx4je86p/bX49zHTkDkPdsNofcdDGPg9tOf1A1yHxEdYFlISS1YpEbKuLyE2Q25BH/iXQz1+7Iqbb9BbnE55mvi6Dn95TW0RXzEAxA/nNwB+0DJ1hU6UTzgAAAABJRU5ErkJggg==") center no-repeat !important;
  background-size: contain !important;
}
header *[class*="icon-"]::before {
  display: none;
}
header *[class*="icon-"].i-20 {
  width: 20px !important;
  height: 20px !important;
}
header *[class*="icon-"].i-24 {
  width: 24px !important;
  height: 24px !important;
}
header *[class*="icon-"].i-48 {
  width: 48px !important;
  height: 48px !important;
}
header .btn {
  font-size: 1em;
  padding: 0 28px;
  display: inline-block;
  height: 48px;
  line-height: 44px;
  margin-top: 10px;
  margin-bottom: 10px;
  min-width: 320px;
  max-width: 100%;
  text-align: center;
  text-decoration: none;
  border: 2px solid transparent;
  white-space: nowrap;
  border-radius: 5px;
  cursor: pointer;
  box-sizing: border-box;
}
header .btn + .btn {
  margin-left: 10px;
}
header .btn i[class*="icon-"] {
  vertical-align: middle;
}
header .btn:active, header .btn.is-open, header .btn.is-open:hover, header .btn.is-open:focus, header .btn.active, header .btn.active:hover, header .btn.active:focus {
  opacity: 1;
  box-shadow: 0 0 0 0 transparent !important;
  color: #027638 !important;
  background-image: linear-gradient(307deg, #6bca50, #099e69) !important;
}
header .btn[disabled], header .btn.disabled {
  cursor: default !important;
  background: #E1E4E9 !important;
  color: #AEB6BD !important;
  box-shadow: none !important;
  border: 0 !important;
}
header .btn.btn-outline {
  text-decoration: none;
  border: 2px solid #00A94F;
  color: #00A94F;
  line-height: 44px;
  background: #FFFFFF;
}
header .btn.btn-round {
  min-width: 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-clip: padding-box;
}
header .btn.btn-round.btn-primary {
  box-shadow: 0 3px 10px 0 rgba(131, 208, 122, 0.5), 0 10px 20px 0 rgba(160, 230, 173, 0.49);
}
header .btn.btn-primary &gt; a {
  color: #FFF;
  text-decoration: none;
}
header .btn.btn-primary &gt; a {
  color: #FFF !important;
}
header .btn.btn-primary {
  color: #FFF;
  text-decoration: none;
  background: #63BC55;
  background-image: linear-gradient(307deg, #6bca50, #099e69);
  border: 0;
  vertical-align: top;
  box-shadow: inset 0 -4px 0 0 rgba(94, 134, 96, 0.3) !important;
}
header .btn.btn-primary.btn-flat {
  background: #00A94F;
  border-radius: 0;
  box-shadow: none;
}
header .btn.btn-primary:hover, header .btn.btn-primary:focus, header .btn.btn-primary.hover {
  color: #FFF;
  background: #63BC55;
  background-image: linear-gradient(307deg, #6bca50, #099e69);
  opacity: 0.8;
}
header.slide-out {
  transform: translateY(-120px);
}
header.compact {
  transform: translateY(-50px);
}
header.cross-brand .divider {
  top: 4px;
}
header.cross-brand .d-flex {
  border-bottom: 0;
  justify-content: normal;
}
header .logo {
  vertical-align: top;
  margin-right: 20px;
  margin-top: 17px;
  margin-bottom: 10px;
}
header &gt; .d-flex:first-child &gt; .container {
  position: static;
  padding-right: 48px !important;
}
header .container {
  /*max-width: 1440px !important;*/
}
header .container::before, header .container::after {
  display: none !important;
}
header .nav-left {
  display: flex;
  align-items: center;
  align-content: center;
}
header .nav-left .site-name {
  padding-left: 12px;
}
header .nav-left .divider {
  height: 24px;
}
header a.nav-item,
header a.nav-item:link {
  text-decoration: none;
  font-weight: 400;
  color: #858480;
  letter-spacing: 0;
}
header a.nav-item span.new,
header a.nav-item:link span.new {
  display: inline-block;
  background: #F9556F;
  color: #FFF;
  border-radius: 5px;
  padding: 0 6px;
  font-size: 10px;
  font-weight: bold;
  height: 15px;
  line-height: 15px;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -3px;
}
header a.nav-item .round-icon,
header a.nav-item:link .round-icon {
  position: relative;
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
  display: inline-block;
  margin-left: 9px;
  background: #F0F1F3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
}
header a.nav-item .round-icon &gt; *,
header a.nav-item:link .round-icon &gt; * {
  position: absolute;
  width: 20px;
  height: 20px;
  top: -100%;
  left: -100%;
  right: -100%;
  bottom: -100%;
  margin: auto;
}
header a.nav-item *,
header a.nav-item:link * {
  vertical-align: sub;
}
header .d-flex {
  position: relative;
  justify-content: space-between;
  border-bottom: 2px solid #00A94F;
}
header .d-flex + .d-flex {
  border-bottom: 0;
}
header .d-flex .nav-right {
  float: right;
  font-size: 14px;
}
header .d-flex .nav-right a.nav-item,
header .d-flex .nav-right a.nav-item:link {
  padding-top: 8px;
  padding-bottom: 8px;
}
header .d-flex .nav-right a.nav-item.search-trigger,
header .d-flex .nav-right a.nav-item:link.search-trigger {
  padding-top: 5px;
  padding-bottom: 5px;
}
header .d-flex .nav-right .divider {
  height: 12px;
}
header .d-flex .divider {
  vertical-align: middle;
  display: inline-block;
  width: 1px;
  height: 24px;
  margin: 0;
  border: 0;
  background: #D8D8D8;
  margin-bottom: 0;
}
header .d-flex &gt; .container &gt; .d-flex {
  width: 100%;
  border-bottom: 0;
  justify-content: space-between;
}
header .d-flex .nav-right {
  display: flex;
  flex-direction: row;
  align-self: flex-end;
}
header .d-flex nav,
header .d-flex nav &gt; ul &gt; li {
  display: inline-block;
  vertical-align: bottom;
}
header .d-flex nav a.nav-item,
header .d-flex nav a.nav-item:link,
header .d-flex nav &gt; ul &gt; li a.nav-item,
header .d-flex nav &gt; ul &gt; li a.nav-item:link {
  width: 130px;
  text-align: center;
  font-size: 16px;
  height: 52px;
  line-height: 52px;
  padding-top: 0;
  padding-bottom: 0;
}
header .d-flex nav.dropdown,
header .d-flex nav &gt; ul &gt; li.dropdown {
  float: left;
  position: static;
}
header .d-flex nav.dropdown .dropdown-menu h4,
header .d-flex nav &gt; ul &gt; li.dropdown .dropdown-menu h4 {
  font-size: 20px;
}
header .d-flex nav.dropdown a.nav-item,
header .d-flex nav.dropdown a.nav-item:link,
header .d-flex nav &gt; ul &gt; li.dropdown a.nav-item,
header .d-flex nav &gt; ul &gt; li.dropdown a.nav-item:link {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #000;
  padding: 0 20px;
}
header .d-flex nav.dropdown a.nav-item:hover, header .d-flex nav.dropdown a.nav-item:focus, header .d-flex nav.dropdown a.nav-item.active,
header .d-flex nav.dropdown a.nav-item:link:hover,
header .d-flex nav.dropdown a.nav-item:link:focus,
header .d-flex nav.dropdown a.nav-item:link.active,
header .d-flex nav &gt; ul &gt; li.dropdown a.nav-item:hover,
header .d-flex nav &gt; ul &gt; li.dropdown a.nav-item:focus,
header .d-flex nav &gt; ul &gt; li.dropdown a.nav-item.active,
header .d-flex nav &gt; ul &gt; li.dropdown a.nav-item:link:hover,
header .d-flex nav &gt; ul &gt; li.dropdown a.nav-item:link:focus,
header .d-flex nav &gt; ul &gt; li.dropdown a.nav-item:link.active {
  color: #00A94F;
}
header .d-flex a.nav-item,
header .d-flex a.nav-item:link {
  display: block;
  padding: 16px 16px;
  color: #000;
  line-height: 1;
  vertical-align: bottom;
  transition: color 0.3s ease;
}
header .d-flex a.nav-item:hover, header .d-flex a.nav-item:focus,
header .d-flex a.nav-item:link:hover,
header .d-flex a.nav-item:link:focus {
  color: #00A94F;
}
header .d-flex .dropdown:hover, header .d-flex .dropdown:focus {
  opacity: 1 !important;
}
header .d-flex .dropdown:hover &gt; a, header .d-flex .dropdown:focus &gt; a {
  opacity: 0.87;
}
header .d-flex .dropdown:hover &gt; .dropdown-list, header .d-flex .dropdown:focus &gt; .dropdown-list {
  width: 160px;
  left: auto;
  right: 0;
}
header .d-flex .dropdown:hover &gt; .dropdown-menu,
header .d-flex .dropdown:hover &gt; .dropdown-list, header .d-flex .dropdown:focus &gt; .dropdown-menu,
header .d-flex .dropdown:focus &gt; .dropdown-list {
  display: block;
  opacity: 1;
  transform: translateY(0px);
}
header .d-flex .dropdown:hover &gt; .dropdown-menu ul,
header .d-flex .dropdown:hover &gt; .dropdown-list ul, header .d-flex .dropdown:focus &gt; .dropdown-menu ul,
header .d-flex .dropdown:focus &gt; .dropdown-list ul {
  padding-left: 0;
}
header .d-flex .dropdown:hover &gt; .dropdown-menu ul li.bg-gray,
header .d-flex .dropdown:hover &gt; .dropdown-list ul li.bg-gray, header .d-flex .dropdown:focus &gt; .dropdown-menu ul li.bg-gray,
header .d-flex .dropdown:focus &gt; .dropdown-list ul li.bg-gray {
  background: #F9F8F7;
  border-radius: 0 0 10px 10px;
}
header .d-flex button.search-trigger {
  border: 0;
  background: none;
  line-height: 1;
}
header .d-flex button.search-trigger:focus + .search-area {
  display: block;
}
header .d-flex .category {
  border: 0 !important;
  white-space: nowrap;
  display: inline-block;
  margin-right: 140px;
}
header .d-flex .category a.nav-item,
header .d-flex .category a.nav-item:link {
  display: inline-block;
  font-size: 14px;
  background: #F9F8F7;
  padding: 8px 23px 8px;
  border-radius: 5px 5px 0 0;
}
header .d-flex .category a.nav-item.active {
  position: relative;
  color: #FFF;
  background: #00A94F;
}
header .d-flex .btn.btn-primary {
  box-shadow: none !important;
}
header .d-flex .btn {
  height: 32px;
  font-size: 16px;
  line-height: 28px;
  padding: 0 25px;
  vertical-align: top;
}
header .d-flex .btn.login {
  line-height: 0;
  padding: 0 14px;
}
header .d-flex .btn.login &gt; a {
  line-height: 32px;
  margin-right: 4px;
}
header .d-flex .btn.login::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  vertical-align: top;
  margin-top: 12px;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  transform: rotate(45deg);
}
header .d-flex nav &gt; ul &gt; li.dropdown.is-open &gt; a.nav-item {
  color: #00A94F;
}
header .d-flex nav &gt; ul &gt; li.dropdown &gt; .dropdown-menu {
  left: 20px;
  right: auto !important;
  width: 948px;
  padding-bottom: 0;
}
header .d-flex nav &gt; ul &gt; li.dropdown &gt; .dropdown-menu .menu-content {
  height: 340px;
  padding: 24px 24px 10px;
  letter-spacing: 0;
}
header .d-flex nav &gt; ul &gt; li.dropdown &gt; .dropdown-menu .menu-content h4,
header .d-flex nav &gt; ul &gt; li.dropdown &gt; .dropdown-menu .menu-content p {
  margin-bottom: 20px;
}
header .d-flex nav &gt; ul &gt; li.dropdown &gt; .dropdown-menu .menu-content .link + .link {
  margin-left: 0 !important;
}
header .d-flex nav &gt; ul &gt; li.dropdown &gt; .dropdown-menu .menu-content a.item,
header .d-flex nav &gt; ul &gt; li.dropdown &gt; .dropdown-menu .menu-content a.item:link {
  display: block;
  color: #00A94F !important;
  margin: 8px 0;
}
header .d-flex nav &gt; ul &gt; li.dropdown &gt; .dropdown-menu .menu-content a.item *,
header .d-flex nav &gt; ul &gt; li.dropdown &gt; .dropdown-menu .menu-content a.item:link * {
  vertical-align: middle;
}
header .d-flex nav &gt; ul &gt; li.dropdown &gt; .dropdown-menu .menu-content &gt; .row {
  height: 100%;
}
header .d-flex nav &gt; ul &gt; li.dropdown &gt; .dropdown-menu .menu-content &gt; .row &gt; [class*="col-"] {
  padding-left: 25px;
  padding-right: 25px;
}
header .d-flex nav &gt; ul &gt; li.dropdown &gt; .dropdown-menu .menu-content &gt; .row &gt; [class*="col-"]::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #F0F1F3;
  right: -2px;
  opacity: 0.4;
}
header .d-flex nav &gt; ul &gt; li.dropdown &gt; .dropdown-menu .menu-content .row &gt; [class*="col-"]:last-child::after {
  display: none;
}
header .d-flex nav &gt; ul &gt; li.dropdown &gt; .dropdown-menu .menu-content .event-img {
  position: absolute;
  bottom: 0;
  width: calc(100% - 50px);
}
header .d-flex nav &gt; ul &gt; li.dropdown &gt; .dropdown-menu .menu-content .event-img img {
  max-width: 100%;
}
header .d-flex nav &gt; ul &gt; li.dropdown &gt; .dropdown-menu .menu-content p.description {
  font-size: 16px;
}
header .d-flex nav &gt; ul &gt; li.dropdown &gt; .dropdown-menu .menu-content .row.category-grid [class*="col"] {
  text-align: center;
  padding: 10px;
}
header .d-flex nav &gt; ul &gt; li.dropdown &gt; .dropdown-menu .menu-content .row.category-grid [class*="col"] &gt; a {
  display: block;
  border-radius: 5px;
  padding: 14px 0;
}
header .d-flex nav &gt; ul &gt; li.dropdown &gt; .dropdown-menu .menu-content .row.category-grid [class*="col"] &gt; a:hover, header .d-flex nav &gt; ul &gt; li.dropdown &gt; .dropdown-menu .menu-content .row.category-grid [class*="col"] &gt; a:focus {
  background: #F9F8F7;
}
header .d-flex nav &gt; ul &gt; li.dropdown &gt; .dropdown-menu .menu-content .row.category-grid [class*="col"]:nth-child(3n+1)::after, header .d-flex nav &gt; ul &gt; li.dropdown &gt; .dropdown-menu .menu-content .row.category-grid [class*="col"]:nth-child(3n+2)::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #F0F1F3;
  right: -2px;
  opacity: 0.4;
}
header .d-flex nav &gt; ul &gt; li.dropdown &gt; .dropdown-menu .menu-content .row.category-grid [class*="col"] h4 {
  color: #000;
  margin: 0px;
}
header .d-flex nav &gt; ul &gt; li.dropdown &gt; .dropdown-menu .menu-content .row.category-grid [class*="col"] p.description {
  margin: 0;
}
header .d-flex nav &gt; ul &gt; li.dropdown &gt; .dropdown-menu .menu-content .row.category-grid [class*="col"] p.description .hashtag {
  font-size: 14px;
  color: #5B616F;
  margin: 4px;
}
header .d-flex nav &gt; ul &gt; li.dropdown &gt; .dropdown-menu .menu-content .row.category-grid:before {
  content: "";
  position: absolute;
  height: 4px;
  width: calc(100% - 20px);
  top: 0;
  bottom: 0;
  margin: auto;
  background: #F0F1F3;
  border-radius: 4px;
  opacity: 0.4;
}
header .d-flex nav &gt; ul &gt; li.dropdown &gt; .dropdown-menu .menu-content h4 {
  margin-top: 0;
  font-weight: bold;
}
header .d-flex nav &gt; ul &gt; li.dropdown &gt; .dropdown-menu .menu-content p.meta {
  margin-top: 0;
  margin-bottom: 10px;
}
header .d-flex nav &gt; ul &gt; li.dropdown &gt; .dropdown-menu .menu-content p.meta a.item,
header .d-flex nav &gt; ul &gt; li.dropdown &gt; .dropdown-menu .menu-content p.meta a.item:link {
  font-size: 16px;
  line-height: 1;
  padding: 4px 0;
}
header .d-flex nav &gt; ul &gt; li.dropdown &gt; .dropdown-menu .menu-content p.meta a.item:focus, header .d-flex nav &gt; ul &gt; li.dropdown &gt; .dropdown-menu .menu-content p.meta a.item:hover, header .d-flex nav &gt; ul &gt; li.dropdown &gt; .dropdown-menu .menu-content p.meta a.item:focus &gt; *, header .d-flex nav &gt; ul &gt; li.dropdown &gt; .dropdown-menu .menu-content p.meta a.item:hover &gt; *,
header .d-flex nav &gt; ul &gt; li.dropdown &gt; .dropdown-menu .menu-content p.meta a.item:link:focus,
header .d-flex nav &gt; ul &gt; li.dropdown &gt; .dropdown-menu .menu-content p.meta a.item:link:hover,
header .d-flex nav &gt; ul &gt; li.dropdown &gt; .dropdown-menu .menu-content p.meta a.item:link:focus &gt; *,
header .d-flex nav &gt; ul &gt; li.dropdown &gt; .dropdown-menu .menu-content p.meta a.item:link:hover &gt; * {
  opacity: 0.87;
  color: #00A94F !important;
  text-decoration: none !important;
}
header .d-flex nav &gt; ul &gt; li.dropdown &gt; .dropdown-menu .menu-content .btn {
  margin: 0;
  width: 120px;
  text-align: left;
}
header .d-flex nav &gt; ul &gt; li.dropdown &gt; .dropdown-menu .menu-content .btn i {
  float: right;
}
header .d-flex nav &gt; ul &gt; li.dropdown &gt; .dropdown-menu .menu-content img.bg-image {
  position: absolute;
  right: 10px;
  bottom: 0px;
}
header .d-flex nav &gt; ul &gt; li.dropdown &gt; .dropdown-menu .menu-content .social-links {
  margin: 8px 0 0;
  width: 100%;
  display: table;
  table-layout: fixed;
}
header .d-flex nav &gt; ul &gt; li.dropdown &gt; .dropdown-menu .menu-content .social-links &gt; * {
  display: table-cell;
  text-align: center;
}
header .d-flex nav &gt; ul &gt; li.dropdown &gt; .dropdown-menu .menu-content ul {
  margin-left: 15px;
  margin-top: -7px;
  padding: 0;
}
header .d-flex nav &gt; ul &gt; li.dropdown &gt; .dropdown-menu .menu-content ul li &gt; a.nav-item {
  width: 100%;
  position: relative;
  height: 36px;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  padding: 0;
  text-align: left;
}
header .d-flex nav &gt; ul &gt; li.dropdown &gt; .dropdown-menu .menu-content ul li &gt; a.nav-item:focus {
  position: relative;
}
header .d-flex nav &gt; ul &gt; li.dropdown &gt; .dropdown-menu .menu-content ul.green-arrow li &gt; a.nav-item {
  margin: 0;
  color: #000000;
}
header .d-flex nav &gt; ul &gt; li.dropdown &gt; .dropdown-menu .menu-content ul.green-arrow li &gt; a.nav-item::before {
  content: "";
  font-family: "icomoon";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  width: 14px;
  height: 14px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAaCAYAAACtv5zzAAAAAXNSR0IArs4c6QAAAj5JREFUSA3NVr+L1EAU/l6yh79QOUVsFAsRRFAbxUK08E5PRbnsZrP+KmwEwfLA3srOP0OETTYbRMU7r/AQQbQ50EoQGxvBQzkEldtk/JLdhCy33k6yVzjF5L2Zed838703Q4D/qvnVnWg6m4rsydBe7E6fQkd9glp5j1Ztn26cPkEkD6DUdkDtRyd6Bc8+oEOiT2DiPiArXVC1F1G4QLkODSORYQv65r3py4jgQmFDb/wbRM6iESz2rcs5xQjiQNc6R4KAcqXJ/k6S8yR5m8PNTH2J0hAnmIPgIkF/9obGmZd5xEUwoBUniEGc4CVETdFaTjAVtvJUz9GyJxM/1xWXKBfMcj2OTjjLIZ4iab8hZh0N/2nP52FHbX71KO/HC+ZkVxeKlWbiGupBK/YF6p4Bd/EWj7i7PJeKy/VqFi8SMkc34bQfCi/MCYSdN9nkehkiv4CxPeWSrLuJSkcqsA+/o0R3RpJIcJA5uJLxxhIBt1FrL42eZM8+wmdjvi/Jhtyg/m5MWMlYyxiefYzgswTfkYQL/gBGA47/OIUrf4JW7STvwDMCbeuCM6kCi5dwLgWPv+UImtUzUFG8yy0JWPJsyCU02guJn+vMnK1nutYFShKDb04CRH7ANKao+etBAMXK1LOs5CUFNvbAlwg+Adv/5z3Sl6hZqwPhIxKkhfEVY8YkS/HDoJ2nY+ni1F/jG93NwEW+oCITBP+4RkAypS+RacwwYpll8ZlPwGkd8GHkq+efXB8v+tuyGmSdR/4CZWSfpYd+CHgAAAAASUVORK5CYII=") center no-repeat;
  background-size: contain !important;
}
header .d-flex nav &gt; ul &gt; li.dropdown &gt; .dropdown-menu .menu-content ul.green-arrow li &gt; a.nav-item:hover, header .d-flex nav &gt; ul &gt; li.dropdown &gt; .dropdown-menu .menu-content ul.green-arrow li &gt; a.nav-item:focus {
  color: #00A94F;
}
header .d-flex nav &gt; ul &gt; li.dropdown &gt; .dropdown-menu .menu-content ul.gray-arrow li &gt; a.nav-item::before {
  content: "";
  font-family: "icomoon";
  position: absolute;
  top: 0;
  height: 0;
  left: -20px;
  width: 0;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  color: #858480;
}
header .d-flex nav &gt; ul &gt; li.dropdown &gt; .dropdown-menu .menu-action &gt; .more {
  display: block;
  text-align: center;
  padding: 10px 20px 12px;
  color: #00A94F;
  border-radius: 0 0 5px 5px;
  background: #F0F1F3;
}
header .d-flex nav &gt; ul &gt; li.dropdown &gt; .dropdown-menu .menu-action &gt; .more:focus {
  position: relative;
}
header .d-flex nav &gt; ul &gt; li.dropdown &gt; .dropdown-menu .menu-action &gt; .more &gt; * {
  vertical-align: middle;
}
header .d-flex nav &gt; ul &gt; li.dropdown &gt; .dropdown-menu .menu-action &gt; .more i[class*='icon-'] {
  margin-left: 9px;
}

.search-area {
  position: absolute;
  width: 100vw;
  background: #FFFFFF;
  border: 1px solid #D7E4E4;
  box-shadow: 0 28px 35px -15px #E8E9E9;
  left: 0;
  top: calc(100% + 2px);
  display: none;
  opacity: 0;
  padding: 20px 0;
  z-index: 99;
}
.search-area.open {
  display: block;
  animation: fade-in 0.5s 0.1s ease forwards;
}
.search-area .result {
  display: none;
}
.search-area .result .list {
  display: table;
  width: 100%;
}
.search-area .result .list .item {
  color: #000;
  height: 40px;
  font-size: 1em;
  font-weight: 400;
  line-height: 40px;
}
.search-area .result .list .highlight {
  font-weight: bold;
  line-height: 1;
  vertical-align: baseline;
}
.search-area .result .list .text {
  width: 100%;
  display: table-cell;
  margin-right: 60px;
  table-layout: fixed;
}
.search-area .result .list .extra {
  display: table-cell;
  table-layout: fixed;
  width: 60px;
}
.search-area .recommand {
  font-size: 14px;
  text-align: center;
}
.search-area .recommand .keyword {
  color: #00A94F;
  margin: 0 8px;
}
.search-area form.form {
  position: relative;
  display: block;
  padding: 36px 0 24px;
}
.search-area form.form input {
  width: 100%;
  max-width: 630px;
  display: block;
  border: 0;
  margin: auto;
  background: none !important;
  font-size: 36px;
  outline: none;
}
.search-area form.form input::placeholder {
  font-size: 36px;
  color: #AEB6BD;
}
.search-area form.form button {
  position: absolute;
  border: 0;
  min-width: 0;
  background: #FFF;
  color: #000;
  top: 0;
  height: 54px;
  width: auto;
  bottom: 0;
  margin: auto;
  right: 0;
}

header.mobile {
  border: 0;
  background: #FFF;
  box-shadow: none;
}
header.mobile .container {
  padding-right: 0 !important;
}
header.mobile .d-flex {
  border: 0;
  justify-content: initial;
}
header.mobile .d-flex .divider {
  margin: 0 16px;
}
header.mobile .logo {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}
header.mobile .container {
  height: 56px;
}
header.mobile .container a.nav-item {
  width: auto;
  margin-left: 0;
  color: #000;
}
header.mobile [class*="icon-"] {
  font-size: 24px;
}

.subnav {
  position: fixed;
  padding: 8px 0;
  background: #FFF;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1999;
  box-shadow: 0 0 0 0 rgba(221, 222, 223, 0.78);
  transform: translateY(-66px);
  transition: all 0.3s ease;
}
.subnav.slide-in {
  transform: translateY(0px);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
}
.subnav .container {
  display: flex;
}
.subnav .navbar-left {
  flex: 1;
}
.subnav .navbar-left a.nav-item:link,
.subnav .navbar-left .nav-item {
  display: inline-block;
  color: #000;
  margin: 0;
  padding: 14px 12px;
  line-height: 1;
  vertical-align: bottom;
  border-bottom: 4px solid transparent;
}
.subnav .navbar-left a.nav-item:link:first-child,
.subnav .navbar-left .nav-item:first-child {
  margin-left: 0;
}
.subnav .navbar-left a.nav-item:link.active,
.subnav .navbar-left .nav-item.active {
  border-bottom: 4px solid #00A94F;
}
.subnav .navbar-right .btn {
  min-width: 0 !important;
  width: 200px !important;
  margin: 0 0 0 16px;
}

@media screen and (max-width: 767px) {
  .subnav {
    top: 0;
    background: #FFF;
    transform: translateY(-80px);
  }
  .subnav &gt; .container {
    padding: 0 10px !important;
  }
  .subnav.sldie-in {
    transform: translateY(0px);
    box-shadow: 0 -4px 8px 0 rgba(221, 222, 223, 0.78);
  }
  .subnav .navbar-right {
    width: 100%;
  }
  .subnav .navbar-right .btn {
    float: left;
    width: calc(50% - 5px) !important;
  }
  .subnav .navbar-right .btn:first-child {
    margin-right: 10px;
    margin-left: 0;
  }
  .subnav .navbar-right .btn:last-child {
    float: left;
    margin: 0;
  }
  .subnav .navbar-left {
    display: none;
  }
}

.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown .dropdown-list {
  display: none;
  position: absolute;
  background: #FFF;
  width: 120px;
  opacity: 0;
  top: 100%;
  margin: 0 auto;
  left: -100%;
  right: -100%;
  z-index: 99;
  border-radius: 10px;
  transform: translateY(-10px);
  box-shadow: 0 20px 30px -5px rgba(227, 229, 229, 0.92);
}
.dropdown .dropdown-list &gt; ul {
  margin: 10px 0;
}
.dropdown .dropdown-list &gt; ul li {
  display: block;
}
.dropdown .dropdown-list &gt; ul a {
  display: block;
  text-align: center;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  color: #33302A;
}
.dropdown .dropdown-menu {
  position: absolute;
  display: none;
  max-width: 950px;
  opacity: 0;
  transform: translateY(-10px);
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #FFF;
  box-shadow: 0 10px 30px 0 rgba(178, 181, 189, 0.5), 0 40px 80px 0 rgba(223, 230, 232, 0.74);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  z-index: 99;
}
.dropdown:active &gt; .dropdown-list {
  display: block;
}
.dropdown.is-open, .dropdown.is-open:hover, .dropdown.is-open:focus {
  opacity: 1;
  transform: none;
}
.dropdown.is-open &gt; .nav-item, .dropdown.is-open:hover &gt; .nav-item, .dropdown.is-open:focus &gt; .nav-item {
  color: #00A94F;
}
.dropdown.is-open &gt; .dropdown-menu, .dropdown.is-open:hover &gt; .dropdown-menu, .dropdown.is-open:focus &gt; .dropdown-menu {
  display: block;
  opacity: 1;
  transform: translateY(0px);
}
.dropdown.is-open &gt; .dropdown-list, .dropdown.is-open:hover &gt; .dropdown-list, .dropdown.is-open:focus &gt; .dropdown-list {
  display: block;
}

@media screen and (max-width: 767px) {
  .dropdown &gt; a:focus + .dropdown-list,
  .dropdown &gt; a:focus + .dropdown-menu {
    display: block;
  }
}
.tab-container .tab-header {
  border-bottom: 2px solid #000;
}
.tab-container .tab-header ul.tab {
  border-bottom: 0;
}
.tab-container .tab-header ul.tab li &gt; a {
  border-bottom: 0;
}
.tab-container.is-green &gt; .tab-header {
  border-bottom: 2px solid #00A94F;
}
.tab-container.is-green ul.tab li &gt; a {
  color: #000;
}
.tab-container.is-green ul.tab li.active &gt; a {
  color: #FFF;
  background: #00A94F;
}

ul.tab {
  display: flex;
  width: 100%;
  vertical-align: bottom;
  border-bottom: 2px solid #000;
}
ul.tab.is-pill {
  background: #FFF;
  display: inline-block;
  border-radius: 50px;
  border: 1px solid #D7E4E4;
  width: auto;
  min-width: 150px;
}
ul.tab.is-pill.is-fill &gt; li &gt; a {
  width: 100% !important;
}
ul.tab.is-pill li {
  margin: 0 !important;
}
ul.tab.is-pill li &gt; a {
  min-width: 164px;
  color: #000;
  border-radius: 50px;
  border: 2px solid transparent;
  background: none;
}
ul.tab.is-pill li.active &gt; a {
  border-color: #00A94F;
  color: #00A94F !important;
  background: #FFF;
}
ul.tab.is-fill {
  display: flex !important;
  width: 100%;
  margin-left: -4px;
  margin-right: -4px;
}
ul.tab.is-fill li {
  flex: 1;
  margin-left: 4px;
  margin-right: 4px;
}
ul.tab li {
  margin-right: 20px;
  display: inline-block;
}
ul.tab li a {
  display: block;
  white-space: nowrap;
  padding: 13px 16px;
  line-height: 1;
  text-align: center;
  border-radius: 5px 5px 0 0;
  color: #000;
  font-size: 1em;
  background: #F9F8F7;
  cursor: pointer;
}
ul.tab li.active &gt; a {
  color: #FFF;
  background: #000;
}

.tab-pane .tab-content {
  display: none;
}
.tab-pane .tab-content.active {
  display: block;
}

.search-container .tab {
  display: table;
}
.search-container .tab &gt; li {
  display: table-cell;
}
.search-container .tab &gt; li &gt; a {
  min-width: 0;
  background: none;
  color: #FFF;
  border: 0 !important;
}

@media screen and (max-width: 960px) {
  .tab-container &gt; .tab-header &gt; .container {
    padding: 0 !important;
  }
  .tab-container &gt; .tab-header &gt; .container &gt; ul.tab {
    margin: 0;
  }
  .tab-container &gt; .tab-header &gt; .container &gt; ul.tab li {
    margin: 0 !important;
  }

  ul.tab:not(.is-fill) {
    display: block;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  ul.tab:not(.is-fill) li {
    display: inline-block;
    margin-right: 0;
  }
  ul.tab:not(.is-fill) li + li {
    margin-left: -4px;
  }

  ul.tab li &gt; a {
    white-space: nowrap;
    padding: 13px 15px 13px 15px;
    font-size: 14px;
  }
  ul.tab.is-fill {
    margin: 0;
  }
  ul.tab.is-fill &gt; li {
    margin: 0;
  }
  ul.tab.is-fill &gt; li a {
    border-radius: 0;
  }
}
.form-group .select2-container {
  display: block;
  width: 100% !important;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: -1px 0 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  outline: 0;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection__rendered {
  display: block;
  width: 100%;
  padding: 14px 40px 14px 16px;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding: 14px 40px 14px 16px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 14px 40px 14px 16px;
}
.select2-container .select2-search--inline {
  float: left;
  height: 30px !important;
}
.select2-container .select2-search__field {
  box-sizing: border-box;
  border: none;
  width: 100%;
  font-size: 100%;
  height: 30px;
  padding: 4px 16px;
  line-height: 1;
}
.select2-container .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 2px solid #E8EBEF;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 14px 16px;
  user-select: none;
  line-height: 1;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-selection__arrow {
  transform: rotate(225deg) !important;
}
.select2-container--open .select2-dropdown--above {
  margin-top: -8px;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  margin-top: 8px;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default.select2-container--open .select2-selection--single {
  background: #FFF;
  border: 2px solid #EAE6E2;
}
.select2-container--default .select2-selection--single {
  margin: 0;
  background-color: #FFF;
  border-radius: 5px;
  border: 2px solid #EAE6E2;
  line-height: 0;
  box-sizing: border-box;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  right: 16px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
  z-index: 9;
  top: 0;
  bottom: 0;
  margin: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow::after {
  transform: rotate(180deg);
}
.select2-container--default .select2-selection--multiple {
  background-color: #FFF;
  cursor: text;
  border: 2px solid #EAE6E2;
  line-height: 0;
  border-radius: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 6px 16px 11px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple::after {
  position: absolute;
  content: "";
  right: 16px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
  z-index: 9;
  top: 0;
  bottom: 0;
  margin: auto;
}
.select2-container--default.select2-container--open .select2-selection--multiple {
  background: #FFF;
  border: 2px solid #E8EBEF;
  border-radius: 5px;
}
.select2-container--default .select2-selection__placehold {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection__choice {
  background-color: #8FD158;
  color: #FFF;
  font-size: 16px;
  border-radius: 20px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 4px 12px;
}
.select2-container--default .select2-selection__choice__remove {
  color: #FFF;
  float: right;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-left: 8px;
}
.select2-container--default .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #E1E4E9;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  padding: 0;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results &gt; .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding: 16px;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #F9F8F7;
  color: #000;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  position: absolute;
  font-family: "icomoon" !important;
  content: "";
  font-size: 20px;
  right: 24px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  z-index: 9;
  top: 0;
  bottom: 0;
  margin: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection__arrow b {
  transform: rotate(180deg);
}
.select2-container--classic.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  width: 100%;
  padding: 14px 40px 14px 16px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #E1E4E9;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 7px;
  padding: 10px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open {
  background: #FFF;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 2px solid #EAE6E2;
  border-radius: 5px;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results &gt; .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #F9F8F7;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.pop-menu .select2.select2-container {
  width: 100% !important;
  margin-bottom: 16px;
  background: none;
  border-radius: 24px;
  border: 0;
  box-shadow: 0 2px 8px 0 rgba(182, 182, 182, 0.4);
}
.pop-menu .select2.select2-container .select2-selection {
  border-radius: 24px;
  border: 0;
}

.select2-container .select2-dropdown {
  position: relative;
  left: 0;
  border: 0;
  border-radius: 5px;
  overflow: hidden;
}
.select2-container .select2-results__options .select2-results__group {
  font-size: 14px;
  color: #7D8A94;
  padding: 16px 16px 0;
}
.select2-container .select2-results__options .select2-results__group + .select2-results__options.select2-results__options--nested {
  padding-left: 1rem;
}
.select2-container .select2-results__options .select2-results__group + .select2-results__options.select2-results__options--nested:last-child {
  padding-bottom: 16px;
}
.select2-container .select2-results__options .select2-results__group + .select2-results__options.select2-results__options--nested:last-child::after {
  border-bottom: 0;
}

.cards {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px 20px;
}
.cards.five-cards &gt; .card {
  width: calc(20% - 20px);
}
.cards.four-cards &gt; .card {
  width: calc(25% - 20px);
}
.cards.two-cards &gt; .card {
  width: calc(50% - 20px);
}
.cards .card {
  width: calc(33% - 20px);
  margin: 0 10px 20px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  box-shadow: 0 4px 4px 0 rgba(94, 109, 123, 0.14);
}
.cards .card .image {
  padding-bottom: 0;
}
.cards .card .image &gt; img {
  position: relative;
  height: auto;
  max-width: none;
  width: 100%;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  margin: auto;
}
.cards .card .action {
  font-size: 16px;
  padding: 15px 20px;
}
.cards .card .action a + a {
  margin-left: 24px;
}
.cards .card .content {
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 24px 20px;
}
.cards .card .content .meta {
  font-size: 14px;
  color: #7D8A94;
}
.cards .card .content .description {
  font-size: 16px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.edu-card {
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin: 0 auto;
  width: 100%;
  flex-direction: row;
}
.edu-card .content {
  width: 300px;
  padding: 0 16px 16px 48px;
}
.edu-card .content h3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: bold;
}
.edu-card .content p {
  font-size: 16px;
  line-height: 1.5;
}
.edu-card .content .btn {
  min-width: 0;
  margin-left: 0;
}
.edu-card .image {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex: 1;
}
.edu-card .image img {
  width: 100%;
}
.edu-card.photo-container {
  max-width: 940px;
  padding-bottom: 46.80851%;
}
.edu-card.photo-container img {
  position: absolute;
  width: auto;
  height: 100%;
  left: -100%;
  right: -100%;
  margin: auto;
}
.edu-card.video-container {
  max-width: 800px;
  padding-bottom: 56.25%;
}
.edu-card.video-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media screen and (max-width: 960px) {
  .edu-card {
    flex-direction: column;
  }
  .edu-card .image &gt; img {
    border-radius: 10px 10px 0 0;
  }
  .edu-card .content {
    width: 100%;
    padding: 16px 0;
  }
}

.progress {
  width: 100%;
  margin-bottom: 64px;
  display: table;
  table-layout: fixed;
      height: auto;
    font-size: 1.2rem;
}
.progress .progress-item {
  display: table-cell;
  padding: 0 10px;
}
.progress .progress-item .image {
  border-radius: 10px 10px 0 0;
}
.progress .progress-item .image img {
  width: 100%;
}
.progress .progress-item &gt; .number {
  float: left;
  font-size: 32px;
  font-weight: bold;
}
.progress .progress-item &gt; .number + .content {
  margin-left: 40px;
}
.progress .progress-item .content {
  display: block;
  padding: 10px 0 10px 10px;
}
.progress .progress-item .content &gt; .number {
  float: left;
  font-weight: 600;
  margin-right: 5px;
  margin-top: 2px;
}
.progress .progress-item .content &gt; .number::after {
  content: ".";
}
.progress .progress-item .content h4 {
  font-weight: bold;
  margin: 5px 0 4px;
}
.progress .progress-item .content p {
  line-height: 1.5;
  margin-bottom: 16px;
  font-size: 0.8em;
}
.progress .progress-item .content p + a.item {
  margin-top: -12px;
}
.progress .progress-item .content a.item {
  display: block;
  font-size: 16px;
  padding: 8px 0;
  line-height: 1.35;
}
.progress .progress-item .content a.item i[class*="icon-"] {
  float: left;
  margin-top: 4px;
}
.progress .progress-item .content a.item i[class*="icon-"] + .text {
  display: block;
  margin-left: 24px;
}

.card {
  position: relative;
  flex-direction: column;
  margin-bottom: 20px;
  box-shadow: 0 4px 4px 0 rgba(94, 109, 123, 0.14);
  border-radius: 10px;
  border: 1px solid #D7E4E4;
  display: block;
  background: #ffffff;
  transition: transform 0.3s ease;
}
.card:link:hover, .card:link:focus {
  opacity: 1 !important;
  transform: scale(1.05);
}
.card.basic {
  background: none;
  box-shadow: none;
}
.card.basic .content {
  padding: 24px 16px;
}
.card .ribbon {
  position: absolute;
  right: -12px;
  top: 10px;
  display: block;
  line-height: 1;
  border-radius: 2px;
  background: #FCA832;
  font-size: 1em;
  color: #FFF;
  padding: 10px 13px;
}
.card .ribbon:after {
  content: "";
  position: absolute;
  right: 2px;
  bottom: -8px;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-left: 5px solid #D58617;
  border-top: 4px solid #D58617;
  border-bottom: 4px solid transparent;
}
.card.horz {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  transition: transform 0.3s ease;
}
.card.horz:hover, .card.horz:focus {
  transform: scale(1.05);
}
.card.horz .content {
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  padding: 28px 24px 32px !important;
  width: 268px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background: #FFF;
  border-radius: 10px 0 0 10px;
  z-index: 1;
}
.card.horz .content .action {
  margin-top: 36px;
  padding: 0 !important;
}
.card.horz .content .action .btn + .btn {
  margin-left: 0;
}
.card.horz .content .description {
  margin: 0;
}
.card.horz .content h3 {
  margin: 0 0 16px;
}
.card.horz .content .meta &gt; .item {
  padding: 4px 0;
  margin-left: 0;
}
.card.horz .content .meta &gt; .item .text {
  display: block;
  margin-left: 32px;
}
.card.horz .content .meta &gt; .item &gt; * {
  vertical-align: middle;
}
.card.horz .content .meta &gt; .item &gt; [class*="icon-"] {
  float: left;
  margin-top: 5px;
}
.card.horz .image {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  padding-bottom: 0;
  z-index: 0;
}
.card.horz .image img {
  position: absolute;
  left: auto;
  right: 0;
}
.card.overlay-title {
  overflow: hidden;
  border-radius: 10px;
}
.card.overlay-title .image {
  overflow: hidden;
  padding: 0;
  height: 100%;
  border-radius: 10px;
}
.card.overlay-title .image img {
  height: 100%;
  max-width: none;
}
.card.overlay-title .content {
  bottom: 0;
  width: 100%;
  position: absolute;
  background-color: #FFF;
  border-radius: 0 0 10px 10px;
}
.card.overlay-title.paded .content {
  padding: 20px 32px;
}
.card.overlay {
  overflow: hidden;
}
.card.overlay .image {
  padding-bottom: 73.68421%;
  border-radius: 10px;
  overflow: hidden;
}
.card.overlay .image img {
  display: block;
  border-radius: 10px;
}
.card.overlay .content {
  height: 100%;
  left: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
  opacity: 0.8;
  background-color: #FFF;
  border-radius: 10px;
}
.card.overlay.green .content {
  color: #FFF;
  background: linear-gradient(307deg, #6bca50, #099e69);
}
.card .image {
  position: relative;
  padding-bottom: 54.73684%;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.card .image img {
  position: absolute;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
  height: 100%;
  width: auto;
  max-width: none;
  transition: transform 0.3s ease;
}
.card .image.auto-height {
  padding-bottom: 0 !important;
  line-height: 0;
}
.card .image.auto-height img {
  position: relative;
  width: 100%;
  height: auto;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
.card.is-green-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-image: linear-gradient(307deg, #6bca50, #099e69);
  border-radius: 10px 10px 0 0;
  z-index: 9;
}
.card .content + .action {
  padding: 8px 20px;
}
.card .action .btn {
  min-width: 0;
  margin: 0;
}
.card.paded &gt; .content {
  padding: 32px 32px 24px;
}
.card .content {
  font-size: 16px;
  color: #000;
  padding: 20px 20px 15px;
}
.card .content a:link + a,
.card .content a.link + a {
  margin-left: 24px;
}
.card .content h1.no {
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
  font-size: 56px;
  margin: 0 0 24px;
  font-weight: 900;
}
.card .content .title {
  margin: 0;
  font-weight: bold;
}
.card .content .description {
  font-size: 16px;
  line-height: 26px;
  margin-top: 15px;
  white-space: initial;
}
.card .content .action {
  margin-top: 20px;
}
.card .content p {
  font-size: 1.1em;
  line-height: 1.5;
}
.card .content .meta {
  color: #7D8A94;
  font-size: 14px;
  margin-top: 15px;
  line-height: 22px;
}
.card .content .more &gt; * {
  line-height: 24px;
  vertical-align: middle;
}
.card .content .more .icon-more-arrow {
  margin-left: 5px;
}

.cards.accident {
  margin-left: -10px;
  margin-right: -10px;
}
.cards.accident .card {
  position: relative;
  text-align: center;
  display: block;
  width: calc(25% - 20px);
  border: 1px solid #D7E4E4;
  border-radius: 10px;
  box-shadow: none;
  padding: 32px 16px;
  background: linear-gradient(307deg, #6bca50, #099e69);
  box-shadow: 0 0px 0px -5px rgba(151, 213, 99, 0.5);
  z-index: 0;
}
.cards.accident .card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FFF;
  left: 0;
  top: 0;
  border-radius: 10px;
  opacity: 1;
  transition: opacity 0.3s ease;
  z-index: 0;
  border-radius: 8px;
}
.cards.accident .card &gt; * {
  position: relative;
  z-index: 1;
}
.cards.accident .card .icon &gt; i {
  font-size: 120px;
  color: #000;
  transition: color 0.3s ease;
}
.cards.accident .card .content {
  padding: 8px 0;
  border-radius: 10px;
  color: #000;
  transition: color 0.3s ease;
}
.cards.accident .card .content h4 {
  margin: 0;
}
.cards.accident .card .content .meta {
  margin: 0;
  line-height: 1;
}
.cards.accident .card .content .hashtag {
  line-height: 1.24;
  color: #858480;
  font-size: 14px;
  transition: color 0.3s ease;
}
.cards.accident .card:hover {
  box-shadow: 0 30px 50px -5px rgba(151, 213, 99, 0.5);
  z-index: 9;
}
.cards.accident .card:hover::before {
  opacity: 0;
}
.cards.accident .card:hover .icon &gt; i,
.cards.accident .card:hover .content .hashtag,
.cards.accident .card:hover .content {
  color: #FFF;
}

.cards.situation {
  position: relative;
}
.cards.situation &gt; img.bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 456px;
}
.cards.situation .card {
  height: 360px;
}
.cards.situation .card img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  z-index: 0;
}
.cards.situation .card .content {
  position: relative;
  z-index: 1;
  padding: 40px 22px 0 !important;
}
.cards.situation .card .content h2.title {
  margin-bottom: 24px;
}

.card.sales .content {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
}
.card.sales .content .name {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex: 1;
}
.card.sales .content .action {
  margin-top: 0;
  padding-left: 16px;
  border-left: 1px solid #D7E4E4;
}
.card.sales .content .action a, .card.sales .content .action a:link {
  color: #000;
}

.cards.prompt {
  padding-bottom: 54px;
}
.cards.prompt .card {
  z-index: 1;
  background: #FFFFFF;
  border: 1px solid #E1E4E9;
  box-shadow: 0 30px 40px -5px rgba(227, 229, 229, 0.6);
  border-radius: 10px;
}
.cards.prompt .card .content .title,
.cards.prompt .card .content .subtitle {
  margin: 12px 0;
}
.cards.prompt .card .content .subtitle {
  font-weight: normal;
}
.cards.prompt .card .content p.text {
  font-size: 14px;
  line-height: 1.25;
  color: #7D8A94;
}
.cards.prompt:after {
  content: "";
  position: absolute;
  width: 1016px;
  height: 216px;
  top: 200px;
  left: 50%;
  margin-left: -380px;
  bottom: 0;
  background: #F0F5F5;
  display: block;
  z-index: -1;
}

.cards.group {
  margin-left: -10px;
  margin-right: -10px;
}
.cards.group .card {
  vertical-align: top;
  display: inline-flex;
  width: calc(33% - 20px);
  margin: 0 10px 20px;
  height: 280px;
  transform: scale(1);
  transition: all 0.3s ease;
  border: solid 1px #E1E4E9;
  box-shadow: 0 30px 40px -5px rgba(227, 229, 229, 0.6);
}
.cards.group .card:hover, .cards.group .card:focus {
  transform: scale(1.05);
  box-shadow: 0 35px 50px 0px rgba(227, 229, 229, 0.3);
}
.cards.group .card:hover img, .cards.group .card:focus img {
  transform: scale(1);
}
.cards.group .card .content h3, .cards.group .card .content h4 {
  font-weight: bold;
}
.cards.group .card .content &gt; p {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex: 1;
}
.cards.group .card &gt; .image {
  padding: 0;
  height: 100%;
  border-radius: 10px;
}
.cards.group .card &gt; .image &gt; img {
  height: 100%;
  width: auto;
}
.cards.group &gt; div {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

.cards.story .card.paded .content {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  padding: 24px;
  margin-left: 32px;
  margin-top: 40px;
}
.cards.story .card.paded .content:before {
  content: "";
  position: absolute;
  font-family: "icomoon";
  font-size: 32px;
  vertical-align: super;
  left: 24px;
  top: 24px;
  color: #00A94F;
}
.cards.story .card.paded .content p {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex: 1;
}
.cards.story .card.paded .content .meta {
  text-align: right;
  font-size: 14px;
}
.cards.story .card.paded .content .meta &gt; * {
  line-height: 1.24;
}
.cards.story .card.paded .content .meta .divider {
  display: inline-block;
  width: 1px;
  height: 10px;
  vertical-align: middle;
  margin: 0;
  background: #D7E4E4;
}

.news-container {
  margin-top: 56px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
}
.news-container + .more {
  margin-bottom: 164px;
}

.card.search,
.card.news {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  padding: 12px;
  transition: transform 0.3s ease;
  margin-bottom: 16px;
  box-shadow: 0 2px 8px 0 rgba(182, 182, 182, 0.4);
}
.card.search .image,
.card.news .image {
  position: relative;
  width: 200px;
  height: 136px;
  padding-bottom: 0;
  overflow: hidden;
  border-radius: 10px;
}
.card.search .image img,
.card.news .image img {
  position: absolute;
  height: 100%;
  left: -100%;
  right: -100%;
  margin: auto;
}
.card.search .content,
.card.news .content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex: 1;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  padding: 0 20px 0;
}
.card.search .content h4,
.card.news .content h4 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0;
  margin-bottom: 16px;
}
.card.search .content .meta,
.card.news .content .meta {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 8px;
}
.card.search .content .meta .public_at,
.card.news .content .meta .public_at {
  color: #7D8A94;
}
.card.search .content .action a.link + a.link,
.card.news .content .action a.link + a.link {
  margin-left: 32px;
}

.card.activity {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  padding: 32px 24px 32px 32px;
  margin-bottom: 32px;
  box-shadow: 0 4px 4px 0 rgba(94, 109, 123, 0.14);
}
.card.activity.lottery-item {
  padding: 12px;
  margin-bottom: 16px;
}
.card.activity.lottery-item .image {
  width: 200px;
}
.card.activity.lottery-item .content h2 {
  margin: 8px 0 0;
}
.card.activity.lottery-item .action {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-content: center;
  align-items: center;
}
.card.activity.full-image {
  padding: 0;
}
.card.activity.full-image .image {
  width: 580px;
  border-radius: 10px 0 0 10px;
}
.card.activity.full-image .content {
  margin-left: 0;
  padding: 32px 16px 16px;
}
.card.activity .image {
  position: relative;
  width: 360px;
  padding-bottom: 246px;
  overflow: hidden;
  border-radius: 10px;
}
.card.activity .content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex: 1;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin-left: 16px;
  flex-direction: column;
}
.card.activity .content .activity-card-header {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  margin-bottom: 16px;
}
.card.activity .content .activity-card-header .activity-header-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex: 1;
}
.card.activity .content .activity-card-header .meta {
  color: #7D8A94;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 4px;
}
.card.activity .content .activity-card-header h2 {
  margin: 0;
}
.card.activity .content .activity-card-header .action {
  margin-top: 0;
  text-align: right;
}
.card.activity .content .activity-card-body {
  padding: 16px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex: 1;
  background: #F9F8F7;
}

.cards.horizontal {
  margin-bottom: 72px;
}
.cards.horizontal .card {
  width: calc(50% - 20px);
}
.cards.horizontal .card .image img {
  width: auto;
  height: 100%;
}
.cards.horizontal .card.full-width {
  width: 100%;
}
.cards.horizontal .card.full-width .image img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 960px) {
  .cards.accident {
    flex-wrap: wrap;
  }
  .cards.accident .card {
    width: calc(50% - 20px);
  }

  .cards.group .card {
    width: calc(50% - 20px);
  }

  .cards.horizontal .card {
    width: calc(100%);
  }
  .cards.horizontal .card .image img {
    width: 100%;
    height: auto;
  }

  .cards.activity {
    flex-wrap: wrap;
  }
  .cards.activity .card {
    width: 100%;
  }

  .cards.prompt::after {
    margin-left: 64px;
    left: 0;
    right: auto;
  }

  .cards.prompt,
  .cards.mobile-horz-scroll,
  .cards.situation {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 16px 30px;
    margin-left: -20px;
    margin-right: -20px;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
  }
  .cards.prompt .card,
  .cards.mobile-horz-scroll .card,
  .cards.situation .card {
    min-width: 256px;
    margin-left: 8px;
    margin-right: 8px;
  }
  .cards.prompt .card .content .title,
  .cards.mobile-horz-scroll .card .content .title,
  .cards.situation .card .content .title {
    font-size: 20px;
  }
  .cards.prompt .card .content .subtitle,
  .cards.mobile-horz-scroll .card .content .subtitle,
  .cards.situation .card .content .subtitle {
    font-size: 16px;
  }
  .cards.prompt .card .content p.text,
  .cards.mobile-horz-scroll .card .content p.text,
  .cards.situation .card .content p.text {
    font-size: 12px;
  }
  .cards.prompt .card .content .action,
  .cards.mobile-horz-scroll .card .content .action,
  .cards.situation .card .content .action {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .progress {
    display: block;
  }
  .progress .progress-item {
    position: relative;
    display: block;
    margin-bottom: 12px;
  }
  .progress .progress-item .image {
    display: none;
  }
  .progress .progress-item .content {
    margin-left: 0 !important;
    padding-left: 56px;
  }
  .progress .progress-item .content h4 {
    margin-top: 0;
  }
  .progress .progress-item .number {
    position: absolute;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50%;
    display: block;
    left: 10px;
    top: 8px;
    background: #F0F5F5;
    text-align: center;
    z-index: 9;
  }
  .progress .progress-item .number::after {
    display: none;
  }
  .progress .progress-item::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 24px;
    width: 1px;
    height: 100%;
    z-index: 0;
    border-right: 4px dashed #F0F5F5;
  }
  .progress .progress-item:last-child::before {
    display: none;
  }

  .cards {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .cards .card {
    min-width: 256px;
    white-space: initial;
  }

  .cards.accident &gt; .card {
    min-width: 0;
  }
  .cards.accident &gt; .card .icon &gt; i {
    font-size: 80px;
  }

  .card .image {
    padding-bottom: 0;
    width: 100% !important;
  }
  .card .image img {
    width: 100%;
    height: auto;
  }
  .card .action .btn {
    margin: 0 0 16px;
  }

  .cards.group {
    display: block;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-top: 8px;
    padding-bottom: 60px;
    margin-left: -20px;
    margin-right: -20px;
    -webkit-overflow-scrolling: touch;
  }
  .cards.group .card {
    width: 256px;
    white-space: initial;
  }
  .cards.group .card.overlay &gt; .image {
    padding-bottom: 0%;
    height: 100%;
    border-radius: 5px;
  }
  .cards.group .card .image {
    border-radius: 10px;
  }
  .cards.group .card .image &gt; img {
    border-radius: 10px;
  }
  .cards.group .card .content {
    padding: 24px 15px;
  }
  .cards.group .card .content h3, .cards.group .card .content .more {
    font-size: 1em;
  }
  .cards.group .card .content p {
    font-size: 16px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex: 1;
  }

  .card.activity {
    padding: 0;
    flex-direction: column;
  }
  .card.activity.lottery-item {
    padding: 0px;
  }
  .card.activity.lottery-item .content {
    padding: 24px 24px 16px;
  }
  .card.activity.lottery-item .content p {
    margin-bottom: 0;
  }
  .card.activity .image {
    border-radius: 10px 10px 0 0 !important;
    max-width: 100%;
    height: auto;
    line-height: 0;
    padding-bottom: 0 !important;
  }
  .card.activity .image &gt; img {
    position: relative;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    border-radius: 10px 10px 0 0 !important;
  }
  .card.activity.full-image .content {
    padding: 0;
  }
  .card.activity.full-image .content .activity-card-header {
    padding: 24px;
    margin: 0;
  }
  .card.activity.full-image .content .activity-card-header .action .btn {
    margin-bottom: 0;
  }
  .card.activity .content {
    margin: 0;
  }
  .card.activity .content .activity-card-header {
    padding: 16px 24px 4px;
    flex-direction: column;
  }
  .card.activity .content .activity-card-header .action {
    text-align: left;
  }
  .card.activity .content .activity-card-header .action .btn {
    display: block;
    width: 100%;
    margin: 16px 0;
  }
  .card.activity .content .activity-card-header .action .text {
    font-size: 14px;
  }

  .cards.horizontal {
    flex-wrap: wrap;
  }

  .card.news,
  .card.search {
    padding: 0;
    flex-direction: column;
  }
  .card.news .image,
  .card.search .image {
    display: block;
    height: auto;
    border-radius: 10px 10px 0 0;
  }
  .card.news .image img,
  .card.search .image img {
    position: relative;
    width: 100%;
    height: auto;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    border-radius: 10px 10px 0 0;
  }
  .card.news .content,
  .card.search .content {
    display: block;
    padding: 24px 16px;
  }
  .card.news .content .meta,
  .card.search .content .meta {
    word-break: break-all;
  }
  .card.news .content p,
  .card.search .content p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0;
    margin-bottom: 0;
  }

  .card.horz {
    flex-direction: column;
  }
  .card.horz .image {
    position: relative;
    padding-bottom: 47.61905%;
    height: 0;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
  }
  .card.horz .content {
    width: 100%;
    border-radius: 0 0 5px 5px;
    padding: 16px 32px 8px !important;
  }
  .card.horz .content .action {
    margin-top: 28px;
  }
}
.panel {
  display: block;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 0 6px 0 rgba(182, 182, 182, 0.57);
  margin-bottom: 20px;
}
.panel .panel-header {
  color: #FFF;
  background: #32B15F;
  border-radius: 10px 10px 0 0;
}
.panel .panel-header h4 {
  padding: 10px 24px;
  margin: 0;
}
.panel .panel-footer {
  padding: 16px 24px;
}
.panel .panel-body {
  border-radius: 0 0 10px 10px;
  background: #FFFFFF;
  padding: 16px 24px 24px;
  font-size: 16px;
  line-height: 1.5;
}
.panel .panel-body ol {
  list-style: decimal;
  margin-left: 0;
  padding-left: 20px;
}
.panel .panel-body ol li small.desc {
  display: block;
  line-height: 1.35;
  margin-bottom: 8px;
}
.panel .panel-body ol li small.desc ol {
  list-style: lower-latin;
}
.panel.agreement .panel-body {
  height: 214px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.panel.agreement .panel-footer &gt; .checkbox.agree {
  margin-bottom: 0;
}
.panel.agreement .panel-footer &gt; .checkbox.agree input + label {
  padding-left: 48px;
  line-height: 32px;
}
.panel.agreement .panel-footer &gt; .checkbox.agree input + label::before {
  width: 32px;
  height: 32px;
  font-size: 28px;
  line-height: 30px;
  text-align: center;
}
.panel.with-green-decoration {
  position: relative;
  background: #FFFFFF;
  display: block;
  border: 1px solid #D7E4E4;
  padding: 0;
  box-shadow: 0 28px 35px -15px #E8E9E9;
  z-index: 1;
  border-radius: 10px;
}
.panel.with-green-decoration .panel-body {
  padding: 40px 40px 56px !important;
  font-size: 1em;
  border-radius: 10px;
}
.panel.with-green-decoration:before {
  content: "";
  position: absolute;
  border-radius: 0 0 0 5px;
  width: 70%;
  height: 12px;
  background: linear-gradient(307deg, #6bca50, #099e69);
  left: 0;
  bottom: 0;
}
.panel.with-green-decoration h1,
.panel.with-green-decoration h2,
.panel.with-green-decoration h3,
.panel.with-green-decoration h4 {
  font-weight: bold;
  margin-bottom: 40px;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .panel.with-green-decoration .panel-body {
    padding: 24px 24px 24px !important;
  }
  .panel.with-green-decoration .panel-body h3,
  .panel.with-green-decoration .panel-body .title {
    margin-bottom: 16px;
  }
}
.modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  display: none;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  transition: opacity 0.3s ease 0.1s;
  z-index: 2999;
}
.modal.is-open {
  display: block;
  opacity: 1;
}
.modal.is-open &gt; .modal-content {
  opacity: 1;
  transform: scale(1);
}
.modal .modal-content {
  background: #FFF;
  width: 100%;
  max-width: 580px;
  margin: 50px auto;
  opacity: 0;
  transform: scale(0.8);
  border: 1px solid #DCDFDF;
  box-shadow: 0 10px 20px 0 rgba(149, 149, 149, 0.74);
  border-radius: 10px;
  transition: all 0.3s ease 0.2s;
}
.modal .modal-content .modal-header,
.modal .modal-content .modal-body,
.modal .modal-content .modal-footer {
  padding-left: 40px;
  padding-right: 40px;
}
.modal .modal-content .modal-footer {
  text-align: center;
  padding-bottom: 15px;
}
.modal .modal-content .modal-footer.two-button {
  display: flex;
  width: 100%;
  margin: 20px 0 0;
}
.modal .modal-content .modal-footer.two-button &gt; .btn {
  width: 40%;
  margin: 0 5px;
}
.modal .modal-content .modal-footer.two-button &gt; .btn.btn-primary {
  width: 60%;
}
.modal .modal-content .modal-header {
  padding-top: 14px;
  padding-bottom: 10px;
  display: inline-block;
}
.modal .modal-content .modal-header .close {
  float: right;
  margin-top: 0px;
  margin-right: -24px;
  cursor: pointer;
  margin: 0 0 0 0;
}
.modal .modal-content .modal-header .modal-title {
  text-align: center;
  margin: 0;
  padding: 1rem;
}
.modal .modal-content .modal-body.image {
  padding-left: 0;
  padding-right: 0;
}
.modal .modal-content .modal-body.image img {
  width: 100%;
  max-width: 100%;
}

.modal.login-modal .modal-content {
  max-width: 900px;
  display: flex;
  font-size: 16px;
}
.modal.login-modal .modal-content .modal-image {
  position: relative;
  width: 436px;
  display: block;
  overflow: hidden;
  background: #F9F8F7;
  border-radius: 10px 0 0 10px;
}
.modal.login-modal .modal-content .modal-image img {
  position: absolute;
  height: 100%;
  width: auto;
  left: -100%;
  right: -100%;
  margin: auto;
}
.modal.login-modal .modal-content .modal-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 560px;
  padding: 24px 32px 0;
}
.modal.login-modal .modal-content .modal-body h2 {
  margin-top: 0;
}
.modal.login-modal .modal-content .modal-body .close {
  float: right;
}
.modal.login-modal .modal-content .modal-body .form-group {
  margin-bottom: 0;
}
.modal.login-modal .modal-content .modal-body .form-group label.error {
  padding: 4px 16px;
}
.modal.login-modal .modal-content .modal-body .tab-container {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.modal.login-modal .modal-content .modal-body .tab-container .tab-pane {
  flex: 1;
}
.modal.login-modal .modal-content .modal-body .tab-container .tab-header {
  width: calc(100% + $space-unit*8);
  margin-left: -32px;
  margin-right: -32px;
  padding: 0 32px;
}
.modal.login-modal .modal-content .modal-body .tab-container .tab-content.active {
  display: flex;
  height: 100%;
  padding-top: 32px;
}
.modal.login-modal .modal-content .modal-body .tab-container .tab-content.active form {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.modal.login-modal .modal-content .modal-body .tab-container .tab-content.active form .form-content {
  flex: 1;
}

@media screen and (max-width: 767px) {
  .modal .modal-content .modal-header .close {
    margin-right: -10px;
  }
  .modal .modal-content .modal-header,
  .modal .modal-content .modal-body,
  .modal .modal-content .modal-footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .modal.login-modal .modal-content {
    width: 90%;
  }
  .modal.login-modal .modal-content .modal-image {
    display: none;
  }
  .modal.login-modal .modal-content .modal-body {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .modal.login-modal .modal-content .modal-body .tab-container .tab-header {
    padding: 0;
    width: calc(100% + $space-unit*4);
    margin-left: -16px;
    margin-right: -16px;
  }
  .modal.login-modal .modal-content .modal-body .tab-container .tab-content.active {
    padding-top: 16px;
  }
}
.sidebar {
  position: fixed;
  width: 100%;
  transform: translateX(0%);
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  top: 0;
  background: #FFF;
  -webkit-overflow-scrolling: touch;
  z-index: 9999;
  left: -100%;
  transition: transform 0.3s ease;
}
.sidebar.is-slide-in {
  transform: translateX(100%);
}
.sidebar .icon-arrow-right {
  width: 20px;
  height: 20px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAAkxJREFUaAXtlk9LG0EYxp83G5tWSpEGPfTkpYdKTx4sPXrwDxjJbqLtN+hH6K0EitDv4AcQu4maeOyliCAo0kNvIniVWmyLhVzM7nQmzUKyiZnEnZlcZi+TfXdm3uf3vPMngH2sA9YB64B1wDpgHRidA2Qktb/+GKnwOTLZM6xu1lXmTKmcrOdcO4VZ4PYCQeMb6j/OUSm+6tnvnkH9AEFQAmOTLX3POMgXlRD6AUBjMXOfqITQD0DsE0C3uiD0A6zXDuHgjS4IM6eQsL/iugjgAyy+pG7gpBextnMcq9JAr/orEMlYq1ZBqbeqK2GuAhGIX/DAws+qKmEeQICUvUITgiEdcbXaoZfTaACE2opbRMi2kRBCDnD6bgwXP9/zks/ztA9aTqlqZvgll+0x2cCVkAOU3Y/cqQ89kugNEf1Cml6gsHfVL5H8FGIQzpt/GHvKj93XssSDABzJJtHynfAXKTqRzR0/Bbr7T02UcPVHxOdBiF9C3f2Hi0zzPTDRNYRQh+PkUdy97PoWC8j3QGyAslffWwbCKj+FMh1z/hef4+K/dsTveBkNQCW/hBC1pOIFk3wJ3UF+77AQH6DKxydyPsrvRD+MtGV3sek88LAj35DLpn2suSXUFM9qPLky8QLETAV8b4GfNvuqxQsA/RXw3Tku/kCHeAEgv8hEr2SP+BuidNm0y9EPwGImJdiw7cKj3/oBiDZ4sptmQqJrEK0MeklFIvu1+veAyL7rZdHAS4w/+o7c1u9+guw364B1wDpgHbAOWAesAwYd+AdDAbBPQgiEKgAAAABJRU5ErkJggg==");
}
.sidebar .icon-chevron-down {
  width: 20px;
  height: 20px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAARRJREFUaAXtll0KwjAQhHuH3kTQnqk36GOv6D0E9V2oM9CVEpo06Z8JzMKyYje7M5+WtqoUIiACIiACIiACIiACIiACIiACBREYhqFFPpB35GWtdJ4dZ3BWu3ZO0jksqpEfpMUTH65JQ9DMM8iXDUHlzDp1TnI/l4zLUH5BIdEm2IuciuegcwzQMZZ13OgEBd2WiLAH6YrnqG7p7K7XsbDnVieCJtDrE9/vKi52GARFm8hOvJkMmGgmPQ365v42vfX8tYZM4Fre4o2cx8Qb3zPdyIO8ibcKlXP3RBniI03kSd7EW/X8EmWIn5jgw45PV+a5DykTsbVCOF87jn+/2SpU50VABERABERABERABERABIok8AVpiSb8FV2lrwAAAABJRU5ErkJggg==");
}
.sidebar .icon-payment {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAAAXNSR0IArs4c6QAABPxJREFUeAHtml/IFUUYxrUyTdBMTRL8l2ClhlmYViAJ3QlK+Ie6COpCopS8U1LoQqiL7qKw7kyMKClSspsu0qMVYgkiiaAGampWVlCCpWn6e752ajyc8+3M7tmzc77eF55vZnf+vM88u/POzJ5v0CAzU8AUMAVMAVPAFDAFTAFTwBQwBUwBU8AUMAVMAVPAFDAFTIEgBQYH1bq+0t1czgUTrr+dxNV5WBwAX4NLSTDySIwivwVc7QEchuODICn7FDa9IJ7j+Dt8p1StYOgUXgaRDzIyp0k3gBPZdUrJCMisAAszUh+RLs3ytSYb8e6e7MO1Msl3fhNVjmV8f8mv3p0an2WE/ia9oTsuS3l5L+Orhz6uVE85jUPFuNHrRyKmbj5Hn3vHeet1jzHFzD0xDWqqe0+3/MYKKF7zu0WuF/wUEfByDwxM0zZ0h9GV4TTwooDsx5auOC7o5N2MrziPL9hHULPQRSSos/9jJROw5FMvEgOfi/SpWNTteDTN4/gM+d+8a5c9RWY/OOtuVJk26NydRAZSqpj+BhgOKrUGvQ8k4ZrHsq2oerFTWI6fyHG2gfLpWR1tujeBC9l1t5P+dg13QmYtuB08DhaDj0El1qBXidcfITnW/usiUN3j4GaQsi2AnLgKr4No6/QqPBYGTrR95JP7Ktyk0OdcSzzZjH+SuL+dFtDv70oclVpq+xxjw1kfYX/AtYyg152agCWfYKHXtqTPvObadM8Bs4AWJf1AdBDoFzdn+kVQ5VPBz0Cx7AxI1howU7DNW4V1cHermg70sfYADb4Brg+X6iTxItD2aGuLcvHaBG4Fsaa28tOIbRhTX53LSZUCrqT/vzI/TrjY9Dvax66mpQRMZQrPZuCvAcdHv8FsB+fAQ+BZ4B+3vuX6baBUb+UKoGk9EWwBanMZJGO7YKK3oao3UP9N4N62dS1GrU2uK99B3hdT1UcBt6dTvTW6GWil3sBAH31P2w3grn4aFYmBWgxc37vb9P1jVkexUJv1VqajmTbu6utQqwpt7pUSMHQbs9dzrimiVVIDacZor15o9l6v4ide3mXHkHE/TYqHVt1Wdpybh7ICTWut4JWbizl5jjZT4QWgwc4D+uedTtlQr6NW3+1uySn3iv/97qcXYwjwTxp+vY7lQ99ATY2lQLGq03bC6/ARL++y35PRBwqZHl47zsMo0zZI9gP4sy9X8Z/QN1A0jgINYAmYC7TqNZvelkXNN3Ouv6T8V6Dp/xR4C+wDzhSjNLX1ACcDLRCvgmZ7hRsjs5taaHrSiiwiGujTQMFfOA9Wg0lAD2QB2A9cuQR9E8wEmv7aAmnT7sr1/zB3gFArtYiEOgmtV1RA9a+vwk6EoqnEeFKdRVgpAdvFkwj/Hau6nJ5eAjqNtDKtwOvAT60KuXcSPAbeb1Neye2YGFgJAa9TnRxeBh8CxULtD7UV0ceEPcDFNU1fld8HpgJta7R/1DTW9O9pKzOF6xr4gJnCdQlYym9KMbDUQOpqbAL+p7xW/mjrtID6/OROAArwqdsUCA7OSJ5KhewXEHH7uPXkbwNDEsQ0OO0Ejusq8knYo7BwK5sjl3qqY2rzN8ZaxXwe73+A1IUTvyNAe85C5uZ/ocY5jfThVaeL+8GInLp1FCvmfQXeAXrYZqaAKWAKmAKmgClgCpgCpoApYAqYAqaAKWAKmAKmgClgCpgCpkDCClwDNrUjFYh2woMAAAAASUVORK5CYII=");
}
.sidebar .icon-refund {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAAAXNSR0IArs4c6QAABhVJREFUeAHtmVuIVlUUx027jFlEFyk1SiqTqOgCYZg00AWzq1Av9lBEpF0gHyofQgoieoqoFCtCpHmop0oiooiKKQ2kqOhCCUUq2JRaRHZBS+v/k7Ngteecb85t5vvGWQv+s9bee6219/5/Z1/OmUmTQoKBYCAYCAaCgWAgGAgGgoFgIBgIBoKBYCAYCAaCgWAgGAgGSjFwSCmvsXWaou4uFM4Wpmdd75L+UvhU+CerC5UwAGHPCb8J/xaANnzwDckYOEr6KWGfUERcWs9TuEqYKnRVur2EIe8tYX7CwjaVNwjbs/pZ0guEU7KyqUEZ1wm7rWIi6Wma7AeCf7ogc54joV/2IlemDR8fs0nlY53PhDAna5bvCkbEHtm3JTPn6XxCeFbA9oIvMRbPD0HOCSP3aKY2efYz/5RBwp3CX4L5YN8qeCGGWPNZ7hsPZrtPk9vlJv5gMllOWIj5WhgQ1gtDwt/CXMELsUbgT7Kn+saxsEfzECH38ULax42qeyab3BZpSNmblVF3CWuEpQKEsHx/FNYKxL4imBwuY7MwO6vYJP1zZpuC4K3Ci8JGq+xlfYIGt074XbCno0g/kDORxVncy9IrBJ4y9reLBS7ZqZCjKH9avzIN7rXyERoQbwvpwIvKZ+ZM4DjV8cQRw7J9W5gvFAlPcFH+vPrzixL1Qv3tyWR2qAwZBso2KchJl7eqDsgc/X1D8Jdrlu6hB1r//4enk1yWl2V+lcPVst9x7atl96z4O9r9OaOcqTqb6FBOe1p1nyrYt3YKxBWdtOSyvCfJTqVfFdb+TdrYK2U2fH/1mJUzMJa4TeTPnHaquOIMChwQ9wrsgSxh4l4V8sT3Sx+pkOsPwfo+OXWoW27z8tmvQfRlA/lC2l7D/Ni4/NopCeEzfGNmXyoNrheYMMJHBIStIBVyWL/kpo9U9qqCy7bJ5WY01W0SyL5j8qYZOZpDxmSRGU6vy+xV0kz0AuEFYb/AyZwKe5zJJ2bkaPZBk9YItIRtaPYWWyKXdUjo30I+LPC7Q/W7XT4u3ksLfMlh/ZK7SPghzC9vdRTFjUn9bDc47n/sOUXCJs/+Z5O5qcCRvexxgScx7/QljFjLQ05yFwknvn8DOqvIsUp9W0t4oev0PdnsOUXCPsb3P5PnZcyxgtPsZd8JWwVe7VIhhliTJ2Xk7ZHWDtF8wDC5woxe0JyO9iR0WkY21mNkfO9itsnOu+AerXp8U8GXGOuTXHl+adwyF7M+bexW+TB17D/Dn15yIOfKz+9zXDMeEqZ1iKcNH38lIQe5ysgZcjLSf5U9pUzQaPv0u0F9W7EzYv2+xOSY2EvC3cINwuLMpo42IwBNLDmqyBY5W455VQJHy/cxN6DVNTo5TTEfuRw2uZE0McRWlbUKsNxc0rsu3L1sQNfWHA0n5BLhK5fLcqYaH3yJqSPEWk5/qNTJVXsQ1tmJMoYEJsPJy5cU9qcmMlfBXI7ZS2dkieiDE5kPDJuzurqKMdtpvUc2/0/hVbArcot6tV/T3/S7MpgKnX7uxn1lhbhhrpOH1VSrWOjcO72+ObeeMP2P3ei1ru4+YizskDE9K7DM6izffYp7XVgh7BeqyDlyHhBOrRIk3z7hyCzmY+mLMnvMlS3fNvSaiqPnBP5BaNp33ltOxaHUd286+DT+kZJD4Z2XO2caX7dcstvhbk2XMANG0Nzy68jDCuIwMlku42kr5Ghe2QaF87I2PiJcI3yWlcuqX+Ro8zddNrY1P/vF2cfqCl9aXhMsF/vgzg7wr39cnfK+Kap6RGHM1ueIzqPlYANoQiBj4+v0+4LlK6Mh+mahrhxUBEICS3ODUIY8LsDLhCbSCoFN1z6TRXga2vqyAZEj5eK6BIlNBAInZwma8lB7HPa0NF3CtQfQILCVJ9B+gQbjmNihQWDD3z8IbEggd7AmwqvUTIEfYomwURgPcokGaQ8Pc+iaDKhnO0jGq2YOXRM+Tm4Xxit5jJ051JY27j98hV4pLBDs01btAY1RIK+KXNofFXgnDgkGgoFgIBgIBoKBYCAYCAaCgWAgGAgGgoFgIBgIBoKBYCAYCAaCgWAgGOjAwH/hfnH7XcUrYAAAAABJRU5ErkJggg==");
}
.sidebar .icon-keep {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAAAXNSR0IArs4c6QAAC75JREFUeAHtmQuwVlUVx0HemGilKD4KMBEl0yGgicCYEmYMNQotBR8XCOgxMkw1pFNZmiHYlKWlzdAUokmFFQLTVEAZIKgIBshDkWSMoDARJAhFpP/vspd3ce557O/77gWaOf+Z/91rr7322muvs/c++3y3RYsSZQbKDJQZKDNQZqDMQJmBMgNlBsoMlBkoM1BmoMxAmYEyA2UGygyUGSgzUGagzMD/QQZaRsb4EdndLj4vfldcJdaKznJwmdhNPFX8r7hSnCO+Inq0UeWj4ofFU8SXxa3ifHGdWCuOk4Nh4ufEfeIYcbvYZJglT39zvLoGzyTuXpGH4X2avEb6z4qtRDBQXChae7Kcp7a+YrVgnB+L3u+4WGexK/BpOTzROT0o+TpxqdPFiBfL6C7x7RHGy2WzVqyLsH1TNveIP4iwTZp8VQpWnMfDqkzyiiw5JoFMdkWKg8elG5Giz1K9Vw2/EtsHAx7CEnGBuE3sIo4Ue4hp2CXlA+JqkZj6iEPFjqJhsoSfWCWifKdsHhPbJmyZ71UJXdXV3uppy3uR5A2uzkRiwCRZreZnsWT8JtFKii+Iye09TTommwTn4f2i+d0kuZLtTJKsL+epyU9JjgKHZxE45A08/WetopIJxIAz87RgyAuClcsLI4kDUvxIHCXuDo1szXEiL44kXpKC7bcsNLCjbgxyTMF5bJgr4bVQeYfKTtaQV1aawBfkrLVz2M7JeeJo1zhF8t9dPU1khV4pThQ5M9nuWXhDDV8WKcEAsUe9VPzHb11ywfwM3U3IKytNIEvcb9sdec5DG1eU04P8qsrZQS4qNspgTpFRaOcM/YOz7e3kPNHHz7x8Av3Oy/RRaQIZgOVtYDsW4VxnsFbyfldvSnGVc9bTyXmij58ztskTyJnS1UXA5dKWPefFXteWJfqHFGOf5adIv8cZ+DGdupHoE5hcgd0bWacoigbqoj527WAwEmrwy990aeVOp8Rfc8FeUvjfFTmIfzElE9g1xkdRAv05UM32JQauFq+HYM5XeUaQm7oY7BxyVMTAr0COpibfwnkJjF2BXEcedbOJuuE7+xiRb2o79zgmHo3pJBs/B1YgCbXV20GyX9WqNkYlK5A33YecixMld3X1PPFB13i55LGuXqvYSw6mOid8hu1z9SyRM+5q8WAw4AcL5uRXYdfQlllw889DnRq7BoOLVPYNMgXXkxvE94hPiPyakoUX1XCKeEEwGKhyi7g+1Kst2CE/FzsFB0x+gmhHRlAfVrDSuIt+WxwkthQN3Bj+KZ4XFCtVPhPk1KKSFWhv36Qjvkd/IRJYHm5TI4k2sGpYjdXiXepI8rh+ALbeWPE/VDKA7UPiFRntfaT3K5AHlIu8BLZRzzNd7986me28wtVZhd9y9TSRVTFetFXH2HeJw8RKwcRminZGsfrHiFz08/B1NbLKDMyBuRjmSfA+ChNoHdPK7sEZDpeIDIwM+Uog+GtD3fScR0XgbcdXg/XhLc1ZFIseMnxStP4bJPeP6Exs1odypMgcmIvpmSPb1+oLJecibwX67LOsnxUfD944OwngQZFkGEhoEXbIgL5MHLQUJ4ujqBSAn8Q4Lk4Odrbylhb0o9nHRsxsf+Kw9wBzY46bRcNZEqzddIeVeQm0s4UO/wi97ne9WTXtxGlOx9lygqtnif9WwwhxjTNge01w9aTYTwomfVJo4KyrEx8L9byCmPy5R8zEzhwMNjceCg8ZtBY71UsZf/ISyG94BoIFC8St9dKhw/tjkleKPDnQQYw903bKllVBf8NECbeKybiGSDdDtIfzquTrxOViDIiJ2AArnzGJ3RYJc2JuBpsv9eNNmVYmA/U2b3MVngo4ILIKDFxjwEOHivq/1zi5SNwtg+tFzlgDiblbbBsUrJJ7Xf0lyYyxSoyFj2lm6FTnOnMUMTeDzZd61QncYd5UcoczcAbZPet9ki8SZ4s2aE/JvcVY8OUwRpzrOrA6fibeLE4W7UFvljxcXC/GgliICRAjsRLzBSJgLr+slxr+dG4QG/2H0DU1BHaYMlQ2O2U3J78ieY6rswpZSV43UXVu9bHYL0P6THcdPih5rKuvkXyVuMXpikRiwK+BGInVdg76R0TmZOgkwe60PNzt1pBW2pNNa3vBKXtJbu/qduCiYrWwQm1roBsg/klk++WNoea3cFDSbeJ33tI0CGxxXjovN6hyJcZkbGIgFgMxEisxG2aYEMo+ru5z4NQNYt7ktsnsuWDaUeUlDd3q/924ItTbqBwsrhb9QcxTZPtNF7GJxX0yvFKcJf5OvEmsE/eIMWCs6SJj20qSWB8bMQ4WLR7msFb0uMJV/uLkqsTPq5ddKjloPfqpskFka3H5BC3FT4iLRetHead4pMBYfmxiGSYSGzhfJGZiZw4eJ6uyTrT+5/jGauQz1Gmjczgk4eRM1bskdFTbipNEC4RyvNjcYAw/JjEQSxLETOxJ+OT7Mz1pV1H9FllbUDzN3Nd6wjPnmfXlqZ+QaG/KKr4Zw8ZLO0vzxuvr+uKjf55xJW28lZaLFtj3KujM05/r+o6uoG+lpvi2GBkzbeVl+WSOvKis/w+zDKvVX+acM8jwChxha4Etkpz34qrA7WGm+MS3jVNJfDjixWV9n5Z8GsqmxhQ5tEF4c3WPHKCj7Na4vvbCieweZYZPi42xGDMW18rQ+lLylo5GJavhVnndFDx3UHmP2C7U84q9apzvDM51clOJ9qWBP8ZizBiQ+K85wxmSfayuKV2sJIF8Bt0o8ukDGJxPrRg874z8ZJ26JtE/FD9WnlMWwd2inZXrJd+R1yGtrZIE0p+70+3O0fWSY5b8FteHe9jF4gecrloRH/jCp8GPZbq08ptSnh0abHG8lmbYHLr75JTzAnLoni7m4f1qNHtfDs3rVNBGX+/L5N4F/Wjma8PsKYejrAaVrkAb4yYJW0OFD/bvi61CPVlwTvrvS9/+RVWqiYE+9E0D9znGzMK71eB30WzVf51lXKTPmnRRP5b6KpEnx2RYgZTLRANvwjqRl80QMQ18q64T7eWUZpOm49jgd8M0DJDy0yKfbhw5+0VDGwk/Fc8Kis0qx4l2rgd1fFFtAhlhm/im2J+KwJN/UtwtjhdJ3CXi8aKBn43Y/hvFC4OSz6pZQY4tpsqQfmCGuFDk5cSLATDmQHGEyGokkTx0ds6lIiCxo8TYM5M+jWAf2I0aIhWsOiZgSdwpmafsk6Zqi3+J08SZIgd2Z3GxiC3g15eV9VLxH864h4MZSSBR20WSd404VjxV9Nijyh9FfugwsI1ZjTWhlhXIwPyGxyHMlgHtRbsWUH9RnCp+RXxKfEMETIht1IuKcJI4r14q/vMNmZwdzH6j8pEg45sX2gMi5/M5IuczIKbz6qVDf5aouMXVj4rI1pgiPieSRM/fq/5xMe8BMUHrs0lyN7EI2GBr/fCRBcYmBmIxeyuJmdiZQ01gC1aLL6njp8TWzsFqyePFS0VWxgExDazUQeLroZGjZGiQ8wps7Nih7yARX2lgbGIgFmIiNgMxEztzqAm1JHCfG5mtPFocJs4XqaeBJ14nLhJvFv12Z9sVwdvQFx/4qhOzVhOxEBOxjRF9bH4Oajqy4Hz5q2jb4oac4duobaS4zNlbv8XSfVKMBbb0sf5WLpWOMRgrC8Ro9sRuZ2SWfbPrP+MCWiGZHzU9bKtkTXiEjPMm7H15mT70JWmWECsZK3m0SFUfGzGaHbEfdbCN2EIW1KQQ0XEquTL82bWZzRPSsRKytpyaooEPfOHT/FvJ2MRALIDYrI2Yif2YwOWKwgLbIJlttMDprI1rzFgx69BXU9XAJ74Zw8azkliIidhMR8xNAnuj1eIMH9zHLsxwskv6aeJ0ca/YnLDPR5KZdb6tUhvn6MHmDKRS3/3UwZ6ulQQ6QUyei5X6rsaeMRmbGCweK4n1mMQdioognxG5X2WtADUdMRADsRATsRHjMY2eiu5orLiipBATsZUoM1BmoMxAmYEyA2UGygyUGSgzUGbgWMjA/wACPo3ZELctUQAAAABJRU5ErkJggg==");
}
.sidebar .icon-qa {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAAAXNSR0IArs4c6QAABB1JREFUeAHtmluITVEYx2dcIuP+YhrKPFCmvHhAxBN5ELm9SW5NHghpeCFkaEQe5WFIPFBqRskt5WGKUnjgBYlBUXJJRnK//P8ze8355hzrrHXO2vs4Z8/31f+sb3/rW2uv/TtrX846u6pKTQkoASWgBJSAElACSkAJKAEloASUgBJQAkpACSgBJaAElEApCFR77GQYcsZ55JVLyg8M5BX0pxQDcgGcjEG0QSNKMZgY93EdfW2IsT9rVwOsNT0Vc1FUGjyOfD40hE7SNsixg4Gi/hP892K7HN16MSjX2SVSi3ddAGXP57DRIgNl6D/EmEoy88yxu05hk6elhYACtIDxDStAX1KWPAVoAeMbVoC+pCx5CtACxjdcyGOMb5/lkteAgXwLGMxLtO1ytU8zwHbXwTvqP6N+CdSZL09PYTudGlTNslf31KR5Bj7CIRazIlOLdmMicM4JlmaAywHhawSikKIZyat8GzgJ+3bUX/MUYOA3rwAVYCCBwOY6AxVgIIHA5joDFWAggcDmOgMVYCCBwOY6AxVgIIHA5joDAwEWshrD1Y05efbH1d/j0JU8OaZqKpwt0AQTiKks6Z/qHLML4C9xYGPhU/lsHypdAGcjpxXiW19JWjFrgQWPx3UK30KPXwrodbgjdwHqT0JJw7uBfYT8H+I4jEy1awbyXRPOmLpMkxyPp835nGhuYAVChyDzpb2GzwXPeoi2E7rf7YV9/ETzvP9jhHXft7ULILM/RurbMrM1NONavXWo2S1qn8FfDR2B6iHaC4hfWEWZD8DQA9qGDjaLTghpDfROxCrWTRJgNajshTjTjN2F0wh1mUCll0kBZL+HoaUCUAf8jVAxf/SIbsrLTQIgbypHoXniUC/Bb4L4AniqLG6AvMOehmYISmfh74F+i1hq3LgBDgYZCe8YtnmnTa3FDVCCOogN/rTzte1I/OCbbMnj9fUidM1Sb8Kj4OyAak1AlFOE73STAMhTdRfEl9JdJn9uTXMle9YvRB4vG83Qd0ubRsRXWupkWI5Pxnt986ugN1CEw0GamcObBJ/5fOBxV3f4kYARDsdQZ+l7tCUuw1wHuCcD//L5rBaHzUQni6E2yLnTrB1Ox/bIrFixm3wdbZFozC92K3RTxOgegMwMPAO/A8q2pwg8zw72h+21OMjHUGckgtgEycmyX9R7v0iENjkWxymc0+l/DpzC/jm73kTjIDg+g7ZCcc30qOvMykhvICUOfzLyknJbHA8f7C9ADSIW7KZxBhoob+Hw9DxhAignQu0Qr9mxWJoBEhDXBlsgXgP5zjONy2+Tur0YPtIO0CC6Cod36CcmEFfZXwCSF+/Ky6DL3BDGWapWIIH1yH8A8UF+fIFtNT0iUIOSix9qSkAJKAEloASUgBJQAkpACZSawF/V83boTzoaxgAAAABJRU5ErkJggg==");
}
.sidebar *[class*="icon-"] {
  display: inline-block;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
}
.sidebar *[class*="icon-"]::before {
  display: none;
}
.sidebar *[class*="icon-"].i-20 {
  width: 20px !important;
  height: 20px !important;
}
.sidebar *[class*="icon-"].i-24 {
  width: 24px !important;
  height: 24px !important;
}
.sidebar *[class*="icon-"].i-40 {
  width: 40px !important;
  height: 40px !important;
}
.sidebar *[class*="icon-"].i-48 {
  width: 48px !important;
  height: 48px !important;
}
.sidebar .ctrlbar {
  height: 60px;
  padding: 10px;
  background: #FFF;
}
.sidebar .ctrlbar label {
  float: left;
}
.sidebar .ctrlbar .close,
.sidebar .ctrlbar label {
  padding-top: 4px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.sidebar .ctrlbar .close {
  float: right;
  color: #000;
  line-height: 30px;
  opacity: 1;
}
.sidebar .ctrlbar form.search {
  display: block;
  margin-right: 48px;
}
.sidebar .ctrlbar form.search label {
  position: absolute;
}
.sidebar .ctrlbar form.search input {
  display: block;
  height: 40px;
  border: 0;
  line-height: 1;
  font-size: 16px;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  background: none !important;
  margin-left: 45px;
}
.sidebar .ctrlbar form.search input::placeholder {
  font-size: 1em;
  color: #AEB6BD;
}
.sidebar nav {
  display: table;
  width: 100%;
  table-layout: fixed;
  background: #F9F8F7;
  padding: 6px 0 8px;
}
.sidebar nav &gt; .item {
  display: table-cell;
  text-align: center;
  height: 56px;
  line-height: 56px;
  font-size: 14px;
}
.sidebar nav &gt; .item .image,
.sidebar nav &gt; .item .image img {
  line-height: 0;
}
.sidebar nav &gt; .item .text {
  margin-top: 2px;
  line-height: 1;
}
.sidebar header {
  position: relative;
}
.sidebar main {
  padding-top: 0;
  height: calc(100vh - 146px);
  padding-bottom: 60px;
}
.sidebar footer {
  margin-top: -55px;
}
.sidebar ul.menu li.is-open {
  display: block;
}
.sidebar ul.menu li.is-open &gt; a.menu-item {
  color: #FFF;
  position: absolute;
  width: 100%;
}
.sidebar ul.menu li.is-open .icon {
  transform: rotate(180deg);
}
.sidebar ul.menu li.is-open &gt; ul.menu {
  margin-bottom: 0;
  padding-top: 48px;
  display: block;
  font-size: 16px;
}
.sidebar ul.menu li.is-open &gt; ul.menu li &gt; a.menu-item {
  padding-left: 40px;
  font-weight: 400;
}
.sidebar ul.menu {
  padding-left: 0 !important;
  background: #F9F8F7;
}
.sidebar ul.menu &gt; li {
  margin: 0 !important;
}
.sidebar ul.menu &gt; li .float-right {
  position: relative;
  z-index: 10;
  height: 48px;
  padding: 10px 20px 0;
}
.sidebar ul.menu &gt; li .float-right .label {
  min-width: 80px;
  padding: 4px 8px 6px;
  font-size: 14px;
  border: 1px solid #FFF;
  text-align: center;
  color: #FFF;
  background: none;
  border-radius: 40px !important;
}
.sidebar ul.menu a.menu-item {
  position: relative;
  display: block;
  padding: 12px 24px;
  cursor: pointer;
  color: #FFF;
  font-weight: 400;
  background: #00A94F;
  z-index: 9;
  opacity: 1;
}
.sidebar ul.menu a.menu-item &gt; .float-right {
  height: auto;
}
.sidebar ul.menu a.menu-item &gt; .float-right .label {
  padding: 4px 8px;
  margin-top: -3px;
}
.sidebar ul.menu a.menu-item &gt; .icon {
  position: absolute;
  color: #FFF;
  width: 24px;
  height: 24px;
  right: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  line-height: 0;
}
.sidebar ul.menu a.menu-item &gt; .icon &gt; i[class*="icon-"] {
  vertical-align: middle;
}
.sidebar ul.menu a.menu-item &gt; .icon &gt; i[class*="icon-"]::before {
  text-align: center;
}
.sidebar li {
  display: block;
  border-bottom: 1px solid #F9F8F7;
}
.sidebar li &gt; ul.menu {
  position: relative;
  display: none;
  background: #F9F8F7;
  z-index: 1;
}
.sidebar li &gt; ul.menu .social-link {
  margin-left: 28px;
}
.sidebar li &gt; ul.menu .social-link .item {
  display: inline-block;
  opacity: 1 !important;
  padding-left: 12px;
  padding-right: 12px;
}
.sidebar li &gt; ul.menu li {
  border-bottom: 1px solid #D7E4E4;
}
.sidebar li &gt; ul.menu li &gt; a.menu-item {
  color: #000;
  font-weight: 400;
  font-size: 16px;
  background: none;
}
.sidebar a.menu-item {
  background: #FFF;
}
.sidebar a.menu-item:hover, .sidebar a.menu-item:focus {
  background: #f3f3f3;
}

.banner .quote {
  margin-top: 50px;
}
.banner .quote big {
  font-size: 36px;
}
.banner .quote small {
  font-size: 20px;
}
.banner .quote::before {
  color: #00A94F;
}
.banner .prev,
.banner .next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  margin: auto;
  font-size: 14px;
  color: #00A94F;
  text-align: center;
}
.banner .prev .circle,
.banner .next .circle {
  background: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  border-radius: 50px;
  margin: auto;
}
.banner .prev .circle &gt; *,
.banner .next .circle &gt; * {
  margin: 0;
}
.banner .prev .text,
.banner .next .text {
  margin-top: 5p;
}
.banner .prev {
  left: 20px;
}
.banner .next {
  right: 20px;
}

@media screen and (max-width: 767px) {
  .banner .prev,
  .banner .next {
    display: none;
  }
}
.accordion-title {
  font-size: 20px;
  padding: 16px;
  font-weight: bold;
}

.accordions .accordion {
  background: #FFF;
  margin-bottom: 20px;
  display: block;
  box-shadow: 0 2px 8px 0 rgba(182, 182, 182, 0.4);
  border-radius: 5px;
}
.accordions .accordion:last-child {
  margin-bottom: 0px;
}
.accordions .accordion .accordion-header {
  position: relative;
  display: block;
  cursor: pointer;
}
.accordions .accordion .accordion-header h4 {
  padding: 24px 80px 24px 24px;
  margin: 0;
  font-weight: 500;
}
.accordions .accordion .accordion-header h3 {
  padding: 30px 80px 30px 40px;
  margin: 0;
}
.accordions .accordion .accordion-body {
  display: none;
  padding: 0 40px 30px 40px;
  font-size: 16px;
}
.accordions .accordion .accordion-body h4 {
  margin-top: 0;
  margin-bottom: 10px;
}
.accordions .accordion .accordion-body p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
}
.accordions .accordion .accordion-body p + h4 {
  margin-top: 20px;
}
.accordions .accordion .accordion-body h4, .accordions .accordion .accordion-body h5 {
  margin-bottom: 10px;
}
.accordions .accordion .accordion-body h5 {
  font-weight: bold;
  line-height: 36px;
  border-bottom: 1px solid #D7E4E4;
}
.accordions .accordion .accordion-body ul {
  list-style: disc;
}
.accordions .accordion .accordion-body ol, .accordions .accordion .accordion-body ul {
  padding-left: 20px;
}
.accordions .accordion .accordion-body .accordion-more {
  display: block;
  border-radius: 0 0 5px 5px;
  background: #fbf9f6;
  padding: 20px 24px;
  margin-top: 24px;
  margin-left: -40px;
  margin-right: -40px;
  margin-bottom: -30px;
}
.accordions .accordion .accordion-body .accordion-more a.link {
  display: inline-block;
  margin-right: 24px;
  margin-bottom: 8px;
}
.accordions.contract::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: linear-gradient(307deg, #6bca50, #099e69);
}
.accordions.contract .accordion {
  background: none;
  box-shadow: none;
  border: 0;
}
.accordions.contract .accordion:nth-child(3n-1) {
  background: #F9F8F7;
}
.accordions.contract .accordion .accordion-body {
  background: #E8E8E8;
  padding-top: 24px;
}
.accordions.contract .accordion .accordion-body ol {
  list-style: decimal;
  margin-left: 20px;
}
.accordions.contract .accordion .accordion-header {
  display: flex;
}
.accordions.contract .accordion .accordion-header::before, .accordions.contract .accordion .accordion-header::after {
  display: none;
}
.accordions.contract .accordion .accordion-header .action {
  display: flex;
  align-items: center;
  align-content: center;
}
.accordions.contract .accordion .accordion-header .action .for-open {
  display: block;
}
.accordions.contract .accordion .accordion-header .action .for-close {
  display: none;
}
.accordions.contract .accordion .accordion-header .content {
  flex: 1;
  display: flex;
}
.accordions.contract .accordion .accordion-header .content &gt; * {
  padding: 16px;
}
.accordions.contract .accordion .accordion-header .content .name {
  width: 50%;
}
.accordions.contract .accordion.is-open .accordion-header .for-close {
  display: block;
}
.accordions.contract .accordion.is-open .accordion-header .for-open {
  display: none;
}

.accordion .accordion-header {
  position: relative;
  color: #000;
}
.accordion .accordion-header .icon {
  position: absolute;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 24px;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.accordion.menu {
  margin-bottom: 56px;
}
.accordion.menu .accordion-header {
  margin-bottom: 10px;
}
.accordion.menu .accordion-header:before {
  content: "";
  float: left;
  display: block;
  width: 6px;
  height: 36px;
  border-radius: 5px;
  background: #00A94F;
}
.accordion.menu .accordion-header h4 {
  margin: 0;
  font-weight: bold;
  padding-left: 16px;
  padding-right: 16px;
  line-height: 36px;
}
.accordion.menu .accordion-body .item {
  height: 48px;
  line-height: 48px;
  padding: 0 16px;
  border-radius: 5px;
  font-size: 16px;
}
.accordion.menu .accordion-body .item:after {
  content: "";
  display: block;
  width: calc(100% + $space-unit*4);
  height: 1px;
  border-bottom: 1px solid #D7E4E4;
  margin-left: -16px;
  margin-right: -16px;
}
.accordion.menu .accordion-body .item.active {
  background: #00A94F;
  color: #FFF;
}
.accordion.is-open .accordion-header .icon {
  transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .accordions .accordion .accordion-header h3, .accordions .accordion .accordion-header h4, .accordions .accordion .accordion-header .accordion-title {
    font-size: 1em;
    padding: 16px 32px 16px 16px;
  }
  .accordions .accordion .accordion-header::before {
    width: 2px;
    height: 14px;
    right: 22px;
  }
  .accordions .accordion .accordion-header::after {
    right: 16px;
    width: 14px;
    height: 2px;
  }
  .accordions .accordion .accordion-header .icon {
    right: 8px;
    top: 5px;
  }
  .accordions .accordion .accordion-body {
    font-size: 16px;
    padding: 0 16px 10px;
  }
  .accordions .accordion .accordion-body .accordion-more {
    margin-left: -16px;
    margin-right: -16px;
  }
  .accordions .accordion .accordion-body .accordion-more a.link {
    margin-top: 8px;
    margin-bottom: 0;
  }
}
/*  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel .owl-dots {
  position: absolute;
  bottom: -40px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 500px;
  text-align: center;
  z-index: 99;
}
.owl-carousel .owl-dots &gt; button.owl-dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #D7E4E4;
  border-radius: 14px;
  margin: 0 4px;
}
.owl-carousel .owl-dots &gt; button.owl-dot.active {
  background: #00A94F;
  border-color: #00A94F;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 110px;
  bottom: 0;
  width: 48px;
  height: 48px;
  display: block;
  margin: auto;
  background: #FFF !important;
  border-radius: 50%;
  font-size: 24px;
  text-align: center;
  border: 1px solid #D7E4E4 !important;
  box-shadow: 0 10px 14px 0 rgba(200, 200, 200, 0.39);
}
.owl-carousel .owl-nav .owl-prev &gt; i,
.owl-carousel .owl-nav .owl-next &gt; i {
  color: #00A94F;
  font-size: 24px;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
}
.owl-carousel .owl-nav .owl-prev.disabled,
.owl-carousel .owl-nav .owl-next.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev {
  left: -7%;
}
.owl-carousel .owl-nav .owl-next {
  right: -7%;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel.insurance-card .owl-stage,
.owl-carousel.insurance-card .owl-item,
.owl-carousel.insurance-card .owl-item .card {
  display: flex;
}

@media screen and (max-width: 1440px) {
  .owl-carousel .owl-nav .owl-prev {
    left: 10px;
  }
  .owl-carousel .owl-nav .owl-next {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .owl-carousel .owl-dots {
    width: 75%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    width: 32px;
    height: 32px;
    top: auto;
    bottom: -40px;
  }
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}

.owl-carousel.known-items .owl-stage {
  display: flex;
  width: 100%;
}
.owl-carousel.known-items .owl-stage .owl-item {
  display: flex;
  padding: 0;
  margin-bottom: 0;
}
.owl-carousel.known-items .owl-stage .owl-item &gt; .item {
  display: flex;
  flex-direction: column;
}
.owl-carousel.known-items .owl-stage .owl-item &gt; .item .content {
  flex: 1;
}

.owl-carousel.sales-caorusel &gt; .owl-nav &gt; .owl-prev,
.owl-carousel.sales-caorusel &gt; .owl-nav &gt; .owl-next {
  top: 0 !important;
}

.owl-carousel.introduce .owl-stage {
  display: flex;
  width: 100%;
}
.owl-carousel.introduce .owl-stage .owl-item {
  display: flex;
  padding: 0;
  margin-bottom: 0;
}
.owl-carousel.introduce .owl-stage .owl-item &gt; section {
  flex-direction: column;
  flex: 1;
  margin-bottom: 0;
  max-width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}
.owl-carousel.introduce .konwn-items .konwn-items-scroll {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.owl-carousel.introduce .item {
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding: 0 34px;
}
.owl-carousel.introduce .item .content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.owl-carousel.introduce .item .content h3 {
  font-weight: bold;
}
.owl-carousel.introduce .item .action .btn {
  margin: 0 0 24px;
}
@media screen and (max-width: 992px) {
  .owl-carousel.introduce .konwn-items {
    max-width: calc(100% + 48px);
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 24px;
    -webkit-overflow-scrolling: touch;
    margin-right: -24px;
    margin-left: -24px;
  }
  .owl-carousel.introduce .konwn-items .konwn-items-scroll {
    flex-wrap: nowrap;
  }
  .owl-carousel.introduce .konwn-items .konwn-items-scroll .item {
    width: 256px;
    padding-left: 0;
    padding-right: 0;
    margin-right: 40px;
    flex: none;
  }
  .owl-carousel.introduce .konwn-items .konwn-items-scroll .item .content h3 {
    font-size: 1em;
    margin-bottom: 8px;
  }
}

.message.system {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  color: #485b6b;
  font-size: 16px;
  background: #F0F5F5;
  padding: 12px 0;
  z-index: 1999;
}
.message.system .container {
  position: relative;
  padding-right: 48px !important;
}
.message.system .close {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}
.message.cookie {
  position: fixed;
  color: #FFF;
  background: rgba(0, 0, 0, 0.87);
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 24px 0;
  z-index: 1999;
}
.message.cookie .container {
  display: flex;
}
.message.cookie .content {
  flex: 1;
  padding: 0 72px 0 32px;
}
.message.cookie .content h5 {
  margin: 0 0 5px;
}
.message.cookie .content p {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 0;
}
.message.cookie .action .btn {
  min-width: 240px;
}

@media screen and (max-width: 767px) {
  .message.system {
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 12px;
  }

  .message.cookie .container {
    flex-direction: column;
  }
  .message.cookie .container .image {
    display: none;
  }
  .message.cookie .container .content {
    padding: 0;
  }
  .message.cookie .container .action &gt; .btn {
    display: block;
    min-width: 100%;
    margin: 16px 0 0;
  }
}
.ui-datepicker {
  z-index: 79 !important;
}
.ui-datepicker .ui-datepicker-prev &gt; .ui-icon::before,
.ui-datepicker .ui-datepicker-next &gt; .ui-icon::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.ui-datepicker .ui-datepicker-prev &gt; .ui-icon.ui-icon-circle-triangle-w::before {
  border-right: 8px solid #000;
  border-left: 8px solid transparent;
}
.ui-datepicker .ui-datepicker-next &gt; .ui-icon.ui-icon-circle-triangle-e::before {
  border-left: 8px solid #000;
  border-right: 8px solid transparent;
}

.banner.activity {
  position: relative;
  height: 256px;
  overflow: hidden;
}
.banner.activity.activity-content {
  height: 312px;
}
.banner.activity img {
  position: absolute;
  width: auto;
  max-width: none;
  height: 100%;
  left: -100%;
  right: -100%;
  margin: auto;
  z-index: 0;
}
.banner.activity .caption {
  position: relative;
  z-index: 1;
  padding-top: 104px;
}
.banner.activity .caption h1 {
  margin-top: 0;
}
.banner.activity + .tab-container {
  position: relative;
  margin-top: -45px;
  z-index: 2;
}
@media screen and (min-width: 1440px) {
  .banner.activity img {
    width: 100%;
    height: auto;
    top: -100%;
    bottom: -100%;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .banner.activity {
    height: 272px;
  }
  .banner.activity .caption {
    padding-top: 40px;
  }
}

body.activity {
  background: #FFF;
}
body.activity .cards &gt; .card {
  margin-bottom: 32px;
}
body.activity .collapse-content {
  position: relative;
  display: block;
  overflow: hidden;
  height: 200px;
  padding-bottom: 40px;
}
body.activity .collapse-content:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 55px;
  display: block;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.21), #ffffff);
}
body.activity .collapse-content + .btn.collapse-content-trigger .for-close {
  display: none;
}
body.activity .collapse-content + .btn.collapse-content-trigger .for-open {
  display: inline-block;
}
body.activity .collapse-content.open {
  height: auto;
}
body.activity .collapse-content.open::before {
  display: none;
}
body.activity .collapse-content.open + .btn.collapse-content-trigger .for-close {
  display: inline-block;
}
body.activity .collapse-content.open + .btn.collapse-content-trigger .for-open {
  display: none;
}
@media screen and (max-width: 767px) {
  body.activity .banner.activity img {
    position: absolute;
    width: 100% !important;
    height: auto;
    left: 0;
    right: 0;
  }
  body.activity .banner.activity + .tab-container {
    margin-top: -60px;
  }
  body.activity .banner.activity + .tab-container + .container section {
    padding-top: 0;
  }
}

body.index {
  background: #FFF;
}

section {
  position: relative;
}

section.search-container .input-group.input-lg .action .btn {
  font-size: 1em;
}

section.news-container .list {
  padding-left: 20px;
}
section.news-container .list .item {
  border-bottom: 1px solid #D7E4E4;
}
section.news-container .news-title {
  margin: -24px 0 0px;
  padding-left: 20px;
}
section.news-container .more {
  font-size: 16px;
  line-height: 20px;
  margin-top: 10px;
}
section.news-container .more * {
  vertical-align: middle;
}
section.news-container .item,
section.news-container .caption {
  display: inline-block;
  width: 100%;
  padding: 16px 0;
}
section.news-container .item .title,
section.news-container .caption .title {
  font-size: 16px;
  line-height: 26px;
}
section.news-container .item .meta,
section.news-container .caption .meta {
  color: #5B616F;
  font-size: 14px;
  margin-bottom: 8px;
}
section.news-container .item .meta .public_at,
section.news-container .caption .meta .public_at {
  display: inline-block;
}
section.news-container .item .meta .category,
section.news-container .caption .meta .category {
  display: inline-block;
  color: #FFF;
  margin-right: 10px;
  line-height: 22px;
  border-radius: 5px;
  padding: 0 16px;
}
section.news-container .item .meta .category.news,
section.news-container .caption .meta .category.news {
  background: #8FD158;
}
section.news-container .item .meta .category.activity,
section.news-container .caption .meta .category.activity {
  background: #FCA832;
}
section.news-container .item .meta .category.bulletin,
section.news-container .caption .meta .category.bulletin {
  background: #F9556F;
}
section.news-container .main-news {
  position: relative;
  display: block;
  transition: all 0.3s ease;
}
section.news-container .main-news:hover, section.news-container .main-news:focus {
  transform: scale(1.05);
}
section.news-container .main-news:hover .caption .title, section.news-container .main-news:focus .caption .title {
  color: #00A94F;
}
section.news-container .main-news .caption {
  padding: 16px 24px 8px;
  bottom: -10px;
  right: 50px;
  color: #000;
  background: #FFFFFF;
  border: 1px solid #D7E4E4;
  box-shadow: 0 28px 35px -15px rgba(0, 0, 0, 0.2);
  z-index: 9;
  border-radius: 0 0 10px 10px;
}
section.news-container .main-news .caption .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
section.news-container .main-news .image {
  position: relative;
  padding-bottom: 41.25%;
  height: 0;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
section.news-container .main-news .image img {
  position: absolute;
  width: 100%;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  margin: auto;
}

section.statics .row.cards::before, section.statics .row.cards::after {
  content: "";
  position: absolute;
  display: block;
  z-index: 0;
}
section.statics .row.cards:before {
  width: 151px;
  height: 116px;
  top: -24px;
  left: -28px;
  background-image: linear-gradient(-51deg, #b6e289 22%, #50b775 100%);
}
section.statics .row.cards:after {
  width: 620px;
  height: 212px;
  right: -72px;
  top: -72px;
  background: #f0f5f5;
}
section.statics .static-container {
  position: relative;
}
section.statics .static-container::before, section.statics .static-container::after {
  content: "";
  position: absolute;
  display: block;
}
section.statics .static-container::before {
  width: 160px;
  height: 116px;
  background: linear-gradient(307deg, #6bca50, #099e69);
  top: -28px;
  left: -27px;
}
section.statics .static-container::after {
  width: 620px;
  height: 200px;
  background: #F9F8F7;
  right: -50px;
  top: -40px;
}
section.statics .card.static {
  position: relative;
  z-index: 9;
  transition: transform 0.3s ease;
}
section.statics .card.static .description {
  color: #858480;
}
section.statics .card.static h1 {
  margin-bottom: 20px;
}
section.statics .card.static:hover, section.statics .card.static:focus {
  transform: scale(1.05);
}
section.statics .section-title {
  margin-bottom: 110px;
}
section.statics .section-title img {
  margin-bottom: 24px;
}

section.promotion-section {
  margin-bottom: 0;
}
section.promotion-section img.promotion-bg {
  position: absolute;
  right: -476px;
  bottom: -50px;
  z-index: 0;
}
section.promotion-section .promotion {
  position: relative;
  color: #FFF;
  background-image: linear-gradient(307deg, #6bca50, #099e69);
  z-index: 9;
  padding: 44px 0 50px;
}
section.promotion-section .promotion .item {
  display: inline-block;
  margin: 0 5px;
  text-align: center;
}
section.promotion-section .promotion .item .btn {
  width: 120px;
  margin: 0;
}
section.promotion-section .promotion .item .image {
  margin-bottom: 16px;
}
section.promotion-section .promotion .quote {
  margin-top: 40px;
  font-weight: 500;
}
section.promotion-section .promotion .main-line {
  position: absolute;
  top: 190px;
  left: -205px;
}

section.u-need {
  padding-top: 124px;
  padding-bottom: 196px;
  border-radius: 5px;
}
section.u-need img.bg {
  position: absolute;
  left: -70px;
  right: 0;
  margin: auto;
  top: -50px;
}
section.u-need img.main-line {
  position: absolute;
  right: -285px;
  top: -150px;
  z-index: 2;
}
section.u-need .panel .column {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 30px;
}
section.u-need .panel .column .content .item {
  padding-left: 0;
  padding-right: 0;
}
section.u-need .panel:before {
  content: "";
  position: absolute;
  width: 60%;
  max-width: 680px;
  height: 12px;
  background-image: linear-gradient(-26deg, #b6e289 0%, #50b775 80%);
  left: 0px;
  bottom: 0;
}
section.u-need .panel p {
  text-align: left;
}
section.u-need .panel p * {
  vertical-align: middle;
}

section.sitemap {
  padding-top: 167px;
  padding-bottom: 40px;
}
section.sitemap a.item {
  display: block;
  height: 36px;
  color: #5B616F;
  line-height: 36px;
}
section.sitemap a.item small {
  display: inline;
  color: #9A9EAD;
  font-size: 14px;
  vertical-align: middle;
}
section.sitemap h3 {
  margin-bottom: 0px;
}
section.sitemap img.sitemap-bg {
  position: absolute;
  top: 0;
  left: 0;
}
section.sitemap .insurace-type {
  position: relative;
  width: 25%;
  padding-bottom: 40px;
}
section.sitemap .insurace-type h3 {
  font-weight: bold;
  margin-bottom: 8px;
}
section.sitemap .insurace-type .item {
  padding-left: 0;
  font-size: 16px !important;
  height: 40px;
  line-height: 40px;
  height: auto;
  padding: 0;
}
section.sitemap .insurace-type .item small {
  vertical-align: bottom;
}
section.sitemap .insurace-type .item:hover, section.sitemap .insurace-type .item:focus {
  background: none;
}
section.sitemap .insurace-type::before {
  content: "";
  position: absolute;
  top: 0;
  margin: 0;
  width: calc(100% - 20px);
  height: 4px;
  background-image: linear-gradient(90deg, #50b775 0%, #b6e289 100%);
}
section.sitemap .section-title {
  margin-bottom: 55px;
}

.campaign {
  padding-bottom: 53px;
}
.campaign a,
.campaign a:link {
  color: #000 !important;
}
.campaign img {
  margin-top: -75px;
}
.campaign h2.campaign-title {
  font-size: 36px;
  margin-bottom: 10px;
}
.campaign h2.campaign-title:before {
  content: "";
  font-family: "icomoon";
  font-size: 25px;
  color: #FCA832;
  position: relative;
  vertical-align: super;
  top: -8px;
  margin-left: -30px;
}

section.search-banner .parallax {
  position: absolute;
  top: -102px;
  left: -50px;
}
section.search-banner .parallax div {
  position: absolute;
  z-index: 0;
  width: 100vw;
  height: 680px;
  text-align: center;
}
section.search-banner .parallax div img {
  margin: 0 auto;
}
section.search-banner .campaign {
  margin-top: 170px;
}
section.search-banner .container {
  position: relative;
  z-index: 9;
}
section.search-banner .container h2.slogan {
  margin: 0 0 50px;
  text-align: center;
}
section.search-banner .input-group,
section.search-banner .input-group .input {
  position: relative;
  height: 56px;
}
section.search-banner .select.index-dropdown {
  overflow: visible;
}
section.search-banner .select.index-dropdown::after {
  top: 20px;
  bottom: auto;
  margin: 0;
}
section.search-banner .select.index-dropdown &gt; span.select-render {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #FFF;
  height: 54px;
  line-height: 54px;
  border-radius: 5px 0 0 5px;
  padding: 0 32px 0 24px;
  background: #ffffff;
}
section.search-banner .select.index-dropdown select {
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
section.search-banner .select.index-dropdown select option {
  display: none;
}
section.search-banner .select.index-dropdown .dropdown-menu {
  position: relative;
  left: 0;
  display: none;
  width: 100%;
  background: #ffffff;
  border-radius: 10px;
  padding: 16px 0;
  box-shadow: none;
}
section.search-banner .select.index-dropdown .dropdown-menu:before {
  content: "";
  display: block;
  width: calc(100% - 48px);
  height: 1px;
  margin: -16px auto 8px;
  background: #D7E4E4;
}
section.search-banner .select.index-dropdown .dropdown-menu ul &gt; li &gt; a {
  color: #000;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
section.search-banner .select.index-dropdown .dropdown-menu ul &gt; li:hover, section.search-banner .select.index-dropdown .dropdown-menu ul &gt; li:focus {
  background: #F9F8F7;
}
section.search-banner .select.index-dropdown .dropdown-menu ul &gt; li,
section.search-banner .select.index-dropdown .dropdown-menu .action &gt; a {
  display: block;
  padding: 8px 24px;
}
section.search-banner .select.index-dropdown.is-open {
  position: absolute;
  height: auto;
  border-radius: 5px 0 5px 5px;
  box-shadow: 0 10px 20px 0 rgba(226, 226, 226, 0.7), 0 15px 40px 0 rgba(0, 0, 0, 0.5);
}
section.search-banner .select.index-dropdown.is-open span.select-render {
  border-radius: 5px 0 0 0;
}
section.search-banner .select.index-dropdown.is-open &gt; .dropdown-menu {
  display: block;
  border-radius: 0 0 5px 5px !important;
}
section.search-banner ul.tab {
  margin: 0;
  border-bottom: 0;
}
section.search-banner ul.tab li {
  margin: 0;
}
section.search-banner ul.tab li &gt; a,
section.search-banner ul.tab li &gt; a:hover,
section.search-banner ul.tab li &gt; a:focus {
  color: #FFF !important;
}
section.search-banner ul.tab li.active &gt; a {
  color: #FFF;
  background: #5B616F;
  border-radius: 5px 5px 0 0;
}
section.search-banner ul.tab + .tab-pane &gt; .tab-content .input-group .select,
section.search-banner ul.tab + .tab-pane &gt; .tab-content .input-group &gt; .input &gt; * {
  border: 0;
}
section.search-banner ul.tab + .tab-pane &gt; .tab-content:first-child .input-group .select,
section.search-banner ul.tab + .tab-pane &gt; .tab-content:first-child .input-group .select span.select-render,
section.search-banner ul.tab + .tab-pane &gt; .tab-content:first-child .input-group &gt; .input &gt; * {
  border-radius: 0 0 0 5px;
}
section.search-banner ul.tab + .tab-pane &gt; .tab-content:first-child .input-group .select.is-open span.select-render {
  border-radius: 0 0 0 0;
}

.situation-content {
  position: relative;
  z-index: 9;
  background: #F8F8F8 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAKklEQVQYV2NkYGCQYmBgeMaABhihfAxJmARIHkUSWQJFEl0CLolNAiwJAKjUBSHIEo60AAAAAElFTkSuQmCC) repeat;
}
.situation-content .tab-content {
  padding: 50px 0 20px;
}
.situation-content h2 {
  font-size: 36px;
  margin: 0;
}
.situation-content h2 small {
  color: #5B616F;
  font-size: 20px;
  display: block;
  margin-bottom: 15px;
}
.situation-content h2:before {
  position: absolute;
  color: #28a745;
  content: "";
  font-family: "icomoon";
  margin-left: -60px;
  margin-top: -12px;
}
.situation-content .link {
  margin-top: 16px;
}

.situation-nav {
  background: #FFF;
}
.situation-nav ul.tab {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-bottom: 0;
}
.situation-nav ul.tab &gt; li {
  display: table-cell;
  margin-right: 0;
}
.situation-nav ul.tab &gt; li &gt; a {
  position: relative;
  padding: 20px 0 30px;
  text-align: center;
  border-radius: 5px;
  background: #FFF;
  border: 0;
}
.situation-nav ul.tab &gt; li &gt; a:hover, .situation-nav ul.tab &gt; li &gt; a:focus {
  background: #f8f8f8;
}
.situation-nav ul.tab &gt; li &gt; a .tab-arrow {
  display: none !important;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 0;
  transform: rotate(180deg);
}
.situation-nav ul.tab &gt; li &gt; a .tab-arrow img {
  height: 16px;
}
.situation-nav ul.tab &gt; li &gt; a .icon &gt; i {
  font-size: 80px;
  color: #00A94F;
  background: -webkit-linear-gradient(#099E69 0%, #6BCA50 71%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.situation-nav ul.tab &gt; li &gt; a .text {
  font-size: 1em;
  margin-top: 10px;
}
.situation-nav ul.tab li.active &gt; a {
  background-image: linear-gradient(309deg, #6bca50, #099e69);
  box-shadow: 0 3px 10px 0 rgba(131, 208, 122, 0.5), 0 10px 20px 0 rgba(160, 230, 173, 0.49);
}
.situation-nav ul.tab li.active &gt; a .tab-arrow {
  display: block;
}
.situation-nav ul.tab li.active &gt; a .text,
.situation-nav ul.tab li.active &gt; a .icon &gt; i {
  color: #FFF;
}
.situation-nav ul.tab li.active &gt; a .icon &gt; i {
  color: #FFF;
  background: -webkit-linear-gradient(#fff, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 960px) {
  section.search-banner .parallax {
    width: 180%;
    left: -120%;
    right: -100%;
    top: 10px;
    margin: auto;
  }
  section.search-banner .parallax div,
  section.search-banner .parallax img {
    width: 100%;
  }
  section.search-banner .parallax img {
    height: auto;
  }
  section.search-banner .container h2.slogan {
    margin: 60px auto 50px;
    text-align: center;
    width: 90%;
  }
  section.search-banner .container h2.slogan img {
    width: 100%;
    height: auto !important;
  }
  section.search-banner .container .input-group {
    display: block;
  }
  section.search-banner .container .input-group &gt; * {
    display: block;
  }
  section.search-banner .container .input-group.input-lg .select.index-dropdown, section.search-banner .container .input-group.input-lg .select.index-dropdown &gt; span.select-render {
    display: block;
    border-radius: 5px !important;
    border: 0 !important;
  }
  section.search-banner .container .input-group .action {
    width: 100%;
  }
  section.search-banner .container .input-group .action &gt; button.btn.btn-dark {
    display: block;
    width: 100%;
    max-width: none;
    margin-top: 17px;
    background: #5AB649;
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.18);
    border-radius: 5px;
  }

  section.campaign {
    top: 70px;
  }
  section.campaign img {
    margin-right: -15px;
    width: 155px;
  }
  section.campaign h2.campaign-title {
    font-size: 20px;
    margin-top: -50px;
    margin-left: 28px;
    margin-right: 136px;
  }
  section.campaign h2.campaign-title::before {
    margin-left: -35px;
    margin-right: 8px;
  }
  section.campaign h2.campaign-title + p.description {
    font-size: 12px;
    line-height: 1.25;
    margin-left: 28px;
    margin-right: 150px;
  }

  section.situation {
    background: none;
  }
  section.situation .situation-container {
    position: relative;
  }

  .situation-nav {
    width: calc(100% + 40px);
    text-align: center;
    height: 94px;
    margin-left: -20px;
    margin-right: -20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .situation-nav ul.tab {
    display: block;
    margin: auto;
    height: 94px;
    border-bottom: 0;
    white-space: nowrap;
  }
  .situation-nav ul.tab &gt; li {
    display: inline-block;
    position: relative;
  }
  .situation-nav ul.tab &gt; li:first-child ~ li {
    margin-left: -4px;
  }
  .situation-nav ul.tab &gt; li &gt; a {
    width: 104px;
    padding: 8px 10px;
  }
  .situation-nav ul.tab &gt; li &gt; a .tab-arrow {
    display: none;
  }
  .situation-nav ul.tab &gt; li &gt; a .icon &gt; i {
    font-size: 60px;
  }
  .situation-nav ul.tab &gt; li &gt; a .text {
    line-height: 1;
    font-size: 14px;
    margin-top: 4px;
  }
  .situation-nav ul.tab &gt; li.active &gt; a {
    border-radius: 5px 5px 0 0;
  }
  .situation-nav ul.tab &gt; li.active &gt; a .text {
    color: #FFF;
  }

  .situation-content {
    background: #F8F8F8 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAKklEQVQYV2NkYGCQYmBgeMaABhihfAxJmARIHkUSWQJFEl0CLolNAiwJAKjUBSHIEo60AAAAAElFTkSuQmCC) repeat;
  }
  .situation-content .tab-pane .tab-content {
    padding-bottom: 16px;
  }
  .situation-content h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .situation-content h2 small {
    display: block;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 8px;
  }
  .situation-content h2::before {
    margin-left: -32px;
  }

  section.u-need {
    padding-top: 116px;
    padding-bottom: 32px;
  }
  section.u-need img.bg {
    left: auto;
    right: -320px;
    margin: auto;
    top: 115px;
  }
  section.u-need img.main-line {
    height: 73px;
    right: -55px;
    left: auto;
    top: -120px;
  }
  section.u-need .panel {
    padding: 0;
    display: block;
  }
  section.u-need .panel::before {
    left: 0;
    width: 100%;
    border-radius: 0 0 5px 5px;
  }
  section.u-need .panel .column {
    padding: 16px 24px !important;
  }

  section.news-container .main-line {
    display: none;
  }
  section.news-container .main-news .caption {
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 0;
  }
  section.news-container .list {
    padding-left: 0;
    border-width: 0 1px 1px 1px;
    border-color: #D7E4E4;
    border-style: solid;
    border-radius: 0 0 5px 5px;
  }
  section.news-container .list &gt; .item {
    background: #FFF;
    padding-left: 16px;
    padding-right: 16px;
  }
  section.news-container .list &gt; .item:last-child {
    border-radius: 0 0 5px 5px;
  }

  section.sitemap {
    padding-top: 0;
  }
  section.sitemap .sitemap-bg {
    display: none;
  }
  section.sitemap .sitemap-container {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  section.sitemap .section-title {
    margin-bottom: 24px;
  }
  section.sitemap .row {
    display: block;
    white-space: nowrap;
    margin-bottom: 25px;
  }
  section.sitemap .insurace-type {
    vertical-align: top;
    display: inline-block;
    width: 256px;
    padding: 0 10px;
  }
  section.sitemap .insurace-type h3 {
    font-size: 20px;
    margin-bottom: 0;
  }
  section.sitemap .insurace-type .item {
    font-size: 16px;
  }

  .social-link .item {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  section.u-need .panel .column {
    flex: none;
    flex-direction: row;
    padding: 16px;
    border-bottom: 1px solid #D7E4E4;
  }
  section.u-need .panel .column:last-child {
    border-bottom: 0;
  }
  section.u-need .panel .column .image {
    text-align: center;
    width: 88px;
    margin-bottom: 0;
    margin-right: 40px;
  }
  section.u-need .panel .column .content {
    flex: 1;
    align-content: center;
    align-items: center;
  }
  section.u-need .panel .column .icon-more-arrow {
    float: right;
    margin-top: 10px;
  }
}
.banner.group {
  position: relative;
  background: #F9F8F7;
  padding-top: 70px;
  top: -50px;
  height: 312px;
  z-index: 0;
}
.banner.group img {
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .banner.group {
    margin-bottom: 0px;
    top: 0px;
    height: auto;
  }
  .banner.group img {
    position: relative;
    margin: 0 auto;
  }
  .banner.group .quote {
    position: relative;
    margin: 40px 0 20px;
    padding-left: 40px;
    padding-bottom: 25px;
    border-bottom: 2px solid #00A94F;
  }
  .banner.group .quote::after {
    content: "";
    position: absolute;
    display: block;
    width: 24px;
    height: 20px;
    top: 100%;
    background-color: #FFF;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAUCAYAAACXtf2DAAAAAXNSR0IArs4c6QAAAghJREFUOBGtlc9L22Acxp83rYKKc5cibMIGIruIFlGGu8z5D7Rdmjo29LCDB1FBGHgSCoPBDuJtMHDMsYumGqzgQPHg0Z9jeNah7OZBERS12rw+SSwVNbaZCaQvb/Pm83y/z/skEZiISAjxB6FwC14lz+HXoWtVQGZUsXlShrG38dgvNibVBsizdUjEFVa/4xvYAunRTpjZJUDWAuJ30De4rpWy6hFI2WMzhfiG0MNefwSmXtcgm5kk+DkETnn2QpsetYTuL6DH2pE1x+l36NJulfB1uwv+OJucm3kZpRRM4CC9nqctIfo9B5Q0IZGHW7j/6+DXuwfQYz94f5QCEor4iHg4CZE0r9foXcCI1ePwyCC4jrB9INAJzZgFpq+z7bk3i/TIW5ybyyy6zn44g8FmJCy4+1FcB2vdJdjaHSa4z0YJMUa/e6Cmjt3RzpXCAuk3j/B3N0VLXrDqDITsZ0q+FgLnrt8tkIq24eR4nIurmZJ/CCgqVGM1d3Mxo/seTEQ+MNsLDpxjeVmTV7hVwM0O0u8rcbL3nZaoTgSVT4g3Dt0WwWI6EHw5bXPzniAYeIpsoIKvWIOVP6PfB3wOu5iSmWJAbmvyFplmB2RmxYFjgymxIngvuCV6RUB+5ryClf9EWXUrEqlNt6q8/J/fAyeCA4zgFy+AQmv5wcEiz01G8CW0tK9wS/wC85ebpgRgsTQAAAAASUVORK5CYII=);
  }
  .banner.group .quote::before {
    display: inline-block;
    font-size: 20px;
    margin-left: -35px;
    margin-right: 0;
  }
  .banner.group .quote .text-big {
    font-size: 24px;
  }
  .banner.group .quote small {
    display: block;
    line-height: 1.4;
    font-size: 16px;
  }

  body.group section &gt; h1 {
    font-size: 20px;
  }
}
.banner.claim {
  position: relative;
  min-height: 312px;
  background: #F9F8F7;
  display: block;
  z-index: 0;
}
.banner.claim.with-card {
  padding-top: 36px;
}
.banner.claim.with-card h1 {
  margin-top: 32px;
}
.banner.claim.with-card .card {
  padding: 24px 40px;
}
.banner.claim.with-card .card .text {
  line-height: 1.3;
}
.banner.claim .caption {
  position: relative;
  padding-top: 107px;
  width: 100%;
  max-width: 798px;
  z-index: 1;
}
.banner.claim .caption h1 {
  margin: 0 0 16px;
}
.banner.claim img {
  position: absolute;
  right: -100px;
  top: -140px;
  z-index: 0;
}

body.claim {
  background: #FFF;
  left: auto;
}
body.claim .recommand-section {
  padding-bottom: 32px;
}
body.claim .recommand-section h1.section-title {
  margin-bottom: 40px;
}
body.claim .recommand-section .list &gt; .item {
  display: flex;
}
body.claim img.claim-bg {
  position: absolute;
  bottom: -70px;
  left: 0;
  right: 0;
  margin: auto;
}
body.claim .cards.accident {
  margin-bottom: 140px;
}

@media screen and (max-width: 1024px) {
  .banner.claim {
    height: auto;
  }
  .banner.claim.with-card .action &gt; .btn {
    min-width: 0;
    width: 44%;
  }
}
@media screen and (max-width: 767px) {
  .banner.claim {
    height: 320px;
    top: 0;
    overflow: hidden;
  }
  .banner.claim.with-card {
    margin-bottom: 24px;
  }
  .banner.claim.with-card h1 {
    text-align: center;
    line-height: 1.6;
    margin-top: 0;
  }
  .banner.claim.with-card .action {
    padding: 0 16px;
  }
  .banner.claim.with-card .action &gt; .btn {
    display: block;
    width: 100%;
    margin: 8px 0;
  }
  .banner.claim.with-card .card {
    margin-top: 24px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 16px;
  }
  .banner.claim.with-card .card h4 {
    font-size: 20px;
    font-weight: bold;
  }
  .banner.claim.with-card .card p.text, .banner.claim.with-card .card h4 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .banner.claim.with-card .card .btn {
    display: block;
    width: 100%;
    margin: 0;
  }
  .banner.claim img {
    height: 214px;
    top: auto;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .banner.claim .caption {
    width: auto;
    text-align: center;
    margin-left: -10px;
    margin-right: -10px;
    padding: 32px;
  }
  .banner.claim .desp {
    font-size: 14px;
    line-height: 1.5;
  }

  body.claim .claim-menu .select2 {
    width: 100%;
  }
  body.claim .claim-menu .select2 .select2-selection--single {
    border-radius: 50px;
  }
  body.claim .recommand-section {
    padding-bottom: 160px;
  }
  body.claim .cards.accident {
    margin-bottom: 56px;
  }
}
body.accident .list.inline-content {
  margin: 50px 0;
}

.banner.accident {
  position: relative;
  height: 440px;
  z-index: 0;
}
.banner.accident + section {
  padding-top: 0;
}
.banner.accident img {
  position: absolute;
  width: auto;
  height: 100%;
  z-index: 0;
}
.banner.accident .caption {
  position: absolute;
  width: 100%;
  max-width: 510px;
  z-index: 1;
  top: 112px;
}
.banner.accident .caption .panel {
  background: #FFF;
  border-radius: 5px;
  padding: 24px;
}
.banner.accident .caption .panel .quote {
  margin-top: 20px;
  margin-left: 50px;
}
.banner.accident .caption .panel .quote .subtitle-sm {
  font-size: 16px;
  margin-bottom: 8px;
  margin-top: -50px;
}
.banner.accident .caption .panel .quote::before {
  margin-right: 10px;
  top: -6px;
}
.banner.accident .caption .panel .quote .text-big {
  font-size: 36px;
  display: block;
  margin-bottom: 10px;
}
.banner.accident .caption .panel .quote small {
  display: block;
  line-height: 22px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
}

@media screen and (min-width: 1200px) {
  .banner.accident img {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .banner.accident img {
    height: 420px;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  body.accident .list.inline-content {
    margin-top: 0;
    margin-bottom: 190px;
  }

  .banner.accident {
    height: auto;
  }
  .banner.accident img {
    position: relative;
    height: 200px;
  }
  .banner.accident .caption {
    position: relative;
    top: 0px;
    width: calc(100% + 40px);
    padding: 0;
    margin-left: -20px;
    margin-right: -20px;
    max-width: none;
    box-shadow: none;
  }
  .banner.accident .caption h1 {
    font-size: 14px;
  }
  .banner.accident .caption .panel {
    background: none;
    padding: 40px 24px;
    box-shadow: none;
  }
  .banner.accident .caption .panel .quote {
    position: relative;
    margin: 0px !important;
    padding-left: 40px;
    padding-bottom: 25px;
    border-bottom: 2px solid #00A94F;
  }
  .banner.accident .caption .panel .quote .subtitle-sm {
    font-size: 16px;
    margin-top: -40px;
    margin-bottom: 10px;
  }
  .banner.accident .caption .panel .quote::after {
    content: "";
    position: absolute;
    display: block;
    width: 24px;
    height: 20px;
    top: 100%;
    background-color: #FFF;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAUCAYAAACXtf2DAAAAAXNSR0IArs4c6QAAAghJREFUOBGtlc9L22Acxp83rYKKc5cibMIGIruIFlGGu8z5D7Rdmjo29LCDB1FBGHgSCoPBDuJtMHDMsYumGqzgQPHg0Z9jeNah7OZBERS12rw+SSwVNbaZCaQvb/Pm83y/z/skEZiISAjxB6FwC14lz+HXoWtVQGZUsXlShrG38dgvNibVBsizdUjEFVa/4xvYAunRTpjZJUDWAuJ30De4rpWy6hFI2WMzhfiG0MNefwSmXtcgm5kk+DkETnn2QpsetYTuL6DH2pE1x+l36NJulfB1uwv+OJucm3kZpRRM4CC9nqctIfo9B5Q0IZGHW7j/6+DXuwfQYz94f5QCEor4iHg4CZE0r9foXcCI1ePwyCC4jrB9INAJzZgFpq+z7bk3i/TIW5ybyyy6zn44g8FmJCy4+1FcB2vdJdjaHSa4z0YJMUa/e6Cmjt3RzpXCAuk3j/B3N0VLXrDqDITsZ0q+FgLnrt8tkIq24eR4nIurmZJ/CCgqVGM1d3Mxo/seTEQ+MNsLDpxjeVmTV7hVwM0O0u8rcbL3nZaoTgSVT4g3Dt0WwWI6EHw5bXPzniAYeIpsoIKvWIOVP6PfB3wOu5iSmWJAbmvyFplmB2RmxYFjgymxIngvuCV6RUB+5ryClf9EWXUrEqlNt6q8/J/fAyeCA4zgFy+AQmv5wcEiz01G8CW0tK9wS/wC85ebpgRgsTQAAAAASUVORK5CYII=);
  }
  .banner.accident .caption .panel .quote::before {
    display: inline-block;
    font-size: 20px;
    margin-left: -35px;
    margin-right: 0;
  }
  .banner.accident .caption .panel .quote .text-big {
    font-size: 24px;
    margin-top: 0;
    text-align: left;
  }
  .banner.accident .caption .panel .quote small {
    font-size: 16px;
  }
}
.banner.commercial-ins {
  position: relative;
  height: 420px;
  overflow: hidden;
}
.banner.commercial-ins img {
  position: absolute;
  width: auto;
  height: 100%;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
}
.banner.commercial-ins .caption {
  display: block;
  height: 200px;
  top: 50px;
  position: absolute;
  color: #FFF;
}
.banner.commercial-ins .caption h1 {
  margin-bottom: 60px;
  line-height: 1.5;
}

body.commercial-ins section.sitemap .insurace-type .item {
  font-size: 16px !important;
}
body.commercial-ins section.statics .static-container {
  position: relative;
}
body.commercial-ins section.statics .static-container::before, body.commercial-ins section.statics .static-container::after {
  content: "";
  position: absolute;
  display: block;
}
body.commercial-ins section.statics .static-container::before {
  width: 160px;
  height: 116px;
  background: linear-gradient(307deg, #6bca50, #099e69);
  top: -28px;
  left: -27px;
}
body.commercial-ins section.statics .static-container::after {
  width: 620px;
  height: 200px;
  background: #F9F8F7;
  right: -50px;
  top: -40px;
}
body.commercial-ins .contact-block {
  width: 100%;
  flex-wrap: nowrap;
  margin-top: 106px;
  margin-bottom: 64px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body.commercial-ins .sitemap {
  padding-top: 60px;
}

@media screen and (min-width: 1440px) {
  .banner.commercial-ins img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .banner.commercial-ins {
    height: 280px;
  }
  .banner.commercial-ins img {
    left: -150%;
    max-width: none;
  }
  .banner.commercial-ins .caption {
    top: 50px;
  }
  .banner.commercial-ins .caption h1 {
    margin-top: 0;
    margin-bottom: 24px;
  }
  .banner.commercial-ins .caption .action {
    width: 180px;
  }
  .banner.commercial-ins .caption .action .btn {
    display: block;
    margin-left: 0;
  }

  body.commercial-ins .contact-block .contact-item {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.scrolldown {
  position: fixed;
  width: 40px;
  height: 40px;
  line-height: 38px;
  display: none;
  border-radius: 50%;
  background: #FFF;
  left: 0;
  right: 0;
  margin: auto;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  bottom: 30px;
  z-index: 999;
  transform: translateY(0px);
  transition: all 0.3s ease;
  text-align: center;
}
.scrolldown &gt; * {
  vertical-align: middle;
}
.scrolldown.slide-out {
  transform: translateY(100px);
}
@media screen and (min-width: 992px) {
  .scrolldown {
    display: block;
  }
}

.banner.insurance {
  position: relative;
  display: block;
  background: #68cb95;
  height: 312px;
  z-index: 0;
}
.banner.insurance .breadcrumb {
  position: absolute;
  top: 0;
}
.banner.insurance.document {
  background: #F9F8F7;
}
.banner.insurance.document .caption {
  position: relative;
  color: #000;
  padding-top: 112px;
}
.banner.insurance.car-insurance {
  background: #F9F8F7;
  overflow: hidden;
  height: 440px;
  padding-top: 80px;
  z-index: 0;
}
.banner.insurance.car-insurance img {
  z-index: 0;
  right: -160px;
  bottom: -70px;
}
.banner.insurance.car-insurance ul.tab {
  position: relative;
  z-index: 9;
}
.banner.insurance.car-insurance .caption {
  margin-left: 30px;
  position: relative;
  color: #000;
  bottom: auto;
}
.banner.insurance.car-insurance .caption h4 {
  margin-bottom: 0;
}
.banner.insurance.car-insurance .caption .quote {
  margin-top: 8px;
}
.banner.insurance.car-insurance .caption .quote::before {
  content: "";
  position: relative;
  font-family: "icomoon";
  font-size: 25px;
  color: #00A94F;
  vertical-align: super;
  margin-left: -35px;
  margin-right: 5px;
  top: -5px;
}
.banner.insurance .owl-dots {
  bottom: -35px;
}
.banner.insurance .owl-dots &gt; button.owl-dot {
  width: 12px;
  height: 12px;
}
.banner.insurance .container {
  height: 312px;
  position: relative;
}
.banner.insurance .item {
  position: relative;
  height: 312px;
  padding: 0;
  overflow: hidden;
}
.banner.insurance img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
}
.banner.insurance .caption {
  position: absolute;
  bottom: 40px;
  width: 100%;
  max-width: 760px;
  color: #FFF;
}
.banner.insurance .caption h1 {
  font-weight: 400;
}
.banner.insurance .caption .action .btn {
  width: 320px;
}

body.car-insurance {
  background: #FFF;
}
body.car-insurance section.u-need {
  padding-top: 0;
}
body.car-insurance h1.section-title {
  margin-bottom: 56px;
}
body.car-insurance .contact-block .panel {
  z-index: 1;
  position: relative;
  background: #FFF;
}
body.car-insurance .contact-block * {
  position: relative;
  z-index: 1;
}

body.insurance.insurance-index .labels {
  margin-bottom: 64px;
}
body.insurance section.green-wave {
  padding-bottom: 60px;
  margin-top: 120px;
  background-image: linear-gradient(0deg, #7ac554 32%, #3ab968 83%);
}
body.insurance section.green-wave h1.section-title, body.insurance section.green-wave h4 {
  color: #FFF;
}
body.insurance section.green-wave img.bg-wave {
  position: absolute;
  top: -80px;
  min-width: 1920px;
  width: 100%;
  height: 1000px;
  left: -100%;
  right: -100%;
  margin: auto;
}
body.insurance section.green-wave .accordion .accordion-header &gt; h4 {
  position: relative;
  color: #000;
}
body.insurance .tab-pane {
  background: #FFFFFF;
  border: 1px solid #E1E4E9;
  box-shadow: 0 30px 40px -5px rgba(227, 229, 229, 0.6);
}
body.insurance .tab-pane .tab-content {
  padding: 40px 0;
}
body.insurance .tab-pane .tab-content h3.tab-title {
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}
body.insurance section.promotion img {
  max-width: 100%;
  height: auto;
}
body.insurance section.promotion .item .icon {
  float: left;
}
body.insurance section.promotion .item .content {
  margin-left: 48px;
}
body.insurance section.promotion .item .content h3 {
  font-weight: bold;
}
body.insurance .cards img.bg {
  position: absolute;
  left: 0;
  top: -50px;
  height: 456px;
}
body.insurance .cards .card .image {
  padding-bottom: 37.14286%;
}
body.insurance .cards .card .content {
  padding: 24px 20px;
}
body.insurance .cards .card .content .description {
  font-size: 16px;
}
body.insurance .cards .card .content .meta {
  color: #7D8A94;
}
body.insurance .cards .card .action {
  padding: 15px 20px;
}
body.insurance .chart-img {
  width: 100%;
  height: auto;
}
body.insurance section.sitemap {
  margin-bottom: 0;
  padding-bottom: 100px;
}
body.insurance section.sitemap .bg {
  position: absolute;
  right: 0;
  bottom: 0;
}
body.insurance section.sitemap .main-line {
  margin: auto;
  display: block;
}

.contact-item .icon {
  float: left;
  margin-right: 8px;
}

@media screen and (max-width: 992px) {
  body.insurance .car-insurance-image {
    position: relative;
    height: 150px;
    margin-top: -80px;
    right: -110px;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .banner.insurance img {
    height: 240px;
  }
  .banner.insurance .caption .action .btn {
    min-width: 240px;
    width: 240px;
  }

  body.car-insurance .contact-block::after {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .banner.insurance img {
    height: 174px !important;
    right: -60px;
    bottom: 0;
  }
  .banner.insurance .caption {
    bottom: 28px;
  }
  .banner.insurance .caption h1 {
    font-size: 1.5em;
    line-height: 28px;
  }
  .banner.insurance .caption .action {
    width: 180px;
  }
  .banner.insurance .caption .btn {
    height: 40px;
    line-height: 40px;
  }

  body.insurance h1.section-title {
    margin-bottom: 16px;
  }
  body.insurance .tab-container .tab-header .container {
    padding: 0;
  }
  body.insurance .tab-container .tab-header ul.tab li {
    vertical-align: bottom;
  }
  body.insurance .tab-container .tab-header ul.tab li a {
    letter-spacing: 0;
    padding: 0;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
  }
  body.insurance .tab-container .tab-pane .container {
    padding: 0;
  }
  body.insurance .tab-container .tab-pane .tab-content {
    padding: 0;
  }
  body.insurance .tab-container .tab-pane .tab-content .container {
    padding: 0;
  }
  body.insurance .tab-container .tab-pane .tab-content h3.tab-title {
    font-size: 1.2em;
    margin-top: 10px;
  }
  body.insurance .tab-container .tab-pane .tab-content .row.introduce [class*="col-"] {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
  }
  body.insurance .tab-container .tab-pane .tab-content .row.introduce [class*="col-"] .content {
    margin-bottom: 20px;
  }
  body.insurance .tab-container .tab-pane .tab-content .row.introduce [class*="col-"] .action .btn {
    margin-right: 20px;
  }
  body.insurance .tab-container .tab-pane .tab-content .section {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
  body.insurance .tab-container .tab-pane .tab-content .progress [class*="col"] {
    margin-bottom: 20px;
  }
  body.insurance .tab-container .tab-pane .tab-content .progress [class*="col"] .content h4 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .contact-item {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 0 16px;
  }
  .contact-item img,
  .contact-item .icon {
    float: none;
    margin: 0;
  }
  .contact-item .content &gt; .text {
    font-size: 16px;
    line-height: 1.5;
  }
}
body.payment {
  background: #F9F8F7;
}
body.payment .payment-wrapper {
  position: relative;
  padding: 10px;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
body.payment .payment-wrapper &gt; * {
  position: relative;
  z-index: 1;
}
body.payment .payment-wrapper .payment-img {
  position: absolute;
  width: 453px;
  right: -200px;
  top: -170px;
  z-index: 0;
}
body.payment .payment-wrapper ul.tab.is-pill {
  width: auto;
  margin: auto;
}
body.payment .payment-wrapper ul.tab.is-pill li &gt; a {
  width: 184px;
}
body.payment .payment-wrapper .panel {
  padding: 32px 40px;
}
body.payment .payment-wrapper .panel.form-panel {
  background: #FFF;
  border-radius: 10px;
  padding: 0;
  box-shadow: 0 0 6px 0 rgba(182, 182, 182, 0.57);
}
body.payment .payment-wrapper .panel.form-panel .panel-body {
  padding: 32px 56px;
}
body.payment .payment-wrapper .panel.form-panel .panel-title {
  padding: 10px 32px;
}
body.payment .payment-wrapper .panel.form-panel p {
  font-size: 16px;
}
body.payment .note ol {
  margin-top: 0;
  font-size: 14px;
  padding-left: 16px;
}

@media screen and (max-width: 960px) {
  body.payment .payment-wrapper .payment-img {
    position: relative;
    max-width: 280px;
    right: 0;
    top: 0;
    display: block;
    margin: auto;
  }
  body.payment .payment-wrapper .payment-img + section {
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  body.payment .payment-wrapper .panel.form-panel .panel-body {
    padding-left: 16px;
    padding-right: 16px;
  }
  body.payment .note ol {
    padding-left: 22px;
  }
}
.banner.helper {
  display: flex;
  margin-bottom: 0;
  background: #68cb95;
  padding: 0;
  height: 312px;
  z-index: 0;
  color: #FFF;
}
.banner.helper .container {
  padding-top: 100px;
}
.banner.helper .container h1 {
  margin-top: 0;
}
.banner.helper img {
  position: absolute;
  height: 304px;
  width: auto;
  right: 0;
  bottom: 0;
}
.banner.helper.short {
  height: 312px;
  padding: 0;
}
.banner.helper.short .caption h1 {
  margin: 0 0 16px;
}

body.helper .form-panel {
  padding: 50px;
}
body.helper .accordion-title {
  padding: 0;
  margin-bottom: 16px;
}
body.helper .tab-container.main-tab {
  position: relative;
  z-index: 9;
  margin-top: -45px;
}
body.helper .tab-container.main-tab .tab-header {
  border-bottom-width: 4px;
}
body.helper .tab-container.main-tab ul &gt; li.active &gt; a {
  color: #FFF;
  background: #00a94f;
}
body.helper .tab-container.main-tab ul &gt; li &gt; a {
  min-width: 200px;
  background: #F9F8F7;
}
body.helper .tab-container.main-tab .tab-pane &gt; .tab-content {
  padding-top: 40px;
}
body.helper form {
  margin-bottom: 100px;
}
body.helper .image-empty {
  margin-top: 56px;
  text-align: center;
}
body.helper .image-empty img {
  width: 315px;
}
body.helper .helper-menu {
  padding-top: 56px;
}
body.helper .helper-maintain {
  position: relative;
  background: #F9F8F7;
  padding: 56px 45px;
  padding-bottom: 60px;
  min-height: 600px;
}
body.helper .helper-maintain &gt; h4 {
  line-height: 36px;
}
body.helper .helper-maintain * {
  position: relative;
}
body.helper .helper-maintain::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 200%;
  background: #F9F8F7;
  z-index: 0;
  box-shadow: inset 4px 0px 10px 0 rgba(225, 228, 233, 0.8);
}
body.helper .helper-maintain .highlight {
  color: #FCA832;
  vertical-align: top;
}
body.helper ul.menu li {
  margin: 32px 0;
}
body.helper ul.menu li &gt; a {
  line-height: 22px;
  padding: 0;
  cursor: pointer;
}
body.helper ul.menu li.active &gt; a {
  padding-left: 22px;
  border-left: 4px solid #00A94F;
}
body.helper main section.faq-section:first-child {
  padding-top: 0;
}
body.helper section.faq-section {
  font-size: 16px;
}
body.helper section.faq-section .faq-title {
  font-weight: bold;
  margin-bottom: 24px;
  border-bottom: 1px solid #D7E4E4;
  padding-bottom: 8px;
}
body.helper section.faq-section ol, body.helper section.faq-section ul {
  padding-left: 20px;
  margin-bottom: 16px;
}
body.helper section.faq-section ol &gt; li, body.helper section.faq-section ul &gt; li {
  padding: 8px 0;
}
body.helper section.faq-section ul {
  list-style: disc;
}
body.helper .faq-list {
  margin-bottom: 64px;
}
body.helper .faq-list a.download.item {
  position: relative;
  box-shadow: 0 2px 8px 0 rgba(182, 182, 182, 0.4);
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 24px 80px 24px 24px;
  background: #FFF;
}
body.helper .faq-list a.download.item h4 {
  margin: 0;
  font-weight: 500;
}
body.helper .faq-list a.download.item .icon {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  background: #FFF;
}

@media screen and (max-width: 768px) {
  .banner.helper img {
    width: auto;
    max-height: 150px;
  }
  .banner.helper .caption {
    max-width: 400px;
  }

  body.helper.location .tab-container,
  body.helper.location .tab-container.main-tab {
    margin-top: -56px;
  }
}
@media screen and (max-width: 767px) {
  .banner.helper img {
    width: auto;
    max-height: 150px;
  }
  .banner.helper .caption {
    max-width: 400px;
  }

  body.helper .tab-container,
  body.helper .tab-container.main-tab {
    margin-top: -56px;
  }
  body.helper .image-empty img {
    width: 250px;
  }
  body.helper .search-recommand {
    text-align: center;
  }
  body.helper .form-panel {
    padding: 16px;
  }
  body.helper .helper-menu {
    display: none;
  }
  body.helper main {
    background: #F9F8F7;
  }
  body.helper .helper-maintain {
    padding: 0 10px;
    background: none;
  }
  body.helper .helper-maintain::before {
    display: none;
  }
  body.helper form {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .banner.helper {
    text-align: center;
    overflow: hidden;
    height: 312px;
  }
  .banner.helper.short {
    height: 272px;
  }
  .banner.helper .container {
    align-self: start;
    padding-top: 0;
    margin-top: 40px;
  }
  .banner.helper img {
    width: 100%;
    height: auto;
    max-height: none;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0px;
  }
  .banner.helper .input-group .input {
    width: 100%;
  }
}
body.auth {
  background: #F9F8F7;
}
body.auth main {
  position: relative;
}
body.auth main img.bg {
  position: absolute;
  right: 0;
  top: 0;
}
body.auth h1 + p {
  font-size: 14px;
}
body.auth .panel.login-panel {
  margin-top: 20px;
  margin-bottom: 30px;
}
body.auth .panel.login-panel .panel-body {
  padding-top: 48px;
  padding-left: 56px;
  padding-right: 56px;
  padding-bottom: 40px;
}
body.auth .panel.login-panel .panel-body img.register-success {
  width: 308px;
}
body.auth .action .btn {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  body.auth .panel.login-panel .panel-body {
    padding: 24px 16px;
  }
  body.auth .panel.login-panel .panel-body img.register-success {
    width: 207px;
  }
}
.banner.company {
  height: 312px;
}
.banner.company img {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 295px;
}

.breadcrumb-container + .banner.company {
  top: auto;
  margin-top: -50px;
  margin-bottom: 0;
}

body.company .company-menu,
body.company .company-maintain {
  padding-top: 56px;
}
body.company .company-maintain {
  padding-left: 60px;
  padding-right: 60px;
}
body.company .company-maintain ul li, body.company .company-maintain ol li {
  margin-bottom: 16px;
}

.banner.search {
  position: relative;
  height: 312px;
  background: #F0F5F5;
}
.banner.search img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.banner.search .caption {
  padding-top: 72px;
}

body.search-menu .search-container {
  padding-top: 48px;
}
body.search-menu h4 .highlight {
  vertical-align: baseline;
}

@media screen and (max-width: 767px) {
  .banner.search {
    height: 320px;
  }
  .banner.search .caption {
    padding-top: 40px;
  }
  .banner.search .caption h1 {
    text-align: center;
  }
  .banner.search .caption .input-group &gt; .input {
    width: 100%;
  }

  body.search-menu .search-container {
    padding-top: 16px;
  }
}
</pre></body></html>