/*
Remove block style from theme style 18-01-2023
*/
@charset "UTF-8";

:root {
    --primary: #03a9f4;
    --primary--active: #0697d5;
    --primary--hover: #2ebcfc;
    --secondary: #ffefd5;
    --secondary--hover: #ffd382;
    --secondary--active: #e7bd6e;
    --accent: #ffe3b1;
    --dark: #262626;
    --dark-100: #1a1a1a;
    --dark-200: #4d4d4d;
    --white: #fff;
    --danger: #ef4444;
    --success: #16a34a;
    --warning: #f59e0b;
    --gray-100: #f8f9fb;
    --gray-200: #d9dfe4;
    --gray-300: #c4d4e3;
    --gray-500: #8898aa;
    --gray-600: #76849A;
    --gray-700: #69758C;
    --opacity-10: .1;
    --opacity-15: .15;
    --opacity-20: .2;
    --opacity-50: .5;
    --shadow-opacity: var(--opacity-20);
    --rvv-border-radius: 8px;
    --rvv-border-opacity: var(--opacity-15);
    --rvv-border-color: 14, 19, 58;
    --rvv-black-color: 0, 0, 0;
    --rvv-font-family: PT Sans, sans-serif;
    --rvv-font-size: 20px;
    --rvv-font-size-xs: 14px;
    --rvv-font-size-sm: 16px;
    --rvv-font-size-lg: 22px;
    --rvv-font-size-xl: 26px;
    --rvv-bg: var(--white);
    --rvv-font-color: var(--dark);
    --rvv-shadow-color: rgba(var(--rvv-black-color), var(--shadow-opacity));
    --rvv-bg-sub-menu: var(--gray-100);
    --rvv-input-border-radius: var(--rvv-border-radius);
    --rvv-input-placeholder: grey;
    --rvv-input-padding: 14px 18px;
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body,
html {
    margin: 0;
    padding: 0;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: var(--rvv-font-family);
    font-weight: 400;
    font-size: var(--rvv-font-size);
    line-height: 1.5em;
    color: var(--rvv-font-color);
    padding-top: 92px;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    transition: all .2s;
    -webkit-transition: all .2s
}

a:hover {
    color: var(--primary-active);
    text-decoration: underline
}

a.no-hover:hover {
    text-decoration: none !important
}

a.anchor {
    display: block;
    position: relative;
    top: 0;
    visibility: hidden
}

ol {
    word-wrap: break-word;
}

hr.rvv-hr {
    border-top: 1px solid var(--gray-200);
}

pre {
    max-height: 350px;
    overflow: auto;
    word-break: break-all;
    white-space: pre-wrap;
}

@media screen and (min-width:1024px) {
    a.anchor {
        top: -80px
    }
}

.wp-block-quote {
    border-left: 1px solid var(--primary) !important;
    padding-left: 2em !important;
}

blockquote {
    margin-left: 0;
    margin-right: 0;
    border: 1px solid var(--primary);
    font-style: italic;
    padding: 1em 2em;
    border-radius: 10px;
    position: relative;
    transition: .2s border ease-in-out;
    z-index: 0
}

blockquote:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -4px;
    height: 2em;
    background-color: var(--white);
    width: 5px;
    margin-top: -1em
}

blockquote:after {
    content: "\201C";
    position: absolute;
    top: 50%;
    left: -.5em;
    color: var(--primary);
    font: 4em/1.575em "PT Sans", sans-serif;
    text-align: center;
    text-indent: -2px;
    width: 1em;
    margin-top: -.5em
}

.center {
    text-align: center
}

.right-align {
    text-align: right
}

.left-align {
    text-align: left
}

@media (min-width:1024px) {
    .lg-left-align {
        text-align: left
    }
}

.smaller {
    font-size: var(--rvv-font-size-xs) !important;
}

.small {
    font-size: var(--rvv-font-size-sm) !important;
}

.large {
    font-size: var(--rvv-font-size-lg)
}

.larger {
    font-size: var(--rvv-font-size-xl)
}

.bold {
    font-weight: 700
}

.nowrap {
    white-space: nowrap
}

.normal {
    font-weight: 400 !important
}

.italic {
    font-style: italic
}

.text-label {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700
}

.text-dark {
    color: var(--dark) !important
}

.text-white {
    color: var(--white) !important
}

.text-muted {
    color: var(--gray-600) !important
}

.text-primary {
    color: var(--primary) !important;
}

.text-secondary {
    color: var(--secondary) !important;
}

.text-danger {
    color: var(--danger) !important;
}

.text-success {
    color: var(--success) !important;
}

.text-warning {
    color: var(--warning) !important;
}

