:root {
    --color-primary: #FF63B2;
    --color-secondary: #337dff;
    --color-secondary-rgb: #fd4766;
    --color-tertiary: #010001;
    --color-dark: #000;
    --color-heading: #1f1f25;
    --color-body: #1d1d24;
    --color-gray: #757575;
    --color-midgray: #e9ecef;
    --color-opacity-1: hsla(0, 0%, 100%, 0.2);
    --color-light: #e4e6ea;
    --color-lighter: #ced0d4;
    --color-lightest: #f0f2f5;
    --color-border: #e6e6e6;
    --color-white: #fff;
    --color-success: #3eb75e;
    --color-danger: #ff0003;
    --color-warning: #ff8f3c;
    --color-info: #1ba2db;
    --color-facebook: #3b5997;
    --color-twitter: #1ba1f2;
    --color-youtube: #ed4141;
    --color-linkedin: #0077b5;
    --color-pinterest: #e60022;
    --color-instagram: #c231a1;
    --color-vimeo: #00adef;
    --color-twitch: #6441a3;
    --color-discord: #7289da;
    --color-extra01: #666;
    --color-extra02: #606770;
    --color-extra03: #fbfbfd;
    --color-extra04: #1a1a1a;
    --color-extra05: #242424;
    --radius: 10px;
    --radius-big: 16px;
    --radius-small: 6px;
    --border-width: 2px;
    --p-light: 300;
    --p-regular: 400;
    --p-medium: 500;
    --p-semi-bold: 600;
    --p-bold: 700;
    --p-extra-bold: 800;
    --p-black: 900;
    --s-light: 300;
    --s-regular: 400;
    --s-medium: 500;
    --s-bold: 700;
    --s-black: 900;
    --shadow-primary: 0px 4px 10px rgba(37, 47, 63, 0.1);
    --shadow-light: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
    --shadow-dark: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
    --transition: 0.3s;
    --font-primary: "Montserrat", sans-serif;
    --secondary-font: "Montserrat", sans-serif;
    --font-size-b1: 18px;
    --font-size-b2: 16px;
    --font-size-b3: 14px;
    --font-size-b4: 12px;
    --line-height-b1: 1.67;
    --line-height-b2: 1.5;
    --line-height-b3: 1.6;
    --line-height-b4: 1.3;
    --h1: 44px;
    --h2: 36px;
    --h3: 30px;
    --h4: 24px;
    --h5: 18px;
    --h6: 16px
}

article, aside, details, figcaption, figure, footer, header, nav, section, summary {
    display: block
}

audio, canvas, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

button, html, input, select, textarea {
    font-family: Source Sans Pro, Helvetica, sans-serif
}

a {
    color: #ca3c08;
    text-decoration: none
}

a:visited {
    color: #ac0404
}

a:focus {
    outline: thin dotted
}

a:active, a:hover {
    color: #ea9629;
    outline: 0
}

a:hover {
    text-decoration: underline
}

address {
    font-style: italic;
    margin: 0 0 24px
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #010001
}

p {
    margin: 0 0 24px
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 14px;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
}

pre {
    background: #f5f5f5;
    color: #666;
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

blockquote, q {
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: "";
    content: none
}

blockquote {
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin: 24px 40px
}

blockquote blockquote {
    margin-right: 0
}

blockquote cite, blockquote small {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase
}

blockquote em, blockquote i {
    font-style: normal;
    font-weight: 300
}

blockquote b, blockquote strong {
    font-weight: 400
}

small {
    font-size: smaller
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

dl {
    margin: 0 20px
}

dt {
    font-weight: 700
}

dd {
    margin: 0 0 20px
}

menu, ol, ul {
    margin: 16px 0;
    padding: 0 0 0 40px
}

ul {
    list-style-type: square
}

nav ol, nav ul {
    list-style: none;
    list-style-image: none
}

li > ol, li > ul {
    margin: 0
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle
}

svg:not(:root) {
    overflow: hidden
}

figure, form {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    min-width: inherit;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline
}

button, input {
    line-height: normal
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    cursor: pointer
}

button[disabled], input[disabled] {
    cursor: default
}

input[type=checkbox], input[type=radio] {
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    padding-right: 2px;
    width: 270px
}

input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%
}

caption, td, th {
    font-weight: 400;
    text-align: left
}

caption {
    font-size: 16px;
    margin: 20px 0
}

th {
    font-weight: 700;
    text-transform: uppercase
}

td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0
}

del {
    color: #333
}

ins {
    background: #fff9c0;
    text-decoration: none
}

