/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

body {
  line-height: 1.8;
  word-break: break-word;
  -webkit-font-smoothing: subpixel-antialiased;
  text-rendering: optimizeLegibility;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
}
p:last-child {
  margin-bottom: 0;
}
/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  transition: color 0.3s;
}

a:hover,
a:focus {
  text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
  line-height: 1.2;
  text-transform: none;
  letter-spacing: -.01em;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
}

em {
  font-style: normal;
  font-weight: 400;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  border: none;
  height: 1px;
  width: 30%;
  margin: 40px 0 20px;
}

/* Image alt text */

img {
  font-size: 14px;
  word-break: normal;
}

/* Other */

.title-subtitle {
  text-transform: none;
  letter-spacing: 0.2em;
  font-size: 12px;
  margin-bottom: 25px;
}

.underline01,
.underline02 {
  background-size: 100px 1.2em;
}

.footer p, .footer {
  font-size: 13px;
}


div#hs-eu-cookie-confirmation {
   box-shadow: none !important;
   background: #E4E1DD !important;
   color: #000000; !important;
   border-style: solid; !important;
   border-width: 1px; !important;
   border-color: rgba(0, 0, 0, 0.7); !important;
    
}

#preloader_preload {
  background-color: #ffffff !important;
}