﻿.my_btn_a_white_outline {
    text-decoration: none;
    display: inline-block;
    border: none;
    border-radius: 4px;
    background-color: transparent;
    font-size: .875rem;
    font-weight: 700;
    color: white;
    box-shadow: inset 0 0 0 1px white;
    padding: 20px 40px 20px 40px;
    width: 100%;
}

    .my_btn_a_white_outline:hover {
        text-decoration: none;
        display: inline-block;
        border: none;
        border-radius: 4px;
        background-color: transparent;
        font-size: .875rem;
        font-weight: 700;
        color: white;
        box-shadow: inset 0 0 0 2px white;
        padding: 20px 40px 20px 40px;
        width: 100%;
    }

.my_btn_a_white {
    text-decoration: none;
    display: inline-block;
    border: none;
    border-radius: 4px;
    background-color: white;
    font-size: .875rem;
    font-weight: 700;
    color: #4a154b;
    padding: 20px 40px 20px 40px;
    width: 100%
}

    .my_btn_a_white:hover {
        text-decoration: none;
        display: inline-block;
        border: none;
        border-radius: 4px;
        background-color: white;
        font-size: .875rem;
        font-weight: 700;
        color: #4a154b;
        box-shadow: inset 0 0 0 2px #611f69;
        padding: 20px 40px 20px 40px;
        width: 100%
    }

.my_btn_a_theme {
    text-decoration: none;
    display: inline-block;
    border: none;
    border-radius: 4px;
    background-color: #611f69;
    font-size: .875rem;
    font-weight: 700;
    color: white;
    padding: 20px 40px 20px 40px;
    width: 100%;
}

    .my_btn_a_theme:hover {
        text-decoration: none;
        display: inline-block;
        border: none;
        border-radius: 4px;
        background-color: #4a154b;
        font-size: .875rem;
        font-weight: 700;
        color: white;
        padding: 20px 40px 20px 40px;
        width: 100%;
    }

.my_responsive_h1 {
    font-size: 1.9rem;
    font-weight: 700;
}

.my_responsive_h3 {
    font-size: 1.6rem;
    font-weight: 700;
}

.my_responsive_h5 {
    font-size: 1.1rem;
    font-weight: 600;
}

.my_footer_section {
    background: #4a154b;
    border: none;
    clip-path: ellipse(105% 100% at center top);
    padding-bottom: 6rem !important;
    height: auto;
    min-height: 370px;
}

@media (min-width: 576px) {
    .my_btn_a_theme {
        text-decoration: none;
        display: inline-block;
        border: none;
        border-radius: 4px;
        background-color: #611f69;
        font-size: .875rem;
        font-weight: 700;
        color: white;
        padding: 20px 40px 20px 40px;
        width: 100%;
    }

        .my_btn_a_theme:hover {
            text-decoration: none;
            display: inline-block;
            border: none;
            border-radius: 4px;
            background-color: #4a154b;
            font-size: .875rem;
            font-weight: 700;
            color: white;
            padding: 20px 40px 20px 40px;
            width: 100%;
        }

    .my_responsive_h1 {
        font-size: 2.4rem;
        font-weight: 700;
    }

    .my_responsive_h3 {
        font-size: 1.8rem;
        font-weight: 700;
    }

    .my_responsive_h5 {
        font-size: 1.2rem;
        font-weight: 600;
    }

    .my_footer_section {
        background: #4a154b;
        border: none;
        clip-path: ellipse(105% 100% at center top);
        padding-bottom: 6rem !important;
        height: auto;
        min-height: 370px;
    }
}

