#sell_files_v2 {
    color: #1A2533;
    font-family: AlbertaSans, Roboto, sans-serif;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
}
#sell_files_v2 * {
    box-sizing: border-box;
}

/* TEXT */

#sell_files_v2 .fa {
    width: 25px;
    margin-right: 10px;
    font-size: 20px;
    text-align: center;
    color: #0083FF;
    opacity: 0.4;
}

#sell_files_v2 .fa.arrow {
    width: auto;
    margin-right: 0;
    font-size: inherit;
    text-align: center;
    color: white;
    opacity: 1;
    padding-right: 5px;
}

#sell_files_v2 .fa-share-square {
    font-size: 25px;
}

#sell_files_v2 h1 {
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    margin: 0;
}

#sell_files_v2 h2 {
    font-weight: bold;
    font-size: 29px;
    line-height: 35px;
    margin-block-end: 1.5em;
    margin-block-start: 0.83em;
    padding: 20px 40px 0;
}

#sell_files_v2 h3 {
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    margin-block-start: 25px;
    margin-block-end: 25px;
    font-weight: normal;
}

#sell_files_v2 p {
    color: black;
    font-size: 16px;
    font-weight: normal;
    margin-block-end: 1em;
    margin-block-start: 1em;
}

#sell_files_v2 a {
    color: #1A2533;
    text-decoration: none;
}

#sell_files_v2 a.button {
    color: white;
}

#sell_files_v2 hr {
    border: 0;
    width: 100%;
    margin: 0;
    padding: 10px;
    background-image: none;
}

#sell_files_v2 ul {
    list-style-type: none;
}

#sell_files_v2 li {
    margin-top: 0;
}

/******/
.desktop {
    display: none;
}

#sell_files_v2 #hero_background {
    background-image: url("/images/sell_files_v2/hero-back.jpg");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
}
#sell_files_v2 #top_section {
    padding: 60px 40px 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}
body.glass #sell_files_v2 #top_section {
    padding: 145px 40px 0;
}
#sell_files_v2 #top_section img{
    object-fit: contain;
    padding: 40px 0;
}

#sell_files_v2 .dual {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
#sell_files_v2 .picture-last {
    flex-direction: column-reverse;
}
#sell_files_v2 .dual-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#sell_files_v2 .dual-item .desc,
#sell_files_v2 .dual-item .point-desc {
    line-height: 24px;
}
#sell_files_v2 .dual-item h2 {
    margin-top: 100px;
}
#sell_files_v2 .dual-item.picture img {
    width: 100%;
}



.background-two-tone {
    background: linear-gradient(#F3F3F3 75%, white 25%);
}

.background-one-tone {
    padding-left: 16px;
    padding-right: 16px;
}

.article {
    margin-bottom: 50px;
    margin: 0 auto;
    max-width: 1200px;
}

.button {
    background: #EE2B3A;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: none;
    color: white !important;
    cursor: pointer;
    display: inline-flex;
    text-decoration: none;
    font-weight: bold !important;
    font-size: 16px;
    line-height: 21px;
    overflow: hidden;
    text-align: center;
    z-index: 1;
    transition: 0.5s ease;
    min-height: 54px;
    
    vertical-align: top;
    margin: auto;
    box-shadow: none;
    align-items: center;
    justify-content: center;
    width: 290px;
    max-width: 290px;
    margin: auto;
}

.button:hover {
    background: #F75A20;
}

.image-grid {
    display: flex;
    flex-direction: column;
    flex-flow: wrap;
    justify-content: space-around;
    margin: 0;
}

.image-grid-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex: 1 1 0px;
    padding: 0 20px;
    transition: 0.5s ease;
}

.image-grid-item img {
    background: #F6F6F6;
    height: auto;
    max-width: 100%;
    min-width: 125px;
    transition: 0.5s ease;
}

/* Create a simple store for your digital content */
/******/

/* Start earning in 4 steps */

.start span {
    padding: 10px 15px;
    font-weight: bold, Roboto, Arial, sans-serif;
    font-size: 16px;
    line-height: 21px;
}
.start .image-grid-item {
    padding: 5px;
}
.start .image-grid-item img {
    background: none;
}
/******/

.article.button-section {
    margin: 60px auto 100px;
}

/* See what others are selling */

.see-what .image-grid {
    display: block;
}

.see-what .image-grid, .image-grid-item.image-grid {
    flex-flow: column wrap;
}

.see-what .image-grid-item {
    justify-content: center;
}

