/* Retrieved from cache */ 

/* source/vendor/normalize.min.css */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.67em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* source/interface/style.resets.css */
@charset "UTF-8";*, *:before, *:after { box-sizing:border-box; }a, a:active, a:focus { outline: 0; }a, a:active, a:focus { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }section,header,footer { margin:0; padding: 0; display: block; }section::after,header::after,footer::after { content: ""; clear: both; display: block; }

/* source/vendor/swipebox.css */
html.swipebox-html.swipebox-touch {overflow: hidden !important;}#swipebox-overlay img {border: none !important;}#swipebox-overlay {width: 100%;height: 100%;position: fixed;top: 0;left: 0;z-index: 99999 !important;overflow: hidden;-webkit-user-select: none; -moz-user-select: none;-ms-user-select: none;user-select: none;}#swipebox-container {position: relative;width: 100%;height: 100%;}#swipebox-slider {-webkit-transition: -webkit-transform 0.4s ease;transition: transform 0.4s ease;height: 100%;left: 0;top: 0;width: 100%;white-space: nowrap;position: absolute;display: none;cursor: pointer;}#swipebox-slider .slide {height: 100%;width: 100%;line-height: 1px;text-align: center;display: inline-block;}#swipebox-slider .slide:before {content: "";display: inline-block;height: 50%;width: 1px;margin-right: -1px;}#swipebox-slider .slide img,#swipebox-slider .slide .swipebox-video-container,#swipebox-slider .slide .swipebox-inline-container {display: inline-block;max-height: calc(100% - 120px);max-width: 100%;margin: 0;padding: 0;width: auto;height: auto;vertical-align: middle;}#swipebox-slider .slide .swipebox-video-container {background: none;max-width: 1140px;max-height: 100%;width: 100%;padding: 5%;-webkit-box-sizing: border-box;box-sizing: border-box;}#swipebox-slider .slide .swipebox-video-container .swipebox-video {width: 100%;height: 0;padding-bottom: 56.25%;overflow: hidden;position: relative;}#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {width: 100% !important;height: 100% !important;position: absolute;top: 0;left: 0;}.swipebox-video video {display: block;width: 100%;}#swipebox-slider .slide-loading {background: url(../img/loader.gif) no-repeat center center;}#swipebox-bottom-bar,#swipebox-top-bar {-webkit-transition: 0.5s;transition: 0.5s;position: absolute;left: 0;z-index: 999;height: 50px;width: 100%;}#swipebox-bottom-bar {bottom: 0px;}#swipebox-top-bar {top: 0px;}#swipebox-title {display: none;width: 100%;text-align: center;line-height: 20px;padding: 10px 30px;}#swipebox-prev,#swipebox-next,#swipebox-close {background-image: url(../img/icons.png);background-repeat: no-repeat;border: none !important;text-decoration: none !important;cursor: pointer;width: 50px;height: 50px;top: 0;}#swipebox-arrows {display: block;margin: 0 auto;width: 100%;height: 50px;}#swipebox-prev {background-position: -32px 13px;float: left;}#swipebox-next {background-position: -78px 13px;float: right;}#swipebox-close {top: 0;right: 0;position: absolute;z-index: 9999;background-position: 15px 12px;}.swipebox-no-close-button #swipebox-close {display: none;}#swipebox-prev.disabled,#swipebox-next.disabled {opacity: 0.3;}.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {-webkit-animation: rightSpring 0.3s;animation: rightSpring 0.3s;}.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {-webkit-animation: leftSpring 0.3s;animation: leftSpring 0.3s;}.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {-webkit-backface-visibility: hidden;backface-visibility: hidden;-webkit-transition: all .3s ease;transition: all .3s ease;content: ' ';position: absolute;z-index: 999;top: 0;height: 100%;width: 20px;opacity: 0;}.swipebox-touch #swipebox-container:before {left: 0;-webkit-box-shadow: inset 10px 0px 10px -8px #656565;box-shadow: inset 10px 0px 10px -8px #656565;}.swipebox-touch #swipebox-container:after {right: 0;-webkit-box-shadow: inset -10px 0px 10px -8px #656565;box-shadow: inset -10px 0px 10px -8px #656565;}.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {opacity: 1;}.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {opacity: 1;}@-webkit-keyframes rightSpring {0% {left: 0;}50% {left: -30px;}100% {left: 0;}}@keyframes rightSpring {0% {left: 0;}50% {left: -30px;}100% {left: 0;}}@-webkit-keyframes leftSpring {0% {left: 0;}50% {left: 30px;}100% {left: 0;}}@keyframes leftSpring {0% {left: 0;}50% {left: 30px;}100% {left: 0;}}@media screen and (min-width: 800px) {#swipebox-close {right: 10px;}#swipebox-arrows {width: 92%;max-width: 800px;}}#swipebox-overlay {background: rgba(69,44,120,0.94);}.bubblegum #swipebox-overlay {background: rgba(35,83,137,0.94);}.ironpatriot #swipebox-overlay {background: rgba(42,59,122,0.94);}#swipebox-bottom-bar,#swipebox-top-bar {background: none;}#swipebox-top-bar {color: #eee !important;font-size: 15px;line-height: 50px;font-family: Helvetica, Arial, sans-serif;}

/* source/noosite/developer.mode.css */
#developerMode {position: fixed;bottom: 10px;left: 10px;background: #de7160;border-radius: 2px;padding: 5px 10px;color: white;width: 250px;z-index: 1000;}#developerMode > h2,#developerMode > p,#developerMode > div > a {color: white;font-family: sans-serif;margin: 0;padding: 0;text-decoration: none;font-weight: normal;text-align: center;}#developerMode > h2 {line-height: 18px;font-size: 14px;}#developerMode > p {line-height: 13px;font-size: 11px; text-align: left;margin: 5px 0;}#developerMode > div > a {line-height: 14px;font-size: 10px;display: inline-block;padding: 2px 5px;border:1px solid white;text-transform: uppercase;margin: 0 5px;}#developerMode > div > a:hover {background: white;color: #de7160;}#developerModeClose {font-family:sans-serif;color: white;background: #de7160;border: 1px solid white;padding: 0 3px 1px 3px;font-size: 14px;line-height: 12px;position: absolute;top: 5px;right: 5px;text-decoration: none;}#developerModeClose:hover { text-decoration:none; background:white; color: #de7160; }#developerModeExited {position: fixed;top: 10px;left: 10px;right: 10px;background: #51d051;border-radius: 2px;padding: 10px 10px;color: white;font-family: sans-serif;margin: 0;text-decoration: none;font-weight: normal;text-align: center;font-size: 14px;line-height: 12px;z-index: 1000;}

