:root {
    --color-primary: #0093fd;
    --color-secondary: #893bf4;
    --color-dark: #121212;
    --color-heading: #28292e;
    --color-price: #ff6948;
    --color-gray: #858899;
    --color-border: #e5e5e5;
    --color-body: #121212;
    --color-bg-body: #fff;
    --color-white: #fff;
    --color-black: #000;
    --footer-text: #181818;
    --color-lighten01: #f0f4f5;
    --color-extra02: #8e56ff;
    --color-extra05: #f8941f;
    --color-success: #3eb75e;
    --color-youtube: #cd201f;
    --btn-radius: 10px;
    --font-p22: "Myfont", "Myfont_Fallback";
    --tw-primary: #f2a16b;
    --tw-secondary: #3e7279
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    src: url(/Public/iq/font/Poppins-Light.ttf) format("truetype")
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    src: url(/Public/iq/font/Poppins-Regular.ttf) format("truetype")
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    src: url(/Public/iq/font/Poppins-Medium.ttf) format("truetype")
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    src: url(/Public/iq/font/Poppins-SemiBold.ttf) format("truetype")
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    src: url(/Public/iq/font/Poppins-Bold.ttf) format("truetype")
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 800;
    src: url(/Public/iq/font/Poppins-ExtraBold.ttf) format("truetype")
}