.text-gradient {
    color: var(--rvv-font-color);
    background-color: var(--primary);
    background-image: linear-gradient(45deg, var(--primary), var(--accent));
    background-size: 100%;
    background-repeat: repeat;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent
}

.h0,
.text-lead {
    font-size: 1.8em
}

@media (min-width:768px) {
    .h0 {
        font-size: 2em
    }

    .text-lead {
        font-size: 2.5em
    }

    .large {
        font-size: 22px
    }

    .larger {
        font-size: 26px
    }
}

.h1,
h1 {
    font-size: 1.8em
}

.h1,
.h2,
h1,
h2 {
    line-height: 1.25em
}

.h2,
h2 {
    font-size: 1.5em
}

.h3,
h3 {
    font-size: 1.3em
}

.h3,
.h4,
h3,
h4 {
    line-height: 1.25em
}

.h4,
h4 {
    font-size: 1.2em;
    margin-bottom: 0
}

.h1,
.h1 a,
.h2,
.h3,
.h3 a,
h1,
h1 a,
h2,
h2 a .h2 a,
h3,
h3 a {
    font-weight: 700
}

.h4,
.h4 a,
.h5,
.h5 a,
h4,
h4 a,
h5,
h5 a {
    font-weight: 700;
    color: var(--rvv-font-color)
}

.body .h1,
.body .h1 a,
.body .h2,
.body .h2 a,
.body .h3,
.body .h3 a,
.body h1,
.body h1 a,
.body h2,
.body h2 a,
.body h3,
.body h3 a {
    font-weight: 700
}

.body .h4,
.body .h4 a,
.body .h5,
.body .h5 a,
.body h4,
.body h4 a,
.body h5,
.body h5 a {
    font-weight: 700
}

.body {
    /* font-size: 1.1em; */
    line-height: 1.5em
}

.h100 {
    height: 100%
}

.w100 {
    width: 100%
}

.h-auto {
    height: auto !important;
}

.mw100 {
    max-width: 100%
}

.white {
    color: var(--white)
}

.orange {
    color: #fa8500
}

.blue,
.body .h1,
.body .h1 a,
.body .h2,
.body .h2 a,
.body h1,
.body h1 a,
.body h2,
.body h2 a,
.h1,
.h1 a,
.h2,
a,
h1,
h1 a,
h2,
h2 a .h2 a {
    color: var(--primary)
}

.body .h3,
.body .h3 a,
.body h3,
.body h3 a,
.h3,
.h3 a,
h3,
h3 a {
    color: var(--dark)
}

.bg-primary {
    background-color: var(--primary);
}

.bg-danger {
    background-color: var(--danger) !important;
}

.bg-success {
    background-color: var(--success) !important;
}

.bg-warning {
    background-color: var(--warning) !important;
}

.bg-white {
    background-color: var(--white);
}

.bg-dark {
    background-color: var(--dark) !important;
}

.bg-gray-100 {
    background-color: var(--gray-100) !important;
}

.bg-gray-200 {
    background-color: var(--gray-200) !important;
}

.bg-gray-300 {
    background-color: var(--gray-300) !important;
}

.bg-gradient {
    --bg-color: #feffff;
    --bg-linear-gradient: linear-gradient(180deg, #feffff, #e1f7ff);
    background: var(--bg-color);
    background: var(--bg-linear-gradient)
}

.bg-gradient.gradient-secondary {
    --bg-color: var(--secondary);
    --bg-linear-gradient: linear-gradient(238deg, var(--secondary) 45%, var(--accent) 80%)
}

.bg-gradient.gradient-mix {
    --bg-color: var(--accent);
    --bg-linear-gradient: linear-gradient(230deg, var(--primary) 24%, var(--accent) 90%)
}

.bg-gradient.gradient-primary {
    --bg-color: var(--primary);
    --bg-linear-gradient: linear-gradient(250deg, var(--primary) 40%, #a5e1ff 86%)
}

.b0 {
    border: none !important;
}

.b1,
.more,
.testimonial {
    border: 1px solid rgba(var(--rvv-border-color), .175)
}

.bt1 {
    border-top: 1px solid rgba(var(--rvv-border-color), .175)
}

.bb1 {
    border-bottom: 1px solid rgba(var(--rvv-border-color), .175)
}

.border-success {
    border-color: var(--success) !important;
}

.border-danger {
    border-color: var(--danger) !important;
}

.border-warning {
    border-color: var(--warning) !important;
}

.border-primary {
    border-color: var(--primary) !important;
}

.rounded {
    border-radius: 99px !important;
    -webkit-border-radius: 99px !important
}

.round {
    border-radius: 100% !important;
    -webkit-border-radius: 100% !important
}

.rounded-xs {
    border-radius: 6px !important
}

.rounded-sm {
    border-radius: 8px !important
}

.rounded-md {
    border-radius: 16px !important
}

.rounded-lg {
    border-radius: 24px !important
}

.line-height-1 {
    line-height: 1;
}

.line-height-2 {
    line-height: 1.25;
}

.line-height-3 {
    line-height: 1.5;
}

#cn-accept-cookie {
    background-color: var(--secondary);
    border-color: var(--secondary);
    color: var(--dark)
}

#cn-accept-cookie:hover {
    background-color: var(--secondary--hover);
    border-color: var(--secondary--hover);
    color: var(--dark)
}