/* source/custom.site.styles.css */
@charset "UTF-8";html {scroll-behavior: smooth;}body {margin: 0;padding: 0;font-family: 'Montserrat', sans-serif;background: #61429d;overflow: hidden;width: 100vw;height: 100vh;}*, *:before, *:after { box-sizing:border-box; }img {image-rendering: -webkit-optimize-contrast;}main.mainScene {overflow-x: hidden; display: flex;position: relative;z-index: 20;}section {display: flex;justify-content: center;align-items: center;height: 100vh;position: relative;z-index: 10;}#middleground {position: absolute;left: 0px;bottom: 0px;height: 100vh;width: 700vh;z-index: 15;pointer-events: none;display: flex;}.howToUse {position: relative;background: #4345d4;height: 120px;width: 350px;left: 400px;top: 60%;display: grid;align-items: center;padding-left: 60px;opacity: 0;animation: arrowScrollReveal .4s 1.6s ease-out forwards;}.howToUse svg {height: 70px;}.linePath {stroke-dasharray: 200;stroke-dashoffset: 800;animation: arrowDash 4s linear infinite reverse;}@keyframes arrowDash {to {stroke-dashoffset: 0;}}@keyframes arrowScrollReveal {0% {}10% {opacity: 1;}100% {left: 60px;opacity: 1;}}@media only screen and (max-height: 600px) {.howToUse {top: 40%;}}.midBg1 {position: relative;left: 800px;top: 270px;width: 1800px;}.midBg2 {position: relative;left: 800px;top: 270px;width: 1700px;}.midBg1 img,.midBg2 img {display: block;width: 100%;}@media only screen and (max-height: 800px) {.midBg1 {bottom: 0;width: 1200px;}.midBg2 {bottom: 0;width: 1200px;}}#background {position: absolute;z-index: 0;height: 100vh;width: 100%;top: 0;background: url(../img/scrollbg.jpg) 0 bottom/auto 100% repeat-x;}#content1 {margin-left: 370px;transform-origin: bottom;display: grid;align-items: center;background: url(../img/design-small.png) 100% 0 repeat-y, url(../img/design-big.png) 90% 0 repeat-y;height: 100%;padding-right: 160px;animation: anim8design 50s linear forwards infinite;}#content2 {margin-left: 400px;height: 100%;display: grid;align-items: center;}#content3 {margin-left: 400px;margin-right: 600px;height: 100%;display: grid;align-items: center;}.shadow {position: absolute;width: 100%;height: 10px;bottom: 50px;background: #000;border-radius: 100%;filter: blur(10px);opacity: 0.6;}@media only screen and (max-height: 700px) {.shadow {z-index: -1;}}@keyframes anim8design {from { background-position: 100% 0, 90% 0; }to { background-position: 100% -2712px, 90% 1488px; }}.maskBottom,.maskRight,.maskTop,.maskLeft {position: relative;overflow: hidden;}.maskTop > div {position: relative;transform: translateY(-120%);transition: all .4s ease-out;}.maskBottom > div {position: relative;transform: translateY(120%);transition: all .4s ease-out;}.maskLeft > div {position: relative;transform: translateX(120%);transition: all .4s ease-out;}.maskRight > div {position: relative;transform: translateX(-120%);transition: all .4s ease-out;}#content1.active .maskTop > div {transform: translateY(0%);}#content1.active .maskBottom > div {transform: translateY(0%);}#content1.active .maskRight > div {transform: translateX(0%);}#content1.active .maskLeft > div {transform: translateX(0%);}#content1 .maskRight > div {transition: all .4s 1.1s ease-out;}#content1 .maskTop > div {transition: all .4s 1.5s ease-out;}#content1 .maskBottom > div {transition: all .4s 1.5s ease-out;}#content1 .introWrapper {transition: all .5s ease;}.introWrapper {width: 550px;transition: all .4s ease-out;}.introContainer {position: relative;background: #452c78;}.imageMe {position: relative;width: 100%;padding: 40px 40px 0 40px;}.imageMe img {display: block;width: 100%;}.aboutText {position: relative;margin-top: 20px;padding: 55px 40px 40px 40px;}.aboutText img {display: block;width: 100%;}.aboutText p {position: relative;z-index: 2;}.aboutText h2 {font: 900 5vw/5vw 'Montserrat', sans-serif;text-transform: uppercase;color: #563596;margin: 0;position: absolute;top: 0;left: 10px;}@media only screen and (max-height: 800px) {.imageMe img {height: 250px;object-fit: cover;object-position: top;}}@media only screen and (max-height: 600px) {.imageMe {padding: 20px;}.imageMe img {width: 100%;height: auto;}.introContainer {display: grid;grid-template-columns: 1fr 1fr;}.introWrapper {width: 700px;}}#portfolioWrapper {display: grid;grid-template-columns: 1fr 2.5fr;}.portfolioTitleMobile {display: none;}.portfolioTitle {background: url(../img/portfolio-title.png) center right/contain no-repeat;width: 100%;height: 100%;}.portfolioContent {background: #4345d3;height: 100%;}.portfolioText{background: url(../img/port-petal-bg.png) top right/contain no-repeat;padding: 50px;}.portfolioText p {max-width: 72%;}.portfolioLogos {display: grid;grid-template-columns: repeat(4, 1fr);padding: 0 5px;}.portfolioLogos img {display: block;width: 100%;}.portfolioBtn {padding: 40px 40px 40px 0px;text-align: center;}.portfolioBtn button {margin-left: -10%;}#content2 .maskLeft {width: 250px;}#content2 .maskLeft > div {transition: all .4s 2s ease-out;}#content2 .maskRight {width: 750px;}#content2 .maskRight > div {transition: all .4s 2s ease-out;}#content2 .maskTop > div {transition: all .4s 2.4s ease-out;}#content2.active .maskLeft > div {transform: translateX(0%);}#content2.active .maskRight > div {transform: translateX(0%);}#content2.active .maskTop > div {transform: translateX(0%);}#portfolioWrapper.collapsed .maskTop:nth-child(1) > div {transform: translateY(-120%);transition: all .4s 0s ease-out;}#portfolioWrapper.collapsed .maskTop:nth-child(2) > div {transform: translateY(-120%);transition: all .4s 0.15s ease-out;}#portfolioWrapper.collapsed .maskTop:nth-child(3) > div {transform: translateY(-120%);transition: all .4s 0.3s ease-out;}#portfolioWrapper.collapsed .maskLeft > div {transform: translateX(120%);transition: all .6s 0.4s ease;}#portfolioWrapper.collapsed .maskRight > div {transform: translateX(-120%);transition: all 1s .5s ease;}#portfolioWrapper .maskTop:nth-child(1) > div {transition: all .4s 0s ease-out;}#portfolioWrapper .maskTop:nth-child(2) > div {transition: all .4s 0.15s ease-out;}#portfolioWrapper .maskTop:nth-child(3) > div {transition: all .4s 0.3s ease-out;}#portfolioWrapper .maskLeft > div {transition: all .8s 0.5s ease;}#portfolioWrapper .maskRight > div {transition: all 1s .5s ease;}@media only screen and (max-height: 700px) {.portfolioContent {display: grid;grid-template-columns: repeat(2, 1fr);}.portfolioContent .maskTop:first-of-type {grid-row: 1/3;}.portfolioText {padding: 40px 40px 0 40px;}.portfolioText p {max-width: 100%;}.portfolioLogos {grid-template-columns: repeat(3, 1fr);padding: 40px 5px 0 5px;}.portfolioLogos div:last-of-type {display: none;}.portfolioButton {grid-column: 2;}.portfolioBtn {padding: 15px 5px 40px 5px;}.portfolioBtn button {margin: 0;}#content2 {margin-left: 100px;}}.contentContainer {position: relative;}.contentContainer .clickDotAnim8 {width: 20px;height: 60px;left: 40%;top: 50%;transform: scale(0.001) translate(-50%, -50%);background: #4345d3;position: absolute;z-index: 9;transform-origin: left top;}.contentContainer.contentActive img {transform: scale(1.2);}#portfolioWrapper.collapsed .clickDotAnim8 {transform: scale(200) translate(-40%, -50%);transition: all 1s .7s ease;}#foreground {position: absolute;left: 0;bottom: 0;height: 100vh;width: 700vh;z-index: 30;pointer-events: none;transition: background .5s ease;}#foreground.hide {opacity: 0;transition: opacity .3s ease;}.normalText p {color: #fff;font: normal 16px/22px 'Montserrat', sans-serif;margin: 0;}.textLink {border: 0;padding: 2px 5px;background: #cf8bc6;color: #fff;transition: all .45s cubic-bezier(0.01, 1.15, 0.27, 1.04);}.textLink:hover {transform: scale(1.2);box-shadow: 3px 3px 12px rgba(0, 53, 140, 0.6);}.fansayButton{display: inline-block;z-index: 1;margin: 0;text-decoration: none;position: relative;transition: all .2s ease;animation: pop 1s infinite forwards;}.fansayButton span {pointer-events: none;}.fansayButton .btnBg {position: absolute;background: #cf8bc6;transform: skew(0deg,0deg);display: block;height: 100%;width: 100%;left: 0;top: 0;color: #fff;z-index: -1;transition: all .2s ease;}.fansayButton .btnHover1 {position: absolute;background: url(../img/btn-hvr1.png) center center/100% 100% no-repeat;display: block;height: 10px;width: 10px;left: 10px;top: 10px;z-index: -2;transition: all .3s ease;}.fansayButton .btnHover2 {position: absolute;background: url(../img/btn-hvr2.png) center center/100% 100% no-repeat;display: block;height: 10px;width: 10px;left: 50%;top: 10px;z-index: -2;transition: all .3s ease;}.fansayButton .btnHover3 {position: absolute;background: url(../img/btn-hvr3.png) center center/100% 100% no-repeat;display: block;height: 10px;width: 10px;left: 50%;top: 10px;z-index: -2;transition: all .3s ease;}.fansayButton .btnHover4 {position: absolute;background: url(../img/btn-hvr4.png) center center/100% 100% no-repeat;display: block;height: 10px;width: 10px;left: 10px;top: 10px;z-index: -2;transition: all .3s ease;}.fansayButton .btnHover5 {position: absolute;background: url(../img/btn-hvr5.png) center center/100% 100% no-repeat;display: block;height: 10px;width: 10px;left: 50%;top: 10px;z-index: -2;transition: all .3s ease;}.fansayButton .btnHover6 {position: absolute;background: url(../img/btn-hvr6.png) center center/100% 100% no-repeat;display: block;height: 10px;width: 10px;left: 10px;top: 10px;z-index: -2;transition: all .3s ease;}.fansayButton:hover {transform: scale(1.03);}.fansayButton:hover .btnBg {transform: scale(1.1) rotate(-2deg);}.fansayButton:hover .btnHover1{left: -25px;height: 100px;width: 100px;top: -15px;}.fansayButton:hover .btnHover2{top: -5px;height: 100px;width: 100px;left: 60%;}.fansayButton:hover .btnHover3 {left: 60%;height: 100px;width: 100px;top: -10px;}.fansayButton:hover .btnHover4 {top: -20px;height: 100px;width: 100px;left: -30px;}.fansayButton:hover .btnHover5 {left: -30px;height: 100px;width: 100px;top: -20px;}.fansayButton:hover .btnHover6 {top: -5px;height: 100px;width: 100px;left: 60%;}@keyframes pop {0%, 100%{transform: scale(1) rotate(0deg);}50% {transform: scale(1.01) rotate(-1deg);}}.pinkBtn {font: bold 26px/30px 'Montserrat', sans-serif;text-transform: uppercase;margin: 0;color: #fff;background: none;border: 0;padding: 15px 25px;}.pinkBtn.fansayButton .btnBg {background: #cf8bc6;box-shadow: 3px 3px 12px rgba(0, 53, 140, 0.6);}.blueBtn {font: bold 26px/30px 'Montserrat', sans-serif;text-transform: uppercase;margin: 0;color: #fff;background: none;border: 0;padding: 15px 25px;}.blueBtn.fansayButton .btnBg {background: #4345d3;box-shadow: 3px 3px 12px rgba(0, 53, 140, 0.6);}@media only screen and (max-height: 600px) {.blueBtn,.pinkBtn,.smallWhiteBtn {font: bold 20px/22px 'Montserrat', sans-serif;}}#fgLeaf1 {position: absolute;bottom: 0;left: 12%;width: 600px;}#fgLeaf2 {position: absolute;top: 0;left: 30%;width: 800px;}#fgLeaf3 {position: absolute;bottom: 0;left: 50%;width: 800px;}#fgLeaf1 img,#fgLeaf2 img,#fgLeaf3 img {display: block;width: 100%;}@media only screen and (max-height: 700px) {#fgLeaf1 {width: 300px;left: 23%;}#fgLeaf2 {width: 500px;left: 45%;}#fgLeaf3 {width: 400px;left: 60%;}}.popUpsContainer {position: absolute;top: 0;bottom: 0;left: 0;right: 0;overflow: hidden;height: 100vh;}.contentPopup {pointer-events: none;width: 100%;height: 100vh;top: 0;left: 0;background: #fff;position: absolute;z-index: 100;transition: all 1s .6s ease;transform: translateY(100vh);overflow-y: scroll;}.contentPopup.active {pointer-events: auto;transform: translateY(0);transition: all .5s .7s ease;}.transitionCover {position: absolute;width: 100%;height: 100vh;background: #fff;transition: all 1s .4s ease;}.contentPopup.active .transitionCover {transform: translateY(-100vh);transition: all .5s .9s ease;}.closeInterior {background: #cf8bc6;display: inline-block;padding: 30px 20px;position: relative;z-index: 10;cursor: pointer;transition: all .5s ease;height: calc(100% + 20px);}.closeInterior img {max-width: 50px;display: block;position: sticky;top: 30px;}.closeInterior:hover {}#content1Popup {background: #452c78;}.galleryWrapper {display: grid;grid-template-columns: 1fr 90px;}.contentPopup.active .galleryWrapper {}.gallery {display: grid;grid-template-columns: repeat(5, 20%);width: 100%;margin: 0; }.gallery > div,.brightnessHover > div {opacity: 1;transition: all .5s ease; overflow: hidden;animation: brightnessHoverOff .5s linear forwards;}.gallery > div:hover,.brightnessHover > div:hover {animation: brightnessHover .4s linear forwards; }.gallery.fadeIn > div img {transform: translateY(100%);}.gallery img {width: 100%;display: block;transition: all .5s ease; }.gallery img.lazy-image {opacity: 0.15;transform: translateY(101%);will-change: opacity; }.gallery img.lazy-image.loaded {opacity: 1; transform: translateY(0);}.contentPopup.active .gallery img.lazy-image.loaded {transform: translateY(0);}.contentPopup .gallery img.lazy-image.loaded {transform: translateY(101%);transition: all .3s .2s ease; }@keyframes brightnessHover {0% {filter: grayscale(1) brightness(0.9); }30% {filter: grayscale(0) brightness(150%); }100% {filter: grayscale(0) brightness(100%); } }@keyframes brightnessHoverOff {0% {filter: grayscale(0) brightness(100%); } 100% {filter: grayscale(0) brightness(0.9); } }.contentPopup.active .gallery div:nth-child(1) img {transform: translateY(0);transition: all .4s 1.3s ease; }.contentPopup.active .gallery div:nth-child(2) img {transform: translateY(0);transition: all .4s 1.35s ease; }.contentPopup.active .gallery div:nth-child(3) img {transform: translateY(0);transition: all .4s 1.4s ease; }.contentPopup.active .gallery div:nth-child(4) img {transform: translateY(0);transition: all .4s 1.45s ease; }.contentPopup.active .gallery div:nth-child(5) img {transform: translateY(0);transition: all .4s 1.5s ease; }.contentPopup.active .gallery div:nth-child(6) img {transform: translateY(0);transition: all .4s 1.55s ease; }.contentPopup.active .gallery div:nth-child(7) img {transform: translateY(0);transition: all .4s 1.6s ease; }.contentPopup.active .gallery div:nth-child(8) img {transform: translateY(0);transition: all .4s 1.65s ease; }.contentPopup.active .gallery div:nth-child(9) img {transform: translateY(0);transition: all .4s 1.7s ease; }.contentPopup.active .gallery div:nth-child(10) img {transform: translateY(0);transition: all .4s 1.75s ease; }.contentPopup.active .gallery div:nth-child(11) img {transform: translateY(0);transition: all .4s 1.8s ease; }.contentPopup.active .gallery div:nth-child(12) img {transform: translateY(0);transition: all .4s 1.85s ease; }.contentPopup.active .gallery div:nth-child(13) img {transform: translateY(0);transition: all .4s 1.9s ease; }.contentPopup.active .gallery div:nth-child(14) img {transform: translateY(0);transition: all .4s 1.95s ease; }.contentPopup.active .gallery div:nth-child(15) img {transform: translateY(0);transition: all .4s 2s ease; }.contentPopup.active .gallery div:nth-child(16) img {transform: translateY(0);transition: all .4s 2.05s ease; }.contentPopup.active .gallery div:nth-child(17) img {transform: translateY(0);transition: all .4s 2.1s ease; }.contentPopup.active .gallery div:nth-child(18) img {transform: translateY(0);transition: all .4s 2.15s ease; }.contentPopup.active .gallery div:nth-child(19) img {transform: translateY(0);transition: all .4s 2.2s ease; }.contentPopup.active .gallery div:nth-child(20) img {transform: translateY(0);transition: all .4s 2.25s ease; }.contentPopup.active .gallery div:nth-child(21) img {transform: translateY(0);transition: all .4s 2.3s ease; }.contentPopup.active .gallery div:nth-child(22) img {transform: translateY(0);transition: all .4s 2.35s ease; }.contentPopup.active .gallery div:nth-child(23) img {transform: translateY(0);transition: all .4s 2.4s ease; }.contentPopup.active .gallery div:nth-child(24) img {transform: translateY(0);transition: all .4s 2.45s ease; }.contentPopup.active .gallery div:nth-child(25) img {transform: translateY(0);transition: all .4s 2.5s ease; }.contentPopup.active .gallery div:nth-child(26) img {transform: translateY(0);transition: all .4s 2.55s ease; }.contentPopup.active .gallery div:nth-child(27) img {transform: translateY(0);transition: all .4s 2.6s ease; }.contentPopup.active .gallery div:nth-child(28) img {transform: translateY(0);transition: all .4s 2.65s ease; }.contentPopup.active .gallery div:nth-child(29) img {transform: translateY(0);transition: all .4s 2.7s ease; }.contentPopup.active .gallery div:nth-child(30) img {transform: translateY(0);transition: all .4s 2.75s ease; }.contentPopup.active .gallery div:nth-child(31) img {transform: translateY(0);transition: all .4s 1.3s ease; }.contentPopup.active .gallery div:nth-child(32) img {transform: translateY(0);transition: all .4s 1.35s ease; }.contentPopup.active .gallery div:nth-child(33) img {transform: translateY(0);transition: all .4s 1.4s ease; }.contentPopup.active .gallery div:nth-child(34) img {transform: translateY(0);transition: all .4s 1.45s ease; }.contentPopup.active .gallery div:nth-child(35) img {transform: translateY(0);transition: all .4s 1.5s ease; }.contentPopup.active .gallery div:nth-child(36) img {transform: translateY(0);transition: all .4s 1.55s ease; }.contentPopup.active .gallery div:nth-child(37) img {transform: translateY(0);transition: all .4s 1.6s ease; }.contentPopup.active .gallery div:nth-child(38) img {transform: translateY(0);transition: all .4s 1.65s ease; }.contentPopup.active .gallery div:nth-child(39) img {transform: translateY(0);transition: all .4s 1.7s ease; }.contentPopup.active .gallery div:nth-child(40) img {transform: translateY(0);transition: all .4s 1.75s ease; }.contentPopup.active .gallery div:nth-child(41) img {transform: translateY(0);transition: all .4s 1.8s ease; }.contentPopup.active .gallery div:nth-child(42) img {transform: translateY(0);transition: all .4s 1.85s ease; }.contentPopup.active .gallery div:nth-child(43) img {transform: translateY(0);transition: all .4s 1.9s ease; }.contentPopup.active .gallery div:nth-child(44) img {transform: translateY(0);transition: all .4s 1.95s ease; }.contentPopup.active .gallery div:nth-child(45) img {transform: translateY(0);transition: all .4s 2s ease; }.contentPopup.active .gallery div:nth-child(46) img {transform: translateY(0);transition: all .4s 2.05s ease; }.contentPopup.active .gallery div:nth-child(47) img {transform: translateY(0);transition: all .4s 2.1s ease; }.contentPopup.active .gallery div:nth-child(48) img {transform: translateY(0);transition: all .4s 2.15s ease; }.contentPopup.active .gallery div:nth-child(49) img {transform: translateY(0);transition: all .4s 2.2s ease; }.contentPopup.active .gallery div:nth-child(50) img {transform: translateY(0);transition: all .4s 2.25s ease; }.contentPopup.active .gallery div:nth-child(51) img {transform: translateY(0);transition: all .4s 2.3s ease; }.contentPopup.active .gallery div:nth-child(52) img {transform: translateY(0);transition: all .4s 2.35s ease; }.contentPopup.active .gallery div:nth-child(53) img {transform: translateY(0);transition: all .4s 2.4s ease; }.contentPopup.active .gallery div:nth-child(54) img {transform: translateY(0);transition: all .4s 2.45s ease; }.contentPopup.active .gallery div:nth-child(55) img {transform: translateY(0);transition: all .4s 2.5s ease; }.contentPopup.active .gallery div:nth-child(56) img {transform: translateY(0);transition: all .4s 2.55s ease; }.contentPopup.active .gallery div:nth-child(57) img {transform: translateY(0);transition: all .4s 2.6s ease; }.contentPopup.active .gallery div:nth-child(58) img {transform: translateY(0);transition: all .4s 2.65s ease; }.contentPopup.active .gallery div:nth-child(59) img {transform: translateY(0);transition: all .4s 2.7s ease; }.contentPopup.active .gallery div:nth-child(60) img {transform: translateY(0);transition: all .4s 2.75s ease; }.contentPopup.active .gallery div:nth-child(61) img {transform: translateY(0);transition: all .4s 1.3s ease; }.contentPopup.active .gallery div:nth-child(62) img {transform: translateY(0);transition: all .4s 1.35s ease; }.contentPopup.active .gallery div:nth-child(63) img {transform: translateY(0);transition: all .4s 1.4s ease; }.contentPopup.active .gallery div:nth-child(64) img {transform: translateY(0);transition: all .4s 1.45s ease; }.contentPopup.active .gallery div:nth-child(65) img {transform: translateY(0);transition: all .4s 1.5s ease; }.contentPopup.active .gallery div:nth-child(66) img {transform: translateY(0);transition: all .4s 1.55s ease; }.contentPopup.active .gallery div:nth-child(67) img {transform: translateY(0);transition: all .4s 1.6s ease; }.contentPopup.active .gallery div:nth-child(68) img {transform: translateY(0);transition: all .4s 1.65s ease; }.contentPopup.active .gallery div:nth-child(69) img {transform: translateY(0);transition: all .4s 1.7s ease; }.contentPopup.active .gallery div:nth-child(70) img {transform: translateY(0);transition: all .4s 1.75s ease; }.contentPopup.active .gallery div:nth-child(71) img {transform: translateY(0);transition: all .4s 1.8s ease; }.contentPopup.active .gallery div:nth-child(72) img {transform: translateY(0);transition: all .4s 1.85s ease; }.contentPopup.active .gallery div:nth-child(73) img {transform: translateY(0);transition: all .4s 1.9s ease; }.contentPopup.active .gallery div:nth-child(74) img {transform: translateY(0);transition: all .4s 1.95s ease; }.contentPopup.active .gallery div:nth-child(75) img {transform: translateY(0);transition: all .4s 2s ease; }.contentPopup.active .gallery div:nth-child(76) img {transform: translateY(0);transition: all .4s 2.05s ease; }.contentPopup.active .gallery div:nth-child(77) img {transform: translateY(0);transition: all .4s 2.1s ease; }.contentPopup.active .gallery div:nth-child(78) img {transform: translateY(0);transition: all .4s 2.15s ease; }.contentPopup.active .gallery div:nth-child(79) img {transform: translateY(0);transition: all .4s 2.2s ease; }.contentPopup.active .gallery div:nth-child(80) img {transform: translateY(0);transition: all .4s 2.25s ease; }.contentPopup.active .gallery div:nth-child(81) img {transform: translateY(0);transition: all .4s 2.3s ease; }.contentPopup.active .gallery div:nth-child(82) img {transform: translateY(0);transition: all .4s 2.35s ease; }.contentPopup.active .gallery div:nth-child(83) img {transform: translateY(0);transition: all .4s 2.4s ease; }.contentPopup.active .gallery div:nth-child(84) img {transform: translateY(0);transition: all .4s 2.45s ease; }.contentPopup.active .gallery div:nth-child(85) img {transform: translateY(0);transition: all .4s 2.5s ease; }.contentPopup.active .gallery div:nth-child(86) img {transform: translateY(0);transition: all .4s 2.55s ease; }.contentPopup.active .gallery div:nth-child(87) img {transform: translateY(0);transition: all .4s 2.6s ease; }.contentPopup.active .gallery div:nth-child(88) img {transform: translateY(0);transition: all .4s 2.65s ease; }.contentPopup.active .gallery div:nth-child(89) img {transform: translateY(0);transition: all .4s 2.7s ease; }.contentPopup.active .gallery div:nth-child(90) img {transform: translateY(0);transition: all .4s 2.75s ease; }.contentPopup.active .gallery div:nth-child(91) img {transform: translateY(0);transition: all .4s 1.3s ease; }.contentPopup.active .gallery div:nth-child(92) img {transform: translateY(0);transition: all .4s 1.35s ease; }.contentPopup.active .gallery div:nth-child(93) img {transform: translateY(0);transition: all .4s 1.4s ease; }.contentPopup.active .gallery div:nth-child(94) img {transform: translateY(0);transition: all .4s 1.45s ease; }.contentPopup.active .gallery div:nth-child(95) img {transform: translateY(0);transition: all .4s 1.5s ease; }.contentPopup.active .gallery div:nth-child(96) img {transform: translateY(0);transition: all .4s 1.55s ease; }.contentPopup.active .gallery div:nth-child(97) img {transform: translateY(0);transition: all .4s 1.6s ease; }.contentPopup.active .gallery div:nth-child(98) img {transform: translateY(0);transition: all .4s 1.65s ease; }.contentPopup.active .gallery div:nth-child(99) img {transform: translateY(0);transition: all .4s 1.7s ease; }.contentPopup.active .gallery div:nth-child(100) img {transform: translateY(0);transition: all .4s 1.75s ease; }.contentPopup .gallery div:nth-child(1) img,.contentPopup .gallery div:nth-child(2) img,.contentPopup .gallery div:nth-child(3) img,.contentPopup .gallery div:nth-child(4) img,.contentPopup .gallery div:nth-child(5) img,.contentPopup .gallery div:nth-child(6) img,.contentPopup .gallery div:nth-child(7) img,.contentPopup .gallery div:nth-child(8) img,.contentPopup .gallery div:nth-child(9) img,.contentPopup .gallery div:nth-child(10) img,.contentPopup .gallery div:nth-child(11) img,.contentPopup .gallery div:nth-child(12) img,.contentPopup .gallery div:nth-child(13) img,.contentPopup .gallery div:nth-child(14) img,.contentPopup .gallery div:nth-child(15) img,.contentPopup .gallery div:nth-child(16) img,.contentPopup .gallery div:nth-child(17) img,.contentPopup .gallery div:nth-child(18) img,.contentPopup .gallery div:nth-child(19) img,.contentPopup .gallery div:nth-child(20) img,.contentPopup .gallery div:nth-child(21) img,.contentPopup .gallery div:nth-child(22) img,.contentPopup .gallery div:nth-child(23) img,.contentPopup .gallery div:nth-child(24) img,.contentPopup .gallery div:nth-child(25) img,.contentPopup .gallery div:nth-child(26) img,.contentPopup .gallery div:nth-child(27) img,.contentPopup .gallery div:nth-child(28) img,.contentPopup .gallery div:nth-child(29) img,.contentPopup .gallery div:nth-child(30) img,.contentPopup .gallery div:nth-child(31) img,.contentPopup .gallery div:nth-child(32) img,.contentPopup .gallery div:nth-child(33) img,.contentPopup .gallery div:nth-child(34) img,.contentPopup .gallery div:nth-child(35) img,.contentPopup .gallery div:nth-child(36) img,.contentPopup .gallery div:nth-child(37) img,.contentPopup .gallery div:nth-child(38) img,.contentPopup .gallery div:nth-child(39) img,.contentPopup .gallery div:nth-child(40) img,.contentPopup .gallery div:nth-child(41) img,.contentPopup .gallery div:nth-child(42) img,.contentPopup .gallery div:nth-child(43) img,.contentPopup .gallery div:nth-child(44) img,.contentPopup .gallery div:nth-child(45) img,.contentPopup .gallery div:nth-child(46) img,.contentPopup .gallery div:nth-child(47) img,.contentPopup .gallery div:nth-child(48) img,.contentPopup .gallery div:nth-child(49) img,.contentPopup .gallery div:nth-child(50) img,.contentPopup .gallery div:nth-child(51) img,.contentPopup .gallery div:nth-child(52) img,.contentPopup .gallery div:nth-child(53) img,.contentPopup .gallery div:nth-child(54) img,.contentPopup .gallery div:nth-child(55) img,.contentPopup .gallery div:nth-child(56) img,.contentPopup .gallery div:nth-child(57) img,.contentPopup .gallery div:nth-child(58) img,.contentPopup .gallery div:nth-child(59) img,.contentPopup .gallery div:nth-child(60) img,.contentPopup .gallery div:nth-child(61) img,.contentPopup .gallery div:nth-child(62) img,.contentPopup .gallery div:nth-child(63) img,.contentPopup .gallery div:nth-child(64) img,.contentPopup .gallery div:nth-child(65) img,.contentPopup .gallery div:nth-child(66) img,.contentPopup .gallery div:nth-child(67) img,.contentPopup .gallery div:nth-child(68) img,.contentPopup .gallery div:nth-child(69) img,.contentPopup .gallery div:nth-child(70) img,.contentPopup .gallery div:nth-child(71) img,.contentPopup .gallery div:nth-child(72) img,.contentPopup .gallery div:nth-child(73) img,.contentPopup .gallery div:nth-child(74) img,.contentPopup .gallery div:nth-child(75) img,.contentPopup .gallery div:nth-child(76) img,.contentPopup .gallery div:nth-child(77) img,.contentPopup .gallery div:nth-child(78) img,.contentPopup .gallery div:nth-child(79) img,.contentPopup .gallery div:nth-child(80) img,.contentPopup .gallery div:nth-child(81) img,.contentPopup .gallery div:nth-child(82) img,.contentPopup .gallery div:nth-child(83) img,.contentPopup .gallery div:nth-child(84) img,.contentPopup .gallery div:nth-child(85) img,.contentPopup .gallery div:nth-child(86) img,.contentPopup .gallery div:nth-child(87) img,.contentPopup .gallery div:nth-child(88) img,.contentPopup .gallery div:nth-child(89) img,.contentPopup .gallery div:nth-child(90) img,.contentPopup .gallery div:nth-child(90) img,.contentPopup .gallery div:nth-child(91) img,.contentPopup .gallery div:nth-child(92) img,.contentPopup .gallery div:nth-child(93) img,.contentPopup .gallery div:nth-child(94) img,.contentPopup .gallery div:nth-child(95) img,.contentPopup .gallery div:nth-child(96) img,.contentPopup .gallery div:nth-child(97) img,.contentPopup .gallery div:nth-child(98) img,.contentPopup .gallery div:nth-child(99) img,.contentPopup .gallery div:nth-child(100) img {transform: translateY(100%);transition: all .3s .2s ease-in; }@media only screen and (max-width: 1000px) {.gallery {grid-template-columns: repeat(3, 1fr); } }@media only screen and (max-width: 560px) {.gallery {grid-template-columns: repeat(2, 50%); } .galleryWrapper {grid-template-columns: 1fr 50px;}.closeInterior {padding: 10px;}.closeInterior img {max-width: 30px;top: 10px;}}#extendedPort {display: none; }#revealPortfolioBtn {margin: 30px auto;display: block;text-align: center; }.slide.current {cursor: url(../img/cursor-close.png), auto;}.slide.current img:hover {cursor: default;}#artWrapper {width: 750px;}.artSVG1 {padding-bottom: 20px;}.artContentBlock {background: #cf8bc6 url(../img/art-bg.png) center center/100% 100% no-repeat;padding: 60px 40px 30px 40px;text-align: center;}.artContentBlock .normalText {max-width: 80%;margin: 0 auto;}.digitalArtBtn {padding: 20px;}.artLinePath {stroke-dasharray: 300;stroke-dashoffset: 600;animation: artLineAni 10s linear infinite forwards;}@keyframes artLineAni {to {stroke-dashoffset: 0;}}#artWrapper .maskTop {transition: all 1s .4s cubic-bezier(0.01, 1.15, 0.27, 1.04);}#artWrapper.collapsed .maskTop {transform: translateY(150%);transition: all 2s cubic-bezier(0.01, 1.15, 0.27, 1.04);}#content3 .maskBottom > div {transition: all .4s ease-out;}#content3 .maskTop > div {transition: all .4s ease-out;}#content2Popup.contentPopup,#content3Popup.contentPopup,#content4Popup.contentPopup {transition: all 2s .3s cubic-bezier(0.01, 1.15, 0.27, 1.04);}#content2Popup.contentPopup.active,#content3Popup.contentPopup.active,#content4Popup.contentPopup.active {pointer-events: auto;transform: translateY(0);transition: all 1s .4s cubic-bezier(0.01, 1.15, 0.27, 1.04);}#content2Popup.contentPopup .transitionCover,#content3Popup.contentPopup .transitionCover,#content4Popup.contentPopup .transitionCover {background: #cf8bc6;transition: all .5s .2s ease-out;transform: translateY(100%);}#content2Popup.contentPopup.active .transitionCover,#content3Popup.contentPopup.active .transitionCover,#content4Popup.contentPopup.active .transitionCover {transition: all .4s .5s ease-out;transform: translateY(0);}#content2Popup.contentPopup .artGalleryGrid,#content3Popup.contentPopup .artGalleryGrid,#content4Popup.contentPopup .artGalleryGrid {transform: translateY(100%);transition: all .6s ease-out;}#content2Popup.contentPopup.active .artGalleryGrid,#content3Popup.contentPopup.active .artGalleryGrid,#content4Popup.contentPopup.active .artGalleryGrid {transition: all 1s .8s cubic-bezier(0.01, 1.15, 0.27, 1.04);transform: translateY(0);}#content3.active .maskBottom > div {transform: translateX(0%);}#content3.active .maskTop > div {transform: translateX(0%);}.artGalleryWrapper {display: grid;grid-template-columns: 1fr 90px;}.artGalleryGrid {display: grid;grid-template-columns: repeat(5, 20%);width: 100%;margin: 0 auto; }.artGalleryGrid > div {transform-style: preserve-3d;transform: perspective(1000px);position: relative;z-index: 10; }.artGalleryGrid > div:hover {z-index: 100; }.artGalleryGrid > div > span {text-decoration: none;position: absolute;left: 0;top: 0;transform: translateZ(30px);width: 100%;height: 100%;pointer-events: none; }.artGalleryGrid > div > span.span2 {text-decoration: none;position: absolute;left: 0;top: 0;transform: translateZ(60px);width: 100%;height: 100%;pointer-events: none; }.artGalleryGrid img {width: 100%;display: block;transition: all .5s ease; }#content4Popup.contentPopup .artGalleryGrid {grid-template-columns: repeat(4, 25%);}@media only screen and (max-width: 1000px) {.artGalleryGrid,#content4Popup.contentPopup .artGalleryGrid {grid-template-columns: repeat(3, 1fr); } }@media only screen and (max-width: 560px) {.artGalleryGrid,#content4Popup.contentPopup .artGalleryGrid {grid-template-columns: repeat(2, 50%); } .artGalleryWrapper {grid-template-columns: 1fr 50px;}}.artMerch {position: relative;padding-top: 40px;}.artMerch img {display: block;width: 100%;max-width: 300px; margin: 0 auto;}.artMerch a {position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);}.smallWhiteBtn {font: bold 18px/22px 'Montserrat', sans-serif;text-transform: uppercase;margin: 0;color: #cf8bc6;background: none;border: 0;padding: 10px 15px 8px 15px;animation: unset;}.smallWhiteBtn.fansayButton .btnBg {background: #fff;box-shadow: 3px 3px 12px rgba(141, 101, 136, 0.6);}.smallWhiteBtn.fansayButton:hover {transform: scale(1.03) translateX(-50%);}.smallWhiteBtn.fansayButton:hover .btnHover1{left: -25px;height: 60px;width: 60px;top: -15px;}.smallWhiteBtn.fansayButton:hover .btnHover2{top: -5px;height: 60px;width: 60px;left: 60%;}.smallWhiteBtn.fansayButton:hover .btnHover3 {left: 60%;height: 60px;width: 60px;top: -10px;}.smallWhiteBtn.fansayButton:hover .btnHover4 {top: -20px;height: 60px;width: 60px;left: -30px;}.smallWhiteBtn.fansayButton:hover .btnHover5 {left: -30px;height: 60px;width: 60px;top: -20px;}.smallWhiteBtn.fansayButton:hover .btnHover6 {top: -5px;height: 60px;width: 60px;left: 60%;}@media only screen and (max-height: 700px) {.artContentBlock {padding: 30px 40px;}.artContentBlock .normalText {max-width: 100%;}.artMerch {padding-top: 0;}.artSVG1 {padding-bottom: 0;width: 60%;margin: 0 auto;}#content3 {margin-left: 200px;}.artMerch img {max-width: 200px;}}@media only screen and (max-height: 450px) {.artContentBlock {display: grid;grid-template-columns: 1fr 1fr;}.digitalArtBtn {grid-column: 1;}.artMerch {grid-column: 2;grid-row: 1/3;height: fit-content;align-self: center;}}@media only screen and (max-width: 560px) and (pointer: coarse) {main.mainScene,section {display: block;}#foreground,#middleground {display: none;}.shadow {display: none;}#content1 {margin-left: auto;height: auto;padding-right: 0;padding: 40px;}.introWrapper {width: 100%;}.introContainer {grid-template-columns: 1fr;}.aboutText h2 {font: 900 15vw/15vw 'Montserrat', sans-serif;}.imageMe img {width: 100%;}#content2 {margin-left:0;padding: 0 40px;height: auto;}#portfolioWrapper {display: block;}.portfolioContent {display: block;}.portfolioTitle {display: none}.portfolioTitleMobile {display: block;}.portfolioTitleMobile img {display: block;width: 100%;}.portfolioText {background: url(../img/port-petal-bg.png) bottom right/contain no-repeat;padding: 40px;}#content2 .maskRight,#content2 .maskLeft {width: 100%;}.portfolioText p {max-width: 100%;}.portfolioBtn button {margin-left: 0;}.portfolioBtn {padding: 40px;}#content3 {margin-left: auto;margin-right: auto;padding: 40px;height: auto;}#artWrapper {width: 100%;}.artContentBlock {background: #cf8bc6 url(../img/art-bg.png) center bottom/contain no-repeat;text-align: left;padding: 40px;}.artContentBlock .normalText {max-width: 100%;}.artMerch a {text-align: center;width: auto;white-space: nowrap;}.artMerch img {max-width: 100%;}.digitalArtBtn {padding: 20px 0;}.smallWhiteBtn {font:bold 20px/24px 'Montserrat', sans-serif;}.artSVG1 {width: 100%;}.pinkBtn,.blueBtn {font: bold 20px/24px 'Montserrat', sans-serif;width: 100%;}}@media only screen and (min-width: 561px) and (pointer: coarse) {main.mainScene {overflow-x:scroll;}.howToUse {transform: rotate(270deg);}}#fgLeaf1 img.theme2,#fgLeaf2 img.theme2,#fgLeaf3 img.theme2 {display: none;}.bubblegum #fgLeaf1 img.theme1,.bubblegum #fgLeaf2 img.theme1,.bubblegum #fgLeaf3 img.theme1 {display: none;}.bubblegum #fgLeaf1 img.theme2,.bubblegum #fgLeaf2 img.theme2,.bubblegum #fgLeaf3 img.theme2 {display: block;}.bubblegum #background {position: absolute;z-index: 0;height: 100vh;width: 100%;top: 0;background: url(../img/theme2/scrollbg.jpg) 0 bottom/auto 100% repeat-x;}.bubblegum .introContainer {position: relative;background: #313131;}.bubblegum .aboutText h2 {color: #3c3c3c;}.bubblegum #content1 {background: url(../img/theme2/design-small.png) 100% 0 repeat-y, url(../img/theme2/design-big.png) 90% 0 repeat-y;}.bubblegum .midBg1 img {filter: brightness(0.2) grayscale(1);} .bubblegum .midBg2 img {filter: brightness(5);}.bubblegum .portfolioContent {background: #235389;height: 100%;}.bubblegum .portfolioTitle {background: url(../img/theme2/portfolio-title.png) center right/contain no-repeat;width: 100%;height: 100%;}.bubblegum .pinkBtn.fansayButton .btnBg {background: #599095;box-shadow: 3px 3px 12px rgb(16, 50, 89);}.bubblegum .textLink {border: 0;padding: 2px 5px;background: #599095;color: #fff;transition: all .45s cubic-bezier(0.01, 1.15, 0.27, 1.04);}.bubblegum .howToUse {background: #235389;}.bubblegum .artContentBlock {background: #599095 url(../img/theme2/art-bg.png) center center/100% 100% no-repeat;padding: 60px 40px 30px 40px;text-align: center;}.bubblegum .blueBtn.fansayButton .btnBg {background: #235389;box-shadow: 3px 3px 12px rgb(84, 70, 113);}.bubblegum .smallWhiteBtn {font: bold 18px/22px 'Montserrat', sans-serif;text-transform: uppercase;margin: 0;color: #599095;background: none;border: 0;padding: 10px 15px 8px 15px;animation: unset;}.bubblegum .art0 {fill:none;stroke:#235389;stroke-width:4;}.bubblegum #content1Popup {background: #235389;}.bubblegum .closeInterior {background: #599095;}.bubblegum #content2Popup.contentPopup .transitionCover,.bubblegum #content3Popup.contentPopup .transitionCover,.bubblegum #content4Popup.contentPopup .transitionCover {background: #235389;}@media only screen and (max-width: 560px) and (pointer: coarse) {.portfolioTitleMobile img.theme2 {display: none;}.bubblegum .portfolioTitleMobile img.theme2 {display: block;}.bubblegum .portfolioTitleMobile img.theme1,.bubblegum .portfolioTitleMobile img.theme3 {display: none;}.bubblegum .artContentBlock {background: #599095 url(../img/theme2/art-bg.png) center bottom/contain no-repeat;text-align: left;padding: 40px;}}#fgLeaf1 img.theme3,#fgLeaf2 img.theme3,#fgLeaf3 img.theme3 {display: none;}.ironpatriot #fgLeaf1 img.theme1,.ironpatriot #fgLeaf2 img.theme1,.ironpatriot #fgLeaf3 img.theme1 {display: none;}.ironpatriot #fgLeaf1 img.theme3,.ironpatriot #fgLeaf2 img.theme3,.ironpatriot #fgLeaf3 img.theme3 {display: block;}.ironpatriot #background {position: absolute;z-index: 0;height: 100vh;width: 100%;top: 0;background: url(../img/theme3/scrollbg.jpg) 0 bottom/auto 100% repeat-x;}.ironpatriot .introContainer {position: relative;background: #2a3b7a;}.ironpatriot .aboutText h2 {color: #344997;}.ironpatriot #content1 {background: url(../img/theme3/design-small.png) 100% 0 repeat-y, url(../img/theme3/design-big.png) 90% 0 repeat-y;}.ironpatriot .midBg1 img {filter: hue-rotate(-80deg) brightness(0.1) saturate(20);} .ironpatriot .midBg2 img {filter: brightness(5);}.ironpatriot .portfolioContent {background: #d14009;height: 100%;}.ironpatriot .portfolioTitle {background: url(../img/theme3/portfolio-title.png) center right/contain no-repeat;width: 100%;height: 100%;}.ironpatriot .pinkBtn.fansayButton .btnBg {background: #2a3b7a;box-shadow: 3px 3px 12px rgb(157, 46, 7);}.ironpatriot #portfolioViewMore.pinkBtn.fansayButton .btnBg {background: #d14009;box-shadow: 3px 3px 12px rgb(38, 54, 131);}.ironpatriot .textLink {border: 0;padding: 2px 5px;background: #2a3b7a;color: #fff;transition: all .45s cubic-bezier(0.01, 1.15, 0.27, 1.04);}.ironpatriot .howToUse {background: #d14009;}.ironpatriot .artContentBlock {background: #2a3b7a url(../img/theme3/art-bg.png) center center/100% 100% no-repeat;padding: 60px 40px 30px 40px;text-align: center;}.ironpatriot .blueBtn.fansayButton .btnBg {background: #d14009;box-shadow: 3px 3px 12px rgb(38, 54, 131);}.ironpatriot .smallWhiteBtn {font: bold 18px/22px 'Montserrat', sans-serif;text-transform: uppercase;margin: 0;color: #2a3b7a;background: none;border: 0;padding: 10px 15px 8px 15px;animation: unset;}.ironpatriot .art0 {fill:none;stroke:#d14009;stroke-width:4;}.ironpatriot #content1Popup {background: #2a3b7a;}.ironpatriot .closeInterior {background: #d14009;}.ironpatriot #content2Popup.contentPopup .transitionCover,.ironpatriot #content3Popup.contentPopup .transitionCover,.ironpatriot #content4Popup.contentPopup .transitionCover {background: #2a3b7a;}@media only screen and (max-width: 560px) and (pointer: coarse) {.portfolioTitleMobile img.theme3 {display: none;}.ironpatriot .portfolioTitleMobile img.theme3 {display: block;}.ironpatriot .portfolioTitleMobile img.theme1,.ironpatriot .portfolioTitleMobile img.theme2 {display: none;}.ironpatriot .artContentBlock {background: #2a3b7a url(../img/theme3/art-bg.png) center bottom/contain no-repeat;text-align: left;padding: 40px;}}