@font-face {
    font-family: "sprat-conlight";
    src: url("Sprat-CondensedLight.woff2") format("woff2");
}

@font-face {
    font-family: "apfel";
    src: url("ApfelGrotezk-Regular.woff2") format("woff2"),
         url("ApfelGrotezk-Regular.woff") format("woff");
}

body {
    background-color: #000;
    font-family: "apfel", Helvetica, Arial, sans-serif;
    color:#cfcac4;
    padding: 0;
    margin: 0;
    font-size: 20px;
}

a, a.link, a:visited {
    color:#cfcac4;
    transition: all 0.2s ease;
}
a:hover{
    color:#9c9b99;
}

.question a:link, .question a:visited {
    color:#868175;
}

.question a:hover {
    color:#cfcac4;
}

::selection {
    background-color: #fff;
    color:#000;
}

.wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.videoholder, .wrapper {
    max-width: 1600px;
    margin: 0 auto;
    padding: 20px;
}

#landingvideoholder {
    margin: 0 auto;
    max-width: 500px;
    padding: 20px;
    transition: all 1.5s cubic-bezier(1,.02,.02,.99);
}

#landingvideoholder.expanded {
    max-width: 1600px;
}


#landing {
    min-height: 100vh;
    align-content:center;
    max-width: 100vw;
    overflow: hidden;
    position: relative;
    margin-bottom: 100px;
}

#landing span {
    display: inline-block;
}

#landing .textleft, #landing .textright {
    position: absolute;
    width: 100%;
    font-family: "sprat-conlight";
    top: 0;
    height: 100%;
    align-content: center;
    z-index: +99;
    pointer-events:none;
    font-size: 136px;
    letter-spacing: -6px;
    transition: all 1.5s cubic-bezier(1,.02,.02,.99);
}

#landing .textleft {
    left: 0%;
}#landing.expanded .textleft {
    left: -100%;
}

#landing .textright {
    right: 0%;
}#landing.expanded .textright {
    right: -100%;
}

@media screen and (max-width: 1600px) {
    #landing .textleft, #landing .textright {
        font-size: 7.2vw;
        letter-spacing: -0.2vw;
    }
}

#landing .textleft .wrapper, #landing .textright .wrapper {
    display: block;
}

#landing .textright {
    text-align: right;
}

.landingtext {
    width: 100%;
}

.landingtext #landingtextholder {
    position: fixed;
    bottom: 0px;
    height: 160px;
    width: 100%;
    z-index: +99;
    opacity: 1.0;
    transition: all 1.5s cubic-bezier(1,.02,.02,.99);
}

#landingtextholder.expanded {
    opacity: 0.0;
    bottom: -200px;
}

#landingtextholder.gone {
    opacity: 0.0;
    bottom: -200px;
}

.landingtext #landingtextholder .btn {
    max-width: 280px;
    animation-timeline: none;
}

.landingtext #landingtextholder .wrapper {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
}

.landingtext #landingtextholder p {
    width: 240px;
    line-height: 1.1;
    padding: 0;
    padding-bottom: 20px;
    animation-timeline: none;
}

.landinganim {
    transform: translate(0, 60px);
    opacity: 0.0;
    transition: all 1s cubic-bezier(.01,.77,0,1);
}

.landinganim.anim02 {
    transition-delay: 0.11s;
}
.landinganim.anim03 {
    transition-delay: 0.22s;
}
.landinganim.anim04 {
    transition-delay: 0.33s;
}
.landinganim.anim05 {
    transition-delay: 0.44s;
}

.landinganim.done {
    transform: translate(0, 0px);
    opacity: 1.0;
}

.videoholder #textholder {
    padding:56.25% 0 0 0;
    margin-bottom: -56.25%;
    position: relative;
    opacity: 1;
}

.videoholder #textholder .text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: +5;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: opacity 1.5s ease;
    opacity: 1.0;
}

.videoholder #textholder.fade .text {
    opacity: 0.0;
}

