/* [Colors] */

body {
}

/* [Global] */

body {
    color: rgba(0,0,0,1.00);
    position: relative;
    font-size: 16px;
    background: rgb(255,243,239);
    min-height: 100vh;
    font-family: 'Nomia Display';
    font-weight: 400;
    line-height: 1.4;
}

container {
    width: 100%;
    display: block;
    max-width: 1280px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    margin-bottom: 0px;
    padding-right: 1rem;
}

h2 {
    font-size: 42px;
    margin-top: 0px;
    font-weight: 700;
    margin-bottom: 0px;
    color: rgb(255,255,255);
    font-family: 'Nomia Display';
}

h1 {
    font-size: 60px;
    margin-top: 0px;
    font-weight: 700;
    margin-bottom: 0px;
    color: rgb(255,251,249);
    font-family: 'Nomia Display';
}

h3 {
    font-size: 32px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Nomia Display';
    font-weight: 700;
}

h4 {
    font-size: 24px;
    margin-top: 0px;
    font-weight: 700;
    margin-bottom: 0px;
}

h5 {
    font-size: 20px;
    margin-top: 0px;
    font-weight: 700;
    margin-bottom: 0px;
}

h6 {
    font-size: 16px;
    margin-top: 0px;
    font-weight: 700;
    margin-bottom: 0px;
}

p {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Nomia Display';
}

ul {
    padding-left: 0px;
}

ol {
    padding-left: 20px;
}

img {
    display: block;
    max-width: 100%;
    pointer-events: none;
}

textarea {
    resize: vertical;
}

a {
    cursor: pointer;
    transition: all 200ms 0ms linear;
    color: rgb(255,255,255);
    text-decoration: none;
}

button {
    cursor: pointer;
}

component {
    display: block;
}

rich-text {
}

blockquote {
    display: block;
    background: #00000008;
    margin-left: 0px;
    padding-top: 15px;
    margin-right: 0px;
    padding-left: 15px;
    border-radius: 6px;
    padding-right: 15px;
    padding-bottom: 15px;
}

blockquote  cite {
    color: rgb(139,139,139);
    display: block;
    margin-top: 10px;
    font-weight: 500;
    padding-left: 15px;
}

nav {
}

/* [Classes] */

.stylesheet-part {
    padding: 60px 0px 60px 0px;
    border-bottom: 1px solid rgba(223,223,223,1.00);
}

