@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&family=Roboto:wght@400;500;700&display=swap');*/

/* Background image container */
.background-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* z-index: -1; /* Place it behind other content */
    background-image: url('../img/profile_devinholtvip.webp');
    background-size: cover;
    background-position: top;
}

/* Overlay to control opacity */
.background-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* z-index: -1;  Place it behind other content */
    background-color: rgba(0, 0, 0, 0.5);
}

.message-banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #d32f2f;
    color: white;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
    z-index: 1000;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

/* Add padding to the body to avoid overlap with the banner
body {
    padding-top: 45px;
} */

@media (max-width: 768px) {
    .message-banner {
        font-size: 14px;
        padding: 8px 0;
    }
    .message-banner.message-middle {
        font-size: 12px;
        padding: 6px 10px;
    }
}

/* Link Wrapper */
.link {
    position: relative;
    display: inline-block;
    text-align: center;
}

/* Icon Container */
.icon-container {
    position: relative;
    display: inline-block;
}

/* Icon Styling */
.icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

/* SALE Badge */
.sale-badge {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ff0000;
    color: white;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px 15px;
    border-radius: 4px;
    z-index: 1;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

/* Link Content Styling */
.link-content {
    text-align: center;
}

.guuewH {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 10px 0px;
    pointer-events: all;
}
    @media (min-width: 480px) {
        .guuewH { 
        margin: 12px 25px 0px;
    }
}

.fa-stack {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin: 0 0 0 0;
    font-size: 0.6rem;
    color: #2699f7;
}

.fa-check {
    font-size: 0.6rem;
}

.user-icon {
    position: absolute;
    bottom: 1px;
}

.dIWhLr {
    font-style: normal;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    line-height: 150%;
    text-transform: inherit;
}

.dwtcPm {
    font-style: normal;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    text-transform: inherit;
}

.bvqcKW {
    font-style: normal;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 13px;
    font-weight: normal;
    line-height: 150%;
    text-transform: inherit;
}

.jJKBtN {
    display: block;
    height: 0px;
    width: 0px;
    margin-left: 12px;
    margin-top: 2px;
}

.jIKKLs {
    display: block;
    height: 0px;
    width: 0px;
    margin-left: 2px;
    /*margin-top: 24px;*/
}

.kkyPWy {
    display: block;
    height: 0px;
    width: 0px;
    margin-left: 8px;
    margin-top: 2px;
}

.jIKKNi {
    display: block;
    height: 0px;
    width: 0px;
    margin-left: 2px;
    margin-top: 15px;
}

.kliygS {
    display: block;
    height: 0px;
    width: 0px;
    margin-left: 4px;
    margin-top: 2px;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: inherit;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

.whitespace-pre-wrap {
    white-space: pre-wrap
}

code,
kbd,
samp {
    font-family: inherit;
    font-size: 1em;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    appearance: textfield;
    outline-offset: -2px;
}

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

html {
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*,
* :before,
* :after {
    box-sizing: inherit;
}

:root {
    --tint-text-color: #1C1C1C;
    --tint-light-text-color: #777777;
    --tint-input-placeholder: #A8A8A8;
    --tint-button-border-color: #bababa;
    --tint-background-color: #000;
    --tint-main-background-color: #FAF6F3;
    --tint-grey-background-color: #F5F5F5;
    --tint-secondary-actions-color: #F5F5F5;
    --tint-hover-secodnary-color: #F0F0F0;
    --tint-input-border-color: #DBDBDB;
    --tint-divider-color: #F7F5F4;
    --tint-upload-background-color: #F5F9F7;
    --tint-hightlight-color: #feeef2;
    --tint-border-radio-hightlight: #fff2e9;
    --tint-active-menu-color: #FFF9FA;
    --tint-popover-shadow: rgb(0 0 0 / 30%);
}

html[data-theme="dark"] {
    --tint-text-color: #F5F9F7;
    --tint-light-text-color: rgba(255, 255, 255, 0.8);
    --tint-input-placeholder: rgba(255, 255, 255, 0.5);
    --tint-button-border-color: rgba(255, 255, 255, 0.2);
    --tint-background-color: #1C1C1C;
    --tint-main-background-color: #252525;
    --tint-grey-background-color: #121212;
    --tint-secondary-actions-color: #2C2C2C;
    --tint-hover-secodnary-color: #333333;
    --tint-input-border-color: rgba(255, 255, 255, 0.2);
    --tint-divider-color: #2C2C2C;
    --tint-upload-background-color: #1E1E1E;
    --tint-hightlight-color: rgba(249, 116, 143, 0.12);
    --tint-active-menu-color: rgba(255, 156, 176, 0.05);
    --tint-border-radio-hightlight: #513c2d;
    --tint-popover-shadow: #000;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.bgimg {
    background-image: url("../img/profile-bg.jpg");
  }
  
  .bgimg_container {
    position: fixed;
    inset: 0px;
    z-index: -1;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgb(0, 0, 0);
    background-image: url("../img/profile-bg.jpg");
    -webkit-mask-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.2)),
      to(rgba(0, 0, 0, 1))
    );
    mask-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.2)),
      to(rgba(0, 0, 0, 1))
    );
    /*opacity: 0.4;*/
  }