.widget ul,
ul.list {
    list-style: none;
    padding-left: 1em
}

.widget ul li,
ul.list li {
    position: relative
}

.widget ul {
    padding-left: 1.5em
}

.widget ul li {
    margin-bottom: .5em
}

.widget ul li:before {
    left: -2em
}

.list-inline {
    margin: 0;
    padding: 0;
    list-style: none
}

.list-inline li {
    display: inline-block
}

.lwptoc {
    margin: 1em 0 !important
}

.lwptoc-light .lwptoc_i {
    padding-left: 0 !important;
    background: 0 0 !important
}

.lwptoc-light .lwptoc_i a {
    color: var(--primary) !important
}

.pagination {
    margin: 0 auto;
    padding-top: 2em;
    padding-bottom: 1em
}

.pagination>.screen-reader-text {
    display: none
}

.nav-links {
    display: block;
    text-align: center;
}

.page-numbers {
    --rvv-page-numbrs-padding: 5px 12px;
    --rvv-page-numbers-color: var(--dark);
    --rvv-page-numbers-bg: transparent;
    --rvv-page-numbers-color-active: var(--white);
    --rvv-page-numbers-bg-active: var(--primary);
    --rvv-page-numbers-border-radius: 5px;
    margin: 0;
    color: var(--rvv-page-numbers-color);
    padding: var(--rvv-page-numbrs-padding);
    text-decoration: none;
    border-radius: var(--rvv-page-numbers-border-radius);
    background: var(--rvv-page-numbers-bg);
}

.page-numbers:hover,
.page-numbers:active,
.page-numbers:focus {
    --rvv-page-numbers-bg: var(--gray-200);
    background: var(--rvv-page-numbers-bg);
    text-decoration: none;
}

.page-numbers.current {
    background: var(--rvv-page-numbers-bg-active);
    color: var(--rvv-page-numbers-color-active);
    font-weight: 400;
}

.share .social-icon {
    display: inline-block;
    margin-left: 1em
}

.share .social-icon:hover {
    text-decoration: none
}

.share .social-icon:first-child {
    margin-left: 0
}

.share .social-icon img {
    width: 25px;
    height: auto
}

.desaturate {
    filter: grayscale(100%);
    opacity: .75;
    transition: all .25s
}

.icon-homepage {
    width: 8em;
    height: 8em
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor
}

.faq {
    --rvv-faq-color: var(--dark);
    --rvv-faq-arrow-color: var(--dark);
    text-align: left
}

.faq.faq-center {
    text-align: center
}

.faq p {
    font-size: 1.1em;
    line-height: 1.5em
}

.faq .faq-question {
    color: var(--rvv-faq-color)
}

.faq .faq-question:hover {
    cursor: pointer
}

.faq .faq-answer {
    display: none
}

.faq ul {
    display: table;
    margin: 0 auto;
    text-align: left
}

.faq ul li {
    line-height: 1.5em;
    margin-bottom: .25em
}

.faq .faq-panel {
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
    border-radius: 10px;
    background-color: var(--rvv-bg);
    transition: all .25s ease;
    box-shadow: rgb(9 30 66 / 25%) 0 1px 1px, rgb(9 30 66 / 13%) 0 0 1px 1px
}

.faq .faq-title,
.sources-title {
    display: flex;
    align-items: baseline;
    color: var(--rvv-faq-color);
    font-size: 1em;
    font-weight: 700;
    margin: 0;
    padding: 1.25rem 2.75rem 1.25rem 1.5rem
}

.faq .faq-title::after,
.faq .faq-title::before,
.sources-title::after,
.sources-title::before {
    position: absolute;
    width: 9px;
    height: .1rem;
    background: var(--dark);
    border-radius: 5px;
    transition: all .3s cubic-bezier(.645, .045, .355, 1), transform .3s cubic-bezier(.645, .045, .355, 1), top .3s cubic-bezier(.645, .045, .355, 1);
    content: "";
    right: 1.35rem;
    margin-top: 14px
}

