* {
    -webkit-tap-highlight-color: #fff;
    -webkit-user-drag: none;
    -moz-user-drag: none;
    -webkit-touch-callout: none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    overscroll-behavior-x: none;
    touch-action: manipulation;
    vertical-align: top;
}
:after,
:before {
    box-sizing: inherit;
}
:focus {
    outline: none;
}
body,
html {
    background-color: #fff;
    color: var(--text-color);
    font-size: 13px;
    line-height: 18px;
    margin: 0;
    overflow-x: hidden;
    padding: 0;
}
body,
button,
html,
input,
textarea {
    font-family: var(--font);
    color:#fff;
}
input::placeholder{
    color:#fff;
}
body::-webkit-scrollbar-thumb {
    background-color: var(--scrollbar-color);
}
body::-webkit-scrollbar-thumb:hover {
    background-color: var(--scrollbar-color-hover);
}
h1,
h2,
h3,
h4,
h5 {
    color: var(--text-color);
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
h1 {
    font-size: 2em;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.2em;
}
h4 {
    font-size: 1.1em;
}
h5 {
    font-size: 1em;
}
a {
    color: #7286ff;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.1s linear;
}
a:hover:not(.button) {
    color: #db1e1e;
}
p {
    margin: 10px 0 0;
}
menu,
ol,
ul {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}
.grab {
    cursor: grab !important;
}
.crosshair {
    cursor: crosshair !important;
}
.disabled {
    cursor: default !important;
    opacity: 0.4 !important;
    pointer-events: none !important;
}
.offscreen {
    left: -500px;
    position: absolute;
    top: -100px;
}
.split {
    align-items: center;
    display: flex;
    justify-content: space-between !important;
}
.wrap {
    margin: 0 auto;
    max-width: 1920px;
    position: relative;
    width: 90%;
}
.input-group {
    display: flex;
    flex-direction: column;
    line-height: 18px;
    margin-top: 20px;
    position: relative;
    text-transform: none;
}
.heavy {
    font-weight: 700;
}
.center {
    text-align: center;
}
.top-0 {
    margin-top: 0 !important;
}
.top-4 {
    margin-top: 4px !important;
}
.top-5 {
    margin-top: 5px !important;
}
.top-8 {
    margin-top: 8px !important;
}
.top-10 {
    margin-top: 10px !important;
}
.top-15,
.top-16 {
    margin-top: 16px !important;
}
.top-20 {
    margin-top: 20px !important;
}
.top-30 {
    margin-top: 30px !important;
}
.top-40 {
    margin-top: 40px !important;
}
.top-50 {
    margin-top: 50px !important;
}
.top-60 {
    margin-top: 60px !important;
}
.top-80 {
    margin-top: 80px !important;
}
.top-100 {
    margin-top: 100px !important;
}
.top-200 {
    margin-top: 200px !important;
}
.tab-0 {
    margin-left: 0 !important;
}
.tab-5 {
    margin-left: 5px !important;
}
.tab-10 {
    margin-left: 10px !important;
}
.tab-15 {
    margin-left: 15px !important;
}
.tab-20 {
    margin-left: 20px !important;
}
.tab-25 {
    margin-left: 25px !important;
}
.tab-30 {
    margin-left: 30px !important;
}
.tab-40 {
    margin-left: 40px !important;
}
.pad-10 {
    padding: 10px !important;
}
.pad-15 {
    padding: 15px !important;
}
.pad-20 {
    padding: 20px !important;
}
.pad-30 {
    padding: 30px !important;
}
.pad-40 {
    padding: 40px !important;
}
.pad-50,
.pad-60 {
    padding: 50px !important;
}
.margin-y-24 {
    margin: 24px 0;
}
.pad-y-32 {
    padding: 32px 0;
}
.pad-y-40 {
    padding: 40px 0;
}
.pad-y-60 {
    padding: 60px 0;
}
.pad-top-10 {
    padding-top: 10px !important;
}
.pad-top-15 {
    padding-top: 15px !important;
}
.pad-top-20 {
    padding-top: 20px !important;
}
.pad-top-30 {
    padding-top: 30px !important;
}
.pad-top-40 {
    padding-top: 40px !important;
}
.pad-top-50 {
    padding-top: 50px !important;
}
.pad-top-80 {
    padding-top: 80px !important;
}
.w-50 {
    max-width: 50% !important;
    width: 50% !important;
}
.w-80 {
    max-width: 80% !important;
    width: 80% !important;
}
.w-100 {
    max-width: 100% !important;
    width: 100% !important;
}
.max-1140 {
    margin: 0 auto;
    max-width: 1220px;
    padding: 0 40px;
    width: 100%;
}
.is-desktop {
    display: flex !important;
}
.is-mobile {
    display: none !important;
}
.col {
    flex-direction: column;
    position: relative;
}
.col,
.flex {
    display: flex;
}
.flex-1 {
    flex: 1;
}
.grid {
    align-items: center;
    display: grid;
}
.grid-template-2 {
    grid-template-columns: 1fr 1fr;
}
.grid-template-2 > div > img {
    max-width: 100%;
}
.working {
    pointer-events: none;
    position: relative;
}
.working:before {
    animation: rotate360 1.5s ease infinite;
    border: 2px solid #ffffff22;
    border-radius: 50%;
    border-top-color: #fff;
    content: "";
    height: 20px;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    transition: all 0.25s linear;
    width: 20px;
    z-index: 99;
}
.working.large:before {
    border: 5px solid #ffffff22;
    border-top-color: #fff;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    width: 40px;
}
.group.working * {
    opacity: 0.4 !important;
}
label {
    align-items: center;
    display: flex;
}
label.working {
    padding-left: 24px;
}
label.working:before {
    height: 16px;
    left: 8px;
    margin-left: -8px;
    margin-top: -8px;
    width: 16px;
}
.flow-up {
    animation: flow-up 0.5s ease 1;
    animation-fill-mode: forwards;
}
.flow-down {
    animation: flow-down 0.5s ease 1;
    animation-fill-mode: forwards;
}
.flow-left {
    animation: flow-left 0.5s ease 1;
    animation-fill-mode: forwards;
}
.flow-right {
    animation: flow-right 0.5s ease 1;
    animation-fill-mode: forwards;
}
.fade-out {
    animation: fade-out 0.5s ease 1 !important;
    animation-fill-mode: forwards !important;
}
.fade-out-fast {
    animation: fade-out 0.2s ease 1 !important;
    animation-fill-mode: forwards !important;
}
.fade-in {
    animation: fade-in 0.5s ease 1;
    animation-fill-mode: forwards;
}
.bounce-in {
    animation: bounce-in 0.5s linear 1;
    animation-fill-mode: forwards;
}
.jiggle {
    animation: jiggle 0.3s infinite;
}
.is-loading {
    animation: shine 1.5s linear infinite;
    background-color: #e4e3e3;
    background: linear-gradient(
            100deg,
            hsla(0, 0%, 100%, 0) 40%,
            hsla(0, 0%, 100%, 0.8) 50%,
            hsla(0, 0%, 100%, 0) 60%
        )
        #e4e3e3;
    background-position-x: 180%;
    background-size: 200% 100%;
    border: 2px solid #fff;
}
.mansorary {
    display: grid;
    gap: 10px;
    grid-auto-flow: dense;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
.mansorary.medium {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.mansorary.large {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}
.mansorary > div {
    border-radius: 6px;
    cursor: pointer;
    display: block;
    overflow: hidden;
    position: relative;
}
.mansorary.mansorary.medium > div {
    border-radius: 10px;
}
.mansorary.mansorary.large > div {
    border-radius: 12px;
}
.mansorary > div > img {
    height: 100%;
    width: 100%;
}
@keyframes rotate360 {
    to {
        transform: rotate(1turn);
    }
}
@keyframes shine {
    to {
        background-position-x: -20%;
    }
}
@keyframes flow-down {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    50% {
        transform: translateY(0);
    }
    to {
        opacity: 1;
    }
}
@keyframes flow-up {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    50% {
        transform: translateY(0);
    }
    to {
        opacity: 1;
    }
}
@keyframes flow-left {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    50% {
        transform: translateY(0);
    }
    to {
        opacity: 1;
    }
}
@keyframes flow-right {
    0% {
        opacity: 0;
        transform: translatex(-20px);
    }
    50% {
        transform: translateX(0);
    }
    to {
        opacity: 1;
    }
}
@keyframes fade-out {
    to {
        opacity: 0;
        transform: scale(0.8);
    }
}
@keyframes fade-in {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes drop-slide {
    0% {
        transform: translateY(10px);
    }
    to {
        transform: translateY(0);
    }
}
@keyframes jiggle {
    0% {
        transform: rotate(0);
    }
    25% {
        transform: rotate(-2deg);
    }
    50% {
        transform: rotate(0);
    }
    75% {
        transform: rotate(2deg);
    }
    to {
        transform: rotate(0);
    }
}
.wrap header {
    height: 80px;
}
header {
    color: var(--text-opaque);
    gap: 10px;
    white-space: nowrap;
}
#app-logo,
header {
    align-items: center;
    display: flex;
}
#app-logo {
    color: var(--text-color);
    font-size: 22px;
    gap: 12px;
    margin-left: 5px;
    margin-right: auto;
    position: relative;
    transition: all 0.1s linear;
}
#app-logo img {
    border-radius: 7px;
    height: 38px;
    width: 38px;
}
#app-logo:before {
    border: solid var(--text-color);
    border-width: 0 0 2px 2px;
    content: "";
    display: block;
    height: 12px;
    left: -8px;
    opacity: 0;
    position: absolute;
    transform: rotate(45deg);
    transition: all 0.15s linear;
    width: 12px;
}
#app-logo:hover:before {
    left: -13px;
    opacity: 1;
}
.head-text-button {
    align-items: center;
    border-radius: 50vh;
    color: var(--text-opaque);
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    font-size: 14px;
    font-weight: 700;
    gap: 10px;
    line-height: 42px;
    max-width: 250px;
    padding-left: 15px;
    padding-right: 15px;
    transition: all 0.15s linear;
}
.head-text-button,
.head-text-button > * {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.head-text-button:hover {
    background-color: var(--component-highlight);
    color: var(--text-opaque) !important;
}
.head-icon-button svg,
.head-text-button svg {
    height: 20px;
    min-height: 20px;
    min-width: 20px;
    width: 20px;
}
.head-icon-button {
    align-items: center;
    background-color: var(--component-dim);
    border-radius: 50vh;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    height: 42px;
    justify-content: center;
    min-width: 42px;
    position: relative;
    transition: all 0.15s linear;
    width: 42px;
}
.head-icon-button:hover {
    background-color: var(--component-highlight);
}
.head-icon-button #noti-red-dot {
    background-color: #c01111;
    border-radius: 50vh;
    box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.2);
    display: block;
    height: 11px;
    position: absolute;
    right: 0;
    top: 0;
    width: 11px;
}
.head-menu {
    position: relative;
}
.head-menu-drop.onclick {
    animation: drop-slide 0.3s;
    display: flex !important;
}
.head-menu:active .head-menu-drop,
.head-menu:hover .head-menu-drop {
    animation: drop-slide 0.3s;
    display: flex;
}
.head-menu-drop {
    background-color: var(--invert-bg);
    border-radius: 15px;
    box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.2);
    display: none;
    gap: 4px 4px;
    max-height: 80vh;
    min-width: 300px;
    position: absolute;
    right: -16px;
    top: 42px;
    z-index: 99;
}
.head-menu-drop:before {
    border-color: transparent transparent var(--invert-bg) transparent;
    border-style: solid;
    border-width: 8px;
    content: "";
    display: inline-block;
    height: 0;
    margin: 0 auto;
    pointer-events: none;
    position: absolute;
    right: 28px;
    top: -16px;
    vertical-align: middle;
    width: 0;
}
.head-menu-content {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    padding: 15px;
    width: 100%;
}
.head-menu-content .close {
    align-self: flex-end;
    background-color: #4e4e4e;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    display: none;
    height: 36px;
    padding: 10px;
    position: relative;
    top: 0;
    width: 36px;
}
.head-menu-drop a {
    align-items: center;
    border-radius: 2px;
    color: var(--invert-text);
    cursor: pointer;
    display: flex;
    flex-direction: row;
    font-size: 14px;
    gap: 10px;
    padding: 5px;
    transition: all 0.15s linear;
}
.head-menu-drop a:active,
html:not(.touch) .head-menu-drop a:hover {
    background-color: rgba(0, 0, 0, 0.1);
    color: var(--invert-text);
}
.head-menu-drop a img,
.head-menu-drop a svg {
    border-radius: 4px;
    height: 24px;
    overflow: hidden;
    width: 24px;
}
.head-menu-drop details {
    display: flex;
    flex-direction: column;
}
.head-menu-drop details a {
    padding-left: 20px;
}
.head-menu-drop summary {
    align-items: center;
    border-radius: 2px;
    color: var(--invert-text);
    cursor: pointer;
    display: flex;
    font-size: 14px;
    gap: 10px;
    list-style: none;
    padding: 5px;
}
.head-menu-drop summary:active,
html:not(.touch) .head-menu-drop summary:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
.head-menu-drop::-webkit-details-marker {
    display: none;
}
.head-menu-drop summary:after {
    content: "\002B";
    font-size: 22px;
    margin-left: auto;
    margin-right: 4px;
}
.head-menu-drop details[open] summary:after {
    content: "\00D7";
}
details summary::-webkit-details-marker {
    display: none;
}
h2.row-title.discount-title {
    font-weight: 900 !important;
    text-align: center;
}
h3.row-title.discount-title {
    font-size: 1.9rem !important;
}
h4.row-title.discount-title {
    font-size: 1.7rem !important;
    font-weight: 900 !important;
}
#head-discount-banner.small h2.discount-title {
    font-size: 2rem !important;
}
#head-discount-banner.small h3.discount-title {
    font-size: 1.2rem !important;
}
#head-discount-banner.small h4.discount-title {
    font-size: 1.5rem !important;
}
#head-discount-banner {
    align-items: center;
    background-color: #e84545;
    cursor: pointer;
    display: flex;
    gap: 24px;
    justify-content: center;
    margin: 0 0 30px;
    padding: 4px 40px 4px 24px;
    position: relative;
    width: 100%;
}
#head-discount-banner .countdown-box {
    align-items: center;
    background-color: #000;
    background: linear-gradient(#1b1b1b, #1b1b1b) padding-box,
        linear-gradient(90deg, #3ebbdf, #84d8f1, #4ba6a8) border-box;
    border: 3px solid transparent;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    padding: 20px 26px;
    width: 195px;
}
#head-discount-banner.small .countdown-box {
    padding: 16px 24px;
    width: 133px;
}
#head-discount-banner .close {
    height: 38px;
    top: calc(50% - 24px);
    width: 38px;
}
.discount-offer-space {
    padding: 100px 0 0;
}
@media only screen and (max-width: 1025px) {
    h3.row-title.discount-title {
        font-size: 1.6rem !important;
    }
    #head-discount-banner .countdown-box {
        padding: 16px 24px;
        width: 200px;
    }
}
@media only screen and (max-width: 825px) {
    h3.row-title.discount-title {
        font-size: 1.5rem !important;
    }
    #head-discount-banner {
        gap: 16px;
    }
    #head-discount-banner .countdown-box {
        padding: 18px 24px;
        width: 190px;
    }
}
@media only screen and (max-width: 650px) {
    #head-discount-banner {
        flex-direction: column;
        gap: 4px;
        padding: 8px 40px 8px 24px;
    }
    #head-discount-banner .close {
        top: 6px;
    }
    #head-discount-banner.small #limited-time-offer {
        width: 180px;
    }
    .discount-offer-space {
        padding: 200px 0 0;
    }
    .head-menu-drop {
        border-radius: 0;
        height: 100%;
        max-height: 100%;
        position: fixed;
        right: 0;
        top: 0;
        width: 100vw;
        z-index: 999;
    }
    .head-menu-drop:before {
        content: none;
    }
    .head-menu-content .close {
        display: flex;
    }
    .head-menu:active .head-menu-drop,
    .head-menu:hover .head-menu-drop {
        display: none;
    }
}
h2.row-title.discount-title.try-premium {
    font-size: 3rem !important;
    font-weight: 900 !important;
    text-align: center;
    text-transform: uppercase;
}
h4.row-title.discount-title.try-premium {
    font-size: 1.8rem !important;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}