.videoholder #textholder .text .btn {
    pointer-events: all;
    margin-top: 40px;
    max-width: 400px;
}

.videoholder #textholder .text h1 {
    font-weight: normal;
    padding: 60px 0;
    margin: 0;
    font-family: "sprat-conlight";
    font-size: 200px;
    line-height: 60px;
    letter-spacing: -8px;
}

.videoholder #textholder .text h1 span {
    font-family: "apfel", Helvetica, Arial, sans-serif;
    font-size: 60px;
    letter-spacing: 0;
    line-height: 90px;
}

.videoholder #textholder .text p {
    max-width: 300px;
}

#animthankyou, .animthankyou {
    width: 80px;
    height: 80px;
    position: relative;
    padding-bottom: 50px;
}

#animthankyou:after, .animthankyou:after {
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50px;
    background-color: #cfcac4;
    display: block;
    offset-path: path("M77.91,2.79c-7.57-7.57-30.53,3.1-51.28,23.85-1.69,1.69-3.31,3.4-4.87,5.11C4.27,51.02-4.17,70.96,2.79,77.91c7.58,7.57,30.53-3.1,51.28-23.85,20.75-20.75,31.42-43.7,23.85-51.28Z");
    animation: staranim 4s infinite linear forwards;
    position: absolute;
    top: 0px;
}

@keyframes staranim {
    from {
        offset-distance: 0%;
    }

    to {
        offset-distance: 100%;
    }
}



#fullscreenholder {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: +10000;
    opacity: 0.0;
    display: none;
    transition: all 0.3s ease;
    cursor: zoom-out;
}

#fullscreenvideo {
    cursor: zoom-out;
}

iframe {
    cursor: zoom-out;
}

.fullscreenholder {
    margin: auto auto;
    background-color: #000;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

#closecursor {
    position: absolute;
    width: 100%;
    height: 80%;
    z-index: +11;
    cursor: url('icon_close.svg'), crosshair;
}

#popupvideoholder {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: +10000;
    display: none;
    opacity: 0.0;
    transition: all 0.3s ease;
    background-color: #000;
}

.closepopup {
    position: fixed;
    z-index: +10005;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border: 10px #000 solid;
    background-color: #000;
    border-radius: 50px;
    background-image: url('icon_close.svg');
    cursor: pointer;
}

.wrapper.center {
    align-items: center;
    justify-content: center;
}

.wrapper.bottom {
    align-items: flex-end;
}

.negative {
    margin-top: -140px;
    z-index: +10;
    position: relative;
}

.negative.more {
    margin-top: -240px;
}

.spacer {
    height: 14vw;
}

p {
    margin: 0;
    padding: 14px 0 0 0;
    line-height: 1.3;
}

.flax {
    display: block;
    margin:0%;
}

.flax.center {
    display: flex;
    justify-content: center;
}

.flax.w-25 {
    width: 25%;
}

.flax.w-50 {
    width: 50%;
}
  
.flax.w-75 {
    width: 75%;
}

.flax.w-100 {
    width: 100%;
}

.flax.l-25 {
    margin-left: 25%;
}
.flax.l-50 {
    margin-left: 50%;
}
.flax.l-75 {
    margin-left: 75%;
}

.flax.r-25 {
    margin-right: 25%;
}
.flax.r-50 {
    margin-right: 50%;
}
.flax.r-75 {
    margin-right: 75%;
}

.typeblock {
    max-width: 900px;
}

.typeblock.medium {
    max-width: 1200px;
}

.content {
    padding: 1vw;
}

.center {
    text-align: center;
}

h2 {
    font-family: "sprat-conlight";
    font-weight: normal;
    padding: 0;
    margin: 0;
    font-size: 530%;
    line-height: 1;
    letter-spacing: -5px;
    padding-bottom: 32px;
}


#readytext {
    position: relative;
}