.faq .faq-title::before,
.sources-title::before {
    transform: rotate(-45deg) translateX(2px)
}

.faq .faq-title::after,
.sources-title::after {
    transform: rotate(45deg) translateX(-2px);
    opacity: .75;
    margin-right: 2px
}

.faq .faq-panel.faq-active .faq-title::before,
.sources-panel.collapse.show .sources-title::before {
    transform: rotate(45deg) translateX(2px)
}

.faq .faq-panel.faq-active .faq-title::after,
.sources-panel.collapse.show .sources-title::after {
    transform: rotate(-45deg) translateX(-2px)
}

.faq .faq-panel.faq-active .faq-title::after,
.faq .faq-panel.faq-active .faq-title::before .sources-panel.collapse.show .sources-title::before,
.sources-panel.collapse.show .sources-title::after {
    background: var(--primary)
}

.faq .faq-title i {
    display: none;
    font-size: .8em
}

.faq .faq-title span {
    margin-left: 0
}

.faq .faq-panel:hover {
    background: var(--secondary)
}

.faq .faq-panel .faq-content {
    display: none;
    padding: 0 1.5rem 1.5rem
}

.faq .faq-panel ul {
    display: block;
    margin: auto;
    font-size: 1.1em
}

.faq .faq-panel ul ul {
    margin-top: .5em;
    font-size: 1em
}

.collapse-toggle {
    cursor: pointer;
}

.collapse-content {
    display: none;
}

.sources-header {
    position: relative;
    display: flex;
    align-items: center;
}

.sources-header:hover {
    background-color: var(--secondary);
}

.sources-title {
    padding: 1rem 2.75rem 1rem 2.5rem
}

.sources-header-icon::before {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%2303a9f4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-book-marked'%3E%3Cpath d='M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20'/%3E%3Cpolyline points='10 2 10 10 13 7 16 10 16 2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 20px;
    left: 10px;
}

.sources-panel {
    border-top: 1px solid rgba(var(--rvv-border-color), .25);
    border-bottom: 1px solid rgba(var(--rvv-border-color), .25);
    position: relative;
    margin: 2em 0;
}

.sources-content {
    border-top: 1px solid rgba(var(--rvv-border-color), .25);
}

.sources-content ul li {
    line-height: 1.45em;
    margin-bottom: 0
}

img.mw100 {
    height: auto !important
}

.mw700px {
    max-width: 100%;
    height: auto
}

.bg-light {
    background: #ffeecf
}

.bg-bubble-light {
    background-color: var(--rvv-bg);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z' fill='%23ffeecf' fill-opacity='.7'/%3E%3C/svg%3E")
}

.bg-diagonal-lines-light {
    background-color: var(--rvv-bg);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 0h1L0 6V5zm1 5v1H5z' fill='%23ffeecf' fill-opacity='.9' fill-rule='evenodd'/%3E%3C/svg%3E")
}

.no-overflow,
.map-wrapper {
    overflow: hidden
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0
}

.map-wrapper.hero .map-responsive {
    padding-bottom: 600px
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute
}

.content-bleed {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw
}

.video-container {
    overflow: hidden;
    position: relative;
    width: 100%
}

.video-container:after {
    padding-top: 56.25%;
    display: block;
    content: ""
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#author-info {
    display: flex;
    align-items: center
}

#author-info #author-avatar img {
    border-radius: 50%
}

#author-info #author-description {
    margin-left: 15px
}

.b2 {
    border: 2px solid rgba(0, 0, 0, .2)
}

.steden-flags {
    list-style: none
}

.steden-flags .flag {
    height: 24px;
    width: 24px;
    margin-right: 5px;
    vertical-align: bottom
}

.steden-flags a {
    display: flex
}

.icon-checklist {
    padding: 0;
    list-style: none
}

.icon-checklist li {
    display: flex
}

.icon-checklist li i {
    display: inline-block;
    flex: 0 0 20px;
    margin-top: 5px;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url("img/icon/Groen vinkje.svg") center no-repeat
}

.reviews-sticker {
    display: inline-block;
    background: var(--rvv-bg);
    padding: 10px;
    border-radius: 5px;
    border: 1px solid var(--primary);
    vertical-align: middle
}

.reviews-sticker:hover {
    background: var(--secondary);
    border-color: var(--secondary--hover);
    text-decoration: none
}

.reviews-sticker .reviews-inner-wrapper {
    display: flex;
    align-items: center
}

