@font-face
{
   font-family: "Gilroy";
   src: url('../fonts/Gilroy-Regular.woff2') format('woff2'),
        url('../fonts/Gilroy-Regular.woff') format('woff'),
        url('../fonts/Gilroy-Regular.ttf') format('truetype'),
        url('../fonts/Gilroy-Regular.svg#Gilroy-Regular') format('svg'),
        url('../fonts/Gilroy-Regular.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "Gilroy Black";
   src: url('../fonts/Gilroy-Black.woff2') format('woff2'),
        url('../fonts/Gilroy-Black.woff') format('woff'),
        url('../fonts/Gilroy-Black.ttf') format('truetype'),
        url('../fonts/Gilroy-Black.svg#Gilroy-Black') format('svg'),
        url('../fonts/Gilroy-Black.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "Gilroy Bold";
   src: url('../fonts/Gilroy-Bold.woff2') format('woff2'),
        url('../fonts/Gilroy-Bold.woff') format('woff'),
        url('../fonts/Gilroy-Bold.ttf') format('truetype'),
        url('../fonts/Gilroy-Bold.svg#Gilroy-Bold') format('svg'),
        url('../fonts/Gilroy-Bold.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "Gilroy ExtraBold";
   src: url('../fonts/Gilroy-ExtraBold.woff2') format('woff2'),
        url('../fonts/Gilroy-ExtraBold.woff') format('woff'),
        url('../fonts/Gilroy-ExtraBold.ttf') format('truetype'),
        url('../fonts/Gilroy-ExtraBold.svg#Gilroy-ExtraBold') format('svg'),
        url('../fonts/Gilroy-ExtraBold.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "Gilroy Light";
   src: url('../fonts/Gilroy-Light.woff2') format('woff2'),
        url('../fonts/Gilroy-Light.woff') format('woff'),
        url('../fonts/Gilroy-Light.ttf') format('truetype'),
        url('../fonts/Gilroy-Light.svg#Gilroy-Light') format('svg'),
        url('../fonts/Gilroy-Light.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "Gilroy-SemiBold";
   src: url('../fonts/Gilroy-SemiBold.woff2') format('woff2'),
        url('../fonts/Gilroy-SemiBold.woff') format('woff'),
        url('../fonts/Gilroy-SemiBold.ttf') format('truetype'),
        url('../fonts/Gilroy-SemiBold.svg#Gilroy-SemiBold') format('svg'),
        url('../fonts/Gilroy-SemiBold.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "Gilroy Heavy";
   src: url('../fonts/Gilroy-Heavy.woff2') format('woff2'),
        url('../fonts/Gilroy-Heavy.woff') format('woff'),
        url('../fonts/Gilroy-Heavy.ttf') format('truetype'),
        url('../fonts/Gilroy-Heavy.svg#Gilroy-Heavy') format('svg'),
        url('../fonts/Gilroy-Heavy.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "Material Icons";
   font-style: normal;
   font-weight: 400;
   src: url(MaterialIcons-Regular.eot);
   src: local('Material Icons'),
        local('MaterialIcons-Regular'),
        url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
        url(../fonts/MaterialIcons-Regular.woff) format('woff'),
        url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons
{
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
   display: inline-block;
   line-height: 1;
   text-transform: none;
   letter-spacing: normal;
   word-wrap: normal;
   white-space: nowrap;
   direction: ltr;
   -webkit-font-smoothing: antialiased;
   text-rendering: optimizeLegibility;
   -moz-osx-font-smoothing: grayscale;
   font-feature-settings: "liga";
}
@-webkit-keyframes transform-peek
{
   0% { -webkit-transform: rotate(0deg) ;  }
   50% { -webkit-transform: rotate(10deg) scale(1.2,1.2) ;  }
   100% { -webkit-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-moz-keyframes transform-peek
{
   0% { -moz-transform: rotate(0deg) ;  }
   50% { -moz-transform: rotate(10deg) scale(1.2,1.2) ;  }
   100% { -moz-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-o-keyframes transform-peek
{
   0% { -o-transform: rotate(0deg) ;  }
   50% { -o-transform: rotate(10deg) scale(1.2,1.2) ;  }
   100% { -o-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-ms-keyframes transform-peek
{
   0% { -ms-transform: rotate(0deg) ;  }
   50% { -ms-transform: rotate(10deg) scale(1.2,1.2) ;  }
   100% { -ms-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@keyframes transform-peek
{
   0% { transform: rotate(0deg) ;  }
   50% { transform: rotate(10deg) scale(1.2,1.2) ;  }
   100% { transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-webkit-keyframes transform-scale
{
   0% { -webkit-transform: rotate(0deg) ;  }
   100% { -webkit-transform: rotate(0deg) scale(2.0,2.0) ;  }
}
@-moz-keyframes transform-scale
{
   0% { -moz-transform: rotate(0deg) ;  }
   100% { -moz-transform: rotate(0deg) scale(2.0,2.0) ;  }
}
@-o-keyframes transform-scale
{
   0% { -o-transform: rotate(0deg) ;  }
   100% { -o-transform: rotate(0deg) scale(2.0,2.0) ;  }
}
@-ms-keyframes transform-scale
{
   0% { -ms-transform: rotate(0deg) ;  }
   100% { -ms-transform: rotate(0deg) scale(2.0,2.0) ;  }
}
@keyframes transform-scale
{
   0% { transform: rotate(0deg) ;  }
   100% { transform: rotate(0deg) scale(2.0,2.0) ;  }
}
@-webkit-keyframes transform-shiver
{
   0% { -webkit-transform: rotate(0deg) ;  }
   25% { -webkit-transform: translate(-5px,0px) rotate(0deg) ;  }
   75% { -webkit-transform: translate(5px,0px) rotate(0deg) ;  }
   100% { -webkit-transform: translate(0px,0px) rotate(0deg) ;  }
}
@-moz-keyframes transform-shiver
{
   0% { -moz-transform: rotate(0deg) ;  }
   25% { -moz-transform: translate(-5px,0px) rotate(0deg) ;  }
   75% { -moz-transform: translate(5px,0px) rotate(0deg) ;  }
   100% { -moz-transform: translate(0px,0px) rotate(0deg) ;  }
}
@-o-keyframes transform-shiver
{
   0% { -o-transform: rotate(0deg) ;  }
   25% { -o-transform: translate(-5px,0px) rotate(0deg) ;  }
   75% { -o-transform: translate(5px,0px) rotate(0deg) ;  }
   100% { -o-transform: translate(0px,0px) rotate(0deg) ;  }
}
@-ms-keyframes transform-shiver
{
   0% { -ms-transform: rotate(0deg) ;  }
   25% { -ms-transform: translate(-5px,0px) rotate(0deg) ;  }
   75% { -ms-transform: translate(5px,0px) rotate(0deg) ;  }
   100% { -ms-transform: translate(0px,0px) rotate(0deg) ;  }
}
@keyframes transform-shiver
{
   0% { transform: rotate(0deg) ;  }
   25% { transform: translate(-5px,0px) rotate(0deg) ;  }
   75% { transform: translate(5px,0px) rotate(0deg) ;  }
   100% { transform: translate(0px,0px) rotate(0deg) ;  }
}
a
{
   color: #0000FF;
   text-decoration: underline;
}
a:visited
{
   color: #800080;
}
a:active
{
   color: #FF0000;
}
a:hover
{
   color: #0000FF;
   text-decoration: underline;
}
input:focus, textarea:focus, select:focus
{
   outline: none;
}
.visibility-hidden
{
   visibility: hidden;
}
a.tel
{
   color: #1F232F;
   text-decoration: none;
}
a.tel:visited
{
   color: #1F232F;
   text-decoration: none;
}
a.tel:active
{
   color: #1F232F;
   text-decoration: none;
}
a.tel:hover
{
   color: #08C53F;
   text-decoration: underline;
}
a.tel_copy
{
   color: #FFFFFF;
   text-decoration: none;
}
a.tel_copy:visited
{
   color: #FFFFFF;
   text-decoration: none;
}
a.tel_copy:active
{
   color: #FFFFFF;
   text-decoration: none;
}
a.tel_copy:hover
{
   color: #FFCC00;
   text-decoration: underline;
}
h1, .h1
{
   font-family: Arial;
   font-weight: bold;
   font-size: 32px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h2, .h2
{
   font-family: Arial;
   font-weight: bold;
   font-size: 27px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h3, .h3
{
   font-family: Arial;
   font-weight: bold;
   font-size: 24px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h4, .h4
{
   font-family: Arial;
   font-weight: bold;
   font-size: 21px;
   font-style: italic;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h5, .h5
{
   font-family: Arial;
   font-weight: bold;
   font-size: 19px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h6, .h6
{
   font-family: Arial;
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
.CustomStyle
{
   font-family: "Courier New";
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #2E74B5;
   background-color: transparent;
}
.style13
{
   font-family: Gilroy;
   font-size: 16px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
}
.style1
{
   text-decoration: none;
   background-color: transparent;
   cursor: pointer;
}
.pop
{
   text-decoration: none;
   background-color: #FFFFFF;
   background: linear-gradient(to top, #FFFFFF 0%, #FFFFFF 100%);
   border: 1px solid #FFFFFF;
   border-radius: 10px;
   box-shadow: 0px 0px 20px #4F4F4F;
}
