/* doo-plus.com: white theme */
*,
*:before,
*:after {
  background-color: transparent;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  color: inherit;
  font: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  list-style: inherit;
  margin: 0;
  outline: 0;
  overflow: inherit;
  padding: 0;
  text-align: inherit;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  vertical-align: baseline;
  *vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  font-kerning: auto;
  font-variant-ligatures: normal;
  letter-spacing: 0.01rem;
  -moz-font-feature-settings: 'liga' on;
  word-spacing: normal;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
audio[controls],
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
img,
canvas,
iframe,
video,
svg {
  max-width: 100%;
}
html {
  font-family: source-serif-pro, Georgia, 'Times New Roman', Times, serif;
  font-size: 25px;
  font-weight: normal;
  line-height: 1.3;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  color: #333;
  background-color: #e9e9e9;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.625rem;
  font-family: astoria-sans, 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
  font-weight: normal;
  line-height: 1.25;
  overflow-y: hidden;
}
h1 {
  font-size: 1.6rem;
  line-height: 1.6;
}
h2 {
  font-size: 1.5rem;
  line-height: 1.5;
}
h3 {
  font-size: 1.4rem;
  line-height: 1.4;
}
h4 {
  font-size: 1.3rem;
  line-height: 1.3;
}
h5 {
  font-size: 1.2rem;
}
h6 {
  font-size: 1.1rem;
}
a {
  font-weight: bold;
  color: #333;
  transition: color 0.4s ease-in-out 0s;
}
a:hover {
  text-decoration: underline;
}
a:active {
  color: #005aa7;
}
a:focus {
  text-decoration: underline;
}
a strong {
  color: #333;
}
ahover strong {
  text-decoration: underline;
}
a em {
  color: #333;
}
a:hover em {
  text-decoration: underline;
}
p {
  margin-bottom: 0.625rem;
}
ol {
  list-style-position: outside;
  list-style-type: decimal;
  padding-left: 1.25rem;
  margin-left: 1.25rem;
}
ul {
  list-style-position: outside;
  list-style-type: disc;
  padding-left: 1.25rem;
  margin-left: 1.25rem;
}
li {
  margin-bottom: 0.625rem;
  overflow: visible;
}
b,
strong {
  font-weight: bold;
  font-family: source-serif-pro, Georgia, 'Times New Roman', Times, serif;
}
em {
  font-style: italic;
  font-family: merriweather, astoria-sans, 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
}
q {
  quotes: "\201C" "\201D";
}
q:before {
  content: "\201C";
}
q:after {
  content: '\201D';
}
blockquote {
  quotes: none;
  margin: 1.25rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
blockquote:before,
blockquote:after {
  content: '';
  content: none;
}
dfn {
  font-style: italic;
  font-family: merriweather, astoria-sans, 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, 'Courier New', Courier, monospace;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
sub,
sup {
  font-size: 0.75rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5rem;
}
sub {
  bottom: -0.25rem;
}
img {
  -ms-interpolation-mode: bicubic;
  overflow-y: hidden;
}
hr {
  height: 1px;
  width: 100%;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  background-color: #000;
  overflow-y: hidden;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 0.625rem;
  margin-top: 0.625rem;
}
th,
td {
  text-align: left;
  vertical-align: middle;
}
form {
  margin-bottom: 0.625rem;
  margin-top: 0.625rem;
}
form + table {
  margin-top: 0;
}
form > table {
  margin-top: 0;
}
button,
input,
select,
textarea {
  vertical-align: baseline;
  *vertical-align: middle;
  background-color: #fff;
}
button,
input {
  line-height: 1rem;
  *overflow: visible;
}
input::-webkit-input-placeholder {
  padding: 0.125rem;
}
input::-moz-placeholder {
  padding: 0.125rem;
}
input:ms-input-placeholder {
  padding: 0.125rem;
}
input::placeholder {
  padding: 0.125rem;
}
input[type='text'] {
  border: 1px solid #c0c0c0;
  border-radius: 0.25rem;
  box-shadow: 0 0 0.125rem #bbb;
  padding-top: 0.1875rem;
  padding-bottom: 0.125rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 1.2rem;
  width: 100%;
  height: 2rem;
}
input[type='email'] {
  border: 1px solid #c0c0c0;
  border-radius: 0.25rem;
  box-shadow: 0 0 0.125rem #bbb;
  padding-top: 0.1875rem;
  padding-bottom: 0.125rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 1.2rem;
  width: 100%;
  height: 2rem;
}
input[type='password'] {
  border: 1px solid #c0c0c0;
  border-radius: 0.25rem;
  box-shadow: 0 0 0.125rem #bbb;
  padding-top: 0.1875rem;
  padding-bottom: 0.125rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 1.2rem;
  width: 100%;
  height: 2rem;
}
input[type='checkbox'],
input[type='radio'] {
  margin: 0.125rem;
}
input[type='search'] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
input[type='search']-webkit-search-decoration {
  -webkit-appearance: none;
}
button-moz-focus-inner,
input-moz-focus-inner {
  border: 0;
  padding: 0;
}
input:focus {
  border-color: #000;
  background-color: #e9e9e9;
  color: #000;
}
input[type='checkbox']:hover,
input[type='radio']:hover {
  cursor: pointer;
}
input[type='checkbox']:focus,
input[type='radio']:focus {
  outline: 1px solid #000;
}
textarea {
  border: 1px solid #c0c0c0;
  border-radius: 0.25rem;
  box-shadow: 0 0 0.125rem #bbb;
  padding-top: 0.1875rem;
  padding-bottom: 0.125rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 1.2rem;
  width: 100%;
  overflow: auto;
  vertical-align: top;
}
textarea:focus {
  border-color: #000;
  background-color: #e9e9e9;
  color: #000;
}
select {
  border: 1px solid #c0c0c0;
  border-radius: 0.25rem;
  box-shadow: 0 0 0.125rem #bbb;
  padding-top: 0.1875rem;
  padding-bottom: 0.125rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 1.2rem;
  width: 100%;
  height: 2rem;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
}
select[multiple] {
  border: 1px solid #c0c0c0;
  border-radius: 0.25rem;
  box-shadow: 0 0 0.125rem #bbb;
  padding-top: 0.1875rem;
  padding-bottom: 0.125rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 1.2rem;
  width: 100%;
  font-weight: normal;
  font-style: normal;
  height: 6rem;
  -webkit-appearance: listbox;
  -moz-appearance: listbox;
  appearance: listbox;
}
select:focus {
  border-color: #000;
  background-color: #e9e9e9;
  color: #000;
}
select option {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  font-size: 1.2rem;
  font-weight: normal;
  font-style: normal;
  height: 1.5rem;
  vertical-align: middle;
  padding: 0.125rem;
}
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  cursor: pointer;
  font-weight: bold;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  border: 1px solid #c0c0c0;
  padding-top: 0.375rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-radius: 0.25rem;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
  border-color: #000;
  background-color: #e9e9e9;
  color: #000;
}
button:focus,
input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus {
  border-color: #000;
  background-color: #e9e9e9;
  color: #000;
}
button:active {
  color: #f00;
  border: 1px solid #f00;
  background-color: #fff;
}
button[disabled],
input[disabled] {
  color: #808080;
  cursor: default;
  border: 1px solid #808080;
  background-color: #fff;
}
button[disabled]:hover,
input[disabled]:hover {
  color: #808080;
  cursor: default;
  border: 1px solid #808080;
  background-color: #fff;
}
button[disabled]:active,
input[disabled]:active {
  color: #808080;
  cursor: default;
  border: 1px solid #808080;
  background-color: #fff;
}
table + fieldset > button {
  margin: 0;
}
.kern-liga {
  -moz-font-feature-settings: 'kern, liga';
  -ms-font-feature-settings: 'kern, liga';
  -o-font-feature-settings: 'kern, liga';
  -webkit-font-feature-settings: 'kern, liga';
  font-feature-settings: 'kern, liga';
}
.small-caps {
  font-variant-caps: small-caps;
  -moz-font-feature-settings: 'smcp';
  -ms-font-feature-settings: 'smcp';
  -o-font-feature-settings: 'smcp';
  -webkit-font-feature-settings: 'smcp';
  font-feature-settings: 'smcp';
}
.text-figures {
  -moz-font-feature-settings: 'onum';
  -ms-font-feature-settings: 'onum';
  -o-font-feature-settings: 'onum';
  -webkit-font-feature-settings: 'onum';
  font-feature-settings: 'onum';
}
.ordinal {
  font-variant-numeric: ordinal;
  -moz-font-feature-settings: 'ordn';
  -ms-font-feature-settings: 'ordn';
  -o-font-feature-settings: 'ordn';
  -webkit-font-feature-settings: 'ordn';
  font-feature-settings: 'ordn';
}
.sans-serif {
  font-family: astoria-sans, 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
}
.serif {
  font-family: source-serif-pro, Georgia, 'Times New Roman', Times, serif;
}
.capitalize {
  text-transform: capitalize;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.margin-top-zero {
  margin-top: 0;
}
.hidden {
  display: none;
  visibility: hidden;
}
.centered {
  text-align: center;
}
.bold {
  font-weight: bold;
}
.block {
  display: block;
}
.right {
  text-align: right;
}
.clear-both,
.base {
  clear: both;
}
.float-left {
  float: left;
}
.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.align-bottom {
  vertical-align: bottom;
}
.clearfixbefore,
.clearfixafter {
  content: '\0020';
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfixafter {
  clear: both;
}
.clearfix {
  zoom: 1;
  overflow: auto;
}
.red {
  color: #f00;
}
.blue {
  color: #00f;
}
.green {
  color: #008000;
}
.black {
  color: #000;
}
.white {
  color: #fff;
}
.yellow {
  color: #ff0;
}
figure,
picture {
  display: block;
  padding: 0;
  margin: 0;
}
picture {
  line-height: 0.1;
}
h1 {
  font-size: 1.25rem;
  line-height: 1.3;
}
h2 {
  font-size: 1.2rem;
  line-height: 1.3;
}
h3 {
  font-size: 1.1rem;
  line-height: 1.3;
}
h4 {
  font-size: 1.1rem;
  line-height: 1.3;
}
h5 {
  font-size: 1.1rem;
  line-height: 1.3;
}
h6 {
  font-size: 1.1rem;
  line-height: 1.3;
}
.en {
  font-family: source-serif-pro, Georgia, 'Times New Roman', Times, serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  font-family: astoria-sans, 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
  font-weight: bold;
}
h3.subtitle {
  text-transform: none;
}
p a {
  text-transform: inherit;
}
a.a-block {
  display: block;
  line-height: 0.1;
}
html.zh-cn {
  font-size: 25px;
  font-family: STSong, Georgia, 'Times New Roman', Times, serif;
  line-height: 1.3;
}
.zh-cn {
  font-family: STSong, Georgia, 'Times New Roman', Times, serif;
}
.zh-cn h1,
.zh-cn h2,
.zh-cn h3,
.zh-cn h4,
.zh-cn h5,
.zh-cn h6,
.zh-cn b,
.zh-cn strong,
.zh-cn em,
.zh-cn .sans-serif {
  font-family: 'Microsoft YaHei', YaHei, Arial, sans-serif;
}
.zh-cn p {
  font-family: STSong, Georgia, 'Times New Roman', Times, serif;
}
.border-top-bottom {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  line-height: 2;
}
.zh-cn .border-top-bottom {
  line-height: 2.2;
}
.zh-cn .line-height-1_3 {
  line-height: 1.3;
}
.uppercase li {
  text-transform: uppercase;
}
.list-style-none ul {
  padding: 0;
  margin: 0;
}
.list-style-none ul li {
  list-style-type: none;
}
.two-column-list ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.two-column-list ul li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.width-980 {
  width: 980px;
}
.overflow-hidden {
  overflow: hidden;
}
.line-height-1 {
  line-height: 1;
}
.line-height-1_3 {
  line-height: 1.3;
}
.rem1-4 {
  font-size: 1.4rem;
}
.rem1-8 {
  font-size: 1.8rem;
}
.padding-left-right-5pc {
  padding-left: 5%;
  padding-right: 5%;
}
.two-column-container {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 100px;
  -moz-column-gap: 100px;
  column-gap: 100px;
}
.break-inside-avoid {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.break-after-always {
  -webkit-column-break-after: always;
  page-break-after: always;
  break-after: always;
}
.margin-top-2rem {
  margin-top: 2rem;
}
.margin-top-zero {
  margin-top: 0;
}
.margin-bottom-zero {
  margin-bottom: 0;
}
.margin-top-100px {
  margin-top: 100px;
}
.font-weight-normal {
  font-weight: normal;
}
#container {
  width: 100%;
  max-width: 1920px;
  color: #333;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
header {
  clear: both;
  overflow: hidden;
  padding-bottom: 50px;
}
header div.language-container {
  float: right;
  text-align: right;
  overflow-y: hidden;
}
header div.language-container ul.languages {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
header div.language-container ul.languages li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  font-weight: normal;
  font-size: 0.64rem;
}
header div.language-container ul.languages li a {
  font-weight: normal;
  font-size: 0.64rem;
}
header div.language-container ul.languages li a.en {
  font-family: astoria-sans, 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
}
header div.language-container ul.languages li a.zh-cn {
  font-family: 'Microsoft YaHei', YaHei, Arial, sans-serif;
}
header div.language-container ul.languages span.lang_sep {
  padding-right: 5px;
  padding-left: 5px;
}
header div#wide-menu div.language-container {
  padding-right: 6%;
}
header div#wide-menu div#logo-menu-container {
  clear: both;
  padding-right: 6%;
}
header div#wide-menu div#logo-menu-container div#logo-container {
  float: left;
  padding-left: 6%;
}
header div#wide-menu div#logo-menu-container div#logo-container a#logo {
  display: block;
  width: 134px;
}
header div#wide-menu div#logo-menu-container div#logo-container a#logo img {
  display: block;
}
header div#wide-menu div#logo-menu-container div#menu-container {
  font-family: astoria-sans, 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
  font-weight: normal;
  width: 70%;
  float: right;
}
header div#wide-menu div#logo-menu-container div#menu-container ul {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
header div#wide-menu div#logo-menu-container div#menu-container ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
header div#wide-menu div#logo-menu-container div#menu-container ul li a {
  float: right;
  font-weight: normal;
  font-family: astoria-sans, 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
}
header div#wide-menu div#logo-menu-container div#menu-container ul li a:hover {
  text-decoration: none;
  border-bottom: 4px solid #333;
}
header div#wide-menu div#logo-menu-container div#menu-container ul li a.active,
header div#wide-menu div#logo-menu-container div#menu-container ul li a.current,
header div#wide-menu div#logo-menu-container div#menu-container ul li a.current-section {
  border-bottom: 4px solid #333;
}
header div#narrow-menu {
  display: none;
}
header div#narrow-menu div#narrow-logo-container {
  float: left;
  padding-left: 70px;
}
header div#narrow-menu div#narrow-logo-container a#logo {
  display: block;
  width: 134px;
}
header div#narrow-menu div#narrow-logo-container a#logo img {
  display: block;
}
header div#narrow-menu div#hamburger-language-container {
  float: right;
  padding-right: 70px;
}
header div#narrow-menu div#hamburger-language-container div#hamburger-container {
  float: right;
  padding-left: 15px;
}
header div#narrow-menu div#hamburger-language-container div#hamburger-container a {
  display: block;
  text-decoration: none;
  height: 24px;
  font-size: 24px;
}
header div#narrow-menu div#hamburger-language-container div#hamburger-container a:hover {
  text-decoration: none;
}
header div#narrow-menu div#hamburger-language-container div.language-container {
  float: left;
}
header div#narrow-menu div#hamburger-language-container div.language-container ul li a {
  font-size: 0.8rem;
}
div#narrow-menu-container {
  display: none;
}
div#narrow-menu-container.show {
  display: block;
  position: absolute;
  z-index: 10;
  float: none;
  width: 100%;
  background-color: rgba(255,255,255,0.8);
}
div#narrow-menu-container.show ul {
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
div#narrow-menu-container.show ul li {
  list-style-type: none;
  text-align: center;
}
div#narrow-menu-container.show ul li a {
  border-bottom: 4px solid transparent;
  font-family: astoria-sans, 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
  font-weight: normal;
}
div#narrow-menu-container.show ul li a:hover {
  text-decoration: none;
  border-bottom: 4px solid #333;
}
div#narrow-menu-container.show ul li a.active,
div#narrow-menu-container.show ul li a.current,
div#narrow-menu-container.show ul li a.current-section {
  border-bottom: 4px solid #333;
}
div#narrow-menu-container.show div.social-container {
  width: 5rem;
  margin-left: auto;
  margin-right: auto;
}
div#narrow-menu-container.show div.social-container ul.social {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
div#narrow-menu-container.show div.social-container ul.social li {
  list-style-type: none;
  margin: 0;
  margin-bottom: 0.8rem;
  padding: 0;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  display: block;
}
div#narrow-menu-container.show div.social-container ul.social li a {
  display: block;
  color: #333;
}
div#narrow-menu-container.show div.social-container ul.social li a img {
  display: block;
  width: 2rem;
  height: 2rem;
}
div#narrow-menu-container.show div.social-container ul.social li a:hover {
  text-decoration: none;
  border-bottom: none;
}
.zh-cn header div#wide-menu div#logo-menu-container {
  padding-top: 5px;
}
.zh-cn header div#wide-menu div#logo-menu-container div#menu-container nav ul li a {
  font-family: 'Microsoft YaHei', YaHei, Arial, sans-serif;
  font-size: 0.9rem;
}
div#banner {
  line-height: 1%;
  overflow: hidden;
  clear: both;
  padding-bottom: 50px;
  position: relative;
}
div#banner img {
  width: 100%;
}
div#banner picture.banner {
  width: 100%;
}
main {
  clear: both;
  margin-left: 6%;
  margin-right: 6%;
}
main.narrow {
  margin-left: 20%;
  margin-right: 20%;
}
div#content {
  margin-left: 6%;
  margin-right: 6%;
}
article p {
  overflow: hidden;
}
article p:last-child {
  margin: 0;
}
article.narrow h1,
article.narrow h2,
article.narrow h3,
article.narrow h4,
article.narrow h5,
article.narrow h6,
article.narrow p,
article.narrow ul,
article.narrow ol {
  padding-left: 10%;
  padding-right: 10%;
}
div.article-navigation {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 1.5rem;
  margin-left: 6%;
  margin-right: 6%;
}
div.article-navigation a {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  display: block;
  text-transform: uppercase;
  font-family: astoria-sans, 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
  width: 150px;
  font-size: 0.8rem;
}
footer {
  clear: both;
  margin-top: 2rem;
  font-family: astoria-sans, 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
  overflow: hidden;
}
footer div.social-container {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
footer div.social-container ul.social {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
}
footer div.social-container ul.social li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  display: block;
}
footer div.social-container ul.social li a {
  display: block;
  color: #333;
}
footer div.social-container ul.social li a img {
  display: block;
  width: 2rem;
  height: 2rem;
}
footer div.social-container ul.social li a:hover {
  text-decoration: none;
  border-bottom: none;
}
footer nav {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
}
footer ul.menu {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
}
footer ul.menu li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}
footer ul.menu li a {
  float: left;
  font-weight: normal;
  font-family: astoria-sans, 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
}
footer ul.menu li a:hover {
  text-decoration: none;
  border-bottom: 2px solid #333;
}
footer ul.menu li a.active,
footer ul.menu li a.current,
footer ul.menu li a.current-section {
  border-bottom: 2px solid #333;
}
footer div#copy {
  clear: both;
  margin-top: 15px;
  font-size: 0.64rem;
  text-align: center;
}
footer div#copy span.en {
  font-size: 0.64rem;
  font-family: astoria-sans, 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
}
.zh-cn footer nav ul li a {
  font-family: 'Microsoft YaHei', YaHei, Arial, sans-serif;
  font-size: 0.9rem;
}
/* pagination */
div.pagination {
  clear: both;
}
div.pagination .pnum {
  margin-right: 10px;
  display: block;
  padding: 5px;
  float: left;
}
div.pagination div.paginated-ends {
  font-family: astoria-sans, 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
  font-size: 1.4rem;
  float: left;
  line-height: 1;
}
div.pagination div.paginated-ends a {
  padding-top: 0;
}
div.pagination div.paginated_range {
  float: left;
}
div.pagination a {
  font-weight: normal;
  line-height: 1;
}
div.pagination a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #333;
}
div.pagination span.paginated_current_page {
  color: #333;
  font-weight: bold;
  line-height: 1;
}
div.pagination span.page-of-page {
  display: none;
}
/* email */
div#email-container {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
div#email-container p.webview {
  text-align: center;
}
div#email-container table {
  width: 800px;
}
div#email-container table td {
  width: 800px;
}
body.email {
  background-color: #fff;
}
main.home {
  margin: 0;
}
main.home div#content {
  margin: 0;
}
div#home-holder {
  overflow: hidden;
}
div#home-holder picture {
  float: left;
}
div#home-holder picture img {
  width: 100%;
}
div#home-holder a {
  display: block;
  float: left;
  line-height: 0.1;
}
div#home-holder p {
  margin: 0;
}
div#home-holder div.home-text-top {
  width: 100%;
  display: none;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 20px;
}
div#home-holder div.home-text-top h1 {
  font-weight: normal;
  text-transform: none;
  text-align: left;
  font-size: 0.9rem;
  margin: 0;
  margin-bottom: 1rem;
}
div#home-holder div.home-text-top h2 {
  font-weight: normal;
  text-transform: none;
  text-align: left;
  font-size: 0.8rem;
  margin: 0;
  line-height: 1.1;
  margin-bottom: 1rem;
}
div#home-holder div.home-text-top p {
  float: left;
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
  font-family: astoria-sans, 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
  font-size: 0.9rem;
  padding: 0;
  margin: 0;
  line-height: 20px;
  height: 20px;
}
div#home-holder div.home-text-top hr {
  display: block;
  float: left;
  width: 2px;
  height: 20px;
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
}
div#home-holder div.home-img-holder {
  clear: both;
}
div#home-holder div.home-img-holder div.home-img-left {
  float: left;
  width: 76.7%;
}
div#home-holder div.home-img-holder div.home-img-left div.top div.left {
  float: left;
  width: 63.9%;
}
div#home-holder div.home-img-holder div.home-img-left div.top div.left div.bottom div.left {
  width: 50%;
  float: left;
}
div#home-holder div.home-img-holder div.home-img-left div.top div.left div.bottom div.right {
  width: 50%;
  float: right;
}
div#home-holder div.home-img-holder div.home-img-left div.top div.right-text {
  float: left;
  width: 34%;
}
div#home-holder div.home-img-holder div.home-img-left div.top div.right-text h1 {
  font-weight: normal;
  text-transform: none;
  text-align: center;
  font-size: 1.3rem;
  margin: 0;
  line-height: 1.1;
  margin-bottom: 1rem;
}
div#home-holder div.home-img-holder div.home-img-left div.top div.right-text h2 {
  font-weight: normal;
  text-transform: none;
  text-align: center;
  font-size: 1rem;
  margin: 0;
  line-height: 1.2;
  margin-bottom: 2rem;
}
div#home-holder div.home-img-holder div.home-img-left div.top div.right-text h2 em {
  font-size: 0.8rem;
}
div#home-holder div.home-img-holder div.home-img-left div.top div.right-text p {
  padding: 0;
  margin: 0;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-family: astoria-sans, 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
  font-size: 1.3rem;
  line-height: 1;
  margin-bottom: 1rem;
}
div#home-holder div.home-img-holder div.home-img-left div.top div.right-text hr {
  width: 30%;
  margin: 0;
  margin-left: 35%;
  line-height: 1;
}
div#home-holder div.home-img-holder div.home-img-left div.bottom-row div.left {
  width: 50%;
  float: left;
}
div#home-holder div.home-img-holder div.home-img-left div.bottom-row div.right {
  width: 50%;
  float: right;
}
div#home-holder div.home-img-holder div.home-img-right {
  float: left;
  width: 23.3%;
  height: 100%;
}
div#home-holder div.home-img-holder div.home-img-right div.top {
  height: 50%;
}
div#home-holder div.home-img-holder div.home-img-right div.bottom {
  height: 50%;
}
div#home-holder div.home-img-holder div.home-img-bottom {
  display: none;
}
div#home-holder div.home-img-holder div.home-img-bottom div.left {
  width: 50%;
  float: left;
}
div#home-holder div.home-img-holder div.home-img-bottom div.right {
  width: 50%;
  float: right;
}
div#home-holder div.home-text-bottom {
  width: 100%;
  display: none;
  margin-top: 30px;
}
div#home-holder div.home-text-bottom h1 {
  font-weight: normal;
  text-transform: none;
  text-align: center;
  font-size: 1.3rem;
  margin: 0;
  line-height: 1.1;
  margin-bottom: 1rem;
}
div#home-holder div.home-text-bottom h2 {
  font-weight: normal;
  text-transform: none;
  text-align: center;
  font-size: 1rem;
  margin: 0;
  line-height: 1.1;
  margin-bottom: 1rem;
}
div#home-holder div.home-text-bottom p {
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-family: astoria-sans, 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
  font-size: 1.3rem;
  line-height: 1;
}
div#home-holder div.home-text-bottom hr {
  width: 10%;
  margin: 0;
  margin-left: 45%;
  margin-bottom: 15px;
  line-height: 1;
}
.zh-cn div#home-holder div.home-img-holder div.home-img-left div.top div.right-text h2 {
  font-size: 0.8rem;
}
.zh-cn div#home-holder div.home-img-holder div.home-img-left div.top div.right-text p {
  font-family: 'Microsoft YaHei', YaHei, Arial, sans-serif;
}
.zh-cn div#home-holder div.home-text-bottom p {
  font-family: 'Microsoft YaHei', YaHei, Arial, sans-serif;
}
.zh-cn div#home-holder div.home-text-top p {
  font-family: 'Microsoft YaHei', YaHei, Arial, sans-serif;
}
@supports (-ms-accelerator: true) {
  div#home-holder div.home-img-holder div.home-img-left div.top div.right-text hr {
    margin-left: 0;
  }
  div#home-holder div.home-text-bottom hr {
    margin-left: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  div#home-holder div.home-img-holder div.home-img-left div.top div.right-text hr {
    margin-left: 0;
  }
  div#home-holder div.home-text-bottom hr {
    margin-left: 0;
  }
}
div.contact-message {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 20%;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 1%;
  padding-bottom: 1%;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-family: astoria-sans, 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
}
div.contact-message h1 {
  font-size: 6rem;
  line-height: 1;
}
div.contact-message p {
  font-size: 2rem;
  line-height: 1;
  text-transform: uppercase;
}
div.field {
  margin-bottom: 20px;
  overflow: hidden;
  padding: 10px;
}
fieldset {
  overflow: hidden;
}
div.field.required label {
  font-weight: bold;
  font-family: astoria-sans, 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
  text-transform: uppercase;
}
div.field.errors {
  border: 1px solid #000;
  border-radius: 5px;
}
div.field.errors p.errors {
  font-style: italic;
}
p.field_help_text {
  font-style: regular;
}
button {
  font-family: astoria-sans, 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
  font-weight: normal;
  color: #fff;
  background-color: #333;
  text-transform: uppercase;
  padding: 20px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: 0.8rem;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  font-size: 0.8rem;
}
input:ms-input-placeholder,
textarea:ms-input-placeholder {
  font-size: 0.8rem;
}
input::placeholder,
textarea::placeholder {
  font-size: 0.8rem;
}
.zh-cn div.contact-message h1 {
  font-family: STSong, Georgia, 'Times New Roman', Times, serif;
  font-weight: normal;
}
.zh-cn div.contact-message p {
  font-weight: normal;
}
.browser-upgrade {
  max-width: 1920px;
  background-color: #fcffb4;
  margin-right: auto;
  margin-left: auto;
  padding: 0 10px;
  font-family: astoria-sans, 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
  font-size: 16px;
  padding-left: 5%;
  padding-right: 5%;
}
.browser-upgrade p {
  margin: 0;
  padding: 5px;
}
.browser-upgrade a {
  color: #000;
  font-weight: normal;
}
.browser-upgrade p a strong {
  color: #000;
  font-family: astoria-sans, 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
}
.browser-upgrade p strong {
  color: #000;
  font-family: astoria-sans, 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
}
.browser-upgrade a:hover {
  text-decoration: underline;
  background-color: transparent;
}
.browser-upgrade p a:hover strong {
  text-decoration: underline;
  background-color: transparent;
}
table#browsers td {
  width: 30%;
  text-align: center;
}
table#browsers a {
  display: block;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
}
table#browsers a:hover {
  background-color: #e5e2ef;
  text-decoration: none;
}
table#browsers a:hover em {
  background-color: #e5e2ef;
  text-decoration: none;
}
table#browsers em {
  font-weight: 600;
  font-style: italic;
  color: orange-color;
}
div.banner-blog-tags {
  position: absolute;
  z-index: 2;
  width: 100%;
  bottom: 50px;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 1%;
  padding-bottom: 1%;
}
a.blog-tag {
  line-height: 1;
  font-family: astoria-sans, 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
  font-weight: normal;
  display: inline-block;
  padding: 5px;
  border-radius: 5px;
  font-size: 0.8rem;
}
a.blog-tag:hover {
  text-decoration: none;
}
a.tag01 {
  color: #393939;
}
a.tag01:hover {
  background-color: #393939;
  color: #fff;
}
a.tag02 {
  color: #303030;
}
a.tag02:hover {
  background-color: #303030;
  color: #fff;
}
a.tag03 {
  color: #2a2a2a;
  font-size: 1.1rem;
}
a.tag03:hover {
  background-color: #2a2a2a;
  color: #fff;
}
a.tag04 {
  color: #222;
  font-size: 1.2rem;
}
a.tag04:hover {
  background-color: #222;
  color: #fff;
}
a.tag05 {
  color: #1d1d1d;
  font-size: 1.3rem;
}
a.tag05:hover {
  background-color: #1d1d1d;
  color: #fff;
}
a.tag06 {
  color: #161616;
  font-size: 1.4rem;
}
a.tag06:hover {
  background-color: #161616;
  color: #fff;
}
a.tag07 {
  color: #0d0d0d;
  font-size: 1.5rem;
}
a.tag07:hover {
  background-color: #0d0d0d;
  color: #fff;
}
a.tag08 {
  color: #070707;
  font-size: 1.6rem;
}
a.tag08:hover {
  background-color: #070707;
  color: #fff;
}
a.tag09 {
  color: #040404;
  font-size: 1.7rem;
}
a.tag09:hover {
  background-color: #040404;
  color: #fff;
}
a.tag10 {
  color: #000;
  font-size: 1.8rem;
}
a.tag10:hover {
  background-color: #000;
  color: #fff;
}
section.blog-abstract {
  clear: both;
  margin-bottom: 4rem;
  overflow: hidden;
}
section.blog-abstract div.part {
  width: 50%;
}
section.blog-abstract div.text {
  float: left;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1rem;
}
section.blog-abstract div.text h2.headline {
  font-family: astoria-sans, 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
  text-transform: uppercase;
  line-height: 1;
}
section.blog-abstract div.text h3.date {
  font-style: italic;
  font-weight: normal;
  line-height: 1;
  font-size: 1rem;
}
section.blog-abstract div.text h3.date a {
  font-weight: normal;
}
section.blog-abstract div.text div.tags {
  font-style: italic;
}
section.blog-abstract div.text div.tags p {
  margin: 0;
}
section.blog-abstract div.media {
  float: right;
  padding-left: 5%;
}
section.blog-abstract div.media a {
  display: block;
  line-height: 0.1;
}
.zh-cn section.blog-abstract div.text h3.date {
  font-style: normal;
}
section.blog-abstract.even div.text {
  float: right;
}
section.blog-abstract.even div.media {
  float: left;
  padding-left: 0;
  padding-right: 5%;
}
div.date-tags {
  font-style: italic;
}
div.date-tags div.date {
  float: left;
}
div.date-tags div.tags {
  float: right;
}
main.blog-article article h1 {
  font-size: 1.8rem;
}
main.blog-article article p em {
  font-size: 1.4rem;
  color: #717171;
}
main.blog-article article figure {
  text-align: center;
}
main.blog-article article figure a {
  display: block;
}
h1.blog-articles-tagged {
  font-size: 1rem;
  font-weight: normal;
}
.zh-cn main.blog-article article h1 {
  font-size: 1.6rem;
}
.zh-cn div.date-tags {
  font-style: normal;
}
.zh-cn section.blog-abstract div.text div.tags {
  font-style: normal;
}
a.portfolio-item-text {
  position: absolute;
  z-index: 2;
  left: 25px;
  bottom: 25px;
  padding: 10px;
  background-color: rgba(51,51,51,0.75);
  border-radius: 10px;
  width: 80%;
  display: none;
}
a.portfolio-item-text h1 {
  font-weight: normal;
  color: #fff;
  margin: 0;
  line-height: 1;
  font-size: 1rem;
  margin-bottom: 10px;
}
a.portfolio-item-text h2 {
  font-weight: normal;
  font-family: source-serif-pro, Georgia, 'Times New Roman', Times, serif;
  text-transform: none;
  color: #fff;
  margin: 0;
  line-height: 1;
  font-size: 0.8rem;
}
a.portfolio-item-text:hover {
  text-decoration: none;
  display: block;
}
a.portfolio-item-text.show {
  display: block;
}
div.portfolio-single {
  clear: both;
  padding-bottom: 40px;
  overflow: hidden;
}
div.portfolio-single section {
  position: relative;
}
div.portfolio-double {
  clear: both;
  padding-bottom: 40px;
  overflow: hidden;
}
div.portfolio-double section {
  width: 50%;
  position: relative;
}
div.portfolio-double section.s0 {
  float: left;
  padding-right: 20px;
}
div.portfolio-double section.s1 {
  float: right;
  padding-left: 20px;
}
div.portfolio-double section.s1 a.portfolio-item-text {
  left: 40px;
}
main.portfolio-article article h1 {
  font-size: 1.8rem;
}
@media (max-width: 1441px) {
  main.blog-section div#content {
    margin-left: 0;
    margin-right: 0;
  }
  main.narrow {
    margin-left: 6%;
    margin-right: 6%;
  }
  section.blog-abstract div.media {
    padding-left: 5%;
  }
  section.blog-abstract.even div.media {
    padding-right: 5%;
  }
  div.portfolio-single {
    padding-bottom: 30px;
  }
  div.portfolio-double {
    padding-bottom: 30px;
  }
  div.portfolio-double section.s0 {
    padding-right: 15px;
  }
  div.portfolio-double section.s1 {
    padding-left: 15px;
  }
  div.contact-message h1 {
    font-size: 4rem;
  }
  div.contact-message p {
    font-size: 2rem;
  }
  div#home-holder div.home-img-holder div.home-img-left div.top div.right-text h1,
  div#home-holder div.home-img-holder div.home-img-left div.top div.right-text h2,
  div#home-holder div.home-img-holder div.home-img-left div.top div.right-text p {
    font-size: 1rem;
  }
  div#home-holder div.home-img-holder div.home-img-left div.top div.right-text p {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 1025px) {
  html {
    font-size: 20px;
  }
  html.zh-cn {
    font-size: 20px;
  }
  .two-column-list ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
