@font-face {
    font-family: "Ubuntu";
    src:
        local("Ubuntu Regular"),
        local("Ubuntu-Regular"),
        url("/site/templates/fonts/Ubuntu-Regular.woff2") format("woff2"),
        url("/site/templates/fonts/Ubuntu-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Ubuntu";
    src:
        local("Ubuntu Bold"),
        local("Ubuntu-Bold"),
        url("/site/templates/fonts/Ubuntu-Bold.woff2") format("woff2"),
        url("/site/templates/fonts/Ubuntu-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Cormorant";
    src:
        local("Cormorant Bold"),
        local("Cormorant-Bold"),
        url("/site/templates/fonts/Cormorant-Bold.woff2") format("woff2"),
        url("/site/templates/fonts/Cormorant-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --color-black: #000;
    --color-border: #dcdcdc;
    --color-content: #333;
    --color-footer: #f5f5f5;
    --color-gray: #7f7f7f;
    --color-white: #fff;
    --border: 1px solid var(--color-border);
    --color-primary: #6756A4;
}

* {
    box-sizing: border-box;
}

a,
button,
summary {
    cursor: pointer;
}
a:hover {
    color: var(--color-primary);
    text-decoration: underline;
    transition: text-decoration 0.3s ease;
}

a.model,
a.some-link,
#mainLinks a:not(.active),
#models-duo a,
.gray-box:not(:hover),
.gray-box-mini:not(:hover) {
    color: var(--color-black);
    text-decoration: none;
}
#mainLinks a:hover,
#mainLinks a.active {
    color: var(--color-black);
    font-weight: bold;
}
``` aside a,
.model-list {
    gap: 1rem;
}

body,
html,
summary h3,
#mainLinks ul,
.footer-navigation ul {
    margin: 0;
}

footer {
    background-color: var(--color-footer);
    margin-top: 3rem;
    padding: 3rem 0;
}

footer h3 {
    margin: 0 0 1.5rem;
}

footer li + li,
footer .external-links a + a {
    margin-top: 0.6rem;
}
.icon-instagram {
    position: relative;
    top: 5px;
}
h1,
h2,
h3,
.uppercase {
    text-transform: uppercase;
}

h1,
h2,
h3,
button,
strong,
.font-title {
    font-weight: 700;
}

h1,
h2,
h3,
.font-title {
    font-family: "Cormorant";
    line-height: 1.125;
}

header .some-link span {
    margin-top: -8px;
}

body,
button,
input {
    color: var(--color-content);
    font:
        400 16px "Ubuntu",
        sans-serif;
    line-height: 1.5;
}

footer .grid,
.text-image {
    gap: 1rem;
}

img {
    display: block;
    height: auto;
    max-width: 100%;
}

h2:first-child,
h3:first-child,
p:first-child {
    margin-top: 10;
}

p + p {
    margin-top: 1rem;
}

#articleContent,
.models + .models,
.text-image + .text-image {
    margin-top: 3rem;
}

#head.small #mainLinks {
    background-color: rgba(255, 255, 255, 0.95);
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 200;
}

.adminbar-loaded #head.small #mainLinks {
    top: 50px;
}

.footer-navigation a {
    color: var(--color-content);
    text-decoration: none;
}

.footer-navigation ul,
#mainLinks ul {
    padding: 0;
    list-style: none;
}

#head-top {
    padding-bottom: 1.5rem;
}

#mainLinks {
    border-bottom: var(--border);
    border-top: var(--border);
    font-size: 1.3rem;
    justify-content: space-between;
    position: relative;
}

#mainTitle {
    margin: 3rem 0;
}

#mainTitle h1 {
    margin: 0;
    font-size: clamp(3rem, 3.6rem, 6vw);
}

#mainTitle h1 + h2 {
    color: var(--color-gray);
    font-size: 2rem;
    margin-top: 0.5rem;
}

#sectionTitle {
    font-size: clamp(2.6rem, 3rem, 6vw);
    border-bottom: 1px solid var(--color-gray);
    padding-bottom: 0.6rem;
}

#sectionTitle:after {
    bottom: -21px;
    content: "";
    display: block;
    height: 20px;
    left: 50%;
    margin-left: -18px;
    padding-top: 20px;
    position: absolute;
    text-align: center;
    width: 36px;
}

#wrap {
    padding: 2rem 0;
}

.AdminDataTable thead {
    display: none;
}

.AdminDataTable td ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.align_center {
    text-align: center;
}

.align_full {
    text-align: justify;
}

.align_left {
    text-align: left;
}

.align_right {
    text-align: right;
}

.blog-list a {
    color: var(--color-content);
    text-decoration: none;
}

.blog-list a:hover img {
    transition: transform 1s;
    transform: scale(1.1);
}

.blog-list .title {
    color: var(--color-black);
    font-size: 1.6rem;
    margin: 0.4rem 0 1rem;
}

.blog-list img {
    width: 100%;
}

.blog-list .image {
    overflow: hidden;
}

.block {
    display: block;
}

.center {
    text-align: center;
}

.container {
    width: 92vw;
}

.container:not(.mini):not(.narrow):not(.wide) {
    max-width: 1280px;
}

.container.mini {
    max-width: 700px;
}

.container.narrow {
    max-width: 900px;
}

.container.wide {
    max-width: 1280px;
}

.external-links,
.model-list {
    gap: 0.5rem;
}

.external-links svg {
    height: 30px;
    width: 30px;
}

.faq {
    padding: 1rem 0;
}

.faq + .faq {
    border-top: var(--border);
}

.flex {
    display: flex;
}

.prev-next-links {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin: 2rem 0;
}

.prev-next-links a {
    border-radius: 0.5rem;
    border: var(--border);
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    color: var(--color-text);
    transition: all 0.2s ease-in-out;
    padding: 0.3rem 0.4rem;
    margin: 0.2rem;
}

.prev-next-links a:not(:hover) {
    background-color: var(--color-gray-light);
    color: var(--color-black);
}

.prev-next-links a:hover {
    background-color: var(--color-black);
    color: var(--color-white);
    border-color: var(--color-black);
    cursor: pointer;
}

/* Common styles for all gray boxes */
.gray-box,
.gray-box-mini {
    border-radius: 0.5rem;
    border: var(--border);
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    color: var(--color-text);
    transition: all 0.2s ease-in-out;
}

/* Specific padding for each variant */
.gray-box {
    padding: 0.7rem 1.5rem;
}

.gray-box-mini {
    padding: 0.3rem 0.4rem;
    margin: 0.2rem;
}

/* Non-hover state for both */
.gray-box:not(:hover),
.gray-box-mini:not(:hover) {
    background-color: var(--color-gray-light);
}

/* Hover state for both */
.gray-box:hover,
.gray-box-mini:hover {
    background-color: var(--color-black);
    color: var(--color-white);
    border-color: var(--color-black);
    cursor: pointer;
}

/* Focus state for accessibility */
.gray-box:focus,
.gray-box-mini:focus {
    outline: 2px solid var(--color-focus);
    outline-offset: 2px;
}

.grid {
    display: grid;
}

.inline-block {
    display: inline-block;
}

.items-center {
    align-items: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

.model {
    overflow: hidden;
}

.model h3 {
    font-size: 1.8rem;
    margin: 0.8rem 0 0.5rem;
}

.model .font-title:not(.model-new):not(.model-badge) {
    color: var(--color-gray);
    font-size: 1.2rem;
}

.model .model-badge {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 0.5rem 1rem;
    top: 0;
}

.model .model-new {
    background-color: rgba(0, 0, 0, 0.4);
    color: var(--color-white);
    padding: 1rem 1.5rem;
    bottom: 0;
    width: 100%;
}

.model .model-badge,
.model .model-new {
    left: 0;
    position: absolute;
    white-space: nowrap;
    z-index: 10;
}

.model-list,
.text-image {
    display: grid;
}

#bodyImg h2,
.models h2,
.lineTitle {
    font-size: 2rem;
    border-bottom: var(--border);
    margin-bottom: 1.5rem;
    padding-bottom: 0.6rem;
}

.models h2:not(.mt-0) {
    margin-top: 2.4rem;
}

.mb-3 {
    margin-bottom: 3rem;
}

.mt-0 {
    margin-top: 0;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.rates-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
}

.rates-table th,
.rates-table td {
    border: var(--border);
    padding: 0.75rem;
    text-align: left;
}

.rates-table th {
    background-color: var(--color-footer);
    font-weight: bold;
}

.rates-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.rates-table tr:hover {
    background-color: #f5f5f5;
}

.relative {
    position: relative;
}

.some-link {
    gap: 10px;
}

.specialTitle {
    font-size: 2.2rem;
    pointer-events: none;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: -9;
}

.specialTitle:before {
    border-bottom: 1px solid #000;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 20px;
    z-index: -1;
}

.specialTitle span {
    background: #fff;
    padding: 0 15px;
    pointer-events: visible;
}

@media screen and (min-width: 1200px) {
    .model-list {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (max-width: 1199px) and (min-width: 850px) {
    .model-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (min-width: 1000px) {
    #mainLinks {
        padding: 1rem 1.5rem;
    }

    #menu,
    #menu ul {
        display: flex;
    }

    #menu {
        align-items: center;
    }

    #menu ul {
        gap: 1rem;
    }

    #handleMenu {
        display: none;
    }

    #model {
        display: grid;
        grid-template-columns: 1fr 445px;
        gap: 2rem;
    }

    #mainLinks a:hover {
        color: var(--color-primary);
        font-weight: 800;
    }
}

@media screen and (max-width: 1000px) {
    #mainLinks {
        padding: 0.5rem 1.5rem;
    }

    #menu {
        background-color: var(--color-white);
        border-bottom: var(--border);
        border-top: var(--border);
        left: 0;
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 100;
    }

    #menu li + li {
        border-top: var(--border);
    }

    #menu a {
        display: block;
        padding: 0.5rem 1.5rem;
    }

    #menu.show {
        display: block;
    }

    #menu:not(.show) {
        display: none;
    }

    #handleMenu {
        background-color: transparent;
        border: none;
        display: block;
        height: 48px;
        padding: 0;
        width: 48px;
    }

    #handleMenu svg {
        fill: var(--color-black);
        height: 32px;
        width: 32px;
    }

    #menu a:hover {
        color: var(--color-primary);
        font-weight: 800;
    }
}

@media screen and (min-width: 900px) {
    footer .grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (max-width: 899px) and (min-width: 550px) {
    footer .grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 549px) {
    footer .grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 849px) and (min-width: 500px) {
    .model-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .rates-table {
        font-size: 14px;
    }

    .rates-table th,
    .rates-table td {
        padding: 0.5rem;
    }
}

@media screen and (min-width: 768px) {
    .text-image {
        grid-template-columns: 300px 1fr;
    }

    .text-image:nth-child(odd) {
        direction: rtl;
    }

    .text-image:nth-child(odd) div {
        direction: ltr;
    }
}

@media screen and (min-width: 600px) {
    .blog-list a {
        grid-template-columns: 250px 1fr;
    }
}
```