* {
    box-sizing: border-box;
    font-family: Poppins, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, nav, section, summary {
    display: block
}

audio, canvas, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

address {
    margin: 0 0 24px
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

mark {
    background: #0093fd;
    background: var(--color-primary);
    color: #fff
}

code, kbd, pre, samp {
    color: #0093fd;
    color: var(--color-primary);
    font-size: var(--font-size-b3);
    -webkit-hyphens: none;
    hyphens: none
}

ins, kbd {
    color: #fff
}

pre, pre.wp-block-code {
    font-family: Courier\ 10 Pitch, Courier, monospace !important;
    font-size: 15px !important;
    margin: 40px 0 !important;
    overflow: auto;
    padding: 20px !important;
    white-space: pre !important;
    white-space: pre-wrap !important;
    word-wrap: break-word !important;
    background: var(--color-light);
    border-radius: 4px;
    color: #121212 !important;
    color: var(--color-body) !important
}

small {
    font-size: smaller
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

dl {
    margin-bottom: 10px;
    margin-top: 0
}

dt {
    color: #28292e;
    color: var(--color-heading)
}

nav ol, nav ul {
    list-style: none;
    list-style-image: none
}

li > ol, li > ul {
    margin: 0
}

ol ul {
    margin-bottom: 0
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle
}

svg:not(:root) {
    overflow: hidden
}

figure, form {
    margin: 0
}

fieldset {
    border: 1px solid #e5e5e5;
    border: 1px solid var(--color-border);
    margin: 0 2px;
    min-width: inherit;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline
}

button, input {
    line-height: normal
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    cursor: pointer
}

button[disabled], input[disabled] {
    cursor: default
}

input[type=checkbox], input[type=radio] {
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    padding-right: 2px;
    width: 270px
}

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

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

caption, td, th {
    font-weight: 400
}

table thead th {
    font-weight: 700
}

.wp-block-calendar tfoot td, td {
    border: 1px solid #e5e5e5;
    border: 1px solid var(--color-border);
    padding: 7px 10px
}

del {
    color: #333
}

ins {
    background: rgba(56, 88, 246, .6);
    padding: 0 5px;
    text-decoration: none
}

hr {
    background-size: 4px 4px;
    border: 0;
    height: 1px;
    margin: 0 0 24px;
    opacity: .6
}

table a, table a:link, table a:visited {
    text-decoration: underline
}

dt {
    font-weight: 700;
    margin-bottom: 10px
}

dd {
    margin: 0 15px 15px
}

caption {
    caption-side: top
}

kbd {
    background: var(--heading-color)
}

cite, dfn, em {
    font-style: italic
}

blockquote, q {
    -webkit-hyphens: none;
    hyphens: none;
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: "";
    content: none
}

blockquote blockquote {
    margin-right: 0
}

blockquote cite, blockquote small {
    font-size: var(--font-size-b3);
    font-weight: 400
}

blockquote b, blockquote strong {
    font-weight: 700
}

img {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}


a {
    --tw-text-opacity: 1;
    color: #2563eb;
    color: rgb(37 99 235/var(--tw-text-opacity));
    text-decoration-line: underline
}

a.btn {
    text-align: center;
    text-decoration-line: none
}

.btn {
    border-radius: .625rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
    --tw-text-opacity: 1;
    color: #fff;
    color: rgb(255 255 255/var(--tw-text-opacity));
    transition-duration: .15s;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.shadow-public {
    box-shadow: 5px 2px 20px 0 rgba(46, 61, 73, .5)
}

.btn:hover {
    --tw-bg-opacity: 0.8
}

.btn-large {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.2
}

.btn-primary {
    background-color: var(--tw-primary);
    --tw-text-opacity: 1;
    color: #fff;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.btn.btn-disabled, .btn:disabled {
    cursor: not-allowed;
    pointer-events: none;
    --tw-bg-opacity: 1;
    background-color: #b7b7b7;
    background-color: rgb(183 183 183/var(--tw-bg-opacity));
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    filter: none
}

.shadow-md {
    --tw-shadow: 0 0px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1)
}

.splide:not(.is-overflow) .splide__arrows {
    display: none
}

.svg-inline--fa {
    width: 1rem
}

#progress {
    height: 200px;
    width: 100%
}

.checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    cursor: pointer;
    height: 18px;
    width: 18px;
    --tw-border-opacity: 1;
    border-color: #b7b7b7;
    border-color: rgb(183 183 183/var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: #fff;
    --tw-text-opacity: 1;
    color: var(--tw-primary);
    vertical-align: middle
}

.checkbox:hover {
    border-color: var(--tw-primary)
}

.checkbox:checked {
    background-color: var(--tw-primary)
}

[type=checkbox]:checked {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0'/%3E%3C/svg%3E")
}

.ul li {
    align-items: center;
    display: flex
}

.ul li:before {
    --tw-content: "";
    background-color: var(--tw-primary);
    border-radius: 9999px;
    color: var(--tw-primary);
    content: "";
    content: var(--tw-content);
    height: 1rem;
    margin-right: 1rem;
    min-width: 16px;
    text-align: center;
    width: 1rem
}

.ul li:before {
    margin-left: 1.5rem;
    margin-right: 0
}

@media (min-width: 1024px) {
    .ul li:before {
        margin-right: 1.5rem
    }

    .ul li:before {
        margin-left: 1rem;
        margin-right: 0
    }
}

.el-form--label-top .el-form-item .el-form-item__label {
    text-align: right
}

.el-form-item__error {
    right: 0
}

.slide-up-enter-active, .slide-up-leave-active {
    transition: all .25s ease-out
}

.slide-up-enter-from {
    opacity: 0;
    transform: translateY(20px)
}

.slide-up-leave-to {
    opacity: 0;
    transform: translateY(-20px)
}

.Cormorant-Garamond, .Cormorant-Garamond * {
    font-family: Montserrat, serif
}

.el-form-item .el-form-item__label {
    --el-text-color-regular: var(--tw-secondary)
}

.el-input {
    --el-border-color: var(--tw-secondary)
}

.el-input__wrapper {
    --el-input-border-radius: 6px
}

@media (min-width: 768px) {
    .md\:rtl\:ml-4 {
        margin-left: 1rem
    }

    .md\:rtl\:ml-8 {
        margin-left: 2rem
    }

    .md\:ltr\:text-left {
        text-align: left !important;
    }
}