body {
    /*background-color: var(--tint-background-color);
    color: var(--tint-text-color);*/
    font-size: 16px;
    -webkit-scroll-behavior: smooth;
    -moz-scroll-behavior: smooth;
    -ms-scroll-behavior: smooth;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    font-style: normal;
}

input,
textarea {
    background: transparent;
    background-color: var(--tint-background-color);
}

a:active,
button:active {
    outline: none;
}

ul,
ol {
    padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

ul,
ol {
    list-style: none;
}

a {
    -webkit-text-decoration-skip-ink: auto;
    text-decoration-skip-ink: auto;
}

input,
button,
textarea,
select {
    font: inherit;
}

button,
a {
    color: inherit;
}

#nprogress {
    pointer-events: none;
}

#nprogress .bar {
    background: linear-gradient(0deg, #FF6B00 0%, #FF994A 56.25%);
    position: fixed;
    z-index: 9999999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
}

#nprogress .peg {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px linear-gradient(0deg, #FF6B00 0%, #FF994A 56.25%), 0 0 5px linear-gradient(0deg, #FF6B00 0%, #FF994A 56.25%);
    opacity: 1.0;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}

#nprogress .spinner {
    display: block;
    position: fixed;
    z-index: 999999999;
    top: 15px;
    right: 15px;
}