#sell_files_v2 .users-dual p {
    font-weight: bold;
    line-height: 20px;
    margin: 0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#sell_files_v2 .see-what ul.desktop-menu {
    display: none;
    padding: 0;
    text-align: left;
}

#sell_files_v2 .see-what li {
    display: inline;
}

#sell_files_v2 .see-what li.see_all {
    padding-top: 20px;
}

#sell_files_v2 .see-what li.see_all a {
    color: #0083FF;
    line-height: 26px;
    padding: 15px;
}
#sell_files_v2 .see-what li.get_started {
    padding-top: 10px;
}
#sell_files_v2 .see-what li.get_started a {
    background: #EE2B3A;
    color: white !important;
    line-height: 54px;
    height: 54px;
    padding: 15px;
    width: 245px;
}
#sell_files_v2 .see-what li.get_started a:hover {
    background: #F75A20;
}

.see-what {
    margin-bottom: 30px;
}
.see-what .button {
    background: none;
    color: #36494E !important;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 2px;
    margin: 0;
    padding: 0 15px;
    text-align: left;
    width: 166px;
    height: 35px;
    min-width: unset;
    justify-content: flex-start;
}
.see-what .button:hover {
    background: #DEEDFF;
    color: #1789FC !important;
}
.see-what .button.active {
    background: #DEEDFF;
    color: #1789FC !important;
}
.see-what .button.active:hover {
    background: #1789FC;
    color: white !important;
}

.products {
    display: none;
    flex-grow: 2;
}

.products.active {
    display: flex;
}

.products.image-grid a {
    align-self: center;
    height: fit-content;
    padding: 0;
}

.dropdown {
    display: inline-block;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}
.mobile-see-what {
    margin-top: 30px;
}

.dropbtn.button {
    align-items: center;
    background: #DEEDFF;
    border: none;
    color: #0083FF !important;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    width: 96%;
}
.dropbtn.button i{
    color: #0083FF !important;
}
.dropbtn.button:hover {
    background: #1789FC;
    color: white !important;
}
.dropbtn.button:hover i {
    color: white !important;
}

.dropbtn.button span {
    flex: 1;
    padding-left: 21px;
}

.dropdown-content {
    background-color: white;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    display: block;
    left: 0;
    margin: auto;
    padding-top: 5px;
    min-width: 150px;
    position: absolute;
    right: 0;
    width: 96%;
    max-width: 290px;
    z-index: 1;
}

.dropdown-content ul.mobile-menu {
    display: flex;
    flex-direction: column;
}

#sell_files_v2 .see-what li.see_all {
    padding-bottom: 10px;
}
#sell_files_v2 .see-what li.get_started {
    padding-bottom: 10px;
}
#sell_files_v2 .see-what ul.mobile-menu li.get_started a {
    width: 100%;
}

.dropdown-content ul.mobile-menu li .button {
    width: 100%;
    text-align: center;
    min-height: 42px;
}

.products.image-grid {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(1, minmax(125px, 1fr));
}

.cover-product-wrapper {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: grid;
}

.cover-product-wrapper::before {
    display: block;
    content: "";
    padding-bottom: 100%;
}

.products .image-grid-item {
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
}

.products .image-grid-item:hover img.profile-picture {
    background: none;
}

.users-dual {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
}

.image-cropper {
    border-radius: 50%;
    flex-shrink: 0;
    height: 50px;
    margin: 15px 0 15px 0;
    overflow: hidden;
    position: relative;
    width: 50px;
}

img.profile-picture {
    background: none;
    display: inline;
    height: 100%;
    margin: 0 auto;
    min-height: 0;
    min-width: 0;
    object-fit: cover;
    width: 100%;
}

.users-info {
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin-bottom: 15px;
    max-width: 100%;
}

#sell_files_v2 .users-info p:nth-child(2) {
    color: #0083FF;
    font-size: 12px;
    font-weight: normal;
}

/******/

/* Sell in three ways */

.sell-in .image-grid {
    flex-direction: column;
    flex-flow: wrap;
}

.sell-in .image-grid-item {
    justify-content: flex-end;
    padding: 0;
}

.sell-in .image-grid-item:first-child {
    min-width: 100%;
}

.sell-in .image-grid-item img {
    background: none;
    margin: 0;
    min-width: auto;
    width: 90%;
}
.sellasyouwish {
    border-radius: 15px;
    box-shadow: 0 0 16px 0 rgb(0 0 0 / 15%);
}
.selling-ways {
    margin-bottom: 30px;
    padding: 0 16px;
    width: 100%;
}

