.container {
    margin: 0 auto;
    padding: 0 8px;
}
@media (min-width: 375px) {
    .container {
        padding: 0 15px;
    }
}
@media (min-width: 580px) {
    .container {
        padding: 0 40px;
    }
}
@media (min-width: 768px) {
    .container {
        padding: 0 15px;
    }
}
@media (min-width: 992px) {
    .container {
        padding: 0 30px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1110px;
        padding-right: 0;
        padding-left: 0;
    }
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/KFOlCnqEu92Fr1MmSU5fBBc4AMP6lQ.woff2') format('woff2');
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da,
        u+02dc, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212,
        u+2215, u+feff, u+fffd;
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2') format('woff2');
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da,
        u+02dc, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212,
        u+2215, u+feff, u+fffd;
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/KFOlCnqEu92Fr1MmEU9fBBc4AMP6lQ.woff2') format('woff2');
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da,
        u+02dc, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212,
        u+2215, u+feff, u+fffd;
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/KFOlCnqEu92Fr1MmWUlfBBc4AMP6lQ.woff2') format('woff2');
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da,
        u+02dc, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212,
        u+2215, u+feff, u+fffd;
}
@font-face {
    font-family: Playfair Display;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    unicode-range: u+0100-024f, u+0259, u+1e??, u+2020, u+20a0-20ab, u+20ad-20cf,
        u+2113, u+2c60-2c7f, u+a720-a7ff;
}
.capitalize {
    text-transform: capitalize;
}
.bold {
    font-weight: 700;
}
@font-face {
    font-family: icomoon;
    src: url('../fonts/icomoon.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: block;
}
* {
    box-sizing: border-box;
}
body,
html {
    margin: 0;
    padding: 0;
}
body,
html body {
    font-family: Roboto, Sofia, Trebuchet MS, sans-serif;
    font-size: 16px;
}
body {
    height: auto;
    --tina-color-primary: #5835c6;
    --tina-color-primary-light: #7b5bd4;
    --tina-color-grey-1: #fafafa;
    --tina-color-grey-2: #d9d9d9;
    --tina-color-grey-3: #8c8c8c;
    --tina-color-grey-10: #000;
    --tina-color-save-btn: #2c3bb1;
    --tina-font-size-1: 14px;
    --tina-radius-small: 0;
}
body figure {
    margin: 0;
}
body.hideSidebar {
    padding-left: 0 !important;
}
body.hideSidebar #modal-root + .tina-tailwind {
    display: none;
}
p iframe {
    width: 100%;
    height: 45vh;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}
img {
    max-width: 100%;
    height: auto;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
ol,
ul {
    padding: 0;
    list-style: none;
}
figure,
ol,
ul {
    margin: 0;
}
a,
a:hover {
    text-decoration: none;
}
a:hover {
    color: inherit;
}
.cms-wrapper .tina-tailwind span {
    white-space: normal !important;
    line-height: 1.5;
}
.cms-wrapper .tina-tailwind a {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}
.cms-wrapper .tina-tailwind a:visited {
    color: purple;
}
.cms-wrapper .tina-tailwind ul {
    list-style: disc;
}
.cms-wrapper .tina-tailwind h1,
.cms-wrapper .tina-tailwind h2,
.cms-wrapper .tina-tailwind h3,
.cms-wrapper .tina-tailwind h4 {
    font-weight: 700;
}
.cms-wrapper .tina-tailwind h1 {
    font-size: 2em;
}
.cms-wrapper .tina-tailwind h2 {
    font-size: 1.5em;
}
.cms-wrapper .tina-tailwind h3 {
    font-size: 1.17em;
}
.cms-wrapper .tina-tailwind .hover\:bg-gray-50:hover {
    background-color: #fff;
}
.cms-wrapper .tina-tailwind .hover\:text-blue-400:hover {
    color: var(--tina-color-primary);
}
.cms-wrapper .tina-tailwind .bg-blue-500 {
    background-color: var(--tina-color-primary);
    flex-shrink: 0;
}
.cms-wrapper .tina-tailwind .bg-blue-500:hover {
    background-color: var(--tina-color-primary-light);
}
.cms-wrapper .tina-tailwind .hover\:text-blue-500:hover {
    color: var(--tina-color-primary);
}
.cms-wrapper .tina-tailwind .px-6 .tina-tailwind .text-gray-700 {
    display: none;
}
.cms-wrapper .tina-tailwind #tina-actions-wrapper {
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
    width: 250px;
    display: flex;
    border: none;
    height: 50px;
}
.cms-wrapper .tina-tailwind #tina-actions-wrapper button {
    width: 120px;
    font-weight: 700;
    border-radius: 20px;
    height: 37px;
}
.cms-wrapper .tina-tailwind #tina-actions-wrapper .bg-blue-500 {
    background-color: var(--tina-color-save-btn);
}
.cms-wrapper .tina-tailwind #tina-actions-wrapper .text-gray-500 {
    color: #fff;
}
.cms-wrapper .tina-tailwind #tina-actions-wrapper .bg-gray-50 {
    background-color: #1e1c1c;
}
.cms-wrapper .tina-tailwind #tina-menu-custom-header {
    background-color: #f6f6f9;
}
.cms-wrapper .tina-tailwind #tina-menu-custom-header .rounded-full.h-3,
.cms-wrapper .tina-tailwind #tina-menu-custom-header .rounded-full.w-3 {
    width: 9px;
    height: 9px;
}
.cms-wrapper .tina-tailwind #tina-menu-custom-header p {
    font-size: 12px;
    font-weight: 700;
}
.cms-wrapper .tina-tailwind #tina-menu-custom-header span {
    font-size: 13px;
    margin-right: 3px;
}
.cms-wrapper .tina-tailwind #tina-menu-custom-header.py-4 {
    padding-top: 8px;
    padding-bottom: 8px;
}
.cms-wrapper
    .tina-tailwind
    #tina-menu-custom-header.tina-menu-custom-header-color
    span {
    color: #7b5bd4;
    font-weight: 700;
    font-size: 15px;
}
.cms-wrapper .tina-tailwind .z-20 a {
    display: none;
}
.cms-wrapper .tina-tailwind #tina-close-menu-btn,
.cms-wrapper .tina-tailwind #tina-open-menu-btn {
    padding: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #5c5a5a;
    position: fixed;
    z-index: 9999;
    right: -8px;
    top: 20px;
}
.cms-wrapper .tina-tailwind #tina-close-menu-btn svg,
.cms-wrapper .tina-tailwind #tina-open-menu-btn svg {
    width: 10px;
    height: 12px;
    color: #fff;
}
.cms-wrapper .tina-tailwind #page-url-editor-display {
    color: rgba(0, 0, 0, 0.6);
    background-color: #f7e8f5;
    font-size: 12px;
    padding: 5px 20px;
    font-weight: 700;
    flex-grow: 0;
}
.cms-wrapper .tina-tailwind #page-url-editor-display a {
    margin-left: 5px;
    font-weight: bolder;
    color: #2f77fc;
}
.cms-wrapper .ant-typography h5,
.cms-wrapper h5.ant-typography {
    margin-bottom: 0.5em;
    font-weight: 600;
    font-size: 16px;
}
.ant-menu-submenu-placement-rightTop .ant-menu-vertical {
    max-height: 440px !important;
}
.ck-balloon-panel {
    z-index: 9999 !important;
}