#nprogress .spinner-icon {
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border: solid 2px transparent;
    border-top-color: linear-gradient(0deg, #FF6B00 0%, #FF994A 56.25%);
    border-left-color: linear-gradient(0deg, #FF6B00 0%, #FF994A 56.25%);
    border-radius: 50%;
    -webkit-animation: nprogress-spinner 400ms linear infinite;
    -webkit-animation: nprogress-spinner 400ms linear infinite;
    animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
    overflow: hidden;
    position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
    position: absolute;
}

@-webkit-keyframes nprogress-spinner {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes nprogress-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes nprogress-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

html {
    font-family: 'aktiv-grotesk', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
}

blockquote footer,
blockquote p,
h1,
h2,
h3,
h4,
h5,
h6,
button {
    font-family: aktiv-grotesk-extended, sans-serif;
}

nav a {
    font-family: aktiv-grotesk-extended, sans-serif;
    font-weight: 500;
}

p[data-type="subTitle"],
p[data-type="eyebrow"] {
    font-family: aktiv-grotesk-extended, sans-serif;
    font-weight: 600;
}

a {
    -webkit-text-decoration: none;
    text-decoration: none;
}

#__next {
    height: 100%;
}

mux-player {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 1;
    --seek-backward-button: none;
    --seek-forward-button: none;
}

.fill-brown-500 {
    fill: #D5A136;
}

.text-brown-500 {
    --tw-text-opacity: 1;
    color: rgb(213 161 54 / var(--tw-text-opacity));
}

.dgnWNw {
    position: fixed;
    bottom: 16px;
    left: 0;
    width: 100%;
    z-index: 9;
    padding: 0 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    -webkit-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
}

.dgnWNw:hover {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

.fCZukx {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 27px;
    padding: 12px;
}

.dBYGpd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
}

.hLvYOq {
    background: rgba(0, 0, 0, 0.8);
    border: none;
    padding: 10px;
    border-radius: 50%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.hLvYOq>svg {
    display: block;
}

.diNjGH {
    width: 100%;
    margin: 0 auto;
    max-width: 568px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 0 12px;
    position: relative;
}

@media (min-width: 480px) {
    .diNjGH {
        max-width: 730px;
    }
}

.hwhwUK {
    width: 100%;
    position: absolute;
    padding-top: 12px;
    padding-bottom: 12px;
    z-index: 999;
}

.hwhwUK a {
    text-align: left;
}

.fNDfZs {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-text-decoration: none;
    text-decoration: none;
    /*padding-top: 65px;*/
    padding-bottom: 95px;
}

.fNDfZs img {
    width: 100%;
    max-width: 400px;
    padding: 0 12px;
    object-fit: contain;
    display: block;
    margin: auto;
}

.fNDfZs p {
    padding: 0 20px;
    font-size: 14px;
    font-weight: 400;
    color:#000;
    text-align: center;
}

.kVCYIT {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 10px;
}

.rpCPW {
    width: auto;
    color: #000000;
}

.bVksjK {
    font-size: 24px;
    font-weight: 600;
    position: relative;
    margin-right:12px;
}

.cLDgkg {
    position: relative;
    margin: 0 auto;
}

.gUiYqC {
    margin: 0 auto;
    border-radius: 50%;
    object-fit: cover;
}

.bKEywW {
    position: relative;
    /*padding-top: 35px;*/
    padding-top: 2.5rem;
    padding-bottom: 5px;
}

.kDanTi {
    white-space: pre-wrap;
    /*line-height: 0.5;*/
}

.iomrDs {
    position: fixed;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    z-index: -1;
    background: #FFFFFF;
}

.cHXlXn {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.fdIaxr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    position: relative;
    overflow-x: hidden;
    font-family: Poppins;
    /*font-family: "Roboto",arial,sans-serif;*/
    color: #000000;
}

.fdIaxr h1,
.fdIaxr h2,
.fdIaxr h3,
.fdIaxr h4,
.fdIaxr h5,
.fdIaxr h6,
.fdIaxr button,
.fdIaxr p {
    font-family: inherit;
}

.hbUCjU {
    margin-top: 12px;
}

.kbaOS {
    margin: 8px 12px;
    opacity: 0.8;
}

.jZaJdb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 15px 15px 0;
    pointer-events: all;
}

@media (min-width: 480px) {
    .jZaJdb {
        margin: 15px 25px 0;
    }
}

.fDdybW {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #000000;
    cursor: pointer;
    background: rgba(255, 255, 255, 1);
    box-shadow: none;
    -webkit-transition: background-color 0.2s, color 0.2s;
    transition: background-color 0.2s, color 0.2s;
    outline: none;
    -webkit-text-decoration: none;
    text-decoration: none;
    min-height: 62px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    position: relative;
    border: none;
    border-radius: 0px;
    overflow: initial;
    padding: 20px;
    -webkit-animation: cEtuPd 2s linear infinite;
    animation: cEtuPd 2s linear infinite;
    pointer-events: initial;
    z-index: 0;
}

.fDdybW:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.fDdybW:focus {
    background: inherit;
}

@media (min-width: 768px) {
    .fDdybW:hover {
        background: rgba(255, 255, 255, 0.5);
        color: #222222;
    }
}

.hEQNTo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #000000;
    cursor: pointer;
    background: rgba(255, 255, 255, 1);
    box-shadow: none;
    -webkit-transition: background-color 0.2s, color 0.2s;
    transition: background-color 0.2s, color 0.2s;
    outline: none;
    -webkit-text-decoration: none;
    text-decoration: none;
    min-height: 62px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    position: relative;
    border: none;
    border-radius: 0px;
    overflow: initial;
    padding: 20px;
    pointer-events: initial;
    z-index: 0;
}

.hEQNTo:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.hEQNTo:focus {
    background: inherit;
}

@media (min-width: 768px) {
    .hEQNTo:hover {
        background: rgba(255, 255, 255, 0.5);
        color: #222222;
    }
}

.bCwfyp {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: start;
}

.fqwiYD {
    border-radius: 25%;
    overflow: hidden;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    position: relative;
}

.jwgqSz.jwgqSz {
    word-break: break-word;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@-webkit-keyframes cEtuPd {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        -ms-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes cEtuPd {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        -ms-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}