#readytext h2 {
    width:100%;
    font-size: 30vw;
    letter-spacing: -2vw;
    text-align: center;
    margin-bottom: -40px;
    background-image: url('glare.jpg');
    color: rgba(255, 255, 255, 0.0);
    background-clip: text;
    background-size: 100%;
}

#readytext #ready2 {
    position: absolute;
    top: 0px;
    opacity: 0.5;
}




.img {
    border-radius: 20px;
    width: 100%;
    padding-bottom: 60%;
}

.img.wide {
    padding-bottom: 48%;
}

#img01 {
    background-size: cover;
    image-rendering: pixelated;
    background-position: center;
    position: relative;
    overflow: hidden;
    z-index: +3;
}

#img01 div {
    position: absolute;
    width: 100%;
    height: 100%;
}

#img01 #layer01 {
    background-size: cover;
    image-rendering: pixelated;
    background-position: center;
    background-image: url('image01.png');
}

#img01 #layer02 {
    background-image: url('grid.svg');
    background-repeat: repeat;
    background-size: 36px;
    background-position: center;
    background-attachment: fixed;
}

#img02 {
    background-image: url('image02.jpg');
    background-size: cover;
    background-position: center;
    padding-bottom: 0;
    font-size: 0;
}

#img02 svg {
    width: 100%;
    border-radius: 20px;
}

#img02 svg .cls-1 {
    stroke-dasharray: 16px;
    stroke-linecap: round;
    animation: dashanim 1s linear infinite;
}

@keyframes dashanim {
    0% {stroke-dashoffset: 0px;}
    100% {stroke-dashoffset: 32px;}
}

#arrowanimmotif {
    background-image: url('image03.jpg');
    background-size: cover;
    background-position: center;
}

#img04 {
    background-image: url('abe.jpg');
    background-size: cover;
    background-position: center;
    padding-bottom: 38%;
}

#spiral {
    width: 70%;
    padding-bottom: 70%;
    background-image: url('spiral.svg');
    background-size: 100%;
    margin: 0 auto;
    margin-bottom: -45%;
    margin-top: -25%;
    transform: rotate(var(--spiralrotate));
    opacity: 0.15;
}

.btn, a.btn {
    display: block;
    background-color: #000AFF;
    border-radius: 3px;
    height: 54px;
    line-height: 50px;
    text-align: center;
    transition: all 0.2s ease;
    width: 100%;
    position: relative;
    color:#fff;
    cursor: pointer;
}

.btn.outline {
    border:1px #cfcac4 solid;
    height: 52px;
    width: calc(100% -2px);
    color:#cfcac4;
    background-color:  transparent;
}

.btn.grey {
    background-color: #9c9b99;
    color:#000;
}
.btn.grey:hover {
    background-color: #dcdad5;
}

.btn.black {
    background-color: #000;
    color:#fff;
}
.btn.black:hover {
    background-color: #1e1e1e;
}

.btn.blur.dark {
    background-color: #00000051;
    backdrop-filter: blur(8px);
}
.btn.blur.dark:hover {
    background-color: #00000078;
    backdrop-filter: blur(8px);
}

.btn.blur.light {
    background-color: #fdf5da59;
    backdrop-filter: blur(8px);
    color:#000;
}
.btn.blur.light:hover {
    background-color: #fdf5da79;
    backdrop-filter: blur(8px);
}



a.btn {
    text-decoration: none;
    cursor: pointer;
}

.btn:hover {
    background-color: #1e1e1e;
}

.btn.icon::after {
    content: '';
    display: inline-block;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 14px;
    transition: background-position-x 0.2s ease-in-out;
}

.btn.icon.right::after {
    right: 14px;
}
.btn.icon.left::after {
    left: 14px;
}

.btn.icon.arrow::after {
    background-image: url('icon_arrow.svg');
    background-position: 0% center;
}

.btn.icon.play::after {
    background-image: url('icon_play.svg');
    background-position: 0% center;
}

.btn.grey.icon.arrow::after {
    background-image: url('icon_arrow-b.svg');
}