.plan.subscription-plan .price .amount {
    color: #7286ff;
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 4rem;
}
.plan.subscription-plan .price .amount-strike {
    color: #73767f;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.5rem;
    text-decoration: line-through;
}
.offer-discount-badge {
    color: #fff;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}
.offer-box {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 4px;
    transform: rotate(-8.25deg) skew(-8deg);
    z-index: 3;
}
.offer-text-shadow {
    text-shadow: 0 5.69px 5.56px #000000cc;
}
.offer-box-shadow {
    box-shadow: 0 5.69px 5.69px 0 #000000cc;
}
.offer-discount-badge {
    background-color: #e84545;
    border-radius: 20px;
    padding: 8px 13px;
}
.halftone-svg {
    fill: none;
    stroke-linecap: round;
    stroke-dasharray: 0 31.415 0 31.415;
    font-size: 0.5px;
    height: 200%;
    position: absolute;
    top: -38px;
    transition: font-size 0.2s cubic-bezier(0.1, 1, 0.22, 1);
    z-index: -1;
}
@media only screen and (max-width: 1025px) {
    h4.discount-title {
        font-size: 1.6rem !important;
    }
}
@media only screen and (max-width: 825px) {
    h4.discount-title {
        font-size: 1.5rem !important;
    }
}
#topmost {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 999;
}
.modal {
    align-items: center;
    bottom: 0;
    display: flex;
    height: 100vh;
    height: 100dvh;
    justify-content: center;
    left: 0;
    overflow: auto;
    padding: 10px 0;
    position: fixed;
    right: 0;
    top: 0;
    touch-action: none;
    transition: background-color 0.2s ease-in-out,
        backdrop-filter 0.2s ease-in-out;
    will-change: background-color, backdrop-filter;
    z-index: 100;
}
.modal::-webkit-scrollbar {
    width: 16px;
}
.modal::-webkit-scrollbar-thumb {
    background-clip: content-box;
    background-color: #ffffff40;
    border: 4px solid transparent;
    border-radius: 8px;
    height: 56px;
}
.modal::-webkit-scrollbar-thumb:hover {
    background-color: #ffffff50;
}
#dim-message {
    color: hsla(0, 0%, 100%, 0.9);
    font-size: 40px;
    letter-spacing: 4px;
    margin: 0 auto;
    text-transform: uppercase;
}
.dim {
    backdrop-filter: grayscale(0.75);
    background-color: rgba(0, 0, 0, 0.6);
}
#bounce-content {
    background-image: url(../img/misc/premium-suite.webp);
    background-position: 100% 0;
    background-repeat: no-repeat;
    width: 100%;
}
#bounce-top {
    padding: 30px 40% 0 40px;
}
.paywal-plan {
    align-items: flex-end;
    background: linear-gradient(180deg, #00000000, #00000000 10%, #00000010);
    column-gap: 30px;
    display: flex;
    padding: 40px;
}
.plan {
    border-radius: 20px;
    box-shadow: 0 8px 16px hsla(0, 0%, 69%, 0.2);
    cursor: pointer;
    flex: 1 1 0;
    height: fit-content;
    overflow: hidden;
    transition: all 0.2s;
}
.plan.popular {
    box-shadow: 0 8px 21px hsla(0, 0%, 65%, 0.3);
}
.plan:active,
html:not(.touch) .plan:hover {
    box-shadow: 0 8px 21px hsla(0, 0%, 73%, 0.4);
    transform: translateY(-5px);
}
.plan-header {
    background: #000;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
}
.plan-details {
    background: #fff;
    padding: 16px 24px;
}
.plan {
    border: 1px solid #ddd;
}
.plan h2 {
    align-items: center;
    display: flex;
    font-size: 1.7em;
    font-weight: 700;
    gap: 6px;
}
.plan.popular {
    border: 1px solid #000;
}
.plan li {
    font-size: 0.9rem;
    line-height: 1.1rem;
    margin-left: 20px;
    padding: 2px 0;
    position: relative;
}
.plan li:before {
    color: #7286ff;
    content: "\2713";
    display: inline-block;
    font-weight: 900;
    left: -20px;
    padding-right: 10px;
    position: absolute;
}
.announce {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.3);
    color: #333;
    cursor: default;
    display: flex;
    flex-direction: row;
    font-size: 14px;
    line-height: 18px;
    max-height: 96%;
    max-width: 1080px;
    opacity: 0;
    position: relative;
    transform: scale(0.8);
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
    width: calc(100% - 40px);
    will-change: transform, opacity;
}
.announce.ani {
    opacity: 1;
    transform: scale(1);
}
.announce .announce-close {
    background-color: #4e4e4e;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    height: 36px;
    opacity: 1;
    padding: 10px;
    position: absolute;
    right: -16px;
    top: -16px;
    transition: all 0.15s linear;
    width: 36px;
    z-index: 200;
}
.announce .announce-close img {
    height: 12px;
    opacity: 0.9;
    transition: all 0.15s linear;
    width: 12px;
}
html:not(.touch) .announce-close:hover {
    background-color: #979797;
}
html:not(.touch) .announce-close:hover img {
    opacity: 1;
}
.announce .content {
    overflow-x: hidden;
    overflow-y: auto;
}
.announce .content::-webkit-scrollbar {
    width: 16px;
}
.announce .content::-webkit-scrollbar-thumb {
    background-clip: content-box;
    background-color: #999;
    border: 4px solid transparent;
    border-radius: 8px;
    height: 56px;
}
.announce .content::-webkit-scrollbar-thumb:hover {
    background-color: #666;
}
.announce .half {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 650px;
    padding: 50px;
    width: 500px;
}
.announce .hero {
    background-position: 50% 50%;
    background-size: cover;
    border-radius: 19px 0 0 19px;
    flex: 1;
    overflow: hidden;
}
.announce h1,
.announce h2,
.announce h3,
.announce h4,
.announce h5 {
    color: #000;
}
.announce h1.large {
    font-size: 3.5em;
}
.announce p {
    font-size: 1.1em;
}
.announce label {
    font-weight: 700;
}
.announce a:not(.button) {
    color: #5766c3;
}
.announce a:hover:not(.button) {
    color: #2f376b;
}
.announce .button:not(.white) {
    background-color: #000;
    color: #fff;
}
.announce .switch {
    justify-content: flex-start;
    margin-left: 3px;
}
.announce .switch span:first-of-type {
    background: #bbb;
}
.announce input:checked + .switch span:first-of-type {
    background: #000;
}
.announce input[type="email"],
.announce input[type="number"],
.announce input[type="password"],
.announce input[type="text"],
.announce select {
    appearance: textfield;
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    color: #323539;
    height: 40px;
    line-height: 38px;
    margin-top: 4px;
    padding: 0 10px;
    transition: all 0.15s linear;
    width: 100%;
}
.announce select option {
    background-color: initial;
}
.announce input[type="email"]:focus,
.announce input[type="number"]:focus,
.announce input[type="password"]:focus,
.announce input[type="text"]:focus,
html:not(.touch) .announce input[type="email"]:hover,
html:not(.touch) .announce input[type="number"]:hover,
html:not(.touch) .announce input[type="password"]:hover,
html:not(.touch) .announce input[type="text"]:hover,
html:not(.touch) .announce select:hover {
    border: 1px solid #333;
    color: #333;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}
.announce input.invalid {
    background-color: #fff6f6 !important;
    border: 1px solid #e71d36 !important;
}
.announce .error-msg {
    color: #e71d36;
    display: none;
    font-size: 13px;
    margin: 4px 0 0;
    width: 100%;
}
.premium-plug,
.user-plug {
    background-color: #fff;
    border-radius: 50%;
    display: block;
    height: 80px;
    left: calc(50% - 40px);
    overflow: hidden;
    padding: 5px;
    position: absolute;
    top: -30px;
    width: 80px;
}
.premium-plug img,
.user-plug img {
    background-color: #ecb302;
    border-radius: 50%;
    display: block;
    height: 100%;
    padding: 10px;
    width: 100%;
}
.user-plug img {
    background-color: #3e3e3e;
}
.credit-meter {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    color: var(--text-dim);
    cursor: pointer;
    display: flex;
    padding: 4px 8px;
}
.credit-meter:before {
    background-image: url(../img/icon/credit.svg);
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    content: "";
    display: block;
    height: 24px;
    opacity: 0.6;
    width: 24px;
}
#entry-pop-left {
    background-image: url(../img/misc/auth.webp);
}
.entry .chooser {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 30px;
}
.entry .social-button {
    align-items: center;
    border: 1px solid #dbdbdb;
    border-radius: 8px;
    color: #555;
    cursor: pointer;
    display: flex;
    font-weight: 700;
    gap: 10px;
    height: 48px;
    justify-content: flex-start;
    padding: 0 20px;
    transition: all 0.15s linear;
    width: 100%;
}
.entry .social-button:hover {
    border: 1px solid #333;
}
.news-dialog.single-news {
    max-width: 675px;
}
.news-dialog .news-split {
    display: flex;
}
.news-dialog .news-body {
    overflow-y: auto;
}
.news-dialog .news-body::-webkit-scrollbar {
    width: 16px;
}
.news-dialog .news-body::-webkit-scrollbar-thumb {
    background-clip: content-box;
    background-color: #999;
    border: 4px solid transparent;
    border-radius: 8px;
    height: 56px;
}
.news-dialog .news-body::-webkit-scrollbar-thumb:hover {
    background-color: #666;
}
.news-dialog .news-cover {
    display: block;
    min-height: 300px;
    object-fit: cover;
    width: 100%;
}
.news-dialog .cover-stack {
    overflow: hidden;
    position: relative;
}
.news-dialog .play-button {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 150;
}
.news-dialog .play-button > img {
    height: 80px;
    width: 80px;
}
.news-dialog .player-container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 200;
}
.news-dialog .player {
    background: #000;
    border: none;
}
.news-dialog .news-menu {
    background: rgba(0, 0, 0, 0.1);
    flex-direction: column;
    min-width: 320px;
    padding: 40px;
}
.news-dialog .news-menu .headline {
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
}
.news-dialog .news-menu .item {
    align-items: center;
    color: inherit;
    display: flex;
    font-size: 14px;
    margin-top: 20px;
}
.news-dialog .news-menu .item.selected {
    font-weight: 700;
}
.news-dialog .news-content {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 40px;
}
.news-dialog .news-title {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
}
.news-dialog .news-date {
    display: flex;
    flex-direction: row;
    gap: 8px;
}
.news-dialog .news-headline {
    font-size: 26px;
    font-weight: 700;
    line-height: normal;
}
.news-dialog .news-text {
    font-size: 14px;
    line-height: 24px;
    padding: 20px 0;
}
.news-dialog .show {
    display: flex !important;
}
.buttons {
    display: flex;
    justify-content: flex-end;
}
.button,
.buttons {
    align-items: center;
    gap: 10px;
}
.button {
    border: none;
    border-radius: 6px;
    box-shadow: 0 0 15px transparent;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    flex-direction: row;
    font-size: 13px;
    font-weight: 700;
    height: 30px;
    justify-content: center;
    min-height: 30px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    text-decoration: none;
    transition: all 0.15s linear;
    user-select: none;
    white-space: nowrap;
}
.button.outline {
    background: var(--component-shade, rgba(0, 0, 0, 0.1));
    border: 2px solid var(--component-highlight, #424549);
    color: var(--text-dim, hsla(0, 0%, 100%, 0.6));
    height: 34px;
}
html:not(.touch) .button.outline:hover:not(.disabled) {
    border-color: var(--component-border, hsla(0, 0%, 100%, 0.5));
    color: var(--text-color, hsla(0, 0%, 100%, 0.9));
}
.button.small {
    font-size: 12px;
    font-weight: 400;
    gap: 6px;
    height: 28px;
    min-height: 28px;
    min-width: unset;
}
.button.med {
    height: 40px;
    min-height: 40px;
}
.button.large {
    border-radius: 8px;
    font-size: 14px;
    height: 46px;
    min-height: 40px;
    text-transform: none;
}
.button.xlarge {
    border-radius: 15px;
    font-size: 15px;
    height: 60px;
    min-height: 60px;
    text-transform: none;
}
.button.rounded {
    border-radius: 50px;
}
.button.black {
    background-color: #000;
    color: #fff;
}
.button.white {
    background: #fff;
    border: 1px solid #d3d4d4;
    color: #323539;
}
.button.negative {
    border: 2px solid var(--component-highlight);
    color: var(--text-dim);
}
html:not(.touch) .button.negative:hover:not(.disabled) {
    background: var(--accent-negative);
    border: 2px solid hsla(0, 0%, 100%, 0.05);
    box-shadow: 0 0 10px var(--component-highlight);
    color: var(--text-color);
}
.button.positive {
    background: linear-gradient(
        200deg,
        var(--accent-light-color),
        var(--accent-color)
    );
    background-position: 50% 50%;
    background-size: 100%;
}
html:not(.touch) .button.positive:hover:not(.disabled):not(.working) {
    box-shadow: 0 0 15px var(--accent-shadow-color);
}
.button.green {
    background: linear-gradient(200deg, #4ebf85, #48b07b);
}
html:not(.touch) .button.green:hover:not(.disabled):not(.working) {
    box-shadow: 0 0 15px #48b07b99;
}
.button.disabled,
.button:disabled {
    box-shadow: none;
    cursor: default;
    opacity: 0.4;
}
.button:disabled:hover {
    box-shadow: none !important;
}
.button:active:not(.disabled):not(.working) {
    transform: translateY(2px);
}
.button.working {
    color: transparent !important;
}
.button.working > img {
    opacity: 0 !important;
}
.button > img {
    opacity: var(--normal-opacity);
    transition: all 0.15s linear;
}
.button.positive > img {
    opacity: 0.9;
}
.button:has(img) {
    padding-left: 10px;
}
.button.med:has(img) {
    padding-left: 15px;
}
html:not(.touch) .button:hover:not(.disabled):not(.working) > img {
    opacity: 1;
}
.switch {
    align-items: center;
    cursor: pointer;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    user-select: none;
}
.switch span:first-of-type {
    background: var(--component-dim);
    border-radius: 10px;
    height: 20px;
    position: relative;
    transition: all 0.2s linear;
    width: 36px;
}
.switch span:first-of-type:after {
    background: var(--text-dim);
    border-radius: 50%;
    content: "";
    height: 14px;
    left: 3px;
    position: absolute;
    top: 3px;
    transition: 0.3s;
    width: 14px;
}
/* input[type="checkbox"] {
    display: block !important;
    height: 0;
    margin: 0 !important;
    padding: 0 !important;
    visibility: hidden;
    width: 0;
}
input:checked + .switch span:first-of-type {
    background-color: var(--accent-color);
} */
input:checked + .switch span:first-of-type:after {
    background: #fff;
    left: calc(100% - 3px);
    transform: translateX(-100%);
}
.switch span:first-of-type:active:after {
    width: 18px;
}
.close {
    border-radius: 50%;
    cursor: pointer;
    height: 28px;
    opacity: var(--normal-opacity);
    padding: 7px;
    position: absolute;
    right: 6px;
    top: 6px;
    transition: all 0.15s linear;
    user-select: none;
    width: 28px;
    z-index: 80;
}
.close:active,
html:not(.touch) img.close:hover {
    opacity: 1;
}
#notification {
    color: #fff;
    display: none;
    position: absolute;
    z-index: 9999;
}
#notification .legend,
#notification .message,
#notification .spinner {
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 15px;
    font-size: 14px;
    height: 28px;
    letter-spacing: 2px;
    line-height: 28px;
    padding: 0 20px;
    text-transform: capitalize;
}
#notification .message {
    animation: noti_bounce 1.5s;
    animation-fill-mode: forwards;
}
#notification .spinner {
    animation: noti_appear 0.25s;
    animation-fill-mode: forwards;
}
#notification label.working {
    margin-left: -14px;
    padding-left: 25px;
}
@keyframes noti_bounce {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    15% {
        opacity: 1;
        transform: scale(1.1);
    }
    20% {
        transform: scale(0.9);
    }
    25% {
        transform: scale(1.03);
    }
    30% {
        transform: scale(0.97);
    }
    35% {
        transform: scale(1);
    }
    80% {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0;
        transform: scale(0.5);
    }
}
@keyframes noti_appear {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
.loading,
.loading:after,
.loading:before {
    animation-fill-mode: both;
    animation: load 1.8s ease-in-out infinite;
    border-radius: 50%;
    height: 20px;
    width: 20px;
}
.loading {
    animation-delay: -0.16s;
    color: var(--text-dim);
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    transform: translateZ(0);
}
.loading:after,
.loading:before {
    content: "";
    position: absolute;
    top: 0;
}
.loading:before {
    animation-delay: -0.32s;
    left: -40px;
}
.loading:after {
    left: 40px;
}
.loading.small:before {
    left: -12px;
}
.loading.small:after {
    left: 12px;
}
@keyframes load {
    0%,
    80%,
    to {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
html:not(.touch) [tooltip] {
    position: relative;
}
html:not(.touch) [tooltip]:after,
html:not(.touch) [tooltip]:before {
    display: none;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 26px;
    pointer-events: none;
    position: absolute;
    text-transform: uppercase;
    user-select: none;
}
html:not(.touch) [tooltip]:before {
    border: 5px solid transparent;
    content: "";
    z-index: 1001;
}
html:not(.touch) [tooltip]:after {
    background: var(--invert-bg);
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    color: var(--invert-text);
    content: attr(tooltip);
    max-width: 250px;
    min-width: 20px;
    overflow: hidden;
    padding: 0 10px;
    text-align: center;
    text-indent: 1px;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
    z-index: 1000;
}
html:not(.touch) [tooltip]:hover:after,
html:not(.touch) [tooltip]:hover:before {
    display: block;
}
html:not(.touch) [tooltip]:not([flow]):before,
html:not(.touch) [tooltip][flow^="up"]:before {
    border-bottom-width: 0;
    border-top-color: var(--invert-bg);
    bottom: calc(100% + 3px);
}
html:not(.touch) [tooltip]:not([flow]):after,
html:not(.touch) [tooltip][flow^="up"]:after {
    bottom: calc(100% + 8px);
}
html:not(.touch) [tooltip]:not([flow]):after,
html:not(.touch) [tooltip]:not([flow]):before,
html:not(.touch) [tooltip][flow^="up"]:after,
html:not(.touch) [tooltip][flow^="up"]:before {
    left: 50%;
    transform: translate(-50%, -0.5em);
}
html:not(.touch) [tooltip][flow^="up-right"]:before {
    border-bottom-width: 0;
    border-top-color: var(--invert-bg);
    bottom: calc(100% + 3px);
    left: 50%;
}
html:not(.touch) [tooltip][flow^="up-right"]:after {
    bottom: calc(100% + 8px);
    left: -5px;
    transform: translateY(-0.5em);
}
html:not(.touch) [tooltip][flow^="up-left"]:before {
    border-bottom-width: 0;
    border-top-color: var(--invert-bg);
    bottom: calc(100% + 3px);
    right: 50%;
}
html:not(.touch) [tooltip][flow^="up-left"]:after {
    bottom: calc(100% + 8px);
    left: unset;
    right: -5px;
    transform: translateY(-0.5em);
}
html:not(.touch) [tooltip][flow^="down"]:before {
    border-bottom-color: var(--invert-bg);
    border-top-width: 0;
    top: 100%;
}
html:not(.touch) [tooltip][flow^="down"]:after {
    top: calc(100% + 5px);
}
html:not(.touch) [tooltip][flow^="down"]:after,
html:not(.touch) [tooltip][flow^="down"]:before {
    left: 50%;
    transform: translate(-50%, 0.5em);
}
html:not(.touch) [tooltip][flow^="left"]:before {
    border-left-color: var(--invert-bg);
    border-right-width: 0;
    left: -5px;
    top: 50%;
    transform: translate(-0.5em, -50%);
}
html:not(.touch) [tooltip][flow^="left"]:after {
    right: calc(100% + 5px);
    top: 50%;
    transform: translate(-0.5em, -50%);
}
html:not(.touch) [tooltip][flow^="right"]:before {
    border-left-width: 0;
    border-right-color: var(--invert-bg);
    right: -5px;
    top: 50%;
    transform: translate(0.5em, -50%);
}
html:not(.touch) [tooltip][flow^="right"]:after {
    left: calc(100% + 5px);
    top: 50%;
    transform: translate(0.5em, -50%);
}
@media only screen and (max-height: 825px) {
    .modal {
        align-items: flex-start;
        padding: 20px 0;
    }
    .announce {
        align-self: center;
    }
}
@media only screen and (max-width: 1280px) {
    .wrap {
        width: 98%;
    }
}
@media only screen and (max-width: 825px) {
    #app-logo {
        font-size: 20px;
        margin-left: 0;
    }
    .head-text-button {
        background-color: var(--component-dim);
        gap: 30px;
        height: 42px;
        min-width: 42px;
        padding-left: 11px;
        width: 42px;
    }
    .news-dialog .news-menu {
        display: none;
    }
    .paywal-plan {
        column-gap: 20px;
        padding: 25px;
    }
    .top-50 {
        margin-top: 30px !important;
    }
    .top-80 {
        margin-top: 40px !important;
    }
    .top-100 {
        margin-top: 50px !important;
    }
    .top-200 {
        margin-top: 100px !important;
    }
}
@media only screen and (max-width: 650px) {
    .announce .content {
        flex: 1;
    }
    .announce .hero {
        display: none;
    }
    .announce .half {
        flex: 1;
        min-height: 400px;
        padding: 40px 20px;
        width: unset;
    }
    .is-desktop {
        display: none !important;
    }
    .is-mobile {
        display: flex !important;
    }
    .head-icon-button,
    .head-text-button {
        display: none;
    }
    .head-menu .head-icon-button {
        display: flex;
    }
    .news-dialog .news-content {
        padding: 30px;
    }
    #bounce-content {
        background-size: 250px auto;
    }
    #bounce-top {
        padding: 20px 20px 0;
    }
    #bounce-top h1,
    #bounce-top p {
        backdrop-filter: blur(2px);
        background-color: #000;
        border-radius: 6px;
        padding: 4px;
    }
    .paywal-plan {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        padding: 20px;
        row-gap: 30px;
    }
    .paywal-plan .plan {
        flex: auto;
        width: 100%;
    }
}
:root {
    --scrollbar-color: transparent;
    --scrollbar-color-hover: transparent;
    --font: "Montserrat", "Segoe UI", sans-serif;
    --text-opaque: #fff;
    --text-dim: hsla(0, 0%, 100%, 0.6);
    --text-color: hsla(0, 0%, 100%, 0.8);
    --text-error: #e84545;
    --invert-bg: #fefefe;
    --invert-text: #000;
}
body,
html {
    background-color: transparent;
    color: #fff;
    font-size: 1rem;
    line-height: 1.5rem;
}
body::-webkit-scrollbar {
    width: 16px;
}
body::-webkit-scrollbar-thumb {
    background-clip: content-box;
    background-color: #000;
    border: 4px solid transparent;
    border-radius: 8px;
    height: 56px;
}
body::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
.quick_link_container{
    height: 75vh;
    overflow: auto;
}
.quick_link_container::-webkit-scrollbar {
    width: 16px;
}
.quick_link_container::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
.quick_link_container::-webkit-scrollbar-thumb {
    background-clip: content-box;
    background-color: #000;
    border: 4px solid transparent;
    border-radius: 8px;
    height: 56px;
}
.header-wrap {
    align-content: center;
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100%;
    z-index: 23;
}
header {
    margin: 0 auto;
    max-width: 1920px;
    width: 90%;
}
.head-links {
    display: flex;
    gap: 5px;
    margin-left: auto;
}
.head-link {
    border-radius: 50vh;
    color: #ffffff99;
    cursor: pointer;
    font-size: 14px;
    padding: 8px 15px;
    position: relative;
    transition: all 0.15s linear;
}
.head-link:hover,
a.head-link:hover {
    background-color: #ffffff22;
    color: #fff;
}
.head-link:active .head-link-drop,
.head-link:hover .head-link-drop {
    animation: drop-slide 0.3s;
    display: flex;
}
.head-link-drop {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.2);
    display: none;
    flex-direction: column;
    gap: 4px 4px;
    left: -25px;
    min-width: 350px;
    padding: 15px;
    position: absolute;
    top: 32px;
    z-index: 99;
}
.head-link-drop .head-link-image {
    border-radius: 10px;
}
.head-link-drop a {
    align-items: center;
    border-radius: 2px;
    color: #333;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    font-size: 14px;
    gap: 10px;
    padding: 5px;
    transition: all 0.15s linear;
}
.head-link-drop a:active,
html:not(.touch) .head-link-drop a:hover {
    background-color: rgba(0, 0, 0, 0.1);
    color: #222;
}
.head-icon-button:active,
.head-text-button:active,
html:not(.touch) .head-icon-button:hover,
html:not(.touch) .head-text-button:hover {
    background-color: #ffffff22;
    color: #fff;
}
a.white,
h1,
h2,
h3,
h4,
h5 {
    color: #000;
}
a.white:hover {
    color: #000;
}
.half {
    width: 50%;
}
.split-40 {
    width: 40%;
}
.split-60 {
    width: 60%;
}
.wrap.nest {
    display: flex;
    flex-direction: row;
    gap: 40px;
}
.wrap.nest.flip {
    flex-direction: row-reverse;
}
.wrap.center {
    align-items: center;
    display: flex;
    flex-direction: column;
}
.wrap.center p {
    max-width: 800px;
}
.left {
    width: 40%;
    z-index: 4;
}
.left,
.right {
    min-height: 400px;
    position: relative;
}
.right {
    flex-direction: column;
    justify-content: center;
    width: 60%;
}
.left.wide {
    width: 55%;
}
.row-title {
    color: #fff;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}
h1.row-title {
    font-size: 4rem !important;
}
h2.row-title {
    font-size: 3rem !important;
}
h3.row-title {
    font-size: 2.2rem !important;
}
h4.row-title {
    font-size: 1.6rem !important;
}
.row-label {
    background-color: #5463bf;
    color: #fff;
    font-size: 1rem;
    letter-spacing: 3px;
    margin-bottom: 10px;
    padding: 4px 15px 2px 18px;
}
.row-cat,
.row-label {
    font-weight: 600;
    text-transform: uppercase;
}
.row-cat {
    color: #db1e1e;
    font-size: 0.875rem;
    letter-spacing: 4px;
    line-height: 1.4;
    text-align: left;
}
section p {
    color: #ffffffcc;
}
section p.big {
    font-size: 1.4rem;
    line-height: 2rem;
}
section h2 {
    color: #ffffffee;
    font-size: 2em;
    font-weight: 900;
}
section h2 span {
    display: inline-block;
    position: relative;
}
section h2 span .stroke {
    stroke-width: 2;
    bottom: -13px;
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}
section h2 span .stroke.pink {
    stroke: #f7345e;
}
section h2 span .stroke.orange {
    stroke: #ff621a;
}
section h2 span .stroke.yellow {
    stroke: #fcb520;
}
.row-glow {
    background-image: radial-gradient(
        ellipse 50% 100% at 50% -20%,
        rgba(119, 138, 232, 0.6),
        rgba(119, 138, 232, 0)
    );
    background-repeat: no-repeat;
}
.box-content,
.box-out {
    position: relative;
}
.box-content {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 400px;
    min-width: 400px;
    z-index: 2;
}
.box-content img {
    border-radius: 25px;
    height: 500px;
}
.box-content img.shadow {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.box-glow {
    aspect-ratio: 1.8;
    background: radial-gradient(
            50% 50% at 50% 50%,
            rgba(142, 177, 223, 0.24) 0,
            rgba(161, 155, 228, 0) 100%
        ),
        radial-gradient(
            40% 40% at 50% 50%,
            rgba(255, 134, 189, 0.14) 0,
            rgba(222, 141, 178, 0) 100%
        );
    background-repeat: no-repeat;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 140%;
    z-index: 1;
}
.reels {
    flex-direction: row;
    overflow-x: auto;
    padding-bottom: 30px;
}
.reel-row,
.reels {
    display: flex;
    gap: 30px;
}
.reel-row {
    flex-direction: column;
}
.reel-row:nth-child(odd) .box-shine:first-child {
    flex: 2;
}
.reels.center {
    flex-wrap: wrap;
    justify-content: center;
}
.reels.center .box-shine {
    flex: 1;
    max-width: 340px;
    min-width: 250px;
}
.reel-row .box-shine {
    flex: 1;
}
@media only screen and (min-width: 651px) {
    .reels::-webkit-scrollbar-track {
        background-color: #00000000;
        margin: 2px;
    }
    .reels::-webkit-scrollbar {
        background-color: #00000000;
        display: block !important;
        height: 8px;
        transition: all 0.15s linear;
    }
    .reels::-webkit-scrollbar-thumb {
        background-color: #ffffff00;
        border-radius: 5px;
    }
    .reels:hover::-webkit-scrollbar-thumb {
        background-color: #ffffff22;
    }
    .reels::-webkit-scrollbar-thumb:hover {
        background-color: #ffffff55;
    }
}
.box-shine {
    background: linear-gradient(
        135deg,
        hsla(0, 0%, 100%, 0.1),
        hsla(0, 0%, 100%, 0)
    );
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 200% 200%;
    border-radius: 30px;
    max-width: 340px;
    min-width: 340px;
    padding: 20px;
    position: relative;
    transition: all 0.15s linear;
}
.box-shine.med {
    max-width: 380px;
    min-width: 380px;
    padding: 25px;
}
.box-shine:hover {
    background-position: 0 0;
}
.box-shine:after {
    border: 1px solid #ffffff20;
    border-radius: inherit;
    box-sizing: border-box;
    content: "";
    inset: 0;
    -webkit-mask-image: linear-gradient(
        to bottom right,
        #000,
        transparent 40%,
        transparent 60%,
        #000
    );
    mask-image: linear-gradient(
        to bottom right,
        #000,
        transparent 40%,
        transparent 60%,
        #000
    );
    pointer-events: none;
    position: absolute;
    transition: all 0.15s linear;
    z-index: 3;
}
.box-shine:hover:after {
    border-color: #ffffff30;
}
.box-shine.wide {
    flex-direction: row;
    gap: 40px;
    max-width: 100%;
    padding: 40px;
    width: 100%;
}
.box-shine .stars {
    color: #ffffffaa;
    font-size: 1.4rem;
    letter-spacing: 4px;
    margin-top: 10px;
}
.box-shine .hero {
    border-radius: 18px;
    height: auto;
    width: 100%;
}
.box-shine .icon {
    height: 42px;
    width: 42px;
}
.box-shine h3 {
    color: #ffffffee;
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 20px;
}
.box-shine h4 {
    color: #000;
    font-size: 1.1rem;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 10px;
}
.box-shine p {
    color: hsla(0, 0%, 100%, 0.7);
    margin-top: 5px;
}
.video .box-shine {
    max-width: 400px;
    min-width: 400px;
    padding: 10px;
}
.video .box-shine iframe {
    border-radius: 18px;
}
.input-shine {
    align-items: center;
    background-color: hsla(0, 0%, 100%, 0.1);
    border: 2px solid hsla(0, 0%, 100%, 0.2);
    border-radius: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
    color: #fff;
    display: flex;
    font-size: 18px;
    height: 60px;
    justify-content: space-between;
    overflow-x: hidden;
    padding: 6px 6px 6px 20px;
}
.input-shine input[type="email"],
.input-shine input[type="text"] {
    background: transparent;
    border: none;
    color: #fff;
    flex: 1;
    font-size: 16px;
}
.input-shine input::placeholder {
    color: #ffffff88;
    opacity: 1;
}
.input-shine button {
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 25px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    height: 44px;
    padding: 0 30px;
    transition: all 0.3s ease-in-out;
}
.input-shine button:not(:disabled):hover {
    background-color: #8c54bd;
    color: #fff;
    text-decoration: none;
}
#image-editor-space {
    flex-grow: 0.6;
    min-height: 150px;
}
#image-editor-grow {
    flex-grow: 0.5;
}
#photo-editor-section {
    background-color: #fff;
    /* background-image: radial-gradient(
        ellipse 40% 100% at 60% -10%,
        rgba(0, 0, 0, 0.3),
        rgba(119, 138, 232, 0)
    ); */
    background-repeat: no-repeat;
    color: #000;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
}
#photo-editor-section:before {
    /* background-image: radial-gradient(
        ellipse 100% 100% at 0 100%,
        rgba(0, 0, 0, 0.15),
        rgba(232, 119, 175, 0)
    ); */
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#photo-editing-text {
    margin: 0 auto;
    max-width: 800px;
    text-align: center;
    z-index: 3;
}
#image-generator-top h1 {
    color: #000;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 3rem;
}
#image-generator-top h1 strong {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(141deg, #000000, #db1e1e);
    -webkit-background-clip: text;
    background-clip: text;
    background-size: cover;
    display: block;
    font-size: 6rem;
    font-weight: 900;
    line-height: 7rem;
    margin-bottom: 10px;
    text-transform: uppercase;
}
#image-generator-top p {
    color: #000;
    font-size: 18px;
    margin-top: 20px;
    padding: 0 50px;
}
#image-generator-top .buttons {
    gap: 30px;
    justify-content: center;
}
#image-generator-top .button {
    background: #000;
    border: none;
    color: #ffffffcc;
    font-size: 17px;
    font-weight: 400;
    height: 55px;
    padding: 0 40px;
}
#image-generator-top .button img {
    opacity: 0.8;
}
#image-generator-top .button:hover {
    background: #000;
    box-shadow: 0 0 5px #ffffff77, -5px 0 20px rgba(255, 0, 4, 0.5),
        5px 0 20px rgba(10, 10, 10, 0.7);
    color: #fff;
}
#image-generator-top .button:hover img {
    opacity: 1;
}
#app-selector-section {
    background-color: #fff;
    border-top: 1px solid hsla(0, 0%, 100%, 0);
    margin-top: 50px;
    padding: 50px 0;
    width: 100%;
    z-index: 3;
}
.suite {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding-bottom: 0;
}
.suite a {
    border: 1px solid hsla(0, 0%, 100%, 0);
    border-radius: 20px;
    display: flex;
    flex: 1;
    flex-direction: column;
    max-width: 180px;
    min-width: 180px;
    padding: 20px 10px;
    text-align: center;
    transition: all 0.15s linear;
}
.suite a:not(.disabled):hover {
    background-color: #ffffff11;
    border: 1px solid hsla(0, 0%, 100%, 0.1);
    text-decoration: none;
    transform: translateY(-6px);
}
.suite a img {
    border-radius: 12px;
    display: block;
    height: 96px;
    margin: 0 auto;
    width: 96px;
}
.suite a h2 {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    justify-content: center;
    margin-top: 16px;
    white-space: nowrap;
}
.suite a span {
    color: #000;
    font-size: 13px;
}
#quick-link-section {
    background-image: linear-gradient(120deg, #000000, #db1e1e);
    background-repeat: no-repeat;
    color: #fff;
    min-height: 500px;
    padding: 80px 0;
    position: relative;
}
.quick-links {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    margin-top: 20px;
}
.quick-links a {
    align-items: center;
    background-color: hsla(0, 0%, 100%, 0.1);
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 15px;
    gap: 10px;
    height: 50px;
    opacity: 0.8;
    overflow: hidden;
    padding: 0 20px;
    transition: all 0.15s linear;
}
.quick-links a:hover {
    background-color: #000000a0;
    color: #fff !important;
    opacity: 1;
    text-decoration: none !important;
}
.quick-links li img {
    height: 22px;
    width: 22px;
}