@media (max-width: 851px) {
  .two-column-container {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .two-column-container div.break-inside-avoid {
    margin-bottom: 2rem;
  }
  div#content,
  div.article-navigation {
    margin-left: 0;
    margin-right: 0;
  }
  article.narrow h1,
  article.narrow h2,
  article.narrow h3,
  article.narrow h4,
  article.narrow h5,
  article.narrow h6,
  article.narrow p,
  article.narrow ul,
  article.narrow ol {
    padding-left: 0;
    padding-right: 0;
  }
  section.blog-abstract {
    margin-bottom: 1.5rem;
  }
  section.blog-abstract div.part {
    width: 100%;
  }
  section.blog-abstract div.text {
    float: none;
  }
  section.blog-abstract div.media {
    float: none;
    padding-left: 0;
    margin-bottom: 1.5rem;
  }
  section.blog-abstract.even div.text {
    float: none;
  }
  section.blog-abstract.even div.media {
    float: none;
    padding-right: 0;
  }
  div.portfolio-single {
    padding-bottom: 20px;
  }
  div.portfolio-double {
    padding-bottom: 20px;
  }
  div.portfolio-double section.s0 {
    padding-right: 10px;
  }
  div.portfolio-double section.s1 {
    padding-left: 10px;
  }
  div#home-holder div.home-img-holder div.home-img-left div.top div.right-text h1,
  div#home-holder div.home-img-holder div.home-img-left div.top div.right-text h2,
  div#home-holder div.home-img-holder div.home-img-left div.top div.right-text p {
    font-size: 0.8rem;
  }
  div#home-holder div.home-img-holder div.home-img-left div.top div.right-text p {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
  }
  div.contact-message h1 {
    font-size: 4rem;
  }
  div.contact-message p {
    font-size: 1.5rem;
  }
  footer div.social-container,
  footer nav {
    width: 80%;
  }
}
@media (max-width: 716px) {
  header {
    padding-bottom: 30px;
  }
  header div#wide-menu {
    display: none;
  }
  header div#narrow-menu {
    display: block;
  }
  div#banner {
    padding-bottom: 30px;
  }
  .about main {
    margin-left: 10%;
    margin-right: 10%;
  }
  div.portfolio-single {
    padding-bottom: 20px;
  }
  div.portfolio-double section {
    width: 100%;
  }
  div.portfolio-double section.s0 {
    float: none;
    padding-right: 0;
    padding-bottom: 20px;
  }
  div.portfolio-double section.s0 a.portfolio-item-text {
    bottom: 45px;
  }
  div.portfolio-double section.s1 {
    float: none;
    padding-left: 0;
  }
  div#home-holder div.home-img-holder div.home-img-left {
    width: 74.8%;
  }
  div#home-holder div.home-img-holder div.home-img-left div.top div.left {
    width: 100%;
  }
  div#home-holder div.home-img-holder div.home-img-left div.top div.right-text {
    display: none;
  }
  div#home-holder div.home-img-holder div.home-img-left div.bottom-row {
    display: none;
  }
  div#home-holder div.home-img-holder div.home-img-right {
    width: 25.2%;
  }
  div#home-holder div.home-img-holder div.home-img-bottom {
    display: block;
  }
  div#home-holder div.home-text-bottom {
    display: block;
  }
}
@media (max-width: 481px) {
  html {
    font-size: 16px;
  }
  html.zh-cn {
    font-size: 16px;
  }
  header div#narrow-menu div#narrow-logo-container {
    padding-left: 35px;
  }
  header div#narrow-menu div#hamburger-language-container {
    padding-right: 35px;
  }
  div.banner-blog-tags {
    bottom: 30px;
  }
  div#home-holder div.home-text-top {
    display: block;
  }
  div#home-holder div.home-img-holder div.home-img-left {
    float: none;
    width: 100%;
  }
  div#home-holder div.home-img-holder div.home-img-left div.top div.left div.bottom div.left {
    float: none;
    width: 100%;
  }
  div#home-holder div.home-img-holder div.home-img-left div.top div.left div.bottom div.right {
    float: none;
    width: 100%;
  }
  div#home-holder div.home-img-holder div.home-img-right {
    float: none;
    width: 100%;
  }
  div#home-holder div.home-img-holder div.home-img-bottom {
    float: none;
    width: 100%;
  }
  div#home-holder div.home-img-holder div.home-img-bottom div.left {
    float: none;
    width: 100%;
  }
  div#home-holder div.home-img-holder div.home-img-bottom div.right {
    float: none;
    width: 100%;
  }
  div#home-holder div.home-text-bottom {
    display: none;
  }
  div.contact-message h1 {
    font-size: 5rem;
  }
  div.contact-message p {
    font-size: 1rem;
  }
}
@media (max-width: 321px) {
  header {
    padding-bottom: 20px;
  }
  header div#narrow-menu div#narrow-logo-container {
    padding-left: 21px;
  }
  header div#narrow-menu div#narrow-logo-container a#logo {
    width: 100px;
  }
  header div#narrow-menu div#hamburger-language-container {
    padding-right: 21px;
  }
  div#banner {
    padding-bottom: 20px;
  }
  div.banner-blog-tags {
    bottom: 20px;
  }
  div.contact-message h1 {
    font-size: 4rem;
  }
  div.contact-message p {
    font-size: 1rem;
  }
}
/*# sourceMappingURL=base.css.map */