.btn.light.icon.arrow::after {
    background-image: url('icon_arrow-b.svg');
}

.btn.icon:hover::after {
    background-position-x: 26px;
}

#arrowanimmotif h3 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 0;
    margin: 0 auto;
    line-height: 30px;
    font-weight: normal;
    font-size: 32px;
}

#arrowanimmotif {
    padding: 20% 0px;
    color:#fff;
    text-align: center;
    z-index: +10;
}



.arrowanim {
    width: 50px;
    height: 50px;
    background-image: url('longarrow.svg');
    background-size: 200px 50px;
    background-position: center right;
    animation: 3s infinite alternate arrowmoving ease-in-out;
    margin-top: 10px;
}
    
@keyframes arrowmoving {
    from {
        width: 50px;
    }

    to {
        width: 200px;
    }
}
  
@media screen and (max-width: 1100px) {
    #arrowanimmotif h3 {
        flex-direction: column;
        margin-bottom: 30px;
    }

    .arrowanim {
        transform: rotate(90deg);
    }

    @keyframes arrowmoving {
        from {
            width: 30px;
        }
    
        to {
            width: 90px;
        }
    }
}

.subtext {
    font-size: 14px;
}

.exampleprojects {
    width: 75%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    gap: 20px;
    padding-bottom: 40px;
}

.exampleprojects div {
    border-radius: 10px;
    padding: 30px;
    background-color: #1e1e1e;
    cursor: default;
}


.infotext {
    max-width: 380px;
    margin: 0 auto;
    text-align: center;
}

.infotext.larger {
    max-width: 480px;
}

.infotext.smaller {
    max-width: 320px;
}

.pricebox {
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;
    height: 600px;*/
    text-align: center;
    margin:6px;
    margin-bottom: 40px;
    max-width: 350px;
    width: 100%;
    cursor: default;
}

.pricebox h3 {
    font-weight: normal;
    padding: 0;
    margin: 0;
    font-size: 60px;
    font-family: "sprat-conlight";
    letter-spacing: -1px;
    padding-top: 30px;
}

.pricebox .btn {
    margin: 10px;
    width: auto;
    animation-timeline: none;
}

.pricebox div.subtext {
    margin: 10px auto;
    max-width: 180px;
    line-height: 1;
}

.pricebox .divider {
    margin: 40px 0px;
}

.pricebox .price {
    font-size: 44px;
    letter-spacing: -1px;
    padding-top: 50px;
}

.pricebox .price + .subtext {
    padding-bottom: 60px;
}


.pricebox .subtext.thread {
    border-radius: 40px;
    width: fit-content;
    margin: 0 auto;
    padding: 6px 12px;
}


#packageholder {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: +10000;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0.0;
    transition: all 0.3s ease;
    background-color: #000;
}

#packageholder .pricebox .btn {
    display: none;
}

#packageholder .pricebox, #moreinfo {
    min-height: 580px;
}

#moreinfo {
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    margin:6px;
    margin-bottom: 40px;
    cursor: default;
    border: 1px #9c9b99 solid;
    margin-left: 20px;
}

#moreinfo, #plangoeshere {
    position: relative;
    top: 180px;
    transition: all 0.4s cubic-bezier(.16,.9,.29,.99);
}

#plangoeshere {
    transition-duration: 0.3s;
}

#moreinfo > div {
    width: 50%;
    padding: 10px;
}

#moreinfo > div:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

#moreinfo > div:last-child {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#btnshere .btn {
    margin-top: 10px;
}

#moreinfo p {
    text-align: left;
    padding-right: 20px;
}

@media screen and (max-width: 1100px) {
    #moreinfo {
        flex-direction: column;
    }
    #plangoeshere {
        display: none;
    }
    #moreinfo > div {
        width: auto;
    }

    #moreinfo > div:first-child {
        padding: 40px 0;
    }

    #moreinfo p + p:last-child {
        padding-bottom: 30px;
    }

    #moreinfo p {
        padding-right: 0;
    }

    #packageholder {
        overflow-y: scroll;
    }
}






