@charset "utf-8";
/*
  ************************************************************************
  * STYLE
  ************************************************************************
*/
:root {
    --color-01: #0032a5; /* + */
    --color-02: #55585b; /* + */
    --color-03: #9c9c9c; /* + */
    --color-04: #505050; /* + */
    --color-05: #25d366; 
    --color-06: #d3f4f3; 
    --color-07: #ecc3f1; 
    --color-08: #242730;
    --text-color: #3d3f42; 
    --black-color: #000000;
    --white-color: #ffffff;
	--red-color: #f00000;
    --border-color: #e1e5ea;
    --wrapper-width: 1140px;
    --wrapper-padding: 15px;
    --video-height: 840px;
}
html.index, body.index { height:100%; position:relative; }
html { line-height: normal; }
.responsive-img { max-width:100%; height:auto; vertical-align:bottom; }
a { cursor:pointer; }
h1, h2, h3, h4, h5, h6 { line-height:normal; }
body { color:var(--black-color); font-size:16px; font-family: 'Montserrat', sans-serif; }
.compensate-for-scrollbar { margin-right:0 !important; } /* fancybox active */
.text-center { text-align:center; }

.wrapper { max-width:calc(var(--wrapper-width) + ( var(--wrapper-padding)*2)); overflow:hidden; margin-left:auto; margin-right:auto; padding:0 var(--wrapper-padding); }

.header { display:none; text-align:center; position:relative; z-index:7; background-color:var(--white-color); border-bottom:1px solid var(--border-color); }