@media (min-width: 768px) {
    .my_btn_a_white_outline {
        text-decoration: none;
        display: inline-block;
        border: none;
        border-radius: 4px;
        background-color: transparent;
        font-size: .875rem;
        font-weight: 700;
        color: white;
        box-shadow: inset 0 0 0 1px white;
        padding: 20px 40px 20px 40px;
        width: auto;
    }

        .my_btn_a_white_outline:hover {
            text-decoration: none;
            display: inline-block;
            border: none;
            border-radius: 4px;
            background-color: transparent;
            font-size: .875rem;
            font-weight: 700;
            color: white;
            box-shadow: inset 0 0 0 2px white;
            padding: 20px 40px 20px 40px;
            width: auto;
        }

    .my_btn_a_white {
        text-decoration: none;
        display: inline-block;
        border: none;
        border-radius: 4px;
        background-color: white;
        font-size: .875rem;
        font-weight: 700;
        color: #4a154b;
        padding: 20px 40px 20px 40px;
        width: auto;
    }

        .my_btn_a_white:hover {
            text-decoration: none;
            display: inline-block;
            border: none;
            border-radius: 4px;
            background-color: white;
            font-size: .875rem;
            font-weight: 700;
            color: #4a154b;
            box-shadow: inset 0 0 0 2px #611f69;
            padding: 20px 40px 20px 40px;
            width: auto;
        }

    .my_btn_a_theme {
        text-decoration: none;
        display: inline-block;
        border: none;
        border-radius: 4px;
        background-color: #611f69;
        font-size: .875rem;
        font-weight: 700;
        color: white;
        padding: 20px 40px 20px 40px;
        width: 100%;
    }

        .my_btn_a_theme:hover {
            text-decoration: none;
            display: inline-block;
            border: none;
            border-radius: 4px;
            background-color: #4a154b;
            font-size: .875rem;
            font-weight: 700;
            color: white;
            padding: 20px 40px 20px 40px;
            width: 100%;
        }

    .my_responsive_h1 {
        font-size: 2.9rem;
        font-weight: 700;
    }

    .my_responsive_h3 {
        font-size: 2.0rem;
        font-weight: 700;
    }

    .my_responsive_h5 {
        font-size: 1.3rem;
        font-weight: 600;
    }

    .my_footer_section {
        background: #4a154b;
        border: none;
        clip-path: ellipse(75% 100% at center top);
        height: auto;
        min-height: 370px;
    }
}

.my_input {
    background-color: #fff;
    color: #454545;
    text-decoration: none;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: normal;
    font-size: 1rem;
    border: 1px solid #696969;
    border-radius: 4px;
    box-shadow: none;
    padding: 1.15rem 1rem;
    display: inline-block;
    width: 100%;
}

    .my_input:focus {
        background-color: #fff;
        color: #454545;
        text-decoration: none;
        font-weight: 400;
        line-height: 1.25;
        letter-spacing: normal;
        font-size: 1rem;
        border: 1px solid #611f69;
        border-radius: 4px;
        box-shadow: none;
        outline: 0;
        padding: 1.15rem 1rem;
        display: inline-block;
        width: 100%;
    }

.my_a {
    font-size: .875rem;
    font-weight: 700;
    color: #1264A3;
    text-decoration: none;
}

    .my_a:hover {
        font-weight: 700;
        color: #454545;
        text-decoration: none;
    }

.my_btn_a_theme_navbar {
    text-decoration: none;
    display: inline-block;
    border: none;
    border-radius: 4px;
    background-color: #611f69;
    font-size: .875rem;
    font-weight: 700;
    color: white;
    padding: .75rem 1rem;
}

    .my_btn_a_theme_navbar:hover {
        text-decoration: none;
        display: inline-block;
        border: none;
        border-radius: 4px;
        background-color: #4a154b;
        font-size: .875rem;
        font-weight: 700;
        color: black;
        padding: .75rem 1rem;
    }


.my_container {
    overflow: hidden;
    padding: 7rem 0 3rem !important;
}


.my_nav {
    width: 100%;
    display: block;
}

@keyframes slide-in--down {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes slide-out--up {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-100%);
    }
}

.my_nav_primary {
    padding: 0;
    height: 80px;
    background-color: transparent;
    border-bottom: none;
    z-index: 1000;
    top: 0;
    position: absolute;
}

    .my_nav_primary.is-fixed {
        background-color: transparent;
        position: fixed;
        border-bottom: none;
        box-shadow: none;
        animation: slide-in--down 420ms cubic-bezier(.165,.84,.44,1);
        padding-left: 10px;
        padding-right: 10px;
    }

    .my_nav_primary.dismiss_nav {
        animation: slide-out--up 420ms cubic-bezier(.165,.84,.44,1);
    }

.is-fixed .my_inner_nav_primary {
    max-width: 81.25rem;
    background-color: #ffffff;
    box-shadow: 0 4px 40px rgba(0,0,0,.08);
    border-radius: 50px;
    margin-top: .5rem;
    padding: 0 2.225rem;
}