.sell-grid {
    display: flex;
    margin-top: 20px;
}

.icon {
    align-self: center;
    width: unset !important;
}


.sell-grid-item {
    flex: 1 1 0px;
    text-align: start;
}

.sell-grid-item:first-child {
    display: flex;
    justify-content: center;
    padding: 5px;
}

.sell-grid-item:nth-child(2) {
    flex-grow: 10;
    padding-left: 15px;
}

#sell_files_v2 .sell-grid ul, 
.sell-grid li {
    color: #1A2533;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    margin: 0;
    padding: 0;
    text-align: left;
}

#sell_files_v2 .sell-grid li:first-child {
    font-weight: bold;
}

/******/

/* No hidden fees */
#calc_background {
    background-image: url("/images/sell_files_v2/calculator-back.jpg");
    background-repeat: no-repeat;
    background-size: auto 80%;
    background-position: top center;
    margin-top: 300px;
}
.fees .image-grid {
    flex-direction: column;
    position: relative;
    top: -250px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.fees .image-grid-item {
    justify-content: center;
    flex: 1;
}

.fees .image-grid-item:first-child {
    flex-grow: 1;
}

.fees .image-grid-item:nth-child(2) {
    flex-grow: 1;
}

#sell_files_v2 .fees p {
    color: #364962;
}
.nohidden-desc.mobile {
    position: relative;
    top: -200px;
    padding: 16px;
}

.fees a {
    font-weight: bold;
    margin: auto;margin-top: 50px;
    padding: 16px;
    width: 100%;
    min-width: unset;
}

.calculator {
    border-radius: 10px;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    padding: 20px;
    background: white;
}
.calculator h3 {
    font-weight: bold !important;
}

.calc-row {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
}

#sell_files_v2 .calc-row p {
    padding-right: 15px;
    text-align: left;
    width: calc(100% - 100px);
}

#sell_files_v2 .calc-row.transaction p {
    padding-right: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    margin-top: 20px;
}

.calc-row input {
    border: 1px solid #D8D8D8;
    color: #364962;
    font-size: 16px;
    height: 40px;
    outline: none;
    padding: 0 5px;
    text-align: right;
    width: 82px;
}

.calc-row .result-wrapper {
    display: table;
}

#sell_files_v2 .calc-row .result {
    border: 1px solid rgba(255, 255, 255, 0);
    display: table-cell;
    font-family: Arial;
    height: 40px;
    margin: 0;
    max-width: 82px;
    overflow: hidden;
    padding: 0 5px;
    text-align: right;
    vertical-align: middle;
    white-space: nowrap;
    width: 82px;
}

/******/

/* Explore other product offerings */

.image-grid a {
    color: #0F0F0F;
}

.image-grid a.image-grid-item:hover {
    transform: scale(1.05);
}

.image-grid a.image-grid-item:hover img {
    background: #e9e9e9;
}

.explore {
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 100px;
    text-align: center;
}

.explore .description {
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    font-weight: 400;
}

.explore .description-title {
    font-size: 16px;
    line-height: 34px;
    margin: 5px 0;
    padding-top: 10px;
    font-weight: bold;
}

/******/

/**  Mixes video ***/
.mixes {
    margin-bottom: 100px;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* The height of the item will now be 56.25% of the width. */
}

.mixes-video {
    max-width: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;  
}

/******/

/**  Try or start ***/

.sell_files_pointed_text {
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
}

.sell_files_pointed_text hr {
    display: inline-block;
    background: #2c3e52;
    margin-top: 8px;
    opacity: 0.4;
    width: 100%;
}

.sell_files_pointed_text_inner {
    color: #008ddf;
    display: inline-block;
    margin-top: 2px;
    background: white;
    padding: 0 20px;
    right: 50%;
    transform: translateX(-50%);
    position: absolute;
    line-height: 10px;
    font-size: 16px;
    position: relative;
    font-weight: normal;
}

.sell_files_pointed_text_pointer {
    display: inline-block !important;
    background: url('/images/sell_files/pointer-arrow.svg') no-repeat;
    background-size: 16px 14px;
    height: 16px;
    width: 20px;
    margin-right: 8px;
    margin-top: -2px;
}

.try_or_start .sell_files_bottom_buttons {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}

.try_or_start .sell_files_bottom_buttons .standard_button_fl {
    display: inline-block;
    height: auto;
    font-weight: normal;
    border-radius: 5px;
}

