﻿/*!
 * Preboot v2
 *
 * Open sourced under MIT license by @mdo.
 * Some variables and mixins from Bootstrap (Apache 2 license).
 */
.Size100{width:100%;height:100%;}.Margin0{margin:0;}.Margin5{margin:5px;}.Margin10{margin:10px;}.Position0{top:0;left:0;}.Padding5{padding:5px;}.BackgroundImageContainCenter{background-size:contain;background-position:center;background-repeat:no-repeat;}.BackgroundImageCoverCenter{background-size:cover;background-position:center;background-repeat:no-repeat;}.RowFlex{display:flex;flex-direction:row;align-items:center;}.ColFlex{display:flex;flex-direction:column;align-items:center;}@font-face{font-family:Barlow-Regular;src:url('../../Fonts/Barlow/Barlow-Regular.ttf');}.FontRegular{font-family:Barlow-Regular;font-display:auto;}@font-face{font-family:BarlowCondensed-Medium;src:url('../../Fonts/Barlow_Condensed/BarlowCondensed-Medium.ttf');}.FontBold{font-family:BarlowCondensed-Medium;font-display:auto;}.SmallSize{font-size:14px;}.NormalSize{font-size:16px;}.MediumSize{font-size:20px;}.LargeSize{font-size:24px;}.ExtraLargeSize{font-size:36px;}.ExtraExtraLargeSize{font-size:48px;}.ExtraExtraExtraLargeSize{font-size:80px;}.unselectable{user-drag:none;-webkit-user-drag:none;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.selectable{user-drag:initial;-webkit-user-drag:initial;-webkit-touch-callout:initial;-webkit-user-select:text;-khtml-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;}.unclickable{pointer-events:none;cursor:default;}.clickable{pointer-events:all;cursor:pointer;}.accordion{width:100%;}.accordion .accordionItem{border-bottom:1px solid rgba(0,0,0,.15);}.accordion .accordionItem.open>.accordionHeader>.accordionIcon::before{transform:translate(-50%,-50%) rotate(90deg);opacity:0;}.accordion .accordionItem.open>.accordionHeader>.accordionIcon::after{transform:translate(-50%,-50%) rotate(180deg);}.accordion .accordionItem.open>.accordionPanel{visibility:visible;pointer-events:auto;}.accordion .accordionHeader{display:flex;align-items:center;justify-content:space-between;gap:20px;width:100%;padding:24px 0;border:0;background:none;font-size:24px;color:#007db6;text-align:left;cursor:pointer;appearance:none;}.accordion .accordionHeader span{min-width:0;}.accordion .accordionHeader:focus-visible{outline:2px solid currentColor;outline-offset:4px;}.accordion .accordionIcon{position:relative;flex:0 0 18px;width:18px;height:18px;}.accordion .accordionIcon::before,.accordion .accordionIcon::after{content:"";position:absolute;top:50%;left:50%;width:18px;height:2px;background:currentColor;border-radius:999px;transform:translate(-50%,-50%);transition:transform .25s ease,opacity .25s ease;}.accordion .accordionIcon::before{transform:translate(-50%,-50%) rotate(90deg);}.accordion .accordionPanel{max-height:0;overflow:hidden;visibility:hidden;pointer-events:none;transition:max-height .3s ease;}.accordion .accordionPanelInner{padding:0 0 30px 0;}.accordion .subAccordionItem{margin-top:10px;border-bottom:1px solid rgba(0,0,0,.1);}.accordion .subAccordionItem>.accordionHeader{padding:14px 0;font-size:16px;color:rgba(0,125,182,.85);}.accordion .subAccordionItem>.accordionHeader>.accordionIcon{flex-basis:14px;width:14px;height:14px;}.accordion .subAccordionItem>.accordionHeader>.accordionIcon::before,.accordion .subAccordionItem>.accordionHeader>.accordionIcon::after{width:14px;}.accordion .subAccordionItem>.accordionPanel>.accordionPanelInner{padding:0 0 18px 0;color:rgba(0,0,0,.75);}.elementGallery{width:100%;position:relative;}.elementGallery .elementGalleryFrame{position:relative;width:100%;display:flex;align-items:center;}.elementGallery .elementGalleryViewport{width:100%;overflow:hidden;touch-action:pan-y;}.elementGallery .elementGalleryTrack{display:flex;align-items:stretch;will-change:transform;}.elementGallery .elementGallerySlide{flex:0 0 auto;display:flex;flex-direction:row;justify-content:center;box-sizing:border-box;padding:0 12px;}.elementGallery .elementGalleryItem{width:100%;height:100%;}.elementGallery .elementGalleryArrow{width:44px;height:44px;border:0;border-radius:999px;cursor:pointer;position:absolute;z-index:5;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.9);box-shadow:0 4px 16px rgba(0,0,0,.18);}.elementGallery .elementGalleryArrow:before{content:"";display:block;width:12px;height:12px;border-top:2px solid #111;border-right:2px solid #111;position:absolute;top:50%;left:50%;}.elementGallery .elementGalleryArrow:hover{background:#fff;}.elementGallery .elementGalleryArrow--left{left:12px;}.elementGallery .elementGalleryArrow--left:before{transform:translate(-35%,-50%) rotate(-135deg);}.elementGallery .elementGalleryArrow--right{right:12px;}.elementGallery .elementGalleryArrow--right:before{transform:translate(-65%,-50%) rotate(45deg);}.elementGallery.is-dragging .elementGalleryTrack{cursor:grabbing;}.elementGallery.elementGallery--static .elementGalleryArrow{display:none;}#splash{background-size:cover;background-position:center;background-repeat:no-repeat;background-image:url(/Files/GetRelativeFile?filepath=splash/projectsSplash.webp);}#projects .galleryImages{display:flex;flex-wrap:wrap;gap:20px;width:100%;}@media only screen and (max-width:529px){#projects .galleryImages{gap:12px;}}#projects .galleryImages .galleryImage{background-size:cover;background-repeat:no-repeat;background-position:center;border-radius:10px;transform:scale(1);transition:transform .2s ease-in-out;}#projects .galleryImages .galleryImage:hover{transform:scale(1.1);z-index:2;}#projects .galleryImages .galleryImage:nth-child(8n+1){flex:0 0 calc(38% - 15px);aspect-ratio:1.4/1;}#projects .galleryImages .galleryImage:nth-child(8n+2){flex:0 0 calc(22% - 15px);aspect-ratio:.85/1;}#projects .galleryImages .galleryImage:nth-child(8n+3){flex:0 0 calc(18% - 15px);aspect-ratio:.75/1;}#projects .galleryImages .galleryImage:nth-child(8n+4){flex:0 0 calc(22% - 15px);aspect-ratio:1/1;}#projects .galleryImages .galleryImage:nth-child(8n+5){flex:0 0 calc(20% - 15px);aspect-ratio:.8/1;}#projects .galleryImages .galleryImage:nth-child(8n+6){flex:0 0 calc(30% - 15px);aspect-ratio:1.2/1;}#projects .galleryImages .galleryImage:nth-child(8n+7){flex:0 0 calc(34% - 15px);aspect-ratio:1.35/1;}#projects .galleryImages .galleryImage:nth-child(8n+8){flex:0 0 calc(16% - 15px);aspect-ratio:.7/1;}@media only screen and (max-width:529px){#projects .galleryImages .galleryImage:nth-child(n+7){display:none;}#projects .galleryImages .galleryImage:nth-child(4n+1){flex:0 0 calc(62% - 6px);aspect-ratio:1.2/1;}#projects .galleryImages .galleryImage:nth-child(4n+2){flex:0 0 calc(38% - 6px);aspect-ratio:.75/1;}#projects .galleryImages .galleryImage:nth-child(4n+3){flex:0 0 calc(42% - 6px);aspect-ratio:.8/1;}#projects .galleryImages .galleryImage:nth-child(4n+4){flex:0 0 calc(58% - 6px);aspect-ratio:1.25/1;}}#projects .logos .logo{user-select:none;-webkit-user-drag:none;pointer-events:auto;}#projects .logos .logo div{background-repeat:no-repeat;background-position:center;background-size:contain;aspect-ratio:1/1;}