.my_nav_row {
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.fastmag_logo {
    display: flex;
    align-items: center;
    width: 125px;
}

    .fastmag_logo a {
        line-height: inherit;
        display: inline-block;
        font-size: 0;
        padding: 0;
        border: none;
    }

.my_nav_list {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    margin: 0;
}

.my_nav_primary_listitem {
    display: inline-block;
    padding: 1rem;
    font-weight: 700;
    font-size: .9375rem;
    padding-left: .225rem;
    padding-right: .225rem;
}


body {
    font-family: "Helvetica Neue",Helvetica,"Segoe UI",Tahoma,Arial,sans-serif;
}

html {
    font-size: 16px;
    color: #1d1d1d;
}


*, ::after, ::before {
    box-sizing: inherit;
}

.my_marquee {
    overflow: hidden;
    scroll-behavior: smooth;
    height: 410px;
}

.my_marquee_container {
    display: flex;
    align-items: center;
    overflow-x: auto;
    width: calc(5250px);
    height: 410px;
}

.my_marquee.is-animated .my_marquee_container.is-hover, .my_marquee.is-animated .my_marquee_container:focus-within, .my_marquee.is-animated .my_marquee_container:hover {
    animation-play-state: paused;
}

.my_marquee.is-hover .my_marquee_item.is-hover, .my_marquee.is-hover .my_marquee_item:hover, .my_marquee:hover .my_marquee_item.is-hover, .my_marquee:hover .my_marquee_item:hover {
    color: #696969;
}

.my_marquee.is-hover .my_marquee_item, .my_marquee:hover .my_marquee_item {
    color: rgba(105,105,105,.5);
}

    .my_marquee.is-hover .my_marquee_item.is-hover .my_marquee_attribution, .my_marquee.is-hover .my_marquee_item.is-hover::before, .my_marquee.is-hover .my_marquee_item:hover .my_marquee_attribution, .my_marquee.is-hover .my_marquee_item:hover::before, .my_marquee:hover .my_marquee_item.is-hover .my_marquee_attribution, .my_marquee:hover .my_marquee_item.is-hover::before, .my_marquee:hover .my_marquee_item:hover .my_marquee_attribution, .my_marquee:hover .my_marquee_item:hover::before {
        opacity: 1;
    }

    .my_marquee.is-hover .my_marquee_item .my_marquee_attribution, .my_marquee.is-hover .my_marquee_item::before, .my_marquee:hover .my_marquee_item .my_marquee_attribution, .my_marquee:hover .my_marquee_item::before {
        opacity: .2;
        transition: opacity .25s ease-in-out;
    }

.my_marquee.is-animated {
    position: relative;
    transform: translate3d(0,0,0);
}

    .my_marquee.is-animated .my_marquee_container {
        position: absolute;
        top: 0;
        left: 0;
        transform: translate3d(0,0,0);
        animation: moveCustomerStories 50s linear infinite;
    }

@keyframes moveCustomerStories {
    100% {
        -webkit-transform: translateX(-2900px);
        transform: translateX(-2900px);
    }
}

.my_marquee_item {
    box-shadow: 0 0 2rem rgba(0,0,0,.1);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    color: #696969;
    width: 240px;
    min-height: 150px;
    padding: 1rem;
    border: 0;
    margin-left: 25px;
    margin-right: 25px;
    cursor: pointer;
    text-decoration: none;
    word-break: break-word;
}

    .my_marquee_item:nth-child(2n)::before {
        top: auto;
        bottom: 50px;
    }

    .my_marquee_item:nth-child(2n+1) {
        margin-bottom: 100px;
    }

    .my_marquee_item:nth-child(5n+1)::before {
        background-image: url(https://a.slack-edge.com/80588/spacesuit/source/images/blobs/blob-2.png);
    }

    .my_marquee_item:nth-child(5n+2)::before {
        background-image: url(https://a.slack-edge.com/80588/spacesuit/source/images/blobs/blob-3.png);
    }

    .my_marquee_item:nth-child(5n+3)::before {
        background-image: url(https://a.slack-edge.com/80588/spacesuit/source/images/blobs/blob-4.png);
    }

    .my_marquee_item:nth-child(5n+4)::before {
        background-image: url(https://a.slack-edge.com/80588/spacesuit/source/images/blobs/blob-5.png);
    }

.my_marquee:hover .my_marquee_item:hover {
    color: #696969;
    box-shadow: 0 0 2rem rgba(0,0,0,.1);
}

.my_marquee_text {
}

.my_marquee_attribution {
    margin-top: 1rem;
    align-self: flex-start;
}

.my_marquee_item::before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 55px;
    left: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    width: 234px;
    height: 182px;
    background-image: url(https://a.slack-edge.com/80588/spacesuit/source/images/blobs/blob-1.png);
}

.my_marquee::after {
    content: '';
    display: block;
    position: absolute;
    background: linear-gradient(to right,#fff 0,rgba(255,255,255,0) 15%,rgba(255,255,255,0) 85%,#fff 100%);
    height: 410px;
    width: 100%;
    pointer-events: none;
}

.my_a_1 {
    color: #1264a3;
    text-decoration: none;
}

    .my_a_1:hover {
        color: #0b4c8c;
        text-decoration: underline;
    }

.my_a_gray {
    color: #696969;
    text-decoration: none;
}

    .my_a_gray:hover {
        color: #0b4c8c;
        text-decoration: underline;
    }

button[disabled]{
    cursor: not-allowed;
}