.try_or_start .sell_files_bottom_buttons .standard_button_fl:first-of-type {
    margin-right: 64px;
}

.try_or_start .sell_files_bottom_buttons .standard_button_fl:first-of-type, 
.try_or_start_repeat .standard_button_fl_outline_white {
    box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}

.try_or_start_repeat .standard_button_fl_outline_white {
    border: 1px solid white !important;
    color: white !important;
    background: none;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1) inset;
}

.sell_files_bottom_buttons_right_icon_arrow_white {
    background-image: url("/images/sell_files/arrow-white.svg") !important;
    opacity: 1 !important;
}

.try_or_start_repeat {
    background: #fc4452 !important;
    padding-top: 80px;
    padding-bottom: 100px;
    overflow: hidden;
}

.try_or_start_repeat .standard_button_fl_white {
    background: white;
    border: 1px solid white;
    color: #546D7F;
}

.try_or_start_repeat .standard_button_fl_white:before {
    background-image: url("/images/sell_files/arrow-semiblue.svg") !important;
}

.try_or_start_create_account_header {
    font-size: 36px;
    font-weight: 300 !important;
    color: white;
    text-align: center;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 36px;
    font-weight: normal;
}

.try_or_start_repeat .sell_files_bottom_buttons {
    padding-top: 45px;
    padding-bottom: 30px;
}

.try_or_start.try_or_start_repeat .sell_files_bottom_buttons .standard_button_fl:first-of-type {
    margin-right: 20px;
}

.try_or_start.try_or_start_repeat .sell_files_bottom_buttons .standard_button_fl:first-of-type:before {
    background-image: url("/images/sell_files/arrow-white.svg");
}

.try_or_start_repeat .sell_files_pointed_text {
    max-width: 664px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    color: white !important;
}

.try_or_start_repeat .sell_files_pointed_text_pointer {
    background-image: url("/images/sell_files/pointer-arrow-white.svg");
    background-size: 16px 14px;
}

.try_or_start_repeat .sell_files_pointed_text_inner {
    color: rgb(255, 255, 255) !important;
    background: #fc4452;
    font-weight: 300;
}

#sell_files_v2 .try_or_start_repeat .sell_files_pointed_text hr {
    background: white !important;
    opacity: 0.2;
    padding: 0;
}

@media only screen and (max-width: 900px) {
    .try_or_start_create_account_header {
        font-size: 38px;
    }
    .try_or_start .sell_files_bottom_buttons .standard_button_fl:first-of-type {
        margin-right: 24px;
    }
}

@media only screen and (max-width: 810px) {
    .try_or_start .sell_files_bottom_buttons {
        padding: 40px 0;
    }
}

@media only screen and (max-width: 670px) {
    .try_or_start_create_account_header {
        font-size: 32px;
    }
    .try_or_start .sell_files_bottom_buttons .standard_button_fl:first-of-type {
        margin-bottom: 20px;
    }
    .try_or_start .sell_files_bottom_buttons .standard_button_fl {
        margin-right: 25px !important;
        margin-left: 25px !important;
    }
}

@media only screen and (max-width: 480px) {
    .try_or_start_create_account_header {
        font-size: 28px;
        padding-top: 0px;
    }
}

@media only screen and (max-width: 390px) {
    .sell_files_pointed_text_pointer {
        display: none !important;
    }
    .try_or_start_repeat .sell_files_pointed_text_inner {
        font-size: 15px;
    }
}

/****/
@media only screen and (min-width: 350px) {
    .products.image-grid {
        grid-template-columns: repeat(2, minmax(125px, 1fr));
    }
}