.reviews-sticker .reviews-inner-wrapper .logo-google {
    margin-right: 10px
}

.reviews-sticker .reviews-count {
    font-size: 14px;
    line-height: normal
}

.reviews-sticker .reviews-stars {
    color: #fa8500;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: normal
}

.fbh-light {
    font-weight: 700;
    background: var(--secondary)
}

.bg-stripped {
    background-image: url(/wp-content/themes/ralfvanveen/img/contact_bg.png);
    background-repeat: repeat
}

.alignwide {
    margin-left: calc(-1 * 2em);
    margin-right: calc(-1 * 2em);
}

.alignfull {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    max-width: 100vw;
    width: 100vw;
}

.has-primary-color {
    color: var(--primary) !important
}

.has-secondary-color {
    color: var(--secondary) !important
}

.has-accent-color {
    color: var(--accent) !important
}

.has-dark-color {
    color: var(--dark) !important;
}

.has-dark-100-color {
    color: var(--dark-100) !important
}

.has-dark-200-color {
    color: var(--dark-200) !important
}

.has-white-color {
    color: var(--white) !important
}

.has-gray-100-color {
    color: var(--gray-100) !important
}

.has-gray-300-color {
    color: var(--gray-300) !important
}

.has-gray-500-color {
    color: var(--gray-500) !important
}

.has-primary-background-color {
    background-color: var(--primary) !important
}

.has-secondary-background-color {
    background-color: var(--secondary) !important
}

.has-accent-background-color {
    background-color: var(--accent) !important
}

.has-dark-background-color {
    background-color: var(--dark) !important;
}

.has-dark-100-background-color {
    background-color: var(--dark-100) !important
}

.has-dark-200-background-color {
    background-color: var(--dark-200) !important
}

.has-white-background-color {
    background-color: var(--white) !important
}

.has-gray-100-background-color {
    background-color: var(--gray-100) !important
}

.has-gray-300-background-color {
    background-color: var(--gray-300) !important
}

.has-gray-500-background-color {
    background-color: var(--gray-500) !important
}

.rounded {
    border-radius: .25em;
}

.rounded-1 {
    border-radius: .5em;
}

.rounded-2 {
    border-radius: 1em;
}

@media (min-width: 1024px) {
    .lg-br1 {
        border-right: 1px solid rgba(var(--rvv-border-color), var(--rvv-border-opacity));
    }
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .175s ease-in-out
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 10px;
    outline: 0
}

.modal-close {
    color: #aaa;
    background: 0 0;
    border: none;
    width: 30px;
    height: 30px;
    padding: 5px;
    font-size: 1.5rem;
    line-height: 1rem
}

.modal-close:focus,
.modal-close:hover {
    color: #000;
    border: none;
    outline: 0;
    background-color: rgba(0, 0, 0, .05);
    text-decoration: none;
    cursor: pointer
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1.25rem 1.5rem
}

.modal-title {
    margin: 0;
    font-size: 1.25rem
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1.25rem 1.5rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 1.25rem 1.5rem
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-scrollable .modal-header {
    border-bottom: 1px solid rgba(0, 0, 0, .175)
}

.modal-dialog-scrollable .modal-footer {
    border-top: 1px solid rgba(0, 0, 0, .175)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1.75rem * 2);
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 14, 20, .65);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px)
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(-50px)
}

.modal.show .modal-dialog {
    transform: none
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

@media screen and (min-width:1200px) {
    .modal-xl.modal-dialog {
        max-width: 1000px;
        margin: 1.75rem auto
    }
}

@media screen and (min-width:992px) {
    .modal-lg.modal-dialog {
        max-width: 800px;
        margin: 1.75rem auto
    }
}

@media screen and (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }
}

.scroll-area {
    --max-height: 400px;
    --min-height: 200px;
    max-height: var(--max-height);
    min-height: var(--min-height);
    height: 100%;
    overflow-y: auto;
}

.scroll-area::-webkit-scrollbar {
    width: 6px;
}

/* Track */
.scroll-area::-webkit-scrollbar-track {
    background: var(--gray-100);
    border-radius: 10px;
}

/* Handle */
.scroll-area::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 10px;
}

/* Handle on hover */
.scroll-area::-webkit-scrollbar-thumb:hover {
    background: #777;
}

.shadow {
    box-shadow: rgba(9, 30, 66, 0.15) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px !important;
}

.cta-global .ti-widget.ti-goog>.ti-widget-container>.ti-header,
.cta-global .ti-widget.ti-goog>.ti-widget-container>.ti-footer {
    padding: 0;
    justify-content: start !important;
}

.cta-global .ti-widget.ti-goog .ti-header:hover {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}