hr {
    background-size: 4px 4px;
    border: 0;
    height: 1px;
    margin: 0 0 24px
}

* {
    box-sizing: border-box
}

img {
    max-width: 100%
}

html {
    overflow: hidden;
    overflow-y: auto
}

body {
    overflow: hidden;
    font-size: 18px;
    font-size: var(--font-size-b1);
    line-height: 1.67;
    line-height: var(--line-height-b1);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Montserrat, sans-serif;
    font-family: var(--font-primary);
    color: #757575;
    color: var(--color-gray);
    font-weight: 400;
}
.bg {
    position: fixed;
    top: 0;
    left: 0;
    background-image: url(../img/sell-background.jpg);
    background-size: cover;
    bottom: 0;
    right: 0;
}

a {
    transition: all .4s ease-in-out 0s
}

.h1, .h2, .h3, .h4, .h5, .h6, address, blockquote, caption, dd, dl, h1, h2, h3, h4, h5, h6, hr, menu, ol, p, pre, table, ul {
    margin: 0 0 15px
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat, sans-serif;
    line-height: 1.4074;
    color: #1f1f25
}

.h1, h1 {
    font-size: 44px;
    font-size: var(--h1)
}

.h2, h2 {
    font-size: 36px;
    font-size: var(--h2)
}

.h3, h3 {
    font-size: 30px;
    font-size: var(--h3)
}

.h4, h4 {
    font-size: 24px;
    font-size: var(--h4)
}

.h5, h5 {
    font-size: 18px;
    font-size: var(--h5)
}

.h6, h6 {
    font-size: 16px;
    font-size: var(--h6)
}


.h1, .h2, .h3, h1, h2, h3 {
    font-weight: bold
}

.h4, .h5, h4, h5 {
    font-weight: 600
}

.h6, h6 {
    font-weight: 500
}

p {
    font-size: 18px;
    font-size: var(--font-size-b1);
    line-height: 1.67;
    line-height: var(--line-height-b1);
    margin-bottom: 30px
}

@media only screen and (max-width: 767px) {
    p {
        font-size: 16px !important;
        line-height: 28px !important
    }
}

@media only screen and (max-width: 767px) {
    p br {
        display: none
    }
}

a:active, a:focus, a:hover {
    text-decoration: none;
    outline: none
}

a:visited {
    color: inherit
}

button, input, select, textarea {
    background: transparent;
    border: 1px solid #d4d4d4;
    transition: all .4s ease-out 0s;
    color: #1d1d24
}

button:active, button:focus, input:active, input:focus, select:active, select:focus, textarea:active, textarea:focus {
    outline: none;
    border-color: #fd4766;
    border-color: var(--color-primary)
}

input, select, textarea {
    width: 100%;
    font-size: 14px
}

input, select {
    height: 40px;
    padding: 0 14px;
    background-color: rgba(255,255,255,0.6);
    border-radius: 3px;
    border: 2px solid #0074FF;
}