@media only screen and (min-width: 600px) {
    .desktop {
        display: block;
    }
    .mobile {
        display: none;
    }
    .button {
        height: 54px;
        min-width: 380px;
        font-size: 18px;
        line-height: 24px;margin: 0;
        width: fit-content;
    }
    #sell_files_v2 #top_section {
        padding: 75px 60px;
        text-align: left;
        display: block;
        min-height: auto;
        margin-bottom: 150px;
    }
    body.glass #sell_files_v2 #top_section {
        padding: 160px 60px 75px;
    }
    #sell_files_v2 #top_section .dual {
        flex-direction: row;
    }
    #sell_files_v2 #top_section img {
        max-height: 70vh;
        padding: 0;
    }
    


    .create {
        padding-top: 200px;
    }
    #sell_files_v2 h1 {
        font-size: 50px;
        line-height: 60px;
        margin: 0;
    }
    #sell_files_v2 h2 {
        font-size: 42px;
        line-height: 60px;
    }
    #sell_files_v2 h3 {
        font-size: 28px;
        line-height: 40px;
        margin-block-start: 10px;
        margin-block-end: 30px;
    }
    .products {
        flex-direction: row;
        
    }
    .products.image-grid {
        grid-template-columns: repeat(2, minmax(125px, 1fr));
    }
    .image-grid-item.image-grid {
        flex-flow: wrap;
    }
    .article {
        margin-bottom: 100px;
    }
    .article.start {
        margin-bottom: 75px;
    }
    .see-what {
        margin-bottom: 30px;
        max-width: 1050px;
    }
    .article.faq {
        margin-bottom: 0;
    }
    .article.faq h2{
        text-align: center;
    }
    .imgbox, .background-one-tone {
        padding-left: 2vh;
        padding-right: 2vh;
    }
    #calc_background {
        background-size: auto 100%;
        margin-bottom: 100px;
        margin-top: 200px;
    }
    .fees  {
        margin-bottom: 60px;
    }
    .fees .image-grid {
        flex-direction: row;
        position: unset;
        top: unset;
    }
    .fees p {
        max-width: 350px;
        text-align: left;
    }
    .fees .image-grid-item:first-child {
        padding-left: 60px;
    }
    #sell_files_v2 .fees .image-grid-item h2 {
        margin-bottom: 0;
        text-align: left;
        padding: 0;
    }
    .calculator {
        padding: 40px;
        top: -50px;
        position: relative;
        max-width: 450px;
    }
    .explore {
        padding-bottom: 50px;
    }
    .explore .description-title {
        margin: 15px 0;
    }
}

@media only screen and (min-width: 768px) {
    .image-grid {
        flex-direction: row;
    }
    .see-what .image-grid {
        display: flex;
        flex-flow: row wrap;
    }
    
    .sell-in .image-grid-item:nth-child(2) {
        align-items: flex-start !important;
    }
    .sell-in .image-grid-item:first-child {
        flex-grow: 1;
        min-width: 500px;
    }
    .sell-in .image-grid-item img {
        width: 80%;
    }
    #sell_files_v2 hr.two-by-two {
        display: none;
    }
    #sell_files_v2 .products hr.two-by-two {
        display: block;
    }
    #sell_files_v2 .see-what ul.desktop-menu {
        display: block;
    }
     #sell_files_v2 .see-what .products {
        flex-grow: 6;
    }
    #sell_files_v2 .see-what .image-grid-item:first-child {
        flex-grow: 4;
    }
    #sell_files_v2 .see-what .dropdown,
    .mobile-see-what {
        display: none;
    }
    #sell_files_v2 .see-what li {
        display: block;
    }
    .article {
        margin-bottom: 150px;
    } 
    .article.button-section {
         margin-bottom: 150px;
    }
    .fees  {
        margin-bottom: 60px;
    }
    #sell_files_v2 .see-what h2 {
        padding: 0;
        padding-right: 30px;
        text-align: left;
        margin-bottom: 20px;
    }
    
    .see-what .button,
    #sell_files_v2 .see-what li.get_started a {
        height: 42px;
        min-height: 42px;
    }
    #sell_files_v2 .see-what li.get_started a {
        justify-content: center;
    }
    .explore {
        text-align: left;
    }
    .explore h2 {
        text-align: center;
    }
    .sell-grid-item:nth-child(2) {
        padding-left: 20px;
    }
}

@media only screen and (min-width: 992px) {
    #sell_files_v2 #top_section {
        padding: 75px 20px;
    }
    body.glass #sell_files_v2 #top_section {
        padding: 160px 20px 75px;
    }
    
    .wrapper:first-child {
        padding-top: 150px;
    }
    .imgbox {
        padding-left: 15vh;
        padding-right: 15vh;
    }
    .sell-in .image-grid-item:first-child {
        display: flex;
    }
    #sell_files_v2 .sell-in .image-grid-item h2 {
        margin-left: 0;
        position: relative;
        text-align: left;
        margin-bottom: 10px;
    }
    #sell_files_v2 .users-dual p {
        text-align: left;
    }
    .users-dual {
        flex-direction: row;
    }
    .image-cropper {
        margin: 15px 0 15px 15px;
    }
    .users-info {
        flex-flow: column;
        justify-content: left;
        margin-bottom: 0;
        margin-left: 15px;
    }
}