@charset "utf-8";
/*===========================================
reset
===========================================*/
/* Fonts
 * *********************************** */
 @font-face {
  font-family: 'gt-eesti';
  src: url('/en/common/fonts/GT-Eesti-Pro-Display-Light.woff2') format('woff2'),
      url('/en/common/fonts/GT-Eesti-Pro-Display-Light.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'gt-eesti';
  src: url('/en/common/fonts/GT-Eesti-Pro-Display-Regular.woff2') format('woff2'),
      url('/en/common/fonts/GT-Eesti-Pro-Display-Regular.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'gt-eesti';
  src: url('/en/common/fonts/GT-Eesti-Pro-Display-Medium.woff2') format('woff2'),
      url('/en/common/fonts/GT-Eesti-Pro-Display-Medium.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}

html{
font-size: 62.5%;
}
body {
font-size: 1.6rem;
color: #333;
background-color: #FFF;
-webkit-text-size-adjust: 100%;
}
*,*:after,*:before{
box-sizing: border-box;
}
body, h1, h2, h3, h4, h5, h6, div, p, ul, ol, dl, dt, dd, li, td, th, input, figure, pre{
margin: 0;
padding: 0;
font-family: 'gt-eesti', sans-serif;
font-weight: normal;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, dt, dd, li, td, th, input, figure, header, footer{
font-size: 100%;
font-weight:normal;
line-height: 1.65;
}
i{
font-style: normal;
}
a {
text-decoration: none;
color: #333;
}
a:visited {
color: #333;
}
a:hover {
text-decoration: none;
color: #333;
}
a img {
border: none;
}
ul, ol, li {
list-style: none;
}
table{
border-collapse:collapse;
border-spacing:0;
}
th{
text-align: left;
vertical-align: top;
}
img {
display: block;
width: 100%;
vertical-align: top;
}
input {
color: #000;
}
button{
outline: none;
}

@media only screen and (max-width: 767px){
html{
}
body{
  min-width: 360px;
  line-height: 1.5;
  font-size: 1.4rem;
}
}

@media (pointer: coarse) {
a:hover {
text-decoration: none;
}
}