.pricebox.small {
    border: 1px #9c9b99 solid;
}
.pricebox.small .divider {
    height: 1px;
    background-color: #9c9b99;
}
.pricebox.small .subtext.thread {
    background-color: #9c9b99;
    color:#000
}

.pricebox.mid {
    border: 0px;
    background-color: #FFFF00;
    background-image: url('bg_yellow.png');
    background-size: cover;
    image-rendering: pixelated;
    background-position: center;
    color:#362705;
}
.pricebox.mid .divider {
    height: 1px;
    background-color: #b5b5b5;
    opacity: 0.3;
}
.pricebox.mid .subtext.thread {
    background-color: #362705;
    color:#FFFF00;
}

.pricebox.large {
    border: 0px;
    background-color: #000aff;
    color:#fff;
}
.pricebox.large .divider {
    height: 1px;
    background-color: #b5b5b5;
    opacity: 0.3;
}
.pricebox.large .subtext.thread {
    background-color: #fff;
    color:#000aff;
}





.pricebox.major {
    border: 0px;
    background-color: #131313;
    background-repeat: no-repeat;
    background-size: 150%;
    background-position: center -12%;
}
.pricebox.major .divider {
    height: 1px;
    background-color: #b5b5b5;
    opacity: 0.1;
}


.subtext.orb {
    border: 1px #353535 solid;
    width: 40%;
    padding: 50px;
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: -90px;
}

.question {
    color:#868175;
}

.question p:first-child {
    color:#cfcac4;
}

.question {
    margin: 40px 15%;
}

.middletext {
    margin: 20px 15%;
    line-height: 1.3;
}

#page {
    background-color: #000;
    margin-bottom: 700px;
    z-index: +1000;
}

.footer {
    height: 300px;
    width: 96%;
    background-color: #1e1e1e;
    position: fixed;
    bottom: 0px;
    z-index: -1;
    padding: 200px 2%;
    background-image: url("footerimg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.footer .links {
    width: 100%;
    height: 660px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.footer .email, #emaillink {
    animation: emailanim 0.2s ease-out;    
}

@keyframes emailanim {
    0% {letter-spacing: -8px;}
    50% {letter-spacing: 0.4px;}
    100% {letter-spacing: 0px;}
}

.footer .links a {
    text-decoration: none;
}

#leadvideo, #videoiframe, #ctavideoiframe {
    border-radius: 20px;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: +900;
    background-color: #ffffff12;
    backdrop-filter: blur(8px);
    line-height: 30px;
    transition: all 0.2s ease-in-out;
}

#header.small {
    background-color: #ffffff00;
    backdrop-filter: blur(0px);
    padding-top: 0.8vw;
}

#header a {
    text-decoration: none;
}
#header .links a {
    margin:0 1vw;
}

#header .login {
    float: right;
}


#header .logo {
    width: 170px;
    height: 34px;
    background-image: url('logo-light.svg');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-left: 1vw;
}
  
@media screen and (max-width: 1100px) {
    #header .links a {
        float: none;
    }
    #header .links {
        text-align: right;
    }

    .videoholder #textholder .text h1 {
        font-size: 70px;
        line-height: 10px;
        padding: 30px 0;
        letter-spacing: -2px;
    }

    .videoholder #textholder .text h1 span {
        font-size: 24px;
    }

    .videoholder #textholder .text .btn {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .question, .middletext {
        margin: 20px 0;
    }
    
    .exampleprojects {
        width: 100%;
        gap: 6px;
    }
    
    .exampleprojects div {
        border-radius: 10px;
        padding: 12px;
        background-color: #1e1e1e;
        cursor: default;
        font-size: 16px;
    }

    .infotext {
        width: 100%;
    }

    .negative, .negative.more {
        margin-top: 0;
    }

    .flax.w-25 {
        width: 50%;
    }
    .flax.w-75 {
        width: 100%;
    }
    h2 {
        margin: 0 0;
        font-size: 80px;
        letter-spacing: 0px;
    }

    .flax.l-25 {
        margin-left: 0%;
    }
    .flax.l-50 {
        margin-left: 0%;
    }
    .flax.l-75 {
        margin-left: 0%;
    }
    
    .flax.r-25 {
        margin-right: 0%;
    }
    .flax.r-50 {
        margin-right: 0%;
    }
    .flax.r-75 {
        margin-right: 0%;
    }
    
    .flax.noshrink.w-75 {
        width: 75%;
    }
    .flax.noshrink.w-50 {
        width: 50%;
    }
    .flax.noshrink.w-25 {
        width: 25%;
    }
}  

