/*------------------------------------------------------------------
Template Byond
Version: 1.0.1;
Author: onpixel.co
Copyright: onpixel.co
License: MIT

[Table of contents]

2. general
3. colors
4. backgrounds
5. buttons
6. menus
7. headers
8. contents
9. grids
10. footers
11. responsive
12. Fonts
-------------------------------------------------------------------*/

/* 2. general */
body{ background: #EEEEEE; color:#444; margin:0; padding:0; font-family: 'Raleway', sans-serif; font-size:14px; font-weight:400; line-height: 170%; letter-spacing: 2px; }
.f-extra-light{ font-weight:200; }
.f-light{ font-weight:300; }
.f-regular{ font-weight:400; }
.f-medium{ font-weight:500; }
.f-semi-bold{ font-weight:600; }
.f-bold{ font-weight:700; }
.f-extra-bold{ font-weight:800; }
ul{ padding: 0; margin: 0; }
ul li{ margin:10px 0; padding:0 0 0 30px; list-style: none; }
ul li::before{ font-family:'FontAwesome'; content: "\f00c"; margin:0 10px 0 -25px; color:#888888; }
.underline-hover{ transition: 0.3s; border-bottom: 2px solid transparent; cursor: pointer; }
.underline-hover:hover{ border-bottom: 2px solid #FFF; }
p{ padding:0; }
.charger{ z-index: 999; }
.box-shadow1{ box-shadow:0px 8px 20px rgba(81, 102, 255, 0.4); }
.box-shadow2{ box-shadow:0px 8px 20px rgb(0, 110, 255, 0.4); }
.box-shadow3{ box-shadow:0px 8px 20px rgba(0, 181, 107, 0.4); }
.box-shadow4{ box-shadow:0px 8px 20px rgba(114, 0, 244, 0.4); }
.box-shadow5{ box-shadow: 0 8px 13px rgba(0, 131, 255, 0.4) }
.box-shadow6{ box-shadow: -15px 35px 22px rgba(51, 51, 51, 0.14); }
.box-shadow7{ box-shadow: 0px 10px 22px rgba(51, 51, 51, 0.14); }
.box-shadow8{ box-shadow:0px 8px 20px rgba(35, 52, 58, 0.4); }
.box-shadow9{ box-shadow:0px 8px 20px rgba(255, 55, 70, 0.4); }

.line1{ width:5px; height:86px; position: absolute; bottom: 0; display:inline-block; transform-origin: right center; }
.video-bg{ position: absolute; top: 0; left: 0;width: 100%; height: auto; }

/* 3. colors */
.color1{ color:#2D39B4 !important; } .color1 *{ fill: #2D39B4 !important; }
.color2{ color:#0088FF !important; } .color2 *{ fill: #0088FF !important; }
.color3{ color:#00B353 !important; } .color3 *{ fill: #00B353 !important; }
.color4{ color:#7200F4 !important; } .color4 *{ fill: #7200F4 !important; }
.color5{ color:#5267FF !important; } .color5 *{ fill: #5267FF !important; }
.color6{ color:#211A29 !important; } .color6 *{ fill: #211A29 !important; }
.color7{ color:#FFF !important; } .color7 *{ fill: #FFF !important; }
.color8{ color:#878787 !important; } .color8 *{ fill: #878787 !important; }
.color9{ color:#4A57FF !important; } .color8 *{ fill: #4A57FF !important; }
.color10{ color:#28AECD !important; } .color10 *{ fill: #28AECD !important; }
.color11{ color:#111 !important; } .color10 *{ fill: #111 !important; }
.color12{ color:#8fbe3e !important; } .color12 *{ fill: #8fbe3e !important; }

/* 4. backgrounds */
.bg1{ background:#FFF !important; }
.bg2{ background:#2E3AB5 !important; }
.bg3{ background:#0083FF !important; }
.bg4{ background:#00B353 !important; }
.bg5{ background:#7200F4 !important; }
.bg6{ background:#5267FF !important; }
.bg7{ background:#211A29 !important; }
.bg8{ background:#E3E3E3 !important; }
.bg9{ background:#2A394A !important; }
.bg10{ background:#F6F6F6 !important; }
.bg11{ background: #211F3A !important; }
.bg12{ background: #EEE !important; }
.bg13{ background:#4A57FF !important; }
.bg14{ background:#28AECD !important; }
.bg15{ background:#112640 !important; }
.bg16{ background:#111 !important; }
.bg17{ background:#8fbe3e !important; }
.bg18{ background:#E0193C !important; }
.bg19{ background:#252525 !important; }
.bg20{ background:#1BAFD0 !important; }
.bg21{ background:#1c3139 !important; }

/* 5. buttons */
.button-style1{ cursor: pointer; font-size:14px; font-weight:700; color:#FFF !important; padding:15px 40px; overflow: visible; }
.button-style1 .arrow *{ fill: transparent !important; }
.button-style1 .bg-fx{  transition:0.3s; transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);  position:absolute; left:0px; top:0px; right:0px; bottom:0px; background:#1BAFD0;  }
.button-style1 .arrow{ transition:0.3s; position:absolute; line-height: 0px; width: 6px; height: 10px; top:50%; margin-top: -5px; left:calc(100% + 13px); }
.button-style1 .arrow2{ transition:0.3s; transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); position:absolute; overflow: hidden; line-height: 0px; width: 0px; height: 10px; top:50%; margin-top:-3.5px; left:calc(100% - 19px);  }
.button-style1:hover .bg-fx{ right:-40px; box-shadow:0px 4px 13px rgba(0, 174,209, 0.4); }
.button-style1:hover .arrow{ margin-left:-20px }
.button-style1:hover .arrow2{ transition-delay: 0.2s;  width:39px; }

    .button-style1.type2 .bg-fx{ background: #5267FF;  }
    .button-style1.type2:hover .bg-fx{ right:-40px; box-shadow:0px 4px 13px rgba(82, 103,255, 0.4); }

    .button-style1.type3 span{ color:#1BAFD0; }
    .button-style1.type3 .arrow path{ stroke:#1BAFD0 !important; }
    .button-style1.type3 .bg-fx{ background: #FFF; }
    .button-style1.type3:hover .bg-fx{ right:-40px; box-shadow:0px 4px 13px rgba(0,0,0,0.1); }
    .button-style1.type3:hover span{ color:#FFF; }
    .button-style1.type3:hover .bg-fx{ background: #1BAFD0; }

	.button-style1.type33 span{ color:#b7d433; }
    .button-style1.type33 .arrow path{ stroke:#b7d433 !important; }
    .button-style1.type33 .bg-fx{ background: #FFF; }
    .button-style1.type33:hover .bg-fx{ right:-40px; box-shadow:0px 4px 13px rgba(0,0,0,0.1); }
    .button-style1.type33:hover span{ color:#fff; }
    .button-style1.type33:hover .bg-fx{ background: #b7d433; }

	.button-style1.type34 span{ color:#FF3746; }
    .button-style1.type34 .arrow path{ stroke:#FF3746 !important; }
    .button-style1.type34 .bg-fx{ background: #FFF; }
    .button-style1.type34:hover .bg-fx{ right:-40px; box-shadow:0px 4px 13px rgba(0,0,0,0.1); }
    .button-style1.type34:hover span{ color:#FFF; }
    .button-style1.type34:hover .bg-fx{ background: #FF3746; }

    .button-style1.type4 span{ color:#29384A; }
    .button-style1.type4 .arrow path{ stroke:#00B46E !important; }
    .button-style1.type4 .bg-fx{ background: #FFF; }
    .button-style1.type4:hover .bg-fx{ right:-40px; box-shadow:0px 4px 13px rgba(0,0,0,0.1); }
    .button-style1.type4:hover span{ color:#FFF; }
    .button-style1.type4:hover .bg-fx{ background: #00B46E; }

    .button-style1.type5 span{ color:#FFF; }
    .button-style1.type5 .arrow path{ stroke:#FFF !important; }
    .button-style1.type5 .bg-fx{ background: #7100F5; }
    .button-style1.type5:hover .bg-fx{ right:-40px; box-shadow:0px 4px 13px rgba(0,0,0,0.1); }
    .button-style1.type5:hover span{ color:#FFF; }
    .button-style1.type5:hover .bg-fx{ background: #5900C6; }

    .button-style1.type6 span{ color:#7200F8; }
    .button-style1.type6 .arrow path{ stroke:#7200F8 !important; }
    .button-style1.type6 .bg-fx{ background: #FFF; box-shadow:0px 4px 13px rgba(0,0,0,0.05);  }
    .button-style1.type6:hover .bg-fx{ right:-40px; box-shadow:0px 4px 13px rgba(0,0,0,0.2); }
    .button-style1.type6:hover span{ color:#FFF; }
    .button-style1.type6:hover .bg-fx{ background: #7200F8; }

    .button-style1.type66 span{ color:#111; }
    .button-style1.type66 .arrow path{ stroke:#fff !important; }
    .button-style1.type66 .bg-fx{ background: #FFF; box-shadow:0px 4px 13px rgba(0,0,0,0.05);  }
    .button-style1.type66:hover .bg-fx{ right:-40px; box-shadow:0px 4px 13px rgba(0,0,0,0.2); }
    .button-style1.type66:hover span{ color:#FFF; }
    .button-style1.type66:hover .bg-fx{ background: #111; }

	.button-style1.type7 span{ color:#7200F8; }
    .button-style1.type7 .arrow path{ stroke:#7200F8 !important; }
    .button-style1.type7 .bg-fx{ background: #FFF; box-shadow:0px 4px 13px rgba(0,0,0,0.05);  }
    .button-style1.type7:hover .bg-fx{ right:-40px; box-shadow:0px 4px 13px rgba(0,0,0,0.2); }
    .button-style1.type7:hover span{ color:#FFF; }
    .button-style1.type7:hover .bg-fx{ background: #7200F8; }

.button-style2{ display: inline-block; transition:0.3s; cursor: pointer; font-size:14px; font-weight:700; background:#1BAFD0 !important; padding:15px 40px; }
    .button-style2 .bg{ transition-duration:0.3s; position: absolute; top:0; left:0; bottom:0; right:auto; width: 0%; background:rgba(0,0,0,0.3); }
    .button-style2:hover .bg{ width:100%; }
    .button-style2 i{ font-size: 22px; }
    .button-style2:hover{ background:#079ab7 !important; color:#FFF; }
    .button-style2.type2{ background: #5267FF !important; }
    .button-style2.type2:hover{ background: #1533FF !important; }
    .button-style2.type3{ background: #FFF !important; color:#444 !important; }
    .button-style2.type3:hover{ background: #FFF !important; }

    .button-style2.type4{ background: #FFF !important;  }
    .button-style2.type4:hover{ color:#fff !important; }

.button-style3{ display: inline-block; transition:0.3s; cursor: pointer; font-size:14px; font-weight:700; color:#FFF !important; padding:15px 40px; }
    .button-style3 .bg{ transition-duration:0.3s; right:auto; width: 0%; background:rgba(0,0,0,0.3); }
    .button-style3 i{ font-size: 22px; }
    .button-style3:hover .bg{ width:100%; }

.button-style4{ transition:0.3s; }
    .button-style4 svg *{ transition: 0.3s; }
    .button-style4:hover{ color:#2D39B4;}
    .button-style4:hover svg *{ fill:#2D39B4; }

    .button-style4.type2:hover{ color:#5267FF; }
    .button-style4.type2:hover svg *{ fill:#5267FF; }

    .button-style4.type3:hover{ color:#00B353; }
    .button-style4.type3:hover svg *{ fill:#00B353; }

    .button-style4.type4:hover{ color:#7200F4; }
    .button-style4.type4:hover svg *{ fill:#7200F4; }

	.button-style4.type5:hover{ color:#aaa; }
    .button-style4.type5:hover svg *{ fill:#aaa; }

	.button-style4.type6:hover{ color:#8fbe3e; }
    .button-style4.type6:hover svg *{ fill:#8fbe3e; }

.button-style5{ transition:0.3s; padding:0 5px; }
    .button-style5:hover{ background-color:#2D39B4 !important; color:#FFF; }

    .button-style5.type2:hover{ background-color:#0083FF !important; color:#FFF; }
    .button-style5.type3:hover{ background-color:#00B353 !important; color:#FFF; }
    .button-style5.type4:hover{ background-color:#7200F4 !important; color:#FFF; }

.button-style6{ transition: 0.3s; padding:0 5px; }
    .button-style6 .bg{ transition: 0.3s; background:#2D39B4; position: absolute; left:0; top:0; bottom:0; width: 0; }
    .button-style6:hover .bg{ width: 100%; }
    .button-style6:hover{ color:#FFF; }

	.button-style6.type2 .bg{ background:#5267FF;}
	.button-style6.type3 .bg{ background:#00B353;}
	.button-style6.type4 .bg{ background:#7200F4;}
	.button-style6.type5 .bg{ background:#111;}
	.button-style6.type6 .bg{ background:#8fbe3e;}

.icon-ball{ border-radius:100%; width:52px; height:52px; display:inline-block;  }
    .icon-ball *{ position: absolute; top: 50%; left:0; right:0; margin:0 auto; transform: translate(0%, -50%); text-align:center; }
    .icon-ball i{ font-size: 26px; color: #FFF; }

.video{ cursor: pointer; }
    .video .bg-black{ transition: 1s; opacity: 0; background: #000; }
    .video .video-play{ transition: 0.3s; position: absolute; width:71px; height: 71px; top: 50%; left:50%; transform: translate(-50%, -50%); transform-origin: 550% 550%; }
    .video .video-play #arrow{ transition: 0.2s; }
    .video:hover .bg-black{  opacity: 0.7; }
    .video:hover .video-play{ transform: scale(1.1); }
    .video:hover .video-play #arrow{  fill: #FFF; }

.gallery .item{ width: 70vw; height: auto; padding-bottom: 45%; margin:0 20px; }

.flickity-page-dots{ text-align: center;  list-style: none; padding:20px 0; }
    .flickity-page-dots .dot{ cursor: pointer; transition: 0.3s; width:7px; height: 7px; border-radius: 13px; background:#C6C6C6; display: inline-block; vertical-align: middle; margin:0 20px; padding:0; }
    .flickity-page-dots .dot.is-selected{ cursor: default; width:13px; height: 13px; border-radius: 13px; background:#5267FF; }
    .flickity-viewport{ cursor: -webkit-grab; cursor: grab; }
    .flickity-viewport.is-pointer-down{ cursor: -webkit-grabbing ; cursor: grabbing; }

label{ font-size:12px; font-weight:700; padding:15px 0px 5px !important; }
label.error{ background:#FA5A6D; }
label.error:before{ border-bottom: 5px solid #FA5A6D; }
input, textarea{ transition:0.3s;  width:100%; height:43px; border:0px; border:1px solid #ccc; background:rgba(255,255,255,0); font-family: 'Raleway', sans-serif;  font-weight:500; padding:0px 10px; }
textarea{ height:125px; padding:10px !important; }
input:focus, input.valid{ background:rgba(255,255,255,1); border:1px solid rgba(255,255,255,0); box-shadow:0px 7px 14px rgba(0,0,0,0.05); }
textarea:focus, textarea.valid{ background:rgba(255,255,255,1); border:1px solid rgba(255,255,255,0); box-shadow:0px 7px 14px rgba(0,0,0,0.05); }
button{ font-family: 'Raleway', sans-serif;  }
/* 6. menus */
.main-menu-1.cu-menu-fixed-top{ transition: 0s background-color;  background-color: #8fbe3e !important; box-shadow: 0 1px 4px rgba(0,0,0,0.1) }
/* .main-menu-1.cu-menu-fixed-top .logo.main *{ fill:#444; } */
.main-menu-1.cu-menu-fixed-top .button1{ color:#444; }
.main-menu-1.cu-menu-fixed-top .button1 .line{ border-bottom-color:#1c3139; }
.main-menu-1.cu-menu-fixed-top .content{ height: 80px; }
.main-menu-1.cu-menu-fixed-top .btn-menu *{ fill:#444 !important; }

.main-menu-3.cu-menu-fixed-top{ transition: 0s background-color;  background-color: #FFF !important; box-shadow: 0 1px 4px rgba(0,0,0,0.1) }
.main-menu-3.cu-menu-fixed-top .content{ height: 80px; }
/* .main-menu-3.cu-menu-fixed-top .logo.main *{ fill:#444 !important; } */
.main-menu-3.cu-menu-fixed-top .btn-menu *{ fill:#444 !important; }

.main-menu-1{ transition: 0.2s background-color; top: 0; left: 0; right: 0; position: absolute; z-index: 20; background-color: transparent; }
    .main-menu-1 .content{ transition: 0.3s; height: 112px; }
    .main-menu-1 .buttons{ list-style: none; display: block !important; }
    .main-menu-1 .buttons li{ padding:0; margin: 0 auto; }
    .main-menu-1 .buttons li::before{ content: none !important; }
    .main-menu-1 .buttons > li{ display: inline-block; margin: 0; padding: 0; }
    .main-menu-1 .buttons > li > ul{ transition: 0.3s opacity, 0s 0.3s margin-top, 0s 0.3s top; opacity: 0; margin-top: 5px; display: block; padding:10px; position: absolute; width: auto; top:-9999px; border-radius: 3px; box-shadow: 0 10px 20px rgba(0,0,0,0.1); }
    .main-menu-1 .buttons > li:hover > ul{ transition: 0.3s opacity, 0.3s margin-top, 0s top; opacity: 1; margin-top:0; top:100%; }
    .main-menu-1 .buttons > li > ul > li > ul{ transition: 0.3s opacity, 0s 0.3s margin-top, 0s 0.3s top; opacity: 0; margin-top: 5px;  position: absolute; display: block; padding:10px; top:-9999px; left: 100%; width: auto; border-radius: 3px; box-shadow: 0 10px 20px rgba(0,0,0,0.1); }
    .main-menu-1 .buttons > li > ul > li:hover > ul{ transition: 0.3s opacity, 0.3s margin-top; opacity: 1; margin-top:0; top:0; }

    .main-menu-1 .button1{ display: inline-block; transition:0.3s; padding:15px 24px; text-align: center;  }
        .main-menu-1 .button1{  color:#FFF; }
        .main-menu-1 .button1 .line{ transition: 0.3s; position: absolute; bottom: -7px; left: 0; width: 0%; border-bottom:2px solid #1c3139; }
        .main-menu-1 .button1 .bg{ transition: 0.3s; position: absolute; top: 0; bottom: 0; left: 0; width: 0%; }
        .main-menu-1 .button1:hover .line{ width: 100%; }
        .main-menu-1 .button1:hover .bg{ width:100%; }
        .main-menu-1 .button1 { border: 1px solid; text-transform: uppercase; }

        .main-menu-1 .button1.type2{ background: rgba(255,255,255,1); color: #00ACD2 !important; overflow: hidden; }
            .main-menu-1 .button1.type2:hover{ color:#FFF !important; }
            .cu-menu-fixed-top .button1.type2{ background:#00ACD2; color:#FFF !important; }

		.main-menu-1 .button1.type7{ background: rgba(255,255,255,1); color: #8fbe3e !important; overflow: hidden; }
            .main-menu-1 .button1.type7:hover{ color:#FFF !important; }
            .cu-menu-fixed-top .button1.type7{ background:#8fbe3e; color:#FFF !important; }

		.main-menu-1 .button1.type6{ background: rgba(255,255,255,1); color: #5167FF !important; overflow: hidden; }
            .main-menu-1 .button1.type6:hover{ color:#FFF !important; }
            .cu-menu-fixed-top .button1.type6{ background:#5167FF; color:#FFF !important; }

		.main-menu-1 .button1.type5{ background: rgba(255,255,255,1); color: #00B353 !important; overflow: hidden; }
            .main-menu-1 .button1.type5:hover{ color:#FFF !important; }
            .cu-menu-fixed-top .button1.type5{ background:#00B353; color:#FFF !important; }

        .main-menu-1 .button1.type3{ background: rgba(255,255,255,1); color: #5267FF !important; overflow: hidden; }
            .main-menu-1 .button1.type3:hover{ color:#FFF !important; }
            .cu-menu-fixed-top .button1.type3{ background:#5267FF; color:#FFF !important; }

    .main-menu-1 .buttons .sub_button{ transition: 0.3s; display: block; padding: 2px 5px; cursor: pointer; }
    .main-menu-1 .buttons .sub_button .icon{ margin:0px 10px 0 0; top:1px; font-size: 18px; }
    .main-menu-1 .buttons .sub_button:hover{ background: rgba(0,0,0,0.1); }

    .main-menu-1 .buttons .sub_button2{  transition: 0.3s; display: block; padding: 5px 40px 5px 20px; cursor: pointer; white-space: nowrap; }
    .main-menu-1 .buttons .sub_button2 .icon{ margin:0 10px 0 0; top:1px; font-size: 18px; }
    .main-menu-1 .buttons .sub_button2:hover{ background: rgba(0,0,0,0.1); }

    .main-menu-1 .btn-menu{ cursor: pointer; display: none; transition:0.3s; padding:10px; background: rgba(0,0,0,0); }
    .main-menu-1 .btn-menu svg *{ fill:#FFF; }
    .main-menu-1 .btn-menu:hover{ background: rgba(0,0,0,0.1); }


.main-menu-2{ transition: 0.4s; top: 0; left: 0; right: 0; position: absolute; z-index: 20; }
    .main-menu-2 .content{ height: 112px; }
    .main-menu-2 .content .btn-menu *{ transition: 0.3s; }
    .main-menu-2 .btn-menu{ cursor: pointer; transition:0.3s; padding:10px; }
    .main-menu-2 .btn-menu:hover{ background: rgba(255,255,255,0.1); }
    .menu-fixed .main-menu-2{ position: fixed; background: #FFF; top: 0; left: 0; right: 0; z-index: 10; box-shadow: 0 0 3px rgba(0,0,0,0.1); }
    .menu-fixed .main-menu-2 .content{ height: 80px; }
    /* .menu-fixed .main-menu-2 .content .logo *{ fill:#444; } */
    .menu-fixed .main-menu-2 .btn-menu:hover{ background: rgba(0,0,0,0.05); }
    .menu-fixed .main-menu-2 .content .btn-menu *{ fill:#211A29; }
    .menu-fixed .main-menu-2 .content-dropdown .logo{ margin-top: 14px; }

.main-menu-3{ transition: 0.2s background-color; top: 0; left: 0; right: 0; position: absolute; z-index: 20; background-color: transparent;  }
    .main-menu-3 .content{ height: 112px; }
    .main-menu-3 .btn-menu{ cursor: pointer; transition:0.3s; padding:10px; }
    .main-menu-3 .btn-menu:hover{ background: rgba(0,0,0,0.05); }
    .menu-fixed .main-menu-3{ position: fixed; background: #FFF; top: 0; left: 0; right: 0; box-shadow: 0 0 3px rgba(0,0,0,0.1); }
    .menu-fixed .main-menu-3 .content{ height: 80px; }
    .menu-fixed .main-menu-3 .content-dropdown .logo{ margin-top: 14px; }

.main-menu-dropdown{ display: none; z-index: 100; }
    /* .main-menu-dropdown .logo *{ fill:#FFF !important; } */
    .main-menu-dropdown .buttons .button{ margin:5px 0; }
    .main-menu-dropdown .social .button{ width: 30px; }
    .main-menu-dropdown .btn-menu-close{ cursor: pointer; width: 40px; height: 40px; padding:10px; }
    .main-menu-dropdown .btn-menu-close:hover{ background: rgba(0,0,0,0.2); }

/* 7. headers */
.header-1 .frame{ position:absolute; top:15px; left:15px; bottom:15px; right:15px; }
.header-5{ background-size:100% auto;  min-height: 550px; }

/* 8. contents */
.content-1 .image{ width:calc(100% + 20%); height:689px; position:absolute; right:0px; top:-180px; }
    .content-1.type2 .image{ width:calc(100% + 30%); height:620px; position:absolute; right:0px; top:60px; }
    .content-1.type3 .image{ width:calc(100% + 3%); height:580px; position:absolute; right:0px; top:calc(50% - 290px); }
    .content-1.type3 .image{ width:calc(100% + 3%); height:580px; position:absolute; right:0px; top:calc(50% - 290px); }
    .content-1.type4 .column1{ order:2; }
    .content-1.type4 .image{ width:calc(100% + 3%); height:630px; position:absolute; left:0px; top:calc(50% - 315px); }

.content-2 .image{ width:calc(100% + 20%); height:508px; position:absolute; left:0%; margin-right: -20px; z-index: 1; }

.content-3 .image{ width:calc(100% - 20%); padding-bottom: 45%; }

.content-5 .image1{ width: calc(100% - 10%); padding-bottom: 50%; }
    .content-5 .image2{ right:610px; }
.content-6 .number{ width: 200px; }
.content-7{ padding: 60px 0; }
    .content-7 .bg{  right: -9999px; }
    .content-7 .title{ text-align: center; color: #FFF; }
    .content-7 .icon{ height: 100px; background-size:100px auto; width: 16.666%; }

.content-8 .column{ padding:0px 7px; }

.content-9 .boxes{ width:266px; height:266px; text-align: center;  }
    .content-9 .boxes .box1{ background:#2E3AB5; position:absolute; transform:rotate(60deg); }
    .content-9 .boxes .box2{ background:#5267FF; box-shadow:0px 8px 13px rgba(79, 96, 255, 0.4); }
	.content-9 .boxes .box3{ background:#5267FF; box-shadow:0px 8px 13px rgba(255, 55, 70, 0.4); }

.content-11 .item{ transition: 0.4s; transition-property:  box-shadow, transform; width:100%; max-width: 365px; padding: 70px 40px 40px; margin:0 12px 30px; box-shadow: 0 5px 5px rgba(0,0,0,0); }
    .content-11 .item:hover{ transform: scale(1.02) !important; box-shadow: 0 20px 60px rgba(0,0,0,0.10) !important; }

.content-13{ background:#FFF; padding-left:80px; padding-right: 80px; }

.content-20 .column1:hover .bg{ background: #2946d8; }
    .content-20 .column2:hover .bg{ opacity: 0 !important; }
    .content-20 .column2 .title{ transition: 0.3s; border-bottom: 2px solid transparent;  }
    .content-20 .column2:hover .title{ border-bottom: 2px solid #FFF; }

/* 9. grids */
.grid-items-1 .item{ width: 33.33%; text-align:center; padding:60px 40px; border-right:2px solid rgba(0,0,0,0.1); margin-bottom:10px; border-right:2px solid rgba(0,0,0,0.1); }
    .grid-items-1 .item .content{ max-width:900px; margin:0 auto; }
    .grid-items-1 .item:last-of-type{ border-right:none; }

.grid-items-2{ margin-bottom:-40px; }
    .grid-items-2 .item{ width: 50%; }
    .grid-items-2 .item .content{ width:calc(100%); background:#FFF; padding:72px 52px; text-align:center; }
    .grid-items-2 .item .content .image{ width:135px; height:135px; border-radius:100%; background-color:#FFF; position:absolute; left:50%; top:-100px; transform:translate(-50%,0); box-shadow:0px 21px 14px rgba(0,0,0,0.14); }
    .grid-items-2 .item .content .text{ text-align:left; margin:20px 0 0; }
    .grid-items-2 .flickity-page-dots{ padding:60px 0 20px; }

.grid-items-3 .bg{ position: absolute; bottom: 0; left: -40px; right: -40px; height: 350px; background: #FFF; }
    .grid-items-3 .item{ width: 33.33%; padding: 0 30px 60px; }
    .grid-items-3 .item > .image{ background: #FFF no-repeat center; background-size: cover; padding-bottom: 67%; box-shadow:-30px 20px 50px rgba(0,0,0,0.1); }

.grid-items-4 .item{ width: 33.33%; margin: 20px 0; }
    .grid-items-4 .item .data{ width: 100%; max-width: 450px; padding: 20px; margin: 0 auto; }
    .grid-items-4 .item .data .content{  padding-left: 50px; }
    .grid-items-4 .item .data .content .desc{ margin:20px 0 0; }
    .grid-items-4 .item .data .icon{ font-size: 28px; position: absolute; }

.grid-items-5 .item{ overflow: hidden; width: 33.3333%; height: auto; color:#FFF; }
    .grid-items-5 .item .wrap{ padding-bottom: 70%; }
    .grid-items-5 .item .texts{ position: absolute; left: 40px; bottom: 40px; max-width: 300px; padding: 0 20px 0 0; }
    .grid-items-5 .item img.cover{ transition: 1s transform; transform: scale(1); }
    .grid-items-5 .item:hover img.cover{ transform: scale(1.1); }

.grid-items-6 .item .content{ position: absolute; top:20px; left:20px; right:20px; bottom:20px; }
    .grid-items-6 .item .content .bg{ opacity: 0; background:rgba(35, 34, 49, 0.8); }
    .grid-items-6 .item .content .data{ transform: translateZ(50px); transition:0.3s; opacity: 0; position: absolute; color:#FFF; }
    .grid-items-6 .item .content .border{ border:5px solid #7000F2; top:70px; left:70px; right: 70px; bottom: 70px; }
    .grid-items-6 .item .content img.cover{ transition: 1s transform; transform: scale(1); }
    .grid-items-6 .item .content:hover .bg{ opacity: 1; }
    .grid-items-6 .item .content:hover .data{ opacity: 1; }
    .grid-items-6 .item .content:hover img.cover{ transform: scale(1.1); }
	.grid-items-6.type2 .item .content .bg{ background:rgba(0, 0, 0, 0.8); }
	.grid-items-6.type2 .item .content .border{ border:5px solid #444; top:70px; left:70px; right: 70px; bottom: 70px; }

.grid-items-7{ overflow: hidden; padding: 0 0 40px; }
    .grid-items-7 .item{ width:33.33%; padding: 5px; }
    .grid-items-7 .item .content{ transition: 0.3s; padding-bottom: 74%; }
    .grid-items-7 .item .hover{ transition: 0.3s; opacity: 0; }
    .grid-items-7 .item .hover .title{ transition: 0.6s 0.1s; opacity: 0; top:20px; }
    .grid-items-7 .item .hover .text{ transition: 0.6s 0.2s; opacity: 0; top:20px; }
    .grid-items-7 .item .content:hover{ box-shadow: 0 25px 40px rgba(79, 96, 255, 0.4); }
    .grid-items-7 .item .content:hover .hover{ opacity: 1; }
    .grid-items-7 .item .content:hover .hover .title{ opacity: 1; top:0; }
    .grid-items-7 .item .content:hover .hover .text{ opacity: 1; top:0; }
	.grid-items-7.type2 .item .content:hover{ box-shadow: 0 25px 40px rgba(14, 37, 64, 0.4); }
	.grid-items-7.type3 .item .content:hover{ box-shadow: 0 25px 40px rgba(255, 55, 70, 0.4); }

.grid-items-8 .item{  padding-bottom: 5%; background: center no-repeat; background-size: 50%; margin:30px 0; }

.grid-items-9 .list .item .data{ overflow: hidden; }
    .grid-items-9 .item .data img.cover{ transition: 1s transform; transform: scale(1); }
    .grid-items-9 .list .item .more{ transition: 0.3s; opacity: 0; }
    .grid-items-9 .list .item .data .desc span:nth-child(1){ transition: 0.5s; bottom:-50px; opacity: 0; }
    .grid-items-9 .list .item .data .desc span:nth-child(2){ transition: 0.5s 0.08s; bottom:-50px; opacity: 0; }
    .grid-items-9 .list .item .data:hover .more{ opacity: 1; }
    .grid-items-9 .list .item .data:hover .desc span:nth-child(1){ bottom:0px; opacity: 1; }
    .grid-items-9 .list .item .data:hover .desc span:nth-child(2){ bottom:0px; opacity: 1; }
    .grid-items-9 .item .data:hover img.cover{ transform: scale(1.1); }

.grid-items-10 .list .item{ padding:40px; }
.grid-items-10 .item .title{ transform: 0.3s; }
    .grid-items-10 .item:hover .title{ color: #4A57FF; }

/* 10. footers */
.footer-1 .social .icon{ width:30px; height:30px;}
    .footer-1 .list li{ margin:6px 0; }
    .footer-1 .chat-button .ball{ display: inline-block; width: 105px; height: 105px; border-radius: 200px; color:#FFF; font-size: 50px; text-align: center;  }
    .footer-1 .chat-button .ball i{ position: relative; top: 23px; }
    .footer-1 .chat-button .text{ display: inline-block; margin: 10px 0 10px 20px; }
.footer-2{ border-top:1px solid #E5E5E5; background:#FFF; padding:30px 20px; color:#888888; }

/* CUSTOM */
.active { background: rgba(255,255,255,0.2); }

/* responsive */
@media (max-width:1400px){
    .header-1{ height: 100vh; }
    .header-1 .content .texts{ top:auto; bottom:20px; transform: none; }
    .header-2{ height:100vh !important;  }
        .header-2 .column1 img{ width:830px !important; }
    .header-3 { height:90vh !important; }
    .header-5 { height:90vh !important; }
    .content-1 .column1{ width: 55%; }
    .content-3 .image{ width:calc(100% - 10%); padding-bottom: 50%; }
    .content-5 .column2{ padding: 220px 0 200px; }
        .content-5 .image1{ display: none; }
        .content-5 .image2{ position: absolute; left: calc(25% - 290px); padding: 0; }
    .content-13 .flex{ padding:60px 0; }
        .content-13 .texts{ max-width: 500px; }
    .grid-items-5 .t-18{ font-size: 14px; }
    .grid-items-6 .item .content .border{ top:40px; bottom:40px; left:40px; right:40px; }
    .grid-items-7 .item .normal .title{ margin: 0 !important; }
        .grid-items-7 .item .hover .title{ margin: 0 !important; }
}
@media (max-width:1100px){
    section{ overflow: hidden; }
    .header-2{ height: auto; }
        .header-2 .content{ position: relative; padding:140px 40px 50px; }
        .header-2 .content .column1{ display: none; }
    .header-3{ height: auto !important; padding:80px 0; }
    .header-3.services{ height: 550px !important; }
    .header-3.services .texts { margin:0px 20px !important ;}
    .header-4{ height: 600px; }
        .header-4 .contents{  transform: scale(0.8); }
    .header-6 .content{ padding-top: 500px !important; }
        .header-6 .texts{ margin-bottom: -70px; }
        .header-6 .arrow{ width: 10%; top: -98px !important; }
    .content-1{ margin:0; padding:0; }
        .content-1 .column{ width: 100% !important; }
        .content-1 .column2{ border:1px solid transparent; }
        .content-1 .image{ width: calc(100% - 20px) !important; height: auto !important; position: relative !important; margin-top: -40px !important;; margin:0 auto !important; border:1px solid transparent !important; padding-bottom: 60% !important; top: 0 !important; right: 0 !important; margin-top: -40px !important; }
        .content-1.type2 .column1{ padding:100px 40px 80px; }
        .content-1.type3{ padding:0 0px 40px; }
        .content-1.type4 .column1{ order:-1; }
    .content-2{ margin:0; padding:0; }
        .content-2 .column{ width: 100% !important; }
        .content-2 .column2{ order:-1; padding:80px 20px 100px; }
        .content-2 .image{ width: calc(100% - 20px); transform: none; height: auto; position: relative; margin:0 auto; border:1px solid transparent; padding-bottom: 60% !important; top: 0; right: 0; margin-top: -40px; }
    .content-3{ margin:0; padding:0; }
        .content-3 .column{ width: 100% !important; flex: none; padding:0;  }
        .content-3 .column1{ padding:80px 20px 100px 40px;  }
        .content-3 .column1 .bg{ left:0 !important; margin-right:0 !important; }
        .content-3 .image{ width: calc(100% - 20px); height: auto; position: relative; margin:0 auto; border:1px solid transparent; padding-bottom: 60% !important; top: 0; right: 0; margin-top: -40px; }
    .content-4 .texts{ padding-top:80px; }
    .content-5 .column1{ display: none; }
        .content-5 .column2{ padding: 160px 20px 100px; }
        .content-5 .image2{ display: none; }
        .content-5 .texts{ margin-left: auto; }
    .content-6{ padding: 120px 0 40px; background: #FFF; }
        .content-6 .number{ width: 100%;  }
        .content-6 .bg-svg{ display: none; }
        .content-6.type2{ margin: -20px 0 0 !important; padding:40px 0 !important; }
        .content-6 .not, .content-6 .item{ flex:none; width: 100%; text-align: center; }
    .content-7 .icon{  width: 25%; }
    .content-10 .content{  width: 100%; padding:80px 20px 100px 40px !important; background: #E3E3E3;  }
        .content-10 .image{ position: relative; width: calc(100% - 20px);  left: 0 !important; height: auto; padding-bottom: 60%; order: 2; margin-top: -40px; z-index: 2; }
    .content-12{ padding:40px 20px; margin:0; }
        .content-12 .columns{ justify-content: center; text-align: center; }
        .content-12 .column{ width: 100%; }
        .content-12 .column2{ text-align: center; margin:20px 0; }
        .content-12 .button{ margin:10px 0; }
    .content-13 .flex{ padding:60px 0 0; }
        .content-13.type2 .flex{ padding:60px 0 60px; }
        .content-13 .column{ width: 100%; }
        .content-13 .column.image{ position: relative; text-align: center; }
    .content-15.type2{ padding:40px 20px 20px; }
    .content-17 .list{ height: auto !important; }
        .content-17 .item{ width: 100%; }
        .content-17 .content{ padding-bottom: 0; height: auto !important; padding:40px 0; }
    .content-18{ padding:40px 40px 0; }
        .content-18 .column{ width: 100%; padding:0; border:1px solid transparent; }
        .content-18 .column2{ padding:40px 0 0; }
        .content-18 .column2 iframe{ max-width: none; }
    .title-1{ margin:65px 0 40px; }
    .grid-items-1{ padding: 20px 0; }
        .grid-items-1 .item{ width: 50%; border:0; padding: 20px 40px; }
    .grid-items-2{ padding:120px 0 0; }
        .grid-items-2.about2{ padding:40px 0 80px; }
    .grid-items-3{ padding: 120px 0 40px;  }
        .grid-items-3 .bg{ display: none; }
    .grid-items-4 .item{ width: 50%; }
    .grid-items-5 .item{ width:100%; margin: 2px 0px; height: 356px; padding-bottom: 0; }
        .grid-items-5 .item .wrap{ padding-bottom: 0; height: 100%; }
        .grid-items-5 .item .texts{ left: 20px; bottom: 20px; }
    .grid-items-6 .item{ width:50% !important; padding-bottom:76%; }
        .grid-items-6 .item .content{ top:0px; left:10px; right:10px; bottom:10px; }
        .grid-items-6.type2{ margin:20px 0 0; }
        .grid-items-6.type2 .item{ padding-bottom: 40%; }
    .grid-items-7 .item{ width: 50%; }
        .grid-items-7 .item .content{ min-height: 300px; }
        .grid-items-7 .item .hover{ padding:0 40px; }
    .grid-items-8 .list > *{ width: 20%; }
    .grid-items-9{ padding:150px 0 0; }
        .grid-items-9 .item{ width: 50%; }

    body{ margin-bottom: 0 !important; }
    .footer-fixed{ position: relative !important; }
}
@media (max-width:900px){
    .parallax-bg-img{ display: none !important; }
    .video-bg{ display: none !important; }
    .main-menu-1 .content{ height: 60px !important; }
        .main-menu-1 .content .buttons{ display: none !important; }
        .main-menu-1 .content .btn-menu{ display: block; }
        .main-menu-1 .logo-landing{ top:20px !important; }
    .main-menu-1 .logo{ margin-left:0; }
    .main-menu-1 .logo-landing{ margin:0 auto !important; padding:10px 0 0; }
    .main-menu-dropdown .logo { margin-left:0px !important; margin-top:30px !important; }
    .main-menu-dropdown .btn-menu-close{ margin-top:10px !important; }

    .main-menu-3 .content{ padding-left:20px; }
        .main-menu-3 .logo.main{ margin-left: 0 !important;  }
    .header-1{ height: auto; }
        .header-1 .frame{ position: relative; left: 0; right: 0; top: 0; bottom: 0; }
        .header-1 .content{ position: relative; padding:100px 40px 50px; }
        .header-1 .texts{ position: relative; padding: 0; margin:0; transform: none; }
    .header-4{ height: 600px; }
        .header-4 .contents{  transform: scale(0.6) !important; }
    .header-5{ background-size: cover; min-height: 400px; height:auto !important; }
        .header-5.type2{ padding:120px 20px; }
        .header-5.type2 .t-70{ font-size:50px; }
    .content-5.about{ padding:0; }
    .content-6{ margin:80px 0 0;  }
        .content-6 .column{ width: 100%; max-width: none; flex: none; }
        .content-6 .bg-svg{ display: none; }
        .content-6 .column2{  margin: 20px 0 0; padding: 0; }
    .content-9{ padding:0; }
        .content-9 .column{ width: 100%; flex: none; }
        .content-9 .column1{ padding:100px 0 0; justify-content: center; }
        .content-9 .column2{ justify-content: center; padding:60px 0 60px ; }
        .content-9 .texts{ margin:0 auto; text-align: center; }
        .content-9 .texts .line1{ display: none; }
    .content-16{ padding:0 20px 20px; }
        .content-16 .column{ width: 100%; flex: none; }
        .content-16 .column1{ text-align: center; padding:0 0 20px 0; }
        .content-16 .column2{ padding:0 20px 40px; }
        .content-16 .column2 .texts{  max-width: none; }
        .content-16.type2{ margin:40px 0 0; }
    .grid-items-2 .item{ width: 100% !important; }
    .grid-items-3 .item{ width: 100%; }
    .grid-items-5{ padding:40px 0 0; }
        .grid-items-5 .main-title{ padding:0 20px; text-align: center; }
    .grid-items-10{ margin:-40px 0 20px; }
        .grid-items-10 .main-title{ padding:0 40px !important;  }
        .grid-items-10 .title{ padding:0; }
        .grid-items-10 .list .item{ width: 100%; padding: 20px; }
    .video-bg{ display: none; }
    .footer-1{ padding:40px 20px;}
        .footer-1 .column{  width: 100%; flex: none; padding: 20px 0; }
        .footer-1 .column1{ text-align: center; }
}
@media (max-width:700px){
    .t-70{ font-size: 30px; }
    .t-60{ font-size: 30px; }
    .t-40{ font-size: 24px; }
    .t-20{ font-size: 14px; }
    .t-18{ font-size: 14px; }
    .line1{ display: none; }
    .header-1 .content{ position: relative; padding:260px 20px 60px; }
        .header-1 .content .button-style1{  margin-top:40px; }
    .header-2 .content{ position: relative; padding:40px 0; }
    .header-5 .content{ padding-bottom: 50px; margin:60px 0 0; }
        .header-5 .texts{ margin:0; }
    .header-3{ padding:40px 0; }
    .header-4{ height: 500px; }
        .header-4 .contents{  transform: scale(0.5) !important; top:-80px; }
        .header-4 .texts{ top: auto; right:0; bottom:40px; text-align: center; margin:0; }
    .header-5.type3 .t-70{ font-size: 40px; }
    .header-6 .content{ padding-top: 450px !important; }
        .header-6 .texts{ margin-bottom: 0px; }
        .header-6 .arrow{ top: -68px !important; }
    .content-1{ padding:0; }
        .content-1 .column1{ padding:40px 20px 60px !important; }
        .content-1 .button-style1{ margin:30px 0 20px; }
        .content-1 .bg-stretch{ display: none !important; }
    .content-2 .column2{ padding:40px 20px 80px; }
    .content-3 .column1{ padding:40px 20px 80px 20px; }
    .content-4{ padding:0 20px; overflow:visible; }
        .content-4 .texts{ padding-top:40px; }
        .content-4 .image{ margin-bottom:-60px; }
        .content-4.app .image{ margin-bottom:-10px !important; }
    .content-5 .column2{ padding: 90px 20px 60px; }
    .content-6{ margin: 30px 0; }
        .content-6 .column1{ padding: 0 20px; text-align: center; }
        .content-6 .column2 .item{ margin:10px 20px; }
        .content-6 .number{  font-size:60px; }
        .content-6{ padding:60px 0 20px; }
    .content-7 .icon{  width: 50%; }
    .content-8{ padding:40px 20px; }
    .content-10 .content{  padding:40px 20px 80px 20px !important; }
        .grid-items-10 .main-title{ padding:0 20px !important;  }
        .content-10 .texts{  margin: 0 auto; }
    .content-13{ padding:0 30px 0 50px; }
        .content-13 .quotation{ width:20px !important; margin-left: -33px; }
    .content-14{ padding:40px 20px 0; }
    .content-14.type2{ padding:100px 20px 0; }
    .content-15{ padding:60px 20px; }
        .content-15 .content{ padding:100px 20px !important; }
    .content-16 .column2{ padding:0; }
        .content-16 .column2 .texts{ padding:40px 0 0; }
    .content-15.type2{ padding:20px 0 0px; }
    .content-18{ padding:40px 20px 0; }
    .content-19{ padding:10px 0 20px; }
        .content-19 .column{ margin:0; padding:10px 20px; width: 100%; }
    .content-20{ padding:0; margin:0; }
        .content-20 .column{ width: 100% !important; margin:0; }
        .content-20 .column1{ height:auto !important; padding:40px 0; order: 2; transform: none !important;  }
            .content-20 .column1 > *{ transform: none !important; }
        .content-20 .column2{ padding:40px 40px; }
        .content-20 .column2 .content{ margin:0 auto; text-align: center; }
    .title-1{ margin:0px 0 40px; }
        .title-1 *{ text-align: center; }
    .grid-items-1{ margin:20px 0; }
        .grid-items-1 .item{ width: 100%; }
    .grid-items-2{ padding:60px 0 40px; }
    .grid-items-3{ padding: 60px 20px 40px; }
        .grid-items-3 .main-title{ padding: 0 20px; }
        .grid-items-3 .item{ padding:10px 0 20px }
    .grid-items-4 .item{ width: 100%; margin:0; }
        .grid-items-4.type2{ padding:20px 0; }
    .grid-items-6{ margin-left:0; margin-right: 0; }
        .grid-items-6 .item{ width:100% !important; padding-bottom:50% !important; opacity:1 !important; top:0 !important; transform:none !important;position:relative !important;  }
        .grid-items-6 .item .content .border{ top:20px !important; left:20px !important; bottom:20px !important; right:20px !important; }
        .grid-items-6.type2 .item{ padding-bottom:70% !important;  }
    .grid-items-7 .item{ width: 100%; }
        .grid-items-7 .item .hover{ padding:0 30px; }
    .grid-items-8{ margin:20px 0; padding:0; }
        .grid-items-8 .list > *{ width: 50%; background-size: contain; }
    .grid-items-9 .item{ width: 100%; padding:10px 0; }
    .grid-items-9{ padding:60px 20px 10px; }
    .footer-1 .column2 > div{ width: 100%; margin: 10px 0 20px; text-align: center; }
        .footer-1 .column2 .list{ margin-top: 10px; }
        .footer-1 .chat-button .ball{ width: 70px; height: 70px; font-size: 40px; }
        .footer-1 .chat-button .ball i{ top:11px; }
    .footer-2 .flex{ flex-direction: column; align-items: center; text-align: center; }
        .footer-2 .flex > div{ margin:5px 0; }
}
@media (max-width:500px){
    .header-2 .column2{ margin-left:20px; }
    .header-4{ height: 400px; }
        .header-4 .contents{  transform: scale(0.25) !important; top:-40px; }
    .header-6 .content{ padding-top: 410px !important; }
        .header-6 .texts{  top: 150px !important; }
        .header-6 .texts .t-60{font-size: 26px !important; }
        .header-6 .arrow{ top: -48px !important; }
    .content-5.about .not{ width: 100% !important; text-align: center; flex: none; }
    .content-8 .column{ width: 100%; margin:0; }
    .content-8 .button-style1{ margin-top:10px; }
    .content-9 .boxes{ width:226px; height:226px; }
    .content-17 .texts{ padding:0 20px !important; }
    .grid-items-2 .item{ padding-left:20px; padding-right: 20px; }
        .grid-items-2 .item .content{ padding:72px 30px 50px; }
        .grid-items-2 .flickity-page-dots{ padding:40px 0 10px; }
    .grid-items-5 .item{ height: 260px; }
    .grid-items-6 .item{ padding-bottom:75% !important; }
    .content-16  .list{ width: 100%; flex:none; padding:10px 0 10px 20px; }
}

/* 12. Fonts */
  @font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 200;
    src: local('Raleway ExtraLight'), local('Raleway-ExtraLight'), url(fonts/Raleway-ExtraLight.woff) format('woff');
  }
  @font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    src: local('Raleway Light'), local('Raleway-Light'), url(fonts/Raleway-Light.woff) format('woff');
  }
  @font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: local('Raleway'), local('Raleway-Regular'), url(fonts/Raleway-Regular.woff) format('woff');
  }
  @font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    src: local('Raleway Medium'), local('Raleway-Medium'), url(fonts/Raleway-Medium.woff) format('woff');
  }
  @font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    src: local('Raleway SemiBold'), local('Raleway-SemiBold'), url(fonts/Raleway-SemiBold.woff) format('woff');
  }
  @font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    src: local('Raleway Bold'), local('Raleway-Bold'), url(fonts/Raleway-Bold.woff) format('woff');
  }
  @font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 800;
    src: local('Raleway ExtraBold'), local('Raleway-ExtraBold'), url(fonts/Raleway-ExtraBold.woff) format('woff');
  }
/* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
 @font-face{font-family:'FontAwesome';src:url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