.tool_search_input{
    background: hsla(0, 0%, 100%, 0.1);
    border: none;
    padding: 10px 12px;
    border-radius: 5px;
}

section.ai {
    background-color: #fff;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 250px;
    padding: 180px 0;
}

section.ai .button {
    background-color: #db1e1e;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    height: 44px;
    margin-top: 20px;
    padding: 0 40px;
}
section.ai .button:hover {
    box-shadow: 0 0 15px #db1e1e;
}
#ai-image-generator img {
    height: auto;
    max-width: 350px;
    position: absolute;
    transition: all 0.2s ease-in-out;
    width: 60%;
}
#ai-image-generator img:first-child {
    max-width: 300px;
    transform: translateX(-60%);
    width: 45%;
    z-index: 2;
}
#ai-image-generator:hover img:first-child {
    transform: translateX(-80%);
    width: 50%;
}
#ai-image-generator img:nth-child(2) {
    box-shadow: 0 8px 24px rgba(17, 17, 26, 0.1),
        0 16px 56px rgba(17, 17, 26, 0.1), 0 24px 80px rgba(17, 17, 26, 0.1);
    z-index: 3;
}
#ai-image-generator img:nth-child(3) {
    max-width: 300px;
    transform: translateX(60%);
    width: 45%;
    z-index: 2;
}
#ai-image-generator:hover img:nth-child(3) {
    transform: translateX(80%);
    width: 50%;
}
#ai-generative-fill img {
    height: auto;
    max-width: 330px;
    pointer-events: none;
    position: absolute;
    transition: all 0.3s ease-in-out;
    width: 60%;
}
#ai-generative-fill img:first-child {
    transform: translate(-25%, -5%);
    z-index: 2;
}
#ai-generative-fill:hover img:first-child {
    transform: translate(-35%, -10%);
}
#ai-generative-fill img:nth-child(2) {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
    transform: translate(25%, 5%);
    z-index: 3;
}
#ai-generative-fill:hover img:nth-child(2) {
    transform: translate(35%, 10%);
}
.ex-prompt {
    align-items: center;
    backdrop-filter: blur(10px);
    background-color: hsla(0, 0%, 100%, 0.1);
    border: 2px solid hsla(0, 0%, 100%, 0.2);
    border-radius: 25px;
    bottom: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
    color: #fff;
    display: flex;
    font-size: 18px;
    height: 50px;
    justify-content: space-between;
    left: 10%;
    overflow-x: hidden;
    padding: 4px 4px 4px 20px;
    position: absolute;
    text-shadow: 0 1px 2px #26262b;
    width: 450px;
    z-index: 5;
}
.ex-prompt a {
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 25px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 38px;
    padding: 0 30px;
    text-shadow: none;
    transition: all 0.3s ease-in-out;
}
.ex-prompt:hover a {
    background-color: #db1e1e;
    color: #fff;
    text-decoration: none;
}
#ai-generative-expand img {
    height: auto;
    pointer-events: none;
    position: absolute;
    transition: all 0.3s ease-in-out;
}
#ai-generative-expand img:first-child {
    transform: scale(0.7);
    width: 100%;
    z-index: 2;
}
#ai-generative-expand:hover img:first-child {
    transform: scale(1);
}
#ai-generative-expand img:nth-child(2) {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
    width: 41.666666666%;
    z-index: 3;
}
#ai-generative-expand:hover img:nth-child(2) {
    box-shadow: 0 5px 15px transparent;
}
section.design {
    background-color: #0a1920;
    background-image: radial-gradient(
            ellipse 120% 100% at 50% -10%,
            #00a8e0a6,
            #4775ff00
        ),
        radial-gradient(ellipse 50% 100% at 50% -30%, #ffffff70, #ffffff00);
    background-repeat: no-repeat;
    background-size: 100vw 2000px;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 250px;
    padding: 180px 0;
}
section.design .button {
    background-color: #e19b08;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    height: 44px;
    margin-top: 20px;
    padding: 0 40px;
}
section.design .button:hover {
    box-shadow: 0 0 15px #f1ad1e;
}
section.design .row-label {
    background-color: #f1ad1e;
}
section.design .row-cat {
    color: #fcb520;
}
.design .box-glow {
    aspect-ratio: 1.8;
    background: radial-gradient(
            50% 50% at 50% 50%,
            rgba(142, 223, 198, 0.14) 0,
            rgba(161, 155, 228, 0) 100%
        ),
        radial-gradient(
            40% 40% at 50% 50%,
            rgba(134, 255, 195, 0.14) 0,
            rgba(222, 141, 178, 0) 100%
        );
    background-repeat: no-repeat;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 140%;
    z-index: 1;
}
#photo-grid-maker img {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
    max-width: 750px;
    width: 90%;
}
#ai-product-shot img,
#photo-grid-maker img {
    height: auto;
    pointer-events: none;
    position: absolute;
    transition: all 0.3s ease-in-out;
}
#ai-product-shot img {
    max-width: 500px;
    width: 60%;
}
#ai-product-shot img:first-child {
    transform: translate(-20%, -10%);
    z-index: 2;
}
#ai-product-shot:hover img:first-child {
    transform: translate(-30%, -15%);
}
#ai-product-shot img:nth-child(2) {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
    transform: translate(20%, 10%);
    z-index: 3;
}
#ai-product-shot:hover img:nth-child(2) {
    transform: translate(30%, 15%);
}
#ai-product-shot .ex-prompt {
    bottom: 10%;
    left: 5%;
}
#photo-filter-effect img {
    height: auto;
    max-width: 320px;
    pointer-events: none;
    position: absolute;
    transition: all 0.2s ease-in-out;
    width: 50%;
}
#photo-filter-effect img:first-child {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
    transform: translate(-10%);
    z-index: 2;
}
#photo-filter-effect img:nth-child(2) {
    max-width: 200px;
    transform: translate(100%, -10%);
    width: 30%;
    z-index: 3;
}
#photo-filter-effect:hover img:nth-child(2) {
    transform: translate(110%);
}
section.testimonials {
    background-color: #0a0f20;
    background-image: radial-gradient(
        ellipse 50% 100% at 50% -10%,
        #7889df80,
        #778ae800
    );
    background-repeat: no-repeat;
    background-size: 100% 800px;
    padding: 100px 0;
    position: relative;
}
section.testimonials:before {
    background-image: radial-gradient(
        ellipse 100% 100% at 0 0,
        #da70a542,
        #e877af00
    );
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 800px;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 800px;
}
section.upsell {
    background-image: linear-gradient(120deg, #fca90b, #da4e01);
    background-repeat: no-repeat;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 250px;
    padding: 130px 0 180px;
}
@media only screen and (max-width: 825px) {
    #image-generator-top h1 {
        font-size: 1.2rem;
        line-height: 2rem;
    }
    #image-generator-top h1 strong {
        font-size: 4rem;
        line-height: 4.2rem;
    }
    #image-generator-top p {
        font-size: 16px;
        padding: 0;
    }
    #photo-editing-text .buttons {
        flex-direction: column;
    }
    #image-editor-space {
        min-height: 120px;
    }
    #image-generator-top {
        flex-direction: column;
    }
    #app-selector {
        margin-top: 20px;
    }
    section.ai,
    section.design {
        gap: 100px;
        padding: 120px 0 80px;
    }
    section.upsell {
        padding: 110px 0 140px;
    }
    section.ai .button,
    section.design .button {
        margin: 30px 0;
    }
}
#interval-toggle {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 100px;
    position: relative;
    user-select: none;
    z-index: 6;
}
#interval-toggle label {
    background: rgba(0, 0, 0, 0.22);
    border: 1px solid #965cc957;
    border-radius: 50vh;
    color: #fff;
    display: flex;
    font-size: 1rem;
    font-weight: 700;
    gap: 10px;
    padding: 8px;
}
#interval-toggle .switch-interval-monthly {
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
}
#interval-toggle .switch-interval-yearly {
    cursor: pointer;
    display: inline-block;
    padding: 10px 10px 10px 20px;
}
#interval-toggle input:checked + label .switch-interval-monthly,
#interval-toggle input:not(:checked) + label .switch-interval-yearly {
    background: #8c54bd;
    border-radius: 50vh;
}
#interval-toggle label .switch-interval-yearly .yearly-badge {
    background: #f7345e;
    border-radius: 14px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    margin-left: 5px;
    padding: 4px 10px;
}
#interval-toggle
    input:not(:checked)
    + label
    .switch-interval-yearly
    .yearly-badge {
    background-color: rgba(0, 0, 0, 0.2);
}
section.pricing {
    background-color: #0a0f20;
    background-image: radial-gradient(
        ellipse 50% 100% at 50% -10%,
        #7889df80,
        #778ae800
    );
    background-repeat: no-repeat;
    background-size: 100% 800px;
    padding: 200px 0;
    position: relative;
}
section.pricing:before {
    background-image: radial-gradient(
        ellipse 100% 100% at 0 0,
        #da70a542,
        #e877af00
    );
    left: 0;
    top: 0;
}
section.pricing:after,
section.pricing:before {
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 800px;
    pointer-events: none;
    position: absolute;
    width: 800px;
}
section.pricing:after {
    background-image: radial-gradient(
        ellipse 100% 100% at 100% 100%,
        #c870da42,
        #e877af00
    );
    background-size: 800px 800px;
    bottom: 0;
    right: 0;
}
.pricing-plans {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    position: relative;
    z-index: 5;
}
.pricing-plan.plus {
    margin-top: 120px;
}
.pricing-plan.team {
    margin-top: 50px;
}
.pricing-plan.team.discounted {
    margin-top: 250px;
}
.pricing-plan .popular {
    background-color: #000;
    color: #fff;
    font-size: 0.8rem;
    line-height: 1.8rem;
    padding: 2px 1rem 0;
    position: absolute;
    right: 35px;
    text-transform: uppercase;
    top: 0;
}
.pricing-plan {
    background: linear-gradient(
        135deg,
        hsla(0, 0%, 100%, 0.2),
        hsla(0, 0%, 100%, 0)
    );
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 200% 200%;
    border-radius: 30px;
    color: #fff;
    display: flex;
    flex: 1;
    flex-direction: column;
    max-width: 340px;
    min-width: 280px;
    padding: 40px 30px 30px;
    position: relative;
    transition: all 0.15s linear;
}
.pricing-plan.wide {
    flex: 0 0 100%;
    flex-direction: row;
    gap: 40px;
    max-width: 1100px;
    min-width: unset;
    width: 100%;
}
.pricing-plan.wide .pricing-plan-left {
    flex: 1;
}
.pricing-plan.wide .pricing-plan-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pricing-plan:hover {
    background-position: 0 0;
}
.pricing-plan:after {
    border: 1px solid #ffffff44;
    border-radius: inherit;
    box-sizing: border-box;
    content: "";
    inset: 0;
    -webkit-mask-image: linear-gradient(
        to bottom right,
        #000,
        transparent 40%,
        transparent 60%,
        #000
    );
    mask-image: linear-gradient(
        to bottom right,
        #000,
        transparent 40%,
        transparent 60%,
        #000
    );
    pointer-events: none;
    position: absolute;
    transition: all 0.15s linear;
    z-index: 3;
}
.pricing-plan:hover:after {
    border-color: #ffffff55;
}
.pricing-plan .grow {
    flex: 1;
}
.pricing-plan h2 {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 2rem;
    font-weight: 600;
    gap: 10px;
}
.pricing-plan h2 img {
    margin-bottom: 2px;
}
.pricing-plan.wide h2 {
    font-size: 1.6rem;
}
.pricing-plan.wide h2 img {
    height: 28px;
    margin: 0;
    width: 28px;
}
.pricing-plan li {
    font-size: 0.9rem;
    margin-left: 20px;
    position: relative;
}
.pricing-plan li:before {
    color: #7286ff;
    content: "\2713";
    display: inline-block;
    font-weight: 900;
    left: -20px;
    padding-right: 10px;
    position: absolute;
}
.pricing-plan .price {
    align-items: center;
    color: #fff;
    flex-direction: column;
    gap: 4px;
    justify-content: center;
}
.plan.subscription-plan .price .amount,
.pricing-plan .price .amount {
    color: #7286ff;
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 4rem;
}
.plan.subscription-plan .price .amount-strike,
.pricing-plan .price .amount-strike {
    color: #73767f;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.5rem;
    text-decoration: line-through;
}
.plan.subscription-plan .discounted,
.pricing-plan .discounted {
    align-items: center;
    display: flex;
    gap: 15px;
}
.pricing-plan .price .amonth {
    color: #ffffffaa;
    font-size: 1rem;
    font-weight: 600;
}
.plan.subscription-plan .price .discount-badge,
.pricing-plan .price .discount-badge {
    background: #f7345e;
    border-radius: 14px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    padding: 0 10px;
    text-decoration: none;
}
.pricing-plan .button {
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid #4c59a9;
}
.pricing-plan .button.filled {
    background-color: #7286ff;
    border: unset;
}
.is-monthley,
.is-yearly {
    display: none;
}
.pricing-plans.monthley .is-monthley,
.pricing-plans.yearly .is-yearly {
    display: flex;
}
.plan.subscription-plan .price {
    align-items: center;
    color: #000;
    flex-direction: column;
    gap: 4px;
    justify-content: center;
}
.plan.subscription-plan .price .amonth {
    color: #000;
    font-size: 1rem;
    font-weight: 600;
}
@media only screen and (max-width: 1024px) {
    .pricing-plan {
        max-width: 700px;
    }
    .pricing-plan.team,
    .pricing-plan.team.discounted {
        margin-top: 0;
    }
}
@media only screen and (max-width: 825px) {
    section.pricing {
        padding: 150px 0 100px;
    }
    .pricing-plan.plus,
    .pricing-plan.team {
        margin-top: 0;
    }
    .pricing-plan.wide {
        flex-direction: column;
    }
}
section.support {
    background-color: #0a0f20;
    background-image: radial-gradient(
        ellipse 50% 100% at 50% -10%,
        #7889df80,
        #778ae800
    );
    background-repeat: no-repeat;
    background-size: 100% 800px;
    padding: 200px 0;
    position: relative;
}
section.support:before {
    background-image: radial-gradient(
        ellipse 100% 100% at 100% 0,
        #da70a542,
        #e877af00
    );
    height: 800px;
    right: 0;
    top: 0;
    width: 800px;
}
section.support:after,
section.support:before {
    background-repeat: no-repeat;
    content: "";
    display: block;
    pointer-events: none;
    position: absolute;
}
section.support:after {
    background-image: radial-gradient(
        ellipse 100% 100% at 50% 100%,
        #c870da42,
        #e877af00
    );
    background-size: 100% 100%;
    bottom: 0;
    height: 600px;
    left: 0;
    width: 100%;
}
@media only screen and (max-width: 825px) {
    section.support {
        padding: 150px 0 100px;
    }
}
section.desktop {
    background-color: #0a0f20;
    background-image: radial-gradient(
        ellipse 50% 100% at 50% -10%,
        #7889df50,
        #778ae800
    );
    background-repeat: no-repeat;
    background-size: 100% 800px;
    padding: 200px 0;
    position: relative;
}
section.desktop:before {
    background-image: radial-gradient(
        ellipse 100% 100% at 20% 0,
        #70daba2c,
        #e877af00
    );
    height: 1200px;
    top: 0;
}
section.desktop:after,
section.desktop:before {
    background-repeat: no-repeat;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
}
section.desktop:after {
    background-image: radial-gradient(
        ellipse 100% 100% at 50% 100%,
        #9e70da42,
        #e877af00
    );
    background-size: 100% 100%;
    bottom: 0;
    height: 600px;
}
@media only screen and (max-width: 825px) {
    section.desktop {
        padding: 150px 0 100px;
    }
}
section.aboutus {
    background-color: #0a0f20;
    background-image: radial-gradient(
        ellipse 50% 100% at 50% -10%,
        #7889df50,
        #778ae800
    );
    background-repeat: no-repeat;
    background-size: 100% 800px;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 250px;
    padding: 180px 0;
    position: relative;
}
section.aboutus .box-content img {
    height: auto;
    max-width: 500px;
    position: absolute;
    width: 90%;
}
section.aboutus:before {
    background-image: radial-gradient(
        ellipse 100% 100% at 20% 0,
        #70daba2c,
        #e877af00
    );
    height: 1200px;
    top: 0;
}
section.aboutus:after,
section.aboutus:before {
    background-repeat: no-repeat;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
}
section.aboutus:after {
    background-image: radial-gradient(
        ellipse 100% 100% at 50% 100%,
        #9e70da42,
        #e877af00
    );
    background-size: 100% 100%;
    bottom: 0;
    height: 600px;
}
section.aboutus .row-cat {
    color: #3bb0b5;
}
@media only screen and (max-width: 825px) {
    section.aboutus {
        gap: 100px;
        padding: 150px 0 100px;
    }
}
section.developer {
    background-color: #0a0f20;
    background-image: radial-gradient(
        ellipse 50% 100% at 50% -10%,
        #7889df50,
        #778ae800
    );
    background-repeat: no-repeat;
    background-size: 100% 800px;
    padding: 200px 0;
    position: relative;
}
section.developer:before {
    background-image: radial-gradient(
        ellipse 100% 100% at 20% 0,
        #70daba2c,
        #e877af00
    );
    height: 1200px;
    top: 0;
}
section.developer:after,
section.developer:before {
    background-repeat: no-repeat;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
}
section.developer:after {
    background-image: radial-gradient(
        ellipse 100% 100% at 50% 100%,
        #9e70da42,
        #e877af00
    );
    background-size: 100% 100%;
    bottom: 0;
    height: 600px;
}
section.promocode {
    background-color: #0a0f20;
    background-image: radial-gradient(
        ellipse 50% 100% at 50% -10%,
        #7889df50,
        #778ae800
    );
    background-repeat: no-repeat;
    background-size: 100% 800px;
    display: flex;
    flex-direction: column;
    gap: 100px;
    padding: 200px 0;
    position: relative;
}
.promocode li {
    font-size: 0.9rem;
    margin-left: 20px;
    position: relative;
}
.promocode li:before {
    color: #329599;
    content: "\2713";
    display: inline-block;
    font-weight: 900;
    left: -20px;
    padding-right: 10px;
    position: absolute;
}
section.redeem {
    background-image: radial-gradient(
        ellipse 50% 100% at 50% -10%,
        #7889df80,
        #778ae800
    );
}
section.free-trial,
section.redeem {
    background-color: #0a0f20;
    background-repeat: no-repeat;
    background-size: 100% 800px;
    display: flex;
    flex-direction: column;
    gap: 100px;
    padding: 200px 0;
    position: relative;
}
section.free-trial {
    background-image: radial-gradient(
        ellipse 50% 100% at 50% -10%,
        #7889df50,
        #778ae800
    );
}
section.free-trial:after {
    background-image: radial-gradient(
        ellipse 100% 100% at 50% 100%,
        #9e70da42,
        #e877af00
    );
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: 0;
    content: "";
    display: block;
    height: 600px;
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
}
section.free-trial .button {
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid #7a3695;
    font-size: 1rem;
    padding: 0 40px;
}
section.free-trial .button:hover {
    box-shadow: 0 0 15px #7a3695;
}
section.mobile {
    background-color: #0a0f20;
    background-image: radial-gradient(
        ellipse 50% 100% at 50% -10%,
        #7889df50,
        #778ae800
    );
    background-repeat: no-repeat;
    background-size: 100% 800px;
    display: flex;
    flex-direction: column;
    gap: 100px;
    padding: 200px 0;
    position: relative;
}
section.mobile:after {
    background-image: radial-gradient(
        ellipse 100% 100% at 50% 100%,
        #9e70da42,
        #e877af00
    );
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: 0;
    content: "";
    display: block;
    height: 600px;
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
}
section.mobile .store-cta img {
    margin-bottom: 10px;
    margin-right: 20px;
    width: 189px;
}
section.seo-categories {
    background-color: #0a0f20;
    background-image: radial-gradient(
        ellipse 50% 100% at 50% -10%,
        #7889df50,
        #778ae800
    );
    background-repeat: no-repeat;
    background-size: 100% 800px;
    display: flex;
    flex-direction: column;
    gap: 100px;
    padding: 200px 0;
    position: relative;
}
section.seo-categories:after {
    background-image: radial-gradient(
        ellipse 100% 100% at 50% 100%,
        #9e70da42,
        #e877af00
    );
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: 0;
    content: "";
    display: block;
    height: 600px;
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
}
section.affiliate {
    background-color: #0a0f20;
    background-image: radial-gradient(
        ellipse 50% 100% at 50% -10%,
        #7889df50,
        #778ae800
    );
    background-repeat: no-repeat;
    background-size: 100% 800px;
    display: flex;
    flex-direction: column;
    gap: 100px;
    padding: 200px 0;
    position: relative;
}
section.affiliate:after {
    background-image: radial-gradient(
        ellipse 100% 100% at 50% 100%,
        #9e70da42,
        #e877af00
    );
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: 0;
    content: "";
    display: block;
    height: 600px;
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
}
section.affiliate .join-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    position: relative;
    z-index: 5;
}
section.affiliate .join-steps .step {
    background: linear-gradient(
        135deg,
        hsla(0, 0%, 100%, 0.1),
        hsla(0, 0%, 100%, 0)
    );
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 200% 200%;
    border-radius: 30px;
    color: #fff;
    display: flex;
    flex: 1;
    flex: 0 0 100%;
    flex-direction: column;
    flex-direction: row;
    gap: 40px;
    max-width: 340px;
    max-width: 1100px;
    min-width: 280px;
    min-width: unset;
    padding: 40px 30px 30px;
    position: relative;
    transition: all 0.15s linear;
    width: 100%;
}
section.affiliate .join-steps .step .step-left {
    flex: 1;
}
section.affiliate .join-steps .step .step-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
section.affiliate .button {
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid #7a3695;
    font-size: 1rem;
    padding: 0 40px;
}
section.affiliate .button:hover {
    box-shadow: 0 0 15px #7a3695;
}
section.affiliate-promote li:before,
section.affiliate-welcome li:before {
    color: #329599;
    content: "\2713";
    display: inline-block;
    font-weight: 900;
    left: -20px;
    padding-right: 10px;
    position: absolute;
}
.header-wide-notification {
    align-items: center;
    column-gap: 10px;
    display: flex;
    justify-content: center;
    padding: 10px 90px;
    row-gap: 10px;
}
.header-wide-notification .button {
    margin-left: auto;
}
@media only screen and (max-width: 625px) {
    .header-wide-notification {
        flex-direction: column;
        padding: 10px 20px;
    }
    .header-wide-notification .button {
        margin-left: 0;
    }
}
.input-button {
    align-items: center;
    display: flex;
    flex-direction: row;
}
.input-button > input {
    border: 1px solid #d3d4d4;
    border-radius: 4px 0 0 4px !important;
    border-right: none !important;
    font-size: 14px !important;
    height: 46px !important;
    margin: 0 !important;
    min-width: 200px !important;
    padding: 10px !important;
    width: 50% !important;
}
.input-button > span {
    background-color: #000;
    border-radius: 0 4px 4px 0;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    height: 46px !important;
    padding: 11px 24px;
}
.input-error {
    color: var(--text-error);
    display: none;
    font-size: 14px;
    margin: 5px 0 0 5px;
}
@media only screen and (max-width: 1024px) {
    .how-to-use-code img,
    .promocode_banner > .content img {
        width: 715px;
    }
    .how-to-use-code,
    .promocode_banner > .content {
        flex-direction: column-reverse;
        gap: 20px;
    }
    .how-to-use-code > div,
    .promocode_banner .content > div {
        align-items: center;
        max-width: 715px;
    }
    .promocode_banner .panel {
        max-width: 715px;
    }
}
@media only screen and (max-width: 825px) {
    .how-to-use-code img,
    .promocode_banner > .content img {
        width: 490px;
    }
    .how-to-use-code,
    .promocode_banner > .content {
        flex-direction: column-reverse;
        gap: 20px;
    }
    .how-to-use-code > div,
    .promocode_banner .content > div {
        align-items: center;
        max-width: 550px;
    }
}
@media only screen and (max-width: 625px) {
    .how-to-use-code img,
    .promocode_banner > .content img {
        width: 300px;
    }
    .how-to-use-code,
    .promocode_banner > .content {
        flex-direction: column-reverse;
        gap: 20px;
    }
    .how-to-use-code > div,
    .promocode_banner .content > div {
        align-items: center;
        max-width: 350px;
    }
    .promocode_banner .panel {
        max-width: 350px;
    }
}
section.disclaimer {
    background-color: #0a0f20;
    background-image: radial-gradient(
        ellipse 50% 100% at 50% -10%,
        #91523450,
        #778ae800
    );
    background-repeat: no-repeat;
    background-size: 100% 800px;
    color: #fff !important;
    padding: 140px 0 200px;
    position: relative;
}
section.disclaimer:before {
    background-image: radial-gradient(
        ellipse 100% 100% at 20% 0,
        #7437af29,
        #e877af00
    );
    height: 1200px;
    top: 0;
}
section.disclaimer:after,
section.disclaimer:before {
    background-repeat: no-repeat;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
}
section.disclaimer:after {
    background-image: radial-gradient(
        ellipse 100% 100% at 50% 100%,
        #da70cc42,
        #e877af00
    );
    background-size: 100% 100%;
    bottom: 0;
    height: 600px;
}
.disclaimer table,
.disclaimer td,
.disclaimer th {
    border: 1px solid grey;
    border-collapse: collapse;
    padding: 10px;
}
.disclaimer .box-shine p {
    color: #fff;
    margin: 20px 0;
}
.disclaimer .decimal,
.disclaimer .disc {
    display: block;
    list-style-type: decimal;
}
.disclaimer .decimal,
.disclaimer .disc,
.disclaimer .lower-roman {
    margin-block-end: 1em;
    margin-block-start: 1em;
    margin-inline-end: 0;
    margin-inline-start: 0;
    padding-inline-end: 40px;
    padding-inline-start: 40px;
}
.disclaimer .lower-roman {
    list-style-type: lower-roman;
}
#edu-faq .faq,
.max-1140 {
    margin: 0 auto;
    max-width: 1220px;
    padding: 0 40px;
    width: 100%;
}
#conclusion .button,
#edu-featured-school .button,
#edu-steps-go-get-free .button,
.form-actions .button,
.upload-area .button {
    background: #019ecf;
    border: none;
    border-radius: 50px;
    color: #ffffffcc;
    font-size: 17px;
    font-weight: 400;
    height: 40px;
    margin: 24px 0;
    padding: 9px 40px;
}
.blue-divider {
    background-color: #4ca4dd;
    height: 3.5px;
    margin: 24px 0;
    width: 32.39px;
}
.blue-circle-list li {
    margin-bottom: 8px;
    padding-left: 16px;
    position: relative;
}
.blue-circle-list li:before {
    background-color: #4ca4dd;
    border-radius: 50%;
    content: "";
    display: block;
    height: 8px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 8px;
}
@media only screen and (max-width: 650px) {
    .max-1140 {
        padding: 0 20px;
    }
}
section.faq {
    background-color: #000;
    background-image: linear-gradient(120deg, #000, #db1e1e),
        radial-gradient(ellipse 120% 100% at 50% -10%, #ff3232, #4775ff00);
            color: #fff;
    display: flex;
    flex-direction: column;
    padding: 80px 0 120px;
}
section.faq a {
    color: #7286ff;
    transition: all 0.15s linear;
}
section.faq a:hover {
    color: #9baaff;
}
section.faq .faq details {
    border-bottom: 1px solid #ffffff15;
    color: #ffffffaa;
}
section.faq .faq summary {
    color: #fff;
}
section.faq .wrap {
    max-width: 1000px;
}
.faq details {
    border-bottom: 1px solid #717b814d;
    color: #ddd;
    font-size: 1rem;
    line-height: 1.6rem;
    margin-bottom: 10px;
    margin-top: 20px;
    padding-bottom: 10px;
}
.faq summary {
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 1.2rem;
    font-weight: 700;
    justify-content: space-between;
    list-style: none;
    padding-bottom: 10px;
    transition: all 0.5s ease;
}
.faq summary::-webkit-details-marker {
    display: none;
}
.faq summary:after {
    content: "\002B";
    margin-right: 10px;
}
.faq details[open] summary:after {
    content: "\00D7";
}
@media only screen and (max-width: 825px) {
    section.faq {
        color: #fff;
        display: flex;
        padding: 60px 0;
    }
}
section.error-code-page {
    background-color: #0a0f20;
    background-image: radial-gradient(
        ellipse 40% 100% at 60% -10%,
        rgba(119, 138, 232, 0.3),
        rgba(119, 138, 232, 0)
    );
    background-repeat: no-repeat;
    padding: 200px 0;
    position: relative;
}
section.error-code-page:before {
    background-image: radial-gradient(
        ellipse 100% 100% at 100% 0,
        #da70a542,
        #e877af00
    );
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 800px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 800px;
}
.error-code-page {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 80vh;
    text-align: center;
}
.error-code-page h1 {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(141deg, #9c26d7, #1eb1db);
    -webkit-background-clip: text;
    background-clip: text;
    background-size: cover;
    display: block;
    font-size: 10rem;
    font-weight: 600;
    line-height: 11rem;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.error-code-page p {
    font-size: 18px;
}
.error-code-page.maintenance-page h1 {
    font-size: 6rem;
    font-weight: 900;
    line-height: 7rem;
}
.maintenance-page p {
    color: hsla(0, 0%, 100%, 0.73);
    margin: 20px;
}
.maintenance-page p:first-child {
    font-size: 1.6rem;
    font-weight: 700;
}
.maintenance-page span {
    color: hsla(0, 0%, 100%, 0.73);
    font-size: 1.2rem;
    font-weight: 700;
}
footer {
    background: #000;
    overflow: hidden;
    padding-bottom: 80px;
    position: relative;
}
/* footer:after {
    background-image: radial-gradient(
        ellipse 50% 100% at 100% 100%,
        rgba(0, 0, 0, 0.15),
        rgba(232, 119, 175, 0)
    );
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 100%;
    pointer-events: none;
    right: 0;
    top: 0;
} */
footer .bottom,
footer:after {
    position: absolute;
    width: 100%;
}
footer .bottom {
    background: rgba(0, 0, 0, 0.22);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    bottom: 0;
    z-index: 4;
}
footer a {
    color: #ccc;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    text-transform: none;
}
footer a:hover {
    color: #fff;
}
footer ul {
    flex: 1;
    min-width: 160px;
}
footer ul .column-head {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 6px;
    text-transform: uppercase;
}
footer ul li {
    color: #fff;
    line-height: 26px;
}
footer .footer-links {
    align-items: baseline;
    display: flex;
    flex-grow: 2;
    flex-wrap: wrap;
    gap: 30px 10px;
    padding: 80px 0;
}
footer .bottom .wrap {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: row;
    font-size: 13px;
    height: 80px;
    justify-content: space-between;
}
footer .bottom .wrap img {
    height: 20px;
    opacity: 1;
    width: auto;
}
#language {
    display: flex;
    flex-basis: 100%;
    gap: 20px;
    margin: 0 auto;
    align-items: center;
    padding-top: 20px;
    width: 80%;
}
#language-list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
    opacity: 0.8;
}
#language-list a {
    white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
    .head-text-button {
        background-color: var(--component-dim);
        gap: 30px;
        height: 42px;
        min-width: 42px;
        padding-left: 11px;
        width: 42px;
    }
}
@media only screen and (max-width: 825px) {
    .head-link {
        display: none;
    }
    .wrap.nest,
    .wrap.nest.flip {
        flex-direction: column;
        gap: 40px;
    }
    .left,
    .left.wide,
    .right {
        flex-direction: column;
        justify-content: center;
        min-height: unset;
        min-width: unset;
        width: 100%;
    }
    .box-content {
        min-height: 500px;
        min-width: unset;
    }
    h1.row-title {
        font-size: 3rem !important;
    }
    h2.row-title {
        font-size: 2rem !important;
    }
    h3.row-title {
        font-size: 1.6rem !important;
    }
    .row-label {
        font-size: 0.8rem;
        margin-bottom: 5px;
        padding: 2px 10px 0 13px;
    }
    section h2 {
        font-size: 1.6rem;
        font-weight: 600;
    }
    section p.big {
        font-size: 1.2rem;
        line-height: 1.8rem;
    }
    .footer-container {
        flex-direction: column;
        padding: 40px 0 80px;
    }
}
@media only screen and (max-width: 625px) {
    .box-content {
        min-height: 400px;
        min-width: unset;
    }
}
:root {
    --border: #dbdbdb;
    --border-dark: #c2c2c2;
}
.hide {
    display: none !important;
}
.entry {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
}
.entry,
.entry .entry-content {
    max-width: 320px;
    width: 100%;
}
.entry.agreements {
    width: 1000px;
}
.entry .back {
    cursor: pointer;
}
.entry .no-margin {
    margin: 0;
}
.entry p {
    font-size: 13px;
    margin: 0;
}
.entry .column {
    display: flex;
}
.entry .justify-center {
    justify-content: center;
}
.entry .space-between {
    justify-content: space-between;
}
.entry .separator {
    align-items: center;
    display: flex;
    font-size: 12px;
    padding-top: 25px;
    text-align: center;
}
.entry .separator:after,
.entry .separator:before {
    border-bottom: 1px solid var(--border);
    content: " ";
    flex: 1;
}
.entry .separator:before {
    margin-right: 15px;
}
.entry .separator:after {
    margin-left: 15px;
}
.entry .button.transparent {
    background: transparent;
    border: none;
    color: #323539;
}
.entry .button.transparent:hover {
    border: none;
    box-shadow: none;
}
.entry .inline {
    align-items: center;
    display: flex;
    flex-direction: row;
}
@media only screen and (max-width: 425px) {
    .entry .inline {
        flex-direction: column;
    }
}
.entry .input-group .input-icon {
    cursor: pointer;
    height: 18px;
    opacity: 0.5;
    position: absolute;
    right: 12px;
    top: 33px;
    width: 18px;
}
/* .entry .checkbox-group {
    margin: 7px 0;
}
.entry .checkbox-group input {
    height: unset;
} */
.entry .input-group .error-msg {
    color: #e71d36;
    display: none;
    font-size: 13px;
    margin: 4px 0 0;
    width: 100%;
}
.toast {
    align-items: center;
    background-color: #f6f7f9;
    border: 1px solid var(--border-dark);
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    left: 0;
    line-height: 22.5px;
    margin: 0 auto;
    max-width: 599px;
    padding: 12px 24px;
    position: fixed;
    right: 0;
    top: 60px;
    width: 90%;
    z-index: 9999;
}
.toast-close {
    cursor: pointer;
    font-size: 22px;
    font-weight: 700;
    position: absolute;
    right: 13px;
    transition: 0.3s;
}
.toast .toast-text {
    font-size: 15px;
    font-weight: 700;
    overflow-wrap: anywhere;
    padding: 0 10px;
}
.toast-close.success,
.toast.success {
    background-color: #f6f7f9;
    color: #323539;
}
.toast-close.danger,
.toast.danger {
    background-color: #ffebee;
    color: #e32636;
}
.toast img {
    width: 23px;
}
.entry #recaptcha {
    margin: 25px 0;
}
.entry #recaptcha div {
    margin: 0 auto;
}
#checkout-selector > div {
    padding: 40px 40px 20px;
}
#checkout-selector h2 {
    line-height: 50px;
}
#checkout-selector .sub {
    column-gap: 20px;
    display: flex;
    row-gap: 20px;
}
#checkout-selector .sub-selector {
    align-items: center;
    border: 1px solid #d3d4d4;
    border-radius: 4px;
    display: flex;
    flex-basis: 50%;
    flex-direction: column;
    padding: 25px 12px 15px;
    position: relative;
    row-gap: 16px;
}
#checkout-selector .sub-selector .tag {
    background-color: #e91d35;
    color: #fff;
    padding: 4px 10px;
    position: absolute;
    right: 0;
    top: 14px;
}
#checkout-selector .reach-us {
    align-items: center;
    background-color: #f9f9f9;
    display: flex;
    gap: 40px;
    margin-top: 15px;
    padding: 30px 25px;
}
#checkout-selector .reach-us > .button {
    border-radius: 50vh;
    height: unset;
    line-height: normal;
    min-width: 200px;
    padding: 10px 40px;
}

@font-face {
    font-family: "Montserrat";
    src: url(/public/assets/font/Montserrat-Medium.woff2) format("woff2"),
        url(/public/assets/font/Montserrat-Medium.woff) format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Montserrat";
    src: url(/public/assets/font/Montserrat-Bold.woff2) format("woff2"),
        url(/public/assets/font/Montserrat-Bold.woff) format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Montserrat";
    src: url(/public/assets/font/Montserrat-Black.woff2) format("woff2"),
        url(/public/assets/font/Montserrat-Black.woff) format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


@media only screen and (max-width: 650px) {
    #checkout-selector > div {
        padding: 20px;
    }
    #checkout-selector h2 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    #checkout-selector .sub {
        flex-direction: column;
    }
    #checkout-selector .sub-selector > span {
        font-size: 14px;
    }
    #checkout-selector .reach-us {
        align-items: flex-start;
        flex-direction: column;
        row-gap: 25px;
    }
}
