| /* | 
 |  | 
 |     Licensed to the Apache Software Foundation (ASF) under one | 
 |     or more contributor license agreements.  See the NOTICE file | 
 |     distributed with this work for additional information | 
 |     regarding copyright ownership.  The ASF licenses this file | 
 |     to you under the Apache License, Version 2.0 (the | 
 |     "License"); you may not use this file except in compliance | 
 |     with the License.  You may obtain a copy of the License at | 
 |  | 
 |       http://www.apache.org/licenses/LICENSE-2.0 | 
 |  | 
 |     Unless required by applicable law or agreed to in writing, | 
 |     software distributed under the License is distributed on an | 
 |     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | 
 |     KIND, either express or implied.  See the License for the | 
 |     specific language governing permissions and limitations | 
 |     under the License. | 
 |  | 
 |  | 
 | */ | 
 |  | 
 | @charset "UTF-8"; | 
 |  | 
 | @import "base/base"; | 
 |  | 
 | @import "_vendor/foundation-sites/scss/foundation"; | 
 | @include foundation-everything; | 
 |  | 
 | @import "_vendor/motion-ui/motion-ui"; | 
 | @include motion-ui-transitions; | 
 | @include motion-ui-animations; | 
 |  | 
 | @import "_vendor/colorbox/colorbox"; | 
 |  | 
 | @import "common/netbeans"; | 
 |  | 
 | @import "components/awesome-icons.scss"; | 
 | @import "components/footer"; | 
 | @import "components/card"; | 
 | @import "components/features"; | 
 | @import "components/video"; |