.button-primary {
    color: rgb(255,255,255);
    border: 1px solid rgb(255,255,255);
    background: rgb(255,81,0);
    padding-top: 12px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 12px;
    border-radius: 100px;
    min-height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.button-primary:hover {
    color: rgba(0,0,0,1.00);
    background: rgba(255,255,255,1.00);
}

.button-secondary {
    color: rgba(0,0,0,1.00);
    border: 1px solid rgba(0,0,0,1);
    background: rgb(255,255,255);
    padding-top: 12px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 12px;
    border-radius: 100px;
    min-height: 3.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-secondary:hover {
    color: rgb(255,255,255);
    background: rgb(255,81,0);
}

.rich-text-dh-styling  hr {
    width: 100%;
    border: 0px solid rgba(0,0,0,1);
    height: 1px;
    display: block;
    border-top: 1px solid rgb(203,203,203);
    margin-top: 20px;
    padding-top: 0px;
    margin-bottom: 20px;
    padding-bottom: 0px;
}

.rich-text-dh-styling {
    display: flex;
    row-gap: 24px;
    flex-direction: column;
}

.nom-header-fh {
    width: 100%;
    height: 100vh;
    position: relative;
}

.nom-contain-lg {
    max-width: 150rem;
    position: relative;
    z-index: 2;
}

.nom-padding-hd {
    padding-top: 6rem;
    padding-bottom: 2rem;
}

.nom-h1-xlg {
    font-size: 20rem;
    font-weight: 300;
    line-height: 1;
}

.nom-layout-vflex {
    display: flex;
    flex-direction: column;
    row-gap: 0.15rem;
}

.nom-media-cover {
    width: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}

.nom-contain-nav {
    max-width: 128rem;
}

.elm-nav {
    position: fixed;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: auto;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
}

.nom-padding-nav {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.nom-layout-hsb {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nom-nav-list {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 0.5rem;
}

.nom-link-nav {
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
    padding-top: 0.75rem;
    padding-bottom: 0.65rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    border-radius: 100px;
    overflow: clip;
}

.nom-link-nav:hover {
    background: rgba(79,21,3,0.66);
}

.nom-link-nav.dh-active {
    color: #c55200;
    background: rgb(255,255,255);
}

.nom-cta-pill-nav {
    padding-left: 1rem;
    padding-bottom: 0.75rem;
    padding-right: 1rem;
    border-radius: 100px;
    background: rgb(255,98,31);
    min-width: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    flex-direction: row;
    column-gap: 0.5rem;
    transition: all 350ms 0ms ease-out;
    cursor: pointer;
    padding-top: 0.75rem;
    color: rgb(255,255,255);
    margin-left: auto;
}

.nom-cta-pill-nav:hover {
    background: rgb(193,68,15);
}

.nom-cta-pill-nav.dh-active {
    color: #c55200;
    background: rgb(255,255,255);
    border: 2px solid #ff5500;
}

.nom-brand-wordmark {
    font-size: 3rem;
    width: 6rem;
}

.nom-link-pill-nav {
    border-radius: 100px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgb(255,60,0);
    background: rgba(255,47,0,0.45);
    padding-left: 0.5rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
    padding-right: 0.5rem;
    position: absolute;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin-left: auto;
    margin-right: auto;
}

.nom-padding-lg {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.nom-h2-md {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1;
}

.nom-padding-md {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.nom-layout-grid-duo {
    grid-template-columns: 0.5fr 1fr;
    display: grid;
    width: 100%;
}

.nom-h2-lg {
    font-size: 3.5rem;
    line-height: 1;
    font-family: 'Nomia Display';
    font-weight: 500;
}

.nom-h2-sm {
    font-weight: 400;
    font-size: 1rem;
}

.nom-header-card {
    padding-left: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 1rem;
    background: rgb(226,63,3);
    border-radius: 20px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 1rem;
    row-gap: 1rem;
    width: 100%;
    max-width: 30rem;
}

.nom-cta-section {
    min-height: 50vh;
    position: relative;
}

.nom-txt-sm {
    font-size: 0.9rem;
}

.nom-contain-md {
    max-width: 80rem;
}

.nom-contain-sm {
    max-width: 60rem;
}

.nom-padding-sm {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.nom-media-full {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
}

.nom-product-card {
    padding-left: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 1rem;
    width: 100%;
    border-radius: 30px;
    display: flex;
    align-items: flex-start;
    background: rgb(171,97,63);
    overflow: clip;
    transition: all 1100ms 0ms cubic-bezier(0.075,0.82,0.165,1);
    flex-direction: column;
    position: relative;
    transform: translate(0px,0px);
    aspect-ratio: 1/1;
}

.nom-product-card:hover {
    background: #ff4800;
    transform: scale(1.02,1.02);
}

.nom-product-card:hover img {
    transform: scale(1.095,1.059);
}

.nom-layout-hflex {
    display: flex;
    flex-direction: row;
}

.nom-features-card {
    padding-left: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 2rem;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    background: #ff4f0f;
    aspect-ratio: 1/1;
    width: 20rem;
}

.nom-txt-tn {
    font-size: 0.8rem;
}

.nom-layout-quadro {
    grid-template-columns: 1fr 1fr;
    display: grid;
}

.nom-product-card-bottom {
    margin-top: auto;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    width: 100%;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nom-product-card-top {
    margin-bottom: auto;
    width: 100%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nom-txt-md {
    font-weight: 300;
    font-size: 2rem;
}

.nom-ico-sm {
    width: 1rem;
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nom-card-sidebar_wrap {
    width: 50rem;
    height: 100dvh;
    background: rgb(255,238,223);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    margin-left: auto;
    border-radius: 22px 0px 0px 22px;
}

.nom-cart-empty-state {
    padding-left: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 1.5rem;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    width: 25rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}

.nom-cart-mid {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
    height: 100%;
    overflow: auto;
}

.nom-h3-md {
    font-size: 2rem;
    font-weight: 400;
}

.nom-cart-item_wrap {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
    border-radius: 12px;
    background: rgb(236,194,171);
    display: flex;
    column-gap: 0.5rem;
    flex-direction: row;
    row-gap: 1rem;
    align-items: flex-start;
    justify-content: center;
}

.nom-cart_img {
    width: 5rem;
}

.nom-cart-img_wrap {
    border-radius: 12px;
    overflow: clip;
    background: rgb(255,83,20);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    aspect-ratio: 1/1;
}

.nom-quantity_ball {
    width: 2rem;
    height: 2rem;
    border-radius: 100%;
    background: rgb(255,76,31);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 0-;
    cursor: pointer;
    border: 1px solid rgb(255,220,211);
}

.nom-quantity_ball:hover {
    background: rgb(255,120,86);
    color: rgb(255,255,255);
}

.nom-quantity_middle {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.15rem;
    padding-right: 0.15rem;
    min-width: 3rem;
    text-align: center;
    background: rgb(255,218,204);
    border-radius: 8px;
    height: 100%;
}

.nom-cart-bg {
    background: rgba(166,150,145,0.58);
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100dvh;
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    display: flex;
    justify-content: space-between;
}

.nom-ico-lg {
    width: 2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: inherit;
}

.nom-cart-nav-btn {
    cursor: pointer;
    border-radius: 100%;
    transition: all 350ms 0ms cubic-bezier(0.075,0.82,0.165,1);
    border: 1px solid rgb(255,137,82);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    text-align: left;
    color: rgb(255,120,71);
}

.nom-cart-nav-btn:hover {
    background: #ff5100;
    color: rgb(255,255,255);
    transform: rotate(180deg);
}

.nom-h1-lg {
    font-size: 5rem;
    font-weight: 400;
}

.nom-cart-list_holder {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 0.75rem;
}

.nom-footer {
    background: #ff4f0f;
    color: rgb(255,255,255);
}

.nom-ico-tn {
    width: 0.9rem;
    height: 0.9rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nom-footer-nav-list {
    list-style: none;
    padding-left: 0rem;
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}

.nom-global-input {
    min-height: 4rem;
    border-radius: 100px;
    border: 1px solid rgba(0,0,0,0);
    outline: 1px solid rgba(0,0,0,0);
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 20px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.nom-global-input::placeholder {
    font-size: 1.25rem;
}

.nom-footer-link:hover {
    color: rgb(0,0,0);
    font-weight: 700;
}

.nom-footer-payment-method {
    transition: all 450ms 0ms cubic-bezier(0.215,0.61,0.355,1);
}

.nom-footer-payment-method:hover {
    opacity: 90%;
    cursor: pointer;
}

.nom-nav-cart_count {
    border-radius: 100px;
    background: rgb(255,255,255);
    min-width: 1.25rem;
    min-height: 1.25rem;
    flex: 0 0 auto;
    aspect-ratio: 1/1;
    color: rgb(0,0,0);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    line-height: 0;
}

.nom-auth-form-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 2rem;
}

.nom-auth-card {
    width: 30rem;
    padding-left: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 1rem;
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}

.nom-h1-md {
    font-size: 2rem;
    font-weight: 400;
}

.nom-product-info-wrap {
    overflow: clip;
    border-radius: 12px;
    aspect-ratio: 1/1;
    width: 8rem;
    height: 8rem;
    cursor: pointer;
    transition: all 450ms 0ms cubic-bezier(0.215,0.61,0.355,1);
}

.nom-product-info-wrap:hover {
    opacity: 80%;
    border: 4px solid rgb(255,158,106);
}

.nom-product-info-table {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    border-radius: 12px;
    padding-left: 1rem;
    padding-right: 1rem;
    border: 1px solid rgb(167,71,52);
}

/* [Tags] */

body .t2 {
}

body .t3 {
}

body .t4 {
}

body .t7 {
    display: grid;
    grid-template-columns: 350px 1fr;
}

body .t9 {
    display: flex;
    row-gap: 25px;
    flex-direction: column;
}

body .t18 {
    display: grid;
    grid-template-columns: 350px 1fr;
}

body .t20 {
    display: flex;
    row-gap: 40px;
    column-gap: 40px;
}

body .t22 {
    display: flex;
    flex-direction: column;
}

body .t23 {
    display: flex;
    flex-direction: column;
}

body .t24 {
    color: rgba(163,117,255,1.00);
    margin: 0px 0px 10px 0px;
    display: block;
    font-weight: 600;
}

body .t27 {
    color: rgba(163,117,255,1.00);
    margin: 0px 0px 10px 0px;
    display: block;
    font-weight: 600;
}

body .t29 {
    display: grid;
    grid-template-columns: 350px 1fr;
}

body .t30 {
    display: flex;
    row-gap: 25px;
    flex-direction: column;
}

body .t34 {
    color: rgba(163,117,255,1.00);
    margin: 0px 0px 10px 0px;
    display: block;
    font-weight: 600;
}

body .t36 {
    color: rgba(163,117,255,1.00);
    margin: 0px 0px 10px 0px;
    display: block;
    font-weight: 600;
}

body .t37 {
    display: flex;
    column-gap: 100px;
}

body .t40 {
    color: rgba(0,0,0,1.00);
    margin: 0px 0px 10px 0px;
    display: block;
    font-weight: 600;
}

body .t48 {
    color: rgba(0,0,0,1.00);
    margin: 0px 0px 10px 0px;
    display: block;
    font-weight: 600;
}

body .t57 {
}

body .t60 {
    overflow: clip;
}

body .t61 {
    height: 100%;
}

body .t62 {
    height: 100%;
}

body .t63 {
    height: 100%;
    row-gap: 1rem;
    align-items: flex-start;
    justify-content: flex-end;
}

body .t64 {
    line-height: 0.80;
}

body .t65 {
    object-fit: cover;
}

body .t67 {
    display: none;
}

body .t69 {
    align-items: flex-start;
}

body .t70 {
    color: rgb(107,39,0);
    font-weight: 700;
}

body .t73 {
    width: 100%;
}

body .t74 {
    column-gap: 2rem;
    align-items: end;
    justify-items: center;
}

body .t76 {
    width: 80%;
    row-gap: 1.5rem;
    margin-left: auto;
    justify-self: flex-end;
}

body .t77 {
}

body .t78 {
    width: 10rem;
    object-fit: cover;
    aspect-ratio: 1/1;
    border-radius: 20px;
}

body .t79 {
}

body .t80 {
}

body .t81 {
    height: 100%;
    min-height: 100%;
}

body .t83 {
    align-items: center;
    justify-content: center;
}

body .t87 {
    height: 100vh;
    position: relative;
    background: #f4ede8;
}

body .t88 {
    height: 100%;
}

body .t89 {
    height: 100%;
    display: flex;
    row-gap: 1.5rem;
    position: relative;
    align-items: center;
    flex-direction: column;
}

body .t90 {
    color: rgb(128,34,0);
    font-weight: 700;
}

body .t91 {
    row-gap: 1rem;
    z-index: 2;
    position: relative;
    margin-top: auto;
    text-align: center;
    align-items: center;
    pointer-events: auto;
    justify-content: center;
}

body .t92 {
    z-index: 1;
    position: relative;
    font-size: 2.75rem;
    line-height: 1.3;
}

body .t93 {
    top: auto;
    left: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    position: absolute;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2rem;
}

body .t94 {
    text-align: center;
}

body .t95 {
    z-index: 4;
    position: relative;
    margin-bottom: auto;
    pointer-events: auto;
}

body .t99 {
    height: 100%;
    display: flex;
    row-gap: 1.5rem;
    column-gap: 1rem;
    align-items: stretch;
    justify-items: stretch!important;
    grid-template-columns: 1fr 1fr;
}

body .t100 {
    width: 90rem;
    position: relative;
    aspect-ratio: 1/1;
    border-radius: 40px;
    background-size: 120% 120%;
    background-image: url("https://global.divhunt.com/6e5e3d7a49dcfee799787491c11dd17e_443634.avif");
    background-position: center;
}

body .t101 {
    width: 100%;
    position: relative;
}

body .t102 {
    display: none;
}

body .t103 {
    color: rgb(185,77,0);
    font-weight: 500;
}

body .t104 {
    text-align: center;
    align-items: center;
}

body .t108 {
    grid-template-columns: 1fr 1fr;
}

body .t109 {
    overflow: clip;
    border-radius: 40px;
}

body .t111 {
    align-self: center;
}

body .t112 {
    row-gap: 2rem;
    align-items: center;
}

body .t113 {
    top: 7rem;
    row-gap: 1rem;
    position: sticky;
    column-gap: 1rem;
    align-items: stretch;
    justify-items: stretch;
    grid-auto-flow: row dense;
}

body .t116 {
    top: auto;
    left: 0%;
    right: 0%;
    bottom: 0%;
    height: 100vh;
    z-index: 3;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
}

body .t117 {
    top: auto;
    left: auto;
    right: 1rem;
    bottom: 1rem;
    display: none;
    z-index: 100;
    position: fixed;
    padding-top: 1.15rem;
    padding-left: 1.15rem;
    padding-right: 1.15rem;
    padding-bottom: 1.15rem;
}

body .t123 {
    justify-content: center;
}

body .t124 {
    margin-right: auto;
}

body .t128 {
}

body .t135 {
}

body .t140 {
    column-gap: 1rem;
}

body .t145 {
    color: rgb(255,255,255);
}

body .t147 {
    color: rgb(255,255,255);
}

body .t148 {
    position: relative;
    column-gap: 0.5rem;
}

body .t149 {
    color: #ff5100;
    width: 3rem;
    height: 3rem;
    z-index: 1;
    position: relative;
    font-size: 1rem;
    background: rgb(255,255,255);
    font-weight: 900;
}

body .t150 {
    color: #ff5100;
    z-index: 2;
    position: relative;
    background: rgb(255,255,255);
}

body .t151 {
    width: 20rem;
    display: flex;
    position: relative;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}

body .t152 {
    transition: all 1100ms 0ms cubic-bezier(0.075,0.82,0.165,1);
    margin-left: auto;
    margin-right: auto;
}

body .t157 {
    display: none;
    background: rgb(255,255,255);
    column-gap: 1rem;
    align-items: center;
    padding-top: 0.5rem;
    padding-left: 0.5rem;
    border-radius: 100px;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
}

body .t158 {
    color: #ff4b14;
    background: rgb(255,255,255);
}

body .t159 {
}

body .t160 {
    color: #ff4b14;
    background: rgb(255,255,255);
}

body .t161 {
}

body .t162 {
    min-width: auto;
    background: rgba(255,255,255,0.74);
}

body .t163 {
    font-weight: 600;
}

body .t172 {
    column-gap: 0.5rem;
    margin-left: auto;
}

body .t173 {
    min-width: 3rem;
    aspect-ratio: 1/1;
}

body .t180 {
    height: 100dvh;
}

body .t181 {
    height: 100%;
}

body .t182 {
    height: 100%;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

body .t183 {
    height: 100%;
    row-gap: 2rem;
    position: relative;
    column-gap: 2rem;
    align-items: center;
    justify-items: center;
    grid-auto-flow: row;
    grid-template-columns: 1fr 1fr;
}

body .t187 {
    border-top: 1px solid rgb(193,193,193);
    padding-top: 0.5rem;
    padding-bottom: 1rem;
}

body .t189 {
    column-gap: 0.25rem;
    align-items: center;
}

body .t191 {
    text-align: center;
}

body .t194 {
    flex-wrap: nowrap;
    column-gap: 1rem;
}

body .t195 {
    font-weight: 200;
}

body .t197 {
    position: relative;
    padding-bottom: 1rem;
}

body .t198 {
    row-gap: 2rem;
    column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
}

body .t199 {
    width: 100%;
    align-self: flex-start;
}

body .t200 {
    width: 35rem;
    row-gap: 2rem;
    z-index: 5;
    position: relative;
    margin-bottom: 6rem;
}

body .t202 {
    width: 35rem;
    border: 1px solid rgb(221,203,203);
    background: rgba(255,236,236,0.34);
    column-gap: 0.5rem;
    align-items: center;
    padding-top: 0.95rem;
    padding-left: 0.95rem;
    border-radius: 100px;
    padding-right: 0.95rem;
    padding-bottom: 0.95rem;
    backdrop-filter: blur(12px);
    justify-content: center;
    -webkit-backdrop-filter: blur(12px);
}

body .t203 {
    width: 100%;
}

body .t204 {
    flex: 0 0 auto;
    width: auto;
    height: 4rem;
    min-width: 3rem;
}

body .t205 {
    top: auto;
    left: 0%;
    right: auto;
    width: 60%;
    bottom: 0%;
    height: 150%;
    z-index: 3;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
}

body .t206 {
    width: 100%;
}

body .t207 {
}

body .t208 {
    row-gap: 2rem;
    justify-self: flex-end;
}

body .t209 {
    row-gap: 4rem;
    column-gap: 6rem;
}

body .t211 {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

body .t220 {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

body .t229 {
}

body .t231 {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

body .t243 {
    display: flex;
    column-gap: 1.25rem;
    align-items: center;
    justify-content: flex-end;
}

body .t248 {
    margin-top: auto;
}

body .t249 {
    column-gap: 2rem;
    align-items: flex-end;
    flex-direction: row;
    justify-content: flex-end;
}

body .t258 {
    width: 100%;
    display: flex;
    overflow: clip;
    position: relative;
    align-items: center;
    border-radius: 30px;
    flex-direction: column;
    justify-content: center;
}

body .t259 {
    height: 100%;
}

body .t260 {
    height: auto;
    aspect-ratio: 1/1;
}

body .t261 {
}

body .t263 {
    color: rgb(255,113,41);
}

body .t265 {
    border: 1px solid rgb(205,66,24);
}

body .t268 {
    border: 1px solid rgb(205,66,24);
}

body .t270 {
    row-gap: 1rem;
    margin-top: 2rem;
}

body .t272 {
    min-height: 4rem;
}

body .t273 {
    position: absolute;
}

body .t274 {
}

body .t275 {
}

body .t276 {
    height: 100%;
    display: flex;
    padding-top: 1rem;
    flex-direction: column;
    padding-bottom: 1rem;
}

body .t277 {
    border-bottom: 1px solid rgb(255,72,17);
    padding-bottom: 0.5rem;
}

body .t278 {
    color: #b0420a;
}

body .t279 {
    column-gap: 0.5rem;
    align-items: center;
}

body .t285:hover {
    color: rgb(255,81,0);
    cursor: pointer;
    text-decoration: underline;
}

body .t286 {
    row-gap: 1rem;
    border-top: 1px solid rgb(255,141,41);
    padding-top: 1rem;
}

body .t287 {
    font-size: 1.5rem;
    min-height: 4rem;
}

body .t289 {
    color: rgb(176,66,10);
}

body .t293 {
    text-align: center;
}

body .t294 {
    height: 100%;
}

body .t297 {
    width: 100%;
    align-items: flex-start;
}

body .t298 {
    column-gap: 1.5rem;
}

body .t299 {
    color: #b0420a;
}

body .t300 {
    column-gap: 0.5rem;
    margin-top: 0.5rem;
    align-items: center;
}

body .t302 {
}

body .t304 {
}

body .t306 {
    font-weight: 600;
}

body .t309 {
    width: 100%;
    border-top: 1px solid rgb(186,128,107);
    padding-top: 0.5rem;
}

body .t310 {
    text-align: right;
    margin-left: auto;
}

body .t311 {
}

body .t313 {
    margin-top: auto;
    margin-bottom: auto;
}

body .t314 {
    color: rgb(51,51,51);
}

body .t316 {
    column-gap: 2rem;
    margin-bottom: 1rem;
}

body .t317 {
}

body .t317.dh-active {
    color: rgb(255,255,255);
    background: #ff5100;
}

body .t318 {
}

body .t320 {
}

body .t321 {
    display: none;
    margin-top: auto;
    line-height: 0.80;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
}

body .t322 {
    flex: 1 1 0%;
    width: auto;
    height: 100%;
    align-items: center;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    justify-content: center;
}

body .t323 {
    margin-top: auto;
    line-height: 0.80;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
}

body .t326 {
    text-align: center;
}

body .t329 {
    row-gap: 0.5rem;
}

body .t330 {
    row-gap: 1rem;
}

body .t333 {
    row-gap: 1rem;
    column-gap: 1rem;
    grid-template-columns: 1fr 1fr;
}

body .t334 {
    overflow: clip;
    background: rgb(244,229,224);
    column-gap: 0rem;
    border-radius: 30px;
}

body .t335 {
    width: 100%;
    row-gap: 0.75rem;
    background: rgb(255,255,255);
    align-items: flex-start;
    padding-top: 2rem;
    padding-left: 2rem;
    border-radius: 40px;
    padding-right: 2rem;
    padding-bottom: 2rem;
}

body .t337 {
    width: 100%;
}

body .t338 {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

body .t339 {
    column-gap: 0.5rem;
    align-items: center;
}

body .t340 {
    width: 100%;
    column-gap: 1rem;
    margin-top: 1rem;
}

body .t341 {
    color: rgb(242,81,0);
    line-height: 1;
}

body .t343 {
    overflow: clip;
    background: rgb(255,64,0);
    border-radius: 30px;
}

body .t344 {
    width: 10rem;
    row-gap: 1rem;
    align-items: center;
    justify-content: center;
}

body .t345 {
    font-weight: 600;
}

body .t347 {
    flex: 0 0 auto;
    width: 100%;
    min-height: 4rem;
}

body .t347:hover {
    color: rgb(255,255,255);
    border: 2px solid rgb(255,98,0);
}

body .t349 {
    width: 100%;
    display: flex;
}

body .t350 {
    background: rgb(255,219,204);
    column-gap: 0.5rem;
    align-items: center;
    padding-top: 0.5rem;
    padding-left: 0.5rem;
    border-radius: 100px;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
}

body .t351 {
    color: #ff4b14;
    background: rgb(255,255,255);
}

body .t352 {
}

body .t353 {
    color: #ff4b14;
    background: rgb(255,255,255);
}

body .t354 {
}

body .t355 {
    min-width: 2rem;
    background: rgb(255,247,244);
}

body .t356 {
    font-weight: 600;
}

body .t361 {
    border: 3px solid rgb(255,119,0);
}

body .t371 {
    margin-top: 2rem;
}

body .t372 {
    column-gap: 0.5rem;
    align-items: center;
}

body .t377 {
    width: 4rem;
}

body .t379 {
    width: 6rem;
}

body .t380 {
    color: rgb(254,80,6);
    text-decoration: underline;
}

body .t381 {
    column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
}

body .t383 {
    overflow: clip;
    border-radius: 30px;
}

body .t385 {
    color: #ff6f00;
    font-weight: 500;
}

body .t388 {
}

body .t390 {
    flex: 1 1 0%;
    text-align: right;
}

body .t391 {
    row-gap: 0.5rem;
    margin-top: 1.5rem;
}

body .t396 {
    top: 7rem;
    row-gap: 1rem;
    position: sticky;
    column-gap: 1rem;
    align-items: stretch;
    justify-items: stretch;
    grid-auto-flow: row dense;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

body .t401 {
    color: #ff6f00;
    font-weight: 500;
    margin-bottom: 2rem;
}

body .t405 {
    display: flex;
    column-gap: 2rem;
    align-items: center;
    justify-content: center;
    grid-template-columns: 1fr 1fr;
}

body .t407 {
    color: #ff6f00;
    font-weight: 500;
}

body .t410 {
    row-gap: 0.5rem;
    margin-top: 1.5rem;
}

body .t411 {
}

body .t413 {
    flex: 1 1 0%;
    text-align: right;
}

body .t415 {
    color: #1d48a6;
    background: #faf7f0;
    font-family: 'Inter';
    padding-top: 100px;
    padding-bottom: 100px;
}

body .t418 {
    width: 100%;
    display: flex;
    row-gap: 20px;
    max-width: 600px;
    text-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    flex-direction: column;
}

body .t419 {
    font-size: 42px;
    font-weight: 500;
}

body .t420 {
    width: 100%;
    max-width: 44rem;
}

body .t421 {
    display: flex;
    justify-content: center;
}

body .t422 {
    display: flex;
    text-align: center;
}

body .t423 {
    width: 14px;
    transition: transform 200ms 0ms ease;
}

body .t424 {
    font-size: 14px;
    font-weight: 500;
}

body .t425 {
    width: 100%;
    display: flex;
    row-gap: 20px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    flex-direction: column;
}

body .t426 {
    border: 1px solid #ff3511;
    overflow: clip;
    position: relative;
    transition: all 200ms 0ms ease;
    border-radius: 20px;
}

body .t426.dh-active {
    color: #ffffff;
    background: #1d48a6;
}

body .t426.dh-active img {
    transform: rotate(45deg);
}

body .t427 {
    color: #ff6200;
    cursor: pointer;
    display: flex;
    column-gap: 40px;
    align-items: center;
    padding-top: 20px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 20px;
    justify-content: space-between;
}

body .t427:hover {
    color: #ffffff;
    background: #ff4400;
}

body .t428 {
    cursor: pointer;
    font-size: 1.25rem;
    transition: color 200ms 0ms ease;
}

body .t429 {
    height: 28px;
    display: flex;
    min-width: 28px;
    background: rgba(255,255,255,0.1);
    align-items: center;
    border-radius: 5px;
    backdrop-filter: blur(2px);
    justify-content: center;
    -webkit-backdrop-filter: blur(2px);
}

body .t430 {
    width: 14px;
    transition: transform 200ms 0ms ease;
}

body .t431 {
    padding-top: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1rem;
}

body .t432 {
    color: #000000;
    font-size: 1.25rem;
    font-weight: 500;
}