.section-title span.subtitle, .theme-gradient, a.btn-transparent {
    background: #fd4766;
    background: var(--color-primary);
    background: linear-gradient(120deg, #1c99fe 20.69%, #7644ff 50.19%, #fd4766 79.69%);
    background: linear-gradient(120deg, #1c99fe 20.69%, #7644ff 50.19%, var(--color-primary) 79.69%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--color-primary)", endColorstr="var(--color-secondary)", GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block
}
a.btn-default, button.btn-default {
    color: #fff;
    color: var(--color-white);
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 16px 40px;
    border-radius: 500px;
    display: inline-block;
    font-weight: 500;
    transition: all .4s ease-in-out;
    background-size: 152% 100%;
    background: #fd4766;
    background: var(--color-primary);
    border: 2px solid #fd4766;
    border: 2px solid var(--color-primary)
}

a.btn-default:hover, button.btn-default:hover {
    transition: all .4s ease-in-out;
    background: transparent;
    border-color: #fd4766;
    border-color: var(--color-primary);
    color: #fd4766;
    color: var(--color-primary)
}

a.btn-default.btn-hover-white:hover, button.btn-default.btn-hover-white:hover {
    border-color: #fff;
    border-color: var(--color-white);
    color: #fff;
    color: var(--color-white)
}

a.btn-default.size-md, button.btn-default.size-md {
    padding: 10px 25px;
    letter-spacing: 1px;
    font-size: 15px
}

a.btn-default.size-sm, button.btn-default.size-sm {
    padding: 10px 15px;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 13px
}

a.btn-default.btn-large, button.btn-default.btn-large {
    padding: 26px 60px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    a.btn-default.btn-large, button.btn-default.btn-large {
        padding: 16px 35px
    }
}

@media only screen and (max-width: 767px) {
    a.btn-default.btn-large, button.btn-default.btn-large {
        padding: 16px 35px
    }
}

a.btn-default.color-secondary, button.btn-default.color-secondary {
    border: 2px solid #337dff;
    border: 2px solid var(--color-secondary);
    background-color: #337dff;
    background-color: var(--color-secondary)
}

a.btn-default.color-secondary:hover, button.btn-default.color-secondary:hover {
    background-color: transparent;
    border-color: #337dff;
    border-color: var(--color-secondary);
    color: #337dff;
    color: var(--color-secondary)
}

a.btn-default.btn-border, button.btn-default.btn-border {
    background-color: transparent;
    border: 2px solid #fd4766;
    border: 2px solid var(--color-primary);
    color: #fd4766;
    color: var(--color-primary)
}

a.btn-default.btn-border.btn-opacity, button.btn-default.btn-border.btn-opacity {
    border: 2px solid hsla(0, 0%, 100%, .2);
    border: 2px solid var(--color-opacity-1);
    color: #fff;
    color: var(--color-white)
}

a.btn-default.btn-border:hover, button.btn-default.btn-border:hover {
    color: #fff;
    color: var(--color-white);
    border-color: #fd4766;
    border-color: var(--color-primary);
    background-color: #fd4766;
    background-color: var(--color-primary)
}

a.btn-default.btn-border.color-secondary, button.btn-default.btn-border.color-secondary {
    border: 2px solid #337dff;
    border: 2px solid var(--color-secondary);
    color: #337dff;
    color: var(--color-secondary)
}

a.btn-default.btn-border.color-secondary:hover, button.btn-default.btn-border.color-secondary:hover {
    color: #fff;
    color: var(--color-white);
    border-color: #337dff;
    border-color: var(--color-secondary);
    background-color: #337dff;
    background-color: var(--color-secondary)
}

a.btn-default.btn-border.btn-white, button.btn-default.btn-border.btn-white {
    border: 2px solid var(--white);
    color: #fff;
    color: var(--color-white)
}

a.btn-default.btn-border.btn-white:hover, button.btn-default.btn-border.btn-white:hover {
    color: #fd4766;
    color: var(--color-primary);
    border-color: #fff;
    border-color: var(--color-white);
    background-color: #fff;
    background-color: var(--color-white)
}

a.btn-default.btn-dark, button.btn-default.btn-dark {
    color: #fff;
    color: var(--color-white);
    border-color: #000;
    border-color: var(--color-dark);
    background-color: #000;
    background-color: var(--color-dark)
}

a.btn-default.btn-dark:hover, button.btn-default.btn-dark:hover {
    transition: all .4s ease-in-out;
    background: transparent;
    border-color: #000;
    border-color: var(--color-dark);
    color: #000;
    color: var(--color-dark)
}

a.btn-default.btn-dark.btn-border, button.btn-default.btn-dark.btn-border {
    background-color: transparent;
    border: 2px solid #000;
    border: 2px solid var(--color-dark);
    color: #000;
    color: var(--color-dark)
}

a.btn-default.btn-dark.btn-border:hover, button.btn-default.btn-dark.btn-border:hover {
    color: #fff;
    color: var(--color-white);
    border-color: #000;
    border-color: var(--color-dark);
    background-color: #000;
    background-color: var(--color-dark)
}

.message {
    position: relative;
}

.message textarea {
    position: absolute;
    top: -220px;
    z-index: 100;
    width: 360px;
    height: 130px;
    left: calc(50% - 180px);
    background-color: rgba(255, 255, 255, 0.6);
    color: #0074FF;
    text-align: center;
    line-height: 1.2;
    padding: 18px;
    font-size: 18px;
    resize: none;
}
@media only screen and (max-width: 767px) {
    .message textarea {
        top: -150px;
        width: 220px;
        height: 85px;
        left: calc(50% - 110px);
        font-size: 12px;
        padding: 12px 8px;
    }
}

.message textarea:focus {
    background-color: rgba(255, 255, 255, 0.1);
}

.email {
    position: relative;
}

.email span {
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    position: absolute;
    top: 1px;
    right: 10px;
}
@media only screen and (max-width: 767px) {
    .email span {
        position: relative;
        margin-top: 2px;
    }
}
.bgwhite {
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 20%, rgba(255,255,255,0.6) 80%, rgba(255,255,255,0) 100%);
}