@media screen and (max-width: 660px) {
    body {
        font-size: 18px;
    }
    #landing {
        position: relative;
        margin-bottom: 0px;
    }

    #landingvideoholder {
        max-width: 1600px;
    }

    .landingtext {
        height: auto;
    }

    .landingtext #landingtextholder {
        position: relative;
        opacity: 1.0;
        bottom: 0;
    }

    .landingtext #landingtextholder p {
        width: auto;
        text-align: center;
    }

    .landingtext #landingtextholder p::before {
        content: 'Your brand in motion. ';
    }

    .landingtext #landingtextholder .btn {
        margin: 0 auto;
        max-width: 100%;
    }

    #landing .textleft, #landing .textright {
        display: none;
    } 
    
    .landinganim {
        transform: translate(0, 0px);
    }

    /*#header .links {
        position: absolute;
        top: 0;
        right: 0px;
        width:100%;
        background-color: #000;
        z-index: +999999999999;
        height: 10px;
        overflow: hidden;
    }


    #header .links:hover  {
        width: 100%;
        height: 100vh;
    }


    #header {
        z-index: +999999999999;
    }

    #header .links a {
        display: block;
        margin: 0;
        text-align: left;
        padding: 20px;
        margin-top: 20px;
        font-size: 60px;
    }

    #header .links a.login {
        position: absolute;
        bottom:120px;
    }*/

    #header .links {
        display: none;
    }

    #header .w-25 {
        width: 100%;
        text-align: center;
    }
    
    #header .wrapper {
        padding-bottom: 0;
    }

    #header, #header.small {
        background-color: #000;
    }

   

    #header .logo {
        height: 24px;
        width: 120px;
        margin: 0 auto;
    }

    #header {
        position: relative;
        line-height: 16px;
    }

    .videoholder #textholder {
        margin-bottom: 0;
        padding-top: 130%;
    }

    .videoholder #textholder .text .btn {
        margin-top: 60px;
    }

    .videoholder #textholder.fade .text {
        opacity: 1.0;
    }

    .flax.w-25, .flax.w-50, .flax.w-75 {
        width: 100%;
    }

    .flax.noshrink.w-75 {
        width: 75%;
    }
    .flax.noshrink.w-50 {
        width: 50%;
    }
    .flax.noshrink.w-25 {
        width: 25%;
    }

    h2 {
        margin: 0;
        font-size: 44px;
        text-align: center;
        letter-spacing: -2.4px;
    }

    .content {
        padding-bottom: 6vw;
    }

    .footer {
        position: relative;
        padding: 20px;
        width: auto;
        height: auto;
        z-index: +10;
        text-align: left;
        align-items: start;
    }

    .footer .subtext:last-child br {
        display: none;
    }

    .footer .subtext {
        font-size: 18px;
    }

    #page {
        margin-bottom: 100px;
    }

    .footer .links {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        height: 190px;
        justify-content: end;
        padding: 100px 0;
    }

    .footer .links a {
        display: block;
        padding-bottom: 10px;
        width: 48%;
    }

    .footer .subtext {
        padding: 30px 0;
    }

    


    .footer .logo {
        height: 150px;
        display: block;
        padding-top: 100px;
    }
    
}