﻿@import"https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap";*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:auto;background-color:#fff;font-family:"Outfit",sans-serif;min-height:100%;font-size:62.5%}html{height:100%}ul,li{text-decoration:none;list-style-type:none}.divider-line{border:0;height:1px;background:linear-gradient(to right, transparent, black, transparent);margin:20px 0}h1,h2,h3,h4,h5,h6,p,a,ul,li,button{font-family:"Outfit",sans-serif;font-style:normal;font-stretch:normal;color:#000;margin-bottom:0}h1{font-size:4rem;font-weight:bold;line-height:2.15;letter-spacing:.13px}h2{font-size:4rem;font-weight:bold;line-height:1;letter-spacing:.13px}h3{font-size:3rem;font-weight:bold;line-height:1.33;letter-spacing:.1px}h4{font-size:2.8rem;font-weight:bold;line-height:1;letter-spacing:.09px}h5{font-size:2.4rem;font-weight:bold;line-height:1.17;letter-spacing:.08px}h6{font-size:2.2rem;font-weight:500;line-height:1;letter-spacing:.07px}p{font-size:1.6rem;font-weight:normal;line-height:1.25;letter-spacing:normal;color:#676767}.sub-label{font-weight:16;font-size:500;line-height:1;letter-spacing:.05px}.figcaption{font-size:1.4rem;font-weight:bold;line-height:1.71;letter-spacing:.05px;color:#000}a{font-size:1.4rem;font-weight:500;line-height:normal;letter-spacing:.09px;text-transform:uppercase;text-decoration:none}a:hover{color:#ef4c71;text-decoration:none}/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */@keyframes bounce{from,20%,53%,80%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translate3d(0, 0, 0)}40%,43%{animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -30px, 0)}70%{animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -15px, 0)}90%{transform:translate3d(0, -4px, 0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{from,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{from{transform:scale3d(1, 1, 1)}50%{transform:scale3d(1.05, 1.05, 1.05)}to{transform:scale3d(1, 1, 1)}}.pulse{animation-name:pulse}@keyframes rubberBand{from{transform:scale3d(1, 1, 1)}30%{transform:scale3d(1.25, 0.75, 1)}40%{transform:scale3d(0.75, 1.25, 1)}50%{transform:scale3d(1.15, 0.85, 1)}65%{transform:scale3d(0.95, 1.05, 1)}75%{transform:scale3d(1.05, 0.95, 1)}to{transform:scale3d(1, 1, 1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{from,to{transform:translate3d(0, 0, 0)}10%,30%,50%,70%,90%{transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{transform:translate3d(10px, 0, 0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate3d(0, 0, 1, 15deg)}40%{transform:rotate3d(0, 0, 1, -10deg)}60%{transform:rotate3d(0, 0, 1, 5deg)}80%{transform:rotate3d(0, 0, 1, -5deg)}to{transform:rotate3d(0, 0, 1, 0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{from{transform:scale3d(1, 1, 1)}10%,20%{transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)}30%,50%,70%,90%{transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)}40%,60%,80%{transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)}to{transform:scale3d(1, 1, 1)}}.tada{animation-name:tada}@keyframes wobble{from{transform:translate3d(0, 0, 0)}15%{transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)}30%{transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)}45%{transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)}60%{transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)}75%{transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)}to{transform:translate3d(0, 0, 0)}}.wobble{animation-name:wobble}@keyframes jello{from,11.1%,to{transform:translate3d(0, 0, 0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{transform:skewX(0.39062deg) skewY(0.39062deg)}88.8%{transform:skewX(-0.19531deg) skewY(-0.19531deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-timing-function:ease-in-out}@keyframes bounceIn{from,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}20%{transform:scale3d(1.1, 1.1, 1.1)}40%{transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;transform:scale3d(1.03, 1.03, 1.03)}80%{transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;transform:scale3d(1, 1, 1)}}.bounceIn{animation-duration:.75s;animation-name:bounceIn}@keyframes bounceInDown{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0)}60%{opacity:1;transform:translate3d(0, 25px, 0)}75%{transform:translate3d(0, -10px, 0)}90%{transform:translate3d(0, 5px, 0)}to{transform:translate3d(0, 0, 0)}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(-3000px, 0, 0)}60%{opacity:1;transform:translate3d(25px, 0, 0)}75%{transform:translate3d(-10px, 0, 0)}90%{transform:translate3d(5px, 0, 0)}to{transform:translate3d(0, 0, 0)}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;transform:translate3d(3000px, 0, 0)}60%{opacity:1;transform:translate3d(-25px, 0, 0)}75%{transform:translate3d(10px, 0, 0)}90%{transform:translate3d(-5px, 0, 0)}to{transform:translate3d(0, 0, 0)}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;transform:translate3d(0, 3000px, 0)}60%{opacity:1;transform:translate3d(0, -20px, 0)}75%{transform:translate3d(0, 10px, 0)}90%{transform:translate3d(0, -5px, 0)}to{transform:translate3d(0, 0, 0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}}.bounceOut{animation-duration:.75s;animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0, 10px, 0)}40%,45%{opacity:1;transform:translate3d(0, -20px, 0)}to{opacity:0;transform:translate3d(0, 2000px, 0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px, 0, 0)}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px, 0, 0)}to{opacity:0;transform:translate3d(2000px, 0, 0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0, -10px, 0)}40%,45%{opacity:1;transform:translate3d(0, 20px, 0)}to{opacity:0;transform:translate3d(0, -2000px, 0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{from{opacity:0;transform:translate3d(0, -2000px, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%, 0, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{from{opacity:0;transform:translate3d(-2000px, 0, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%, 0, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{from{opacity:0;transform:translate3d(2000px, 0, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0, 100%, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{from{opacity:0;transform:translate3d(0, 2000px, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;transform:translate3d(0, 100%, 0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;transform:translate3d(0, 2000px, 0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;transform:translate3d(-100%, 0, 0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;transform:translate3d(2000px, 0, 0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;transform:translate3d(0, -100%, 0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;transform:translate3d(0, -2000px, 0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{from{transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);animation-timing-function:ease-out}40%{transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);animation-timing-function:ease-in}}.animated.flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{from{transform:perspective(400px) rotate3d(1, 0, 0, 90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(1, 0, 0, -20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(1, 0, 0, 10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1, 0, 0, -5deg)}to{transform:perspective(400px)}}.flipInX{backface-visibility:visible !important;animation-name:flipInX}@keyframes flipInY{from{transform:perspective(400px) rotate3d(0, 1, 0, 90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(0, 1, 0, -20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(0, 1, 0, 10deg);opacity:1}80%{transform:perspective(400px) rotate3d(0, 1, 0, -5deg)}to{transform:perspective(400px)}}.flipInY{backface-visibility:visible !important;animation-name:flipInY}@keyframes flipOutX{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.flipOutX{animation-duration:.75s;animation-name:flipOutX;backface-visibility:visible !important}@keyframes flipOutY{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(0, 1, 0, -15deg);opacity:1}to{transform:perspective(400px) rotate3d(0, 1, 0, 90deg);opacity:0}}.flipOutY{animation-duration:.75s;backface-visibility:visible !important;animation-name:flipOutY}@keyframes lightSpeedIn{from{transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translate3d(0, 0, 0)}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{from{opacity:1}to{transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{from{transform-origin:center;transform:rotate3d(0, 0, 1, -200deg);opacity:0}to{transform-origin:center;transform:translate3d(0, 0, 0);opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{from{transform-origin:left bottom;transform:rotate3d(0, 0, 1, -45deg);opacity:0}to{transform-origin:left bottom;transform:translate3d(0, 0, 0);opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{from{transform-origin:right bottom;transform:rotate3d(0, 0, 1, 45deg);opacity:0}to{transform-origin:right bottom;transform:translate3d(0, 0, 0);opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{from{transform-origin:left bottom;transform:rotate3d(0, 0, 1, 45deg);opacity:0}to{transform-origin:left bottom;transform:translate3d(0, 0, 0);opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{from{transform-origin:right bottom;transform:rotate3d(0, 0, 1, -90deg);opacity:0}to{transform-origin:right bottom;transform:translate3d(0, 0, 0);opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{from{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate3d(0, 0, 1, 200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{from{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate3d(0, 0, 1, 45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{from{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate3d(0, 0, 1, -45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{from{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate3d(0, 0, 1, -45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{from{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate3d(0, 0, 1, 90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate3d(0, 0, 1, 80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate3d(0, 0, 1, 60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0, 700px, 0);opacity:0}}.hinge{animation-duration:2s;animation-name:hinge}@keyframes jackInTheBox{from{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{from{opacity:0;transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)}to{opacity:1;transform:translate3d(0, 0, 0)}}.rollIn{animation-name:rollIn}@keyframes rollOut{from{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{from{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{from{opacity:1}50%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);transform-origin:center bottom;animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(-2000px, 0, 0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(2000px, 0, 0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);transform-origin:center bottom;animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{from{transform:translate3d(0, -100%, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{from{transform:translate3d(-100%, 0, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{from{transform:translate3d(100%, 0, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{from{transform:translate3d(0, 100%, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(0, 100%, 0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(-100%, 0, 0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(100%, 0, 0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(0, -100%, 0)}}.slideOutUp{animation-name:slideOutUp}.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.delay-100ms{animation-delay:100ms}.animated.delay-120ms{animation-delay:120ms}.animated.delay-140ms{animation-delay:140ms}.animated.delay-160ms{animation-delay:160ms}.animated.delay-300ms{animation-delay:300ms}.animated.delay-400ms{animation-delay:400ms}.animated.delay-500ms{animation-delay:500ms}.animated.delay-700ms{animation-delay:700ms}.animated.delay-1s{animation-delay:1s}.animated.delay-2s{animation-delay:2s}.animated.delay-3s{animation-delay:3s}.animated.delay-4s{animation-delay:4s}.animated.delay-5s{animation-delay:5s}.animated.fast{animation-duration:800ms}.animated.faster{animation-duration:500ms}.animated.slow{animation-duration:2s}.animated.slower{animation-duration:3s}@media(prefers-reduced-motion){.animated{animation:unset !important;transition:none !important}}.thumb-grow{transition:all .2s ease-in-out}.thumb-grow:hover{transform:scale(1.07) !important;text-decoration:none}.thumb-grow-small{transition:all .2s ease-in-out}.thumb-grow-small:hover{transform:scale(1.02) !important;text-decoration:none}#back-to-top{display:inline-block;background:url("../images/icons/ico-arrow-up.svg"),#ef4c71;background-size:50%,cover;background-position:center,center;background-repeat:no-repeat,no-repeat;border:none;width:50px;height:50px;border-radius:30px;position:fixed;bottom:15px;right:15px;transition:background-color .4s,opacity .4s,visibility .4s,transform .4s;opacity:0;visibility:hidden;z-index:999;transform:scale(1)}@media only screen and (max-width: 87.4375em){#back-to-top{width:48px;height:48px}}@media only screen and (max-width: 35.9375em){#back-to-top{width:47px;height:47px}}#back-to-top:hover,#back-to-top:active{cursor:pointer;background:url("../images/icons/ico-arrow-up.svg"),#ef4c71;background-size:50%,cover;background-position:center,center;background-repeat:no-repeat,no-repeat;border:none;transform:scale(1.1)}#back-to-top.show{opacity:1;visibility:visible}.blog-cta{margin-bottom:13rem;padding-bottom:10px;overflow:hidden;position:relative}.blog-cta::before{background-color:#ef4c71;background-image:linear-gradient(95deg, #ef4c71 0%, #aa31bb 206%);content:"";position:absolute;top:32%;right:6%;bottom:34%;left:0;border-top-right-radius:118px;border-bottom-right-radius:118px}@media only screen and (max-width: 47.9375em){.blog-cta::before{right:0;border-top-right-radius:0;border-bottom-right-radius:0}}.blog-cta__heading{margin-bottom:55px}.blog-cta__heading h4{margin-bottom:15px}@media only screen and (max-width: 35.9375em){.blog-cta__heading{justify-content:center}}.blog-cta__posts{position:relative}.blog-cta__card{position:relative;display:inline-block;padding:0;box-shadow:0 3px 53px 0 rgba(0, 0, 0, 0.1);background-color:#fff;border:none;border-radius:20px;min-height:45.6rem;overflow:hidden;text-transform:none}.blog-cta__card:hover{color:#000}@media only screen and (max-width: 47.9375em){.blog-cta__card{min-height:50rem}}.blog-cta__card--img{position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden}.blog-cta__card--img .badge{padding:6px 14px;position:absolute;top:15px;left:15px;font-size:1.4rem;font-weight:500;line-height:1.71;letter-spacing:.05px;color:#000;background-color:#fff;border:none;border-radius:15px}.blog-cta__card--img img{width:100%;border-radius:2rem}.blog-cta__card--inner{padding:32px 34px 33px}.blog-cta__card--inner h5{font-weight:500;margin-bottom:10px}.blog-cta__card--inner span{position:absolute;display:flex;align-items:center;bottom:33px;text-transform:none}.blog-cta__card--inner span img{margin-left:10px}.blog-cta__more{margin-top:80px}.btn{font-size:1.4rem;font-weight:500;line-height:normal;letter-spacing:.09px;text-align:center;padding:13px 10.6px 14px;min-width:16rem;border-radius:22.5px}.btn:hover,.btn:active,.btn:focus{outline:0;box-shadow:0 0 0 0 rgba(0, 0, 0, 0)}.btn-primary{color:#fff;background-image:linear-gradient(101deg, #ef4c71 -2%, #aa31bb 203%);border:solid 2px transparent}.btn-primary:hover,.btn-primary:active,.btn-primary:focus{color:#fff;background-image:linear-gradient(101deg, #aa31bb -2%, #ef4c71 203%);border:solid 2px transparent}.btn-primary-outline{color:#000;background-color:transparent;border:solid 2px #000}.btn-primary-outline:hover,.btn-primary-outline:active,.btn-primary-outline:focus{color:#fff;background-color:#000;border:solid 2px #000}.btn-secondary{color:#fff;background-color:#000;border:solid 2px #000}.btn-secondary:hover,.btn-secondary:active,.btn-secondary:focus{color:#000;background-color:#fff;border:solid 2px #000}.btn-secondary-outline{color:#000;background-color:#fff;border:solid 2px #000}.btn-secondary-outline:hover,.btn-secondary-outline:active,.btn-secondary-outline:focus{color:#fff;background-color:#000;border:solid 2px #000}.btn-tertiary{color:#ffb4c6;background-color:transparent;border:solid 2px #ed4b73}.btn-tertiary:hover,.btn-tertiary:active,.btn-tertiary:focus{color:#fff;background-color:#ed4b73;border:solid 2px #ed4b73}.lead-arrow{background:url(../images/icons/ico-arrow-down.svg) center/60% no-repeat,#fff;width:50px;height:50px;border-radius:50rem;position:absolute;bottom:25px;left:50%;transform:translateX(-50%) rotate(180deg);animation:bounce 3s infinite;animation-timing-function:ease-in-out}@keyframes bounce{0%{bottom:25px}50%{bottom:45px}100%{bottom:25px}}.sound-btn{background-color:#fff;width:50px;height:50px;border-radius:50rem;position:absolute;bottom:50%;left:2rem;transform:translateY(-50%);border:none;display:flex;align-items:center;justify-content:center;box-shadow:0 3px 53px 0 rgba(0, 0, 0, 0.1)}.sound-btn img{width:60%}@keyframes vibrate{0%{transform:translate(0, 0)}25%{transform:translate(-2px, 2px)}50%{transform:translate(2px, -2px)}75%{transform:translate(-2px, -2px)}100%{transform:translate(2px, 2px)}}@keyframes jump{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}.animate-button{animation:vibrate .3s ease-in-out 1 0s,jump .5s ease-in-out 1 .5s;animation-delay:2s;animation-timing-function:ease-in-out;animation-fill-mode:forwards;animation-iteration-count:infinite}.modal-content{border-radius:30px;padding:92px 30px 92px 40px}.modal-header{padding:0;border:none}.modal-header button.close-btn{position:absolute;top:22px;right:28px;border:none;background:none}.modal-body{padding:0}.modal-body h5{margin-bottom:15px}.modal-body p{color:#000}.modal-body h6{font-size:1.6rem;font-weight:600;line-height:1.25;color:#000}.modal-body__list{padding:0;margin:45px 0}.modal-body__list li{display:flex;font-size:1.6rem;font-weight:normal;line-height:1.25;color:#000;align-items:center}.modal-body__list li:not(:last-child){margin-bottom:25px}.modal-body__list--img{display:flex;justify-content:center;width:32px;margin-right:10px}.modal-footer{border:none;justify-content:center}.modal-footer a{text-transform:uppercase;border:none}.modal-footer a:hover{border:none}.modal-start-up .modal-content{background-color:#f0f777;background-image:url("../images/backgrounds/bg-modals-abstract.png");background-size:contain;background-position:center bottom;background-repeat:no-repeat}.modal-start-up .modal-body h6{margin-top:30px}.modal-service .modal-content{background-color:#fff;background-image:url("../images/backgrounds/bg-modals.png");background-size:contain;background-position:center bottom;background-repeat:no-repeat}.modal-service .modal-body h6{margin-top:70px}.modal-service#modalMarketing .modal-body h6{margin-top:50px}.modal-service#modalMarketing .modal-body__list{padding:0;margin:45px 0 95px}#fade{display:none;position:fixed;top:0%;left:0%;width:100%;height:100%;background-color:black;z-index:1001;-moz-opacity:.8;opacity:.8;filter:alpha(opacity=80)}#light{display:none;position:fixed;top:50%;left:50%;transform:translate(-50%, -50%);max-width:810px;max-height:454px;border:2px solid #fff;background:#fff;z-index:1002;overflow:visible}#boxclose{float:right;cursor:pointer;color:#000;border:1px solid #000;border-radius:3px;background:#fff;font-size:30px;font-weight:bold;display:inline-block;line-height:0px;padding:11px 3px;position:absolute;right:2px;top:2px;z-index:1002;opacity:.9}.boxclose:before{content:"×"}#fade:hover~#boxclose{display:none}.test:hover~.test2{display:none}.navigation-section{padding-top:65px;z-index:50}.navigation-section .navbar{padding:2rem;border-radius:2rem;background-color:white;box-shadow:0 3px 53px 0 rgba(0, 0, 0, 0.1)}.navigation-section .navbar-brand{padding:0;margin:0;border-right:1px solid #dbdbdb}.navigation-section .navbar-brand img{margin-right:50px}@media only screen and (max-width: 74.9375em){.navigation-section .navbar-brand img{margin-right:30px}}.navigation-section .navbar-collapse{margin-left:40px}@media only screen and (max-width: 74.9375em){.navigation-section .navbar-collapse{margin-left:20px}}.navigation-section .navbar-nav .nav-item{position:relative;padding:0}.navigation-section .navbar-nav .nav-item:not(:last-child){margin-right:40px}.navigation-section .navbar-nav .nav-item::after{position:absolute;content:"";background-color:#000;bottom:-8px;left:50%;transform:translateX(-50%);width:0;height:3px;border-radius:0;transition:all .2s ease-in-out}.navigation-section .navbar-nav .nav-item:hover::after{position:absolute;content:"";background-color:#000;bottom:-8px;left:50%;transform:translateX(-50%);width:100%;height:3px;border-radius:0}.navigation-section .navbar-nav .nav-item.active:hover::after{position:absolute;content:"";background-color:#000;bottom:-10px;left:50%;transform:translateX(-50%);width:6px;height:6px;border-radius:100%}.navigation-section .navbar-nav .nav-item.active::after{position:absolute;content:"";background-color:#000;bottom:-10px;left:50%;transform:translateX(-50%);width:6px;height:6px;border-radius:100%}.navigation-section .navbar-nav .nav-item-button::after{display:none}.navigation-section .navbar-nav .nav-link{font-size:1.4rem;font-weight:500;line-height:normal;letter-spacing:.09px;text-transform:uppercase;text-decoration:none;color:#000;padding:0}.navigation-section.position-absolute{position:absolute;top:65px;width:100%;padding-top:0}.navigation-section.position-absolute.light-nav .navbar-nav .nav-item::after{position:absolute;content:"";background-color:#fff;bottom:-8px;left:50%;transform:translateX(-50%);width:0;height:3px;border-radius:0;transition:all .2s ease-in-out}.navigation-section.position-absolute.light-nav .navbar-nav .nav-item:hover::after{position:absolute;content:"";background-color:#fff;bottom:-8px;left:50%;transform:translateX(-50%);width:100%;height:3px;border-radius:0}.navigation-section.position-absolute.light-nav .navbar-nav .nav-item-button::after{display:none}.navigation-section.position-absolute.light-nav .navbar-nav .nav-link{color:#fff}.hero-banner{background-color:#f2f2f2;background-image:url("../images/backgrounds/bg-hero-banner-devices.webp");background-size:contain;background-position:right bottom -20px;background-repeat:no-repeat;height:100vh;padding-bottom:21rem;overflow:hidden;position:relative}@media only screen and (max-width: 119.9375em){.hero-banner{background-size:85%;background-position:right -80px bottom 0px}}@media only screen and (max-width: 74.9375em){.hero-banner{height:76.8rem;background-size:90%;background-position:right -80px bottom 20px}}.hero-banner h1,.hero-banner p{color:#000}.hero-banner__links{margin-top:5rem}.hero-banner__links a:not(:last-child){margin-right:15px}.hero-banner__showreel{margin-top:3.5rem;display:flex;align-items:center}.hero-banner__showreel *{color:#000}.hero-banner__showreel button{position:relative;margin-right:30px;text-transform:none;padding-left:50px;font-size:1.6rem;font-weight:500;line-height:1;letter-spacing:.05px;color:#000;background:transparent;border:none}.hero-banner__showreel button::before{position:absolute;top:50%;left:0;transform:translateY(-50%);content:"";background-image:url("../images/icons/ico-play.svg");background-size:contain;background-position:center;background-repeat:no-repeat;width:35px;height:35px}.hero-banner__showreel button:hover{color:#ef4c71}.hero-banner__showreel button:hover::before{position:absolute;top:50%;left:0;transform:translateY(-50%);content:"";background-image:url("../images/icons/ico-play-primary.svg");background-size:contain;background-position:center;background-repeat:no-repeat;width:35px;height:35px}.hero-banner__video-showreel{width:100%;height:100vh}.hero-banner__video-showreel video{width:100%;height:auto}#light video{width:800px}.hero-call-to-action{background-color:#f2f2f2;padding:5.5rem 0 5.4rem;overflow:hidden}.hero-call-to-action h4{font-weight:500}.hero-call-to-action a{position:relative;display:inline-block;font-size:2.8rem;font-weight:500;line-height:1;letter-spacing:.09px;transition:all .2s ease-in-out}.hero-call-to-action a::after{position:absolute;content:"";background-color:#000;bottom:-8px;left:50%;transform:translateX(-50%);width:0;height:3px;border-radius:0;transition:all .2s ease-in-out}.hero-call-to-action a:hover{color:#000;transform:scale(1.02)}.hero-call-to-action a:hover::after{position:absolute;content:"";background-color:#000;bottom:-8px;left:50%;transform:translateX(-50%);width:100%;height:3px;border-radius:0}.service-section{margin-top:12.5rem;overflow:hidden;padding-bottom:10rem}.service-section__heading{margin-bottom:7.5rem}.service-section__card{padding:55px 35px 33px;border-radius:20px;box-shadow:0 3px 53px 0 rgba(0, 0, 0, 0.1);background-color:#fff;border:none;height:100%;min-height:24.4rem;text-transform:none;transition:all .2s ease-in-out;width:100%}@media only screen and (max-width: 74.9375em){.service-section__card{text-align:left}}.service-section__card span{position:absolute;top:20px;right:30px;display:flex;align-items:center;font-size:1.4rem;font-weight:500;line-height:2.29;color:#000;opacity:0;transition:all .2s ease-in-out}.service-section__card span img{margin-left:8px}.service-section__card--icon{margin-right:auto;margin-bottom:auto}.service-section__card h5{font-weight:500;margin-bottom:10px}.service-section__card:hover{transform:scale(1.03)}.service-section__card:hover span{opacity:1}.service-section__contact{display:flex;align-items:center;justify-content:center}.service-section__contact--mobile{display:none}.service-section__contact img{height:inherit}.service-section__contact--link{margin-left:67px;text-align:center}.service-section__contact--link h5{margin-bottom:30px}@media only screen and (max-width: 74.9375em){.service-section__contact--link{margin-left:30px;text-align:left}.service-section__contact--link h5{font-size:2rem}}.service-section__footer{margin-top:25px}.service-section__footer--card{padding:43px 0 30px 52px;background-color:#f0f777;background-image:url("../images/backgrounds/bg-startup-pattern.png");background-size:cover;background-position:right center;background-repeat:no-repeat;border:none;border-radius:20px}.service-section__footer--card p{margin:15px 0 30px;color:#000}.service-section__footer--card button.btn{width:-moz-fit-content;width:fit-content}.team-divider{position:relative;padding-bottom:5rem}@media only screen and (max-width: 74.9375em){.team-divider{margin-top:18rem}}.team-divider h2{font-size:3.8rem;font-weight:600;line-height:1.32;letter-spacing:.13px;color:#676767}@media only screen and (max-width: 87.4375em){.team-divider h2{font-size:3.4rem}}@media only screen and (max-width: 74.9375em){.team-divider h2{font-size:2.6rem}}.our-process{margin:21rem 0 10rem 0}@media only screen and (max-width: 74.9375em){.our-process{margin-top:25rem}}.our-process__heading{margin-bottom:5rem}.our-process__card{padding:70px 35px 30px 30px;display:flex;flex-direction:row;border-radius:20px;background-color:#f8f8f8;border:none;min-height:24.4rem}.our-process__card--img{width:76px;margin-right:35px}.our-process__card h5{margin-bottom:10px}.work-completed{margin-top:27rem}@media only screen and (max-width: 74.9375em){.work-completed{margin-top:22rem}}@media only screen and (max-width: 61.9375em){.work-completed{margin-top:14rem}}.work-completed__heading{margin-bottom:6rem}.clients{margin-top:14rem}.clients h4{margin-bottom:15px}.clients h6{margin-top:auto;position:relative;font-size:1.6rem;color:#9f9f9f;text-transform:uppercase}.clients__heading{margin-bottom:7.5rem}.clients a{display:inline-block}.clients__direct a{margin-bottom:12rem}.clients .client-list{display:flex;flex-wrap:wrap;gap:5.5rem 2.5rem}.clients .client-list .card{border:none;width:calc(25% - 1.88rem);height:15rem;display:flex;flex-direction:column}.clients .client-list .card a{height:6.6rem;margin:auto 0;display:flex;justify-content:center;align-items:center}.clients .client-list .card a img{max-width:30rem;max-height:8rem}.great-experience{padding:17.6rem 0 15.2rem;background-color:#000;background-image:url("../images/backgrounds/bg-aurora-digital-experience-banner.png");background-size:contain;background-position:right center;background-repeat:no-repeat}@media only screen and (max-width: 119.9375em){.great-experience{background-position:right -30rem center}}@media only screen and (max-width: 87.4375em){.great-experience{background-position:right -40rem center}}@media only screen and (max-width: 74.9375em){.great-experience{background-size:cover;background-position:right -60rem center}}.great-experience h4{color:#fff;margin-bottom:25px}.great-experience p{color:#fff}.great-experience p:not(:last-child){margin-bottom:15px}.great-experience a{margin-top:15px}.about-hero-banner{margin-top:22rem;overflow:hidden}.about-hero-banner h1{line-height:1.33}.about-hero-banner__image{position:relative;margin-top:10rem;padding:30px 0 50px}.about-hero-banner__image--container{position:relative;z-index:99;display:inline-block;width:-moz-fit-content;width:fit-content}.about-hero-banner__image--container img{border-radius:30px}.about-hero-banner__image--container h2{position:absolute;bottom:25px;right:45px;font-size:6.3rem;font-weight:bold;line-height:1;letter-spacing:.21px;background-clip:text;-webkit-background-clip:text;color:transparent;background-image:linear-gradient(94deg, #f54ea1 0%, #ffd8e1 207%)}.about-hero-banner__image--spiral{position:absolute;top:0;right:-20rem}.honesty-quality-people{margin-top:14rem}.honesty-quality-people .honesty,.honesty-quality-people .quality,.honesty-quality-people .people{display:flex}.honesty-quality-people .honesty__inner,.honesty-quality-people .quality__inner,.honesty-quality-people .people__inner{margin-left:25px}.honesty-quality-people .honesty__inner h6,.honesty-quality-people .quality__inner h6,.honesty-quality-people .people__inner h6{font-size:2rem;font-weight:600;line-height:1.4;letter-spacing:.07px;color:#000;margin-bottom:10px}.environment{position:relative;margin-top:19.5rem;padding:21rem 0 26rem}@media only screen and (max-width: 74.9375em){.environment{margin-top:13.5rem}}@media only screen and (min-width: 160em){.environment{padding:29rem 0 32rem}}.environment h3{font-weight:600;color:#676767}@media only screen and (max-width: 74.9375em){.environment h3{font-size:2.6rem}}.environment::after{position:absolute;content:"";top:0;right:0;bottom:0;left:50%;background-image:url("../images/backgrounds/bg-environment.svg");background-size:contain;background-position:right center;background-repeat:no-repeat}.positive-environment{margin:19rem 0 30rem}@media only screen and (max-width: 74.9375em){.positive-environment{margin:13rem 0 25rem}}.positive-environment h5{margin:60px 0 30px}.everything-aurora-part--1{margin:21rem 0 15rem}@media only screen and (max-width: 61.9375em){.everything-aurora-part--1{margin-top:18rem}}@media only screen and (max-width: 47.9375em){.everything-aurora-part--1{margin:16rem 0 10rem}}@media only screen and (max-width: 35.9375em){.everything-aurora-part--1{margin-top:12rem}}.everything-aurora-part--1 h2{margin-bottom:12rem}@media only screen and (max-width: 61.9375em){.everything-aurora-part--1 h2{margin-bottom:8rem}}@media only screen and (max-width: 47.9375em){.everything-aurora-part--1 h2{margin-bottom:6rem}}@media only screen and (max-width: 35.9375em){.everything-aurora-part--1 h2{margin-bottom:4rem}}.everything-aurora-part--2{margin:18rem 0 23rem}@media only screen and (max-width: 61.9375em){.everything-aurora-part--2{margin-top:15rem}}@media only screen and (max-width: 47.9375em){.everything-aurora-part--2{margin:13rem 0 10rem}}@media only screen and (max-width: 35.9375em){.everything-aurora-part--2{margin-top:11rem}}.everything-aurora__card{position:relative;display:inline-block;padding:0;box-shadow:0 3px 53px 0 rgba(0, 0, 0, 0.1);background-color:#fff;border:none;border-radius:20px;min-height:45.6rem;overflow:hidden;margin-bottom:30px;text-transform:none}.everything-aurora__card:hover{color:#000}@media only screen and (max-width: 47.9375em){.everything-aurora__card{min-height:50rem}}.everything-aurora__card--img{position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden}.everything-aurora__card--img .badge{padding:6px 14px;position:absolute;top:15px;left:15px;font-size:1.4rem;font-weight:500;line-height:1.71;letter-spacing:.05px;color:#000;background-color:#fff;border:none;border-radius:15px}.everything-aurora__card--img img{width:100%}.everything-aurora__card--inner{padding:32px 34px 33px}.everything-aurora__card--inner h5{font-weight:500;margin-bottom:10px}.everything-aurora__card--inner span{position:absolute;display:flex;align-items:center;bottom:33px;text-transform:none}.everything-aurora__card--inner span img{margin-left:10px}.contact-divider h3{margin-bottom:35px}.blog-article{margin:21rem 0 22.5rem;text-align:justify}@media only screen and (max-width: 61.9375em){.blog-article{margin-top:18rem}}@media only screen and (max-width: 47.9375em){.blog-article{margin:16rem 0 10rem}}@media only screen and (max-width: 35.9375em){.blog-article{margin-top:12rem}}.blog-article img{margin:20px 0 60px}.blog-article h2{margin-bottom:10px}.blog-article h6{font-weight:500;line-height:1.71;letter-spacing:.05px;margin-bottom:45px}.blog-article p{margin-bottom:15px}.blog-article__navigation{display:flex;margin-top:40px}.blog-article__navigation .btn-secondary{margin-left:auto}.contact{margin-top:22rem}.contact h1{line-height:1.2}.contact__links{margin:7rem 0 6rem}.contact__links a{display:flex;align-items:center;font-size:2.8rem;font-weight:500;line-height:2.14;color:#000;text-transform:none;width:-moz-fit-content;width:fit-content}.contact__links a img{margin-left:20px}.contact__socials a:not(:last-child){margin-right:15px}.contact h5{margin-bottom:30px;font-weight:600}.contact__form label{font-size:1.6rem;font-weight:normal;line-height:1.13;color:#000;margin-bottom:5px}.contact__form input{padding:21px 17px 19px;opacity:1;font-size:1.6rem;font-weight:normal;line-height:1;color:#000;border-radius:15px;border:solid 2px #e1e1e1;background-color:#fff}.contact__form input::-moz-placeholder{opacity:1;color:#000}.contact__form input::placeholder{opacity:1;color:#000}.contact .btn-secondary{min-width:25rem;text-transform:uppercase}.contact .form-control::-moz-placeholder{opacity:.5}.contact .form-control::placeholder{opacity:.5}.location{position:relative;margin:20rem 0 19rem;padding:8rem 0 11rem}.location__card{overflow:hidden;position:relative;z-index:99;border-radius:20px;box-shadow:0 3px 53px 0 rgba(0, 0, 0, 0.1);background-color:#fff;transition:all .2s ease-in-out}.location__card--hq{border-radius:20px;width:100%;height:inherit}.location__card--inner{transition:all .2s ease-in-out;display:block;padding:33px 35px 29px 34px;text-transform:none;min-height:23.6rem}.location__card--inner h5{font-weight:500;margin-bottom:10px}.location__card--inner-direction{display:flex;align-items:baseline;justify-content:space-between}.location__card--inner:hover{transform:scale(1.02);color:inherit}.location__card--inner img{width:inherit;height:inherit}.location__card:hover{box-shadow:0 3px 53px 0 rgba(0, 0, 0, 0.1)}.location .location-container{position:relative}.location .location-container iframe{border-radius:30px;position:absolute;top:30px;left:0;bottom:30px;right:0;height:500px}@media only screen and (max-width: 87.4375em){.location .location-container iframe{height:450px}}@media only screen and (max-width: 74.9375em){.location .location-container iframe{height:540px}}.callback-success{margin:17.5rem 0 16rem}@media only screen and (max-width: 61.9375em){.callback-success{margin-top:14rem}}@media only screen and (max-width: 47.9375em){.callback-success{margin:12rem 0 10rem}}@media only screen and (max-width: 35.9375em){.callback-success{margin-top:10rem}}.callback-success img{margin-bottom:3.5rem}.callback-success p{margin:2rem 0 4.5rem}.privacy-policy{margin:21rem 0 22.5rem;text-align:justify;color:#000}@media only screen and (max-width: 61.9375em){.privacy-policy{margin-top:18rem}}@media only screen and (max-width: 47.9375em){.privacy-policy{margin:16rem 0 10rem}}@media only screen and (max-width: 35.9375em){.privacy-policy{margin-top:12rem}}.privacy-policy h1,.privacy-policy h2,.privacy-policy h3,.privacy-policy h4{line-height:1.13}.privacy-policy h2{margin-bottom:3.5rem}.privacy-policy h3{margin-bottom:3rem}.privacy-policy h4{margin-bottom:1.5rem}.privacy-policy p,.privacy-policy a{opacity:1;font-size:1.6rem;font-weight:normal;line-height:1.25;color:#676767}.privacy-policy p:not(:last-child){margin-bottom:1.5rem}.privacy-policy a{display:inline-block;color:#000;transition:all .2s ease-in-out;text-transform:none}.privacy-policy a:hover{color:#000;transform:scale(1.02);text-decoration:none}.privacy-policy ul{margin-bottom:1.5rem}.privacy-policy ul li{list-style-type:disc;opacity:.7;font-size:1.6rem;font-weight:normal;line-height:1.25;color:#676767}.privacy-policy ul li:not(:last-child){margin-bottom:1.5rem}@media only screen and (max-width: 47.9375em){.privacy-policy ul{padding-left:0}.privacy-policy ul li{list-style-type:none}}.terms-and-conditions{margin:15rem 0 28rem}@media only screen and (max-width: 47.9375em){.terms-and-conditions h1{font-size:3.6rem}}.terms-and-conditions a{font-size:1.6rem;font-weight:normal;line-height:1.25;text-transform:none;text-decoration:underline}.terms-and-conditions__heading{text-align:center;margin-bottom:75px}.terms-and-conditions__heading img{margin-bottom:6rem}.terms-and-conditions__heading figcaption{margin:15px 0 30px}.terms-and-conditions__heading p:not(:last-child){margin-bottom:15px}.terms-and-conditions .alert.alert-warning{padding:20px;font-size:1.6rem;font-weight:600;line-height:1.25;color:#fff;background-color:#ef4c71;background-image:linear-gradient(93deg, #ef4c71 0%, #aa31bb 207%);border:none;border-radius:20px;text-align:center;margin-bottom:12rem}.terms-and-conditions h4,.terms-and-conditions h6{margin-bottom:20px}.terms-and-conditions .sub-label{margin-top:35px;font-size:1.8rem;font-weight:500;line-height:1;letter-spacing:.06px;color:#000}.email-terms{margin:15rem 0 28rem}.email-terms a{text-transform:none;text-decoration:underline}.email-terms a.btn{text-transform:uppercase;text-decoration:none;min-width:25rem;margin-top:45px}.email-terms__heading{text-align:center;margin-bottom:75px}.email-terms__heading img{margin-bottom:6rem}.email-terms__heading figcaption{margin:15px 0 30px}.email-terms__heading p:not(:last-child){margin-bottom:15px}.what-next{margin:22rem 0 26rem}.what-next h1{margin:32px 0 35px;opacity:.4}.what-next p:not(:last-child){margin-bottom:15px}.what-next__steps{margin-top:12rem;justify-content:center}.what-next__steps--card{display:flex;flex-direction:row;padding:47px 25px 45px 38px;box-shadow:0 3px 53px 0 rgba(0, 0, 0, 0.1);background-color:#fff;border:none;border-radius:20px;margin-bottom:40px}@media only screen and (max-width: 35.9375em){.what-next__steps--card{align-items:center;flex-direction:column;padding:47px 25px 45px}}.what-next__steps--card-img{display:flex;justify-content:flex-start;align-items:flex-start;width:64px;margin-right:50px;padding-top:5px}@media only screen and (max-width: 35.9375em){.what-next__steps--card-img{justify-content:center;align-items:center;margin-right:0;margin-bottom:25px;padding-top:0}}@media only screen and (max-width: 35.9375em){.what-next__steps--card-inner{text-align:center}}.what-next__steps--card-inner h5{margin-bottom:15px}.what-next__steps--card-inner h6{font-size:1.6rem;font-weight:600;line-height:1.25;color:#000;margin-bottom:30px}.what-next__steps--card-inner hr{background-color:#e5e5e5;opacity:1;border:none;height:1px;margin:3rem 0}.what-next__fine-print{justify-content:center}.what-next__fine-print--card{padding:43px 31px 28px 52px;background-image:linear-gradient(106deg, #ef4c71 -4%, #aa31bb 197%);background-color:#ef4c71;border:none;border-radius:20px}@media only screen and (max-width: 35.9375em){.what-next__fine-print--card{text-align:center;padding:43px 40px 28px}}.what-next__fine-print--card h5{color:#fff;margin-bottom:15px}.what-next__fine-print--card p:not(:last-child){margin-bottom:15px;color:#fff}.what-next__fine-print--card a{margin-top:15px}.new{margin:30rem 0 52rem}.new__img{display:flex;justify-content:center;text-align:center;width:100}.new h2{margin:30px 0 20px}.new form{margin-top:80px;text-align:left}.new form button{width:100%;display:block;text-transform:uppercase}.domain-registered{height:100vh;background-image:url("../images/backgrounds/bg-paper-cut-pattern.png");background-size:cover;background-position:right -45rem center;background-repeat:no-repeat}@media only screen and (max-width: 119.9375em){.domain-registered{background-position:right -75rem center}}@media only screen and (max-width: 87.4375em){.domain-registered{background-position:right -85rem center}}@media only screen and (max-width: 74.9375em){.domain-registered{background-position:right -85rem center}}@media only screen and (max-width: 61.9375em){.domain-registered{background-position:right -115rem bottom 30rem}}@media only screen and (max-width: 47.9375em){.domain-registered{background-position:right -100rem bottom 30rem}}.domain-registered .container,.domain-registered .row{height:100%}.domain-registered img{margin-bottom:10.5rem}.domain-registered h2{margin-bottom:10px}.domain-registered p{margin:6.6rem 0}.domain-registered__link{opacity:.5;font-size:2.4rem;font-weight:600;line-height:1.17;color:#000;text-transform:none}.domain-suspended{height:100vh;background-image:url("../images/backgrounds/bg-abstract-art.png");background-size:cover;background-position:right -95rem center;background-repeat:no-repeat}@media only screen and (max-width: 119.9375em){.domain-suspended{background-position:right -65rem center}}@media only screen and (max-width: 87.4375em){.domain-suspended{background-position:right -55rem center}}@media only screen and (max-width: 74.9375em){.domain-suspended{background-position:right -45rem center}}@media only screen and (max-width: 61.9375em){.domain-suspended{background-position:right -70rem bottom 10rem}}@media only screen and (max-width: 47.9375em){.domain-suspended{background-position:right -60rem bottom 35rem}}@media only screen and (max-width: 47.9375em){.domain-suspended{background-position:right -50rem bottom 40rem}}.domain-suspended .container,.domain-suspended .row{height:100%}.domain-suspended img{margin-bottom:10.5rem}.domain-suspended h2{margin-bottom:10px}@media only screen and (max-width: 47.9375em){.domain-suspended h2{font-size:3.6rem}}.domain-suspended h5{opacity:.5}.domain-suspended p{margin:6.6rem 0}.error{padding:30rem 0 26.6rem;background-color:#000}@media only screen and (max-width: 61.9375em){.error{padding:28rem 0 24.6rem}}@media only screen and (max-width: 47.9375em){.error{padding:24rem 0 22.6rem}}@media only screen and (max-width: 35.9375em){.error{padding:20rem 0 20rem}}.error p{margin:20px 0 55px;color:#fff}.footer-card{position:sticky;padding:10.3rem 0 10.2rem;background-color:#f2f2f2}.footer-card h4{font-weight:500}@media only screen and (max-width: 61.9375em){.footer-card h4{font-size:2.4rem}}.footer-card a{position:relative;display:inline-block;font-size:2.8rem;font-weight:500;line-height:1;letter-spacing:.09px;transition:all .2s ease-in-out}@media only screen and (max-width: 61.9375em){.footer-card a{font-size:2.4rem}}.footer-card a::after{position:absolute;content:"";background-color:#000;bottom:-8px;left:50%;transform:translateX(-50%);width:0;height:3px;border-radius:0;transition:all .2s ease-in-out}.footer-card a:hover{color:#000;transform:scale(1.02)}.footer-card a:hover::after{position:absolute;content:"";background-color:#000;bottom:-8px;left:50%;transform:translateX(-50%);width:100%;height:3px;border-radius:0}.test-footer{background-color:#f2f2f2;width:100%;padding:3rem;text-align:center;position:fixed;bottom:0;z-index:50;left:0}.footer-section{padding:11.7rem 0 21.7rem;background-color:#000;background-image:url("../images/backgrounds/bg-footer-pattern.png");background-size:110% contain;background-position:center bottom -38rem;background-repeat:no-repeat}.footer-section__heading{border-bottom:2px solid #373737;padding-bottom:5.5rem;margin-bottom:7rem}@media only screen and (max-width: 47.9375em){.footer-section__heading{text-align:center;justify-content:center}.footer-section__heading a{justify-content:center}}.footer-section__heading h6{color:#bac0c3}.footer-section__heading a{display:flex;align-items:center;font-size:4rem;font-weight:500;line-height:1.5;color:#fff;text-transform:none}.footer-section__heading a img{margin-left:45px}@media only screen and (max-width: 47.9375em){.footer-section__heading a img{margin-left:35px}}@media only screen and (max-width: 35.9375em){.footer-section__heading a img{margin-left:15px}}@media only screen and (max-width: 47.9375em){.footer-section__heading a{font-size:3rem}.footer-section__heading a img{height:22px !important}}@media only screen and (max-width: 35.9375em){.footer-section__heading a{font-size:2.8rem}.footer-section__heading a img{height:20px !important}}@media only screen and (max-width: 480px){.footer-section__heading a{font-size:2.4rem;margin-bottom:15px}.footer-section__heading a img{height:16px !important}}.footer-section__list{padding:0}.footer-section__list *{font-size:1.4rem;font-weight:normal;line-height:1.43;color:#bac0c3}.footer-section__list li:not(:last-child){margin-bottom:15px}.footer-section__list li:not(:last-child) a,.footer-section__list li:not(:last-child) button{font-size:1.4rem;font-weight:normal;line-height:1.43;color:#bac0c3;background:transparent;border:none;text-transform:uppercase}.footer-section__list li:not(:last-child) a:hover,.footer-section__list li:not(:last-child) button:hover{color:#ef4c71 !important}.footer-section__list--hq h6{font-size:2.2rem;font-weight:500;line-height:1;letter-spacing:.07px;color:#bac0c3}.footer-section__list--hq a,.footer-section__list--hq button{font-size:1.4rem;font-weight:normal;line-height:1.43;color:#bac0c3;background:transparent;border:none;text-transform:none}.footer-section__list--hq a:hover,.footer-section__list--hq button:hover{color:#ef4c71 !important}.footer-section__footer{align-items:center;margin-top:19.5rem}.footer-section__footer a{margin-right:75px}@media only screen and (max-width: 47.9375em){.footer-section__footer a{margin-right:35px}}@media only screen and (max-width: 35.9375em){.footer-section__footer a{margin-right:0}}.footer-section__footer--socials{text-align:right}@media only screen and (max-width: 47.9375em){.footer-section__footer--socials{text-align:center;margin-top:25px}}.footer-section__footer--socials a:not(:last-child){margin-right:15px}.footer-section__footer--socials a:last-child{margin-right:0}.footer-section__copyright{margin-top:50px}.footer-section__copyright p{color:#bac0c3}/*# sourceMappingURL=style.min.css.map */ .social-float {position: fixed; top: 56%; transform: translateY(-50%); left: 17px;  background-color: #fff; box-shadow: 0 3px 53px 0 rgba(0, 0, 0, 0.1); padding: 18px 15px; border-radius: 2rem; z-index: 10; display: flex; flex-direction: column; align-items: center; gap: 10px} .social-float a { transition: all 0.3s ease} .social-float a:hover { transform: scale(1.1)} .social-float a:active { transform: scale(1)} .social-float a img {filter: invert(100%); width: 2.5rem; height: 3rem}
