@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap);
.header__menu{
        display: flex;
        align-items: center; 
        height: 100%;
    }@media (max-width: 990px) {.header__menu{
            position: fixed;
            /* display: none; */
            right: 0;
            left: 0;
            bottom: 0;
            top: 73px; 
            background: #fff; 
            padding: 60px 30px 20px 30px; 
            align-items: flex-start;
            justify-content: center;
            transform: translateX(-100%);
            transition: transform 0.3s
    }
            .header__menu.active {
                transform: translateX(0);
            }
        }.header__menu ul{
            display: flex;
        }@media (max-width: 990px) {.header__menu ul{
                flex-direction: column;
                justify-content: center;
                gap: 30px; 
                text-align: center
        }
            }.header__menu ul li{
                padding: 0 10px;
            }.header__menu ul li a{
                    color: var(--color-black);
                    text-decoration: none;
                    font-size: 16px;
                    font-weight: 500;
                }.header__menu ul li a:hover{
                        color: var(--color-main);
                    }.header__logo svg{
            max-width: 100%;
        }.header__burger{
        display: none;
        z-index: 999;
    }@media (max-width: 990px){.header__burger{
            display: flex;
            align-items: center;
            position: absolute;
            right: 20px;
            top: 25px
    }
        }@media (max-width: 768px){.header__burger{
            top: 25px
    }
        }.header__burger .burger {
            width: 24px;
            height: 18px;
            z-index: 99;
            position: relative;
            cursor: pointer;
            display: block;
        }.header__burger .burger__icon {
                width: 24px;
                height: 2px;
                background: var(--color-main);
                right: 0;
                position: absolute;
                border-radius: 15px;
                top: 50%;
                transition: 0.3s;
            }.header__burger .burger__icon::before {
                    content: '';
                    width: 24px;
                    height: 2px;
                    background: var(--color-main);
                    position: absolute;
                    transition: 0.3s;
                    top: -6px;
                    right: 0;
                    border-radius: 15px;
                }.header__burger .burger__icon::after {
                    content: '';
                    width: 24px;
                    height: 2px;
                    background: var(--color-main);
                    position: absolute;
                    transition: 0.3s;
                    top: 6px;
                    right: 0;
                    border-radius: 15px;
                }.header__burger .burger.active .burger__icon {
                    background: transparent !important;
                }.header__burger .burger.active .burger__icon::before {
                        transform: rotate(45deg);
                        top: 0;
                   
                    }.header__burger .burger.active .burger__icon::after {
                        transform: rotate(-45deg);
                        top: 0;
                       
                    }.footer__menu ul li{
                padding: 0;
                margin-bottom: 0.625rem;
            }.footer__menu ul li a{
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
}.btn , input[type=submit] {
    line-height: 26px;
    display: inline-flex;
    cursor: pointer;
    border-radius: 6px;
    --tw-bg-opacity: 1;
    background-color: rgb(226 28 60 / var(--tw-bg-opacity));
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 24px;
    padding-right: 24px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    text-decoration-line: none !important;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}.btn:hover, input[type=submit]:hover{
        --tw-bg-opacity: 1;
        background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}.btn.white, input[type=submit].white{
        align-items: center;
        gap: 0.375rem;
        --tw-bg-opacity: 1;
        background-color: rgb(237 235 235 / var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgb(51 51 51 / var(--tw-text-opacity));
}.btn.white:hover, input[type=submit].white:hover{
        --tw-bg-opacity: 1;
        background-color: rgb(226 28 60 / var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
}/* border-radius: 10px;
    background: $gray;
    padding: 13px 10px;
    height: 48px;
    color: $black;
    border: 0;
    font-size: 14px;
    width: 100%; */input[type="text"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="url"]::-moz-placeholder, textarea::-moz-placeholder {
        color: $black;
    }input[type="text"]::placeholder, input[type="number"]::placeholder, input[type="password"]::placeholder, input[type="search"]::placeholder, input[type="email"]::placeholder, input[type="tel"]::placeholder, input[type="url"]::placeholder, textarea::placeholder {
        color: $black;
    }input[type="text"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, textarea:focus {
        outline: none;
    }.form-input{
    margin-bottom: 24px;   
    width: 100%;
}.form-input input[type="text"], .form-input input[type="number"], .form-input input[type="password"], .form-input input[type="search"], .form-input input[type="email"], .form-input input[type="tel"]{
        height: 48px;
        width: 100%;
        --tw-bg-opacity: 1;
        background-color: rgb(237 235 235 / var(--tw-bg-opacity));
        padding: 0.5rem;
        --tw-text-opacity: 1;
        color: rgb(51 51 51 / var(--tw-text-opacity));
}.form-input input[type="text"]:focus,.form-input input[type="number"]:focus,.form-input input[type="password"]:focus,.form-input input[type="search"]:focus,.form-input input[type="email"]:focus,.form-input input[type="tel"]:focus{
            border-bottom: 1px solid var(--color-main);
        }.form-input input[type="url"], .form-input textarea{
        height: 120px;
        width: 100%;
        --tw-bg-opacity: 1;
        background-color: rgb(237 235 235 / var(--tw-bg-opacity));
        padding: 0.5rem;
        --tw-text-opacity: 1;
        color: rgb(51 51 51 / var(--tw-text-opacity));
}.form-input input[type="url"]:focus,.form-input textarea:focus{
            border-bottom: 1px solid var(--color-main);
        }.form-input label{
        margin-bottom: 0.25rem;
        display: block;
        font-weight: 500;
}.form-input__btn{
        display: flex;
        justify-content: center;
}.form-input__btn .btn{
            min-width: 220px;
            justify-content: center;
        }.blur-form .form-input{
        margin-bottom: 24px;   
        width: 100%;
    }.blur-form .form-input input[type="text"], .blur-form .form-input input[type="number"], .blur-form .form-input input[type="password"], .blur-form .form-input input[type="search"], .blur-form .form-input input[type="email"], .blur-form .form-input input[type="tel"]{
        height: 48px;
        width: 100%;
        background-color: transparent;
        padding: 0.5rem;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
            border-bottom: 1px solid #fff;
}.blur-form .form-input input[type="url"], .blur-form .form-input textarea{
        height: 120px;
        width: 100%;
        background-color: transparent;
        padding: 0.5rem;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
            border-bottom: 1px solid #fff;
}.blur-form .form-input label{
        margin-bottom: 0.25rem;
        display: block;
        font-weight: 500;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
}.blur-form .form-input__btn{
        display: flex;
        justify-content: center;
}.blur-form .form-input__btn .btn{
                min-width: 220px;
                justify-content: center;
            }html{
        scroll-behavior: smooth;
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        font-size: 16px;
        font-weight: 400;
        --tw-text-opacity: 1;
        color: rgb(51 51 51 / var(--tw-text-opacity));
}html.pop-up-open{
        overflow: hidden;
}body{
   padding-top: 73px;
}.gallery-slider .slick-list{
       overflow: visible;
    }.grecaptcha-badge{
        display: none !important;
}.front-page .main-slider h1 {
            font-size: 2rem; /* 32px*/
            font-style: normal;
            font-weight: 600;
            line-height: 2.5rem; /* 40px*/
            margin: 2rem 0 1.25rem 0;
        }.front-page .main-slider h1 strong{
                font-size: 3rem; /* 48px*/
                font-style: normal;
                font-weight: 600;
                line-height: 3.5rem; /* 56px*/
                margin: 2rem 0 1.25rem 0;
            }@media (max-width: 990px) {.front-page .main-slider h1 strong{
                    font-size: 2rem; /* 32px*/
                    line-height: 2.5rem /* 40px*/
            }.front-page .main-slider h1 {
                font-size: 1.5rem; /* 25.6px*/
                line-height: 2.5rem /* 40px*/
        }
                }.front-page p{
        margin-bottom: 0.25rem;
}ul,ol{
    padding: 0;
    list-style: none;
}ul li,ol li{
        margin-bottom: 0;
        
    }ul li::before,ol li::before{
            display: none;
        }a{
    color: #333;
    text-decoration: none;
}img{
    width: 100%;
    max-width: 100%;
}p{
    margin-bottom: 0;
}h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}:root {
    --space: 80px;
  --color-white: #ffffff;
  --color-black: #333333;
  --color-main: #E21C3C;
  --color-gray: #edebeb;
}@media (max-width: 991px) {
    :root {
        --space: 80px;
    }
}@media (max-width: 768px) {
    :root {
        --space: 80px;
    }
}#wpadminbar{
    display: none;
}.rich-text ul{
        padding-left: 1.5rem;
}.rich-text ul li{
        position: relative;
}.rich-text ul li:before {
                content: '·';
                position: absolute;
                left: -15px;
                font-size: 32px;
                line-height: 24px;
                vertical-align:middle;
            }.rich-text h1{
        font-family: Montserrat, sans-serif;
        font-size: 34px;
        font-weight: 700;
        line-height: 1.25;
}.rich-text h2{
        font-family: Montserrat, sans-serif;
        font-size: 28px;
        font-weight: 700;
        line-height: 38px;
}.rich-text h3 {
       margin-bottom: 10px;
    }.rich-text h4{
        font-size: 1.125rem;
        line-height: 1.75rem;
        font-weight: 300;
}.rich-text p {
        margin-bottom: 1rem;
    }.my-home-page p:not(:last-child){
        margin-bottom: 2.5rem;
}.my-home-page h4{
        margin-bottom: 0.625rem;
}/* Slider */.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}.slick-list:focus
{
    outline: none;
}.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}.slick-track:after
{
    clear: both;
}.slick-loading .slick-track
{
    visibility: hidden;
}.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}[dir='rtl'] .slick-slide
{
    float: right;
}.slick-slide img
{
    display: block;
}.slick-slide.slick-loading img
{
    display: none;
}.slick-slide.dragging img
{
    pointer-events: none;
}.slick-initialized .slick-slide
{
    display: block;
}.slick-loading .slick-slide
{
    visibility: hidden;
}.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}.slick-arrow.slick-hidden {
    display: none;
}body.compensate-for-scrollbar{overflow:hidden;-ms-overflow-style:none}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s,visibility 0s linear .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s,visibility 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px 44px 0;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--next{z-index:99995}.fancybox-slide--image{padding:44px 0 0;overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px 6px 0}.fancybox-content{background:#fff;display:inline-block;margin:0 0 44px;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:99995}.fancybox-slide--html .fancybox-content{margin:0 0 6px}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--video .fancybox-content{height:calc(100% - 44px);overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;vertical-align:top;width:100%}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;transition:color .2s;vertical-align:top;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button.disabled,.fancybox-button.disabled:hover,.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:nth-child(1),.fancybox-button--pause svg:nth-child(1),.fancybox-button--play svg:nth-child(2){display:none}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--html .fancybox-close-small:hover{color:currentColor;opacity:1}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{height:38px;margin:0;opacity:0;padding:7px;position:absolute;top:calc(50% - 19px);width:38px}.fancybox-show-nav .fancybox-navigation .fancybox-button{transition:opacity .25s,visibility 0s,color .25s}.fancybox-navigation .fancybox-button:after{content:"";height:100px;left:-26px;position:absolute;top:-31px;width:70px}.fancybox-navigation .fancybox-button--arrow_left{left:6px}.fancybox-navigation .fancybox-button--arrow_right{right:6px}.fancybox-caption{bottom:0;color:#fff;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:25px 44px;right:0}.fancybox-caption:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);background-repeat:repeat-x;background-size:contain;bottom:0;content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:-25px;z-index:-1}.fancybox-caption:after{border-bottom:1px solid hsla(0,0%,100%,.3);content:"";display:block;left:44px;position:absolute;right:44px;top:0}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a .8s infinite linear;background:transparent;border:6px solid hsla(0,0%,39%,.5);border-radius:100%;border-top-color:#fff;height:60px;left:50%;margin:-30px 0 0 -30px;opacity:.6;padding:0;position:absolute;top:50%;width:60px;z-index:99999}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0 0}.fancybox-slide--image .fancybox-content{margin-bottom:6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#fff;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:transparent;top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:4px solid #4ea7f9;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:768px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px; }.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px; }.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transition-duration: 0.5s; }.twentytwenty-before-label, .twentytwenty-after-label {
  transition-property: opacity; }.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  border-radius: 2px; }.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px; }.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px; }.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute; }.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px; }.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px; }.twentytwenty-container {
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }.twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block; }.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0); }.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
      opacity: 0; }.twentytwenty-container * {
    box-sizing: content-box; }.twentytwenty-before-label {
  opacity: 0; }.twentytwenty-before-label:before {
    content: attr(data-content); }.twentytwenty-after-label {
  opacity: 0; }.twentytwenty-after-label:before {
    content: attr(data-content); }.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px; }.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px; }.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px; }.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px; }.twentytwenty-overlay {
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25; }.twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5); }.twentytwenty-overlay:hover .twentytwenty-after-label {
      opacity: 1; }.twentytwenty-overlay:hover .twentytwenty-before-label {
      opacity: 1; }.twentytwenty-before {
  z-index: 20; }.twentytwenty-after {
  z-index: 10; }.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  border-radius: 1000px;
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer; }.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px; }.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px; }.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px; }.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px; }/* ! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com *//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}::before,
::after {
  --tw-content: '';
}/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Montserrat, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}/*
Remove the default font size and weight for headings.
*/h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}/*
Reset links to optimize for opt-in styling instead of opt-out.
*/a {
  color: inherit;
  text-decoration: inherit;
}/*
Add the correct font weight in Edge and Safari.
*/b,
strong {
  font-weight: bolder;
}/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}/*
Add the correct font size in all browsers.
*/small {
  font-size: 80%;
}/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}sub {
  bottom: -0.25em;
}sup {
  top: -0.5em;
}/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}/*
Remove the inheritance of text transform in Edge and Firefox.
*/button,
select {
  text-transform: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}/*
Use the modern Firefox focus style for all focusable elements.
*/:-moz-focusring {
  outline: auto;
}/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/:-moz-ui-invalid {
  box-shadow: none;
}/*
Add the correct vertical alignment in Chrome and Firefox.
*/progress {
  vertical-align: baseline;
}/*
Correct the cursor style of increment and decrement buttons in Safari.
*/::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}/*
Remove the inner padding in Chrome and Safari on macOS.
*/::-webkit-search-decoration {
  -webkit-appearance: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}/*
Add the correct display in Chrome and Safari.
*/summary {
  display: list-item;
}/*
Removes the default spacing and border for appropriate elements.
*/blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}fieldset {
  margin: 0;
  padding: 0;
}legend {
  padding: 0;
}ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}/*
Reset default styling for dialogs.
*/dialog {
  padding: 0;
}/*
Prevent resizing textareas horizontally by default.
*/textarea {
  resize: vertical;
}/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}/*
Set the default cursor for buttons.
*/button,
[role="button"] {
  cursor: pointer;
}/*
Make sure disabled buttons don't get the pointer cursor.
*/:disabled {
  cursor: default;
}/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/img,
video {
  max-width: 100%;
  height: auto;
}/* Make elements with the HTML hidden attribute stay hidden by default */[hidden] {
  display: none;
}:root {
        --pl: calc((100vw - 1340px) / 2);
        --mpl: calc(0px - (100vw - 1340px) / 2);
    }h1:first-child,
    h2:first-child,
    h3:first-child,
    h4:first-child,
    h5:first-child,
    h6:first-child {
        margin-top: 0;
    }h1 {
        font-size: 3rem;
        font-style: normal;
        font-weight: 600;
        line-height: 3.5rem;
        margin: 2rem 0 1.25rem 0;
    }@media (max-width: 990px) {

    h1 {
            font-size: 1.8rem;
            line-height: 2.5rem
    }
        }h2 {
        font-size: 2rem;
        font-style: normal;
        font-weight: 600;
        line-height: 2.625rem;
        margin: 2rem 0 1.25rem 0;
    }@media (max-width: 990px) {

    h2 {
        font-size: 1.5rem;
        line-height: 2rem
    }
        }h3 {
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 600;
        line-height: 2.25rem;
        margin: 2rem 0 1.25rem 0;
    }@media (max-width: 990px) {

    h3 {
            font-size: 1.375rem;
            line-height: 2rem
    }
        }h4 {
        font-size: 1.375rem;
        font-style: normal;
        font-weight: 600;
        line-height: 2rem;
        margin: 2rem 0 1.25rem 0;
    }@media (max-width: 990px) {

    h4 {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
        }h5 {
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 600;
        line-height: 1.75rem;
        margin: 2rem 0 1.25rem 0;
    }@media (max-width: 990px) {

    h5 {
        font-size: 1.125rem;
        line-height: 1.625rem
    }
        }p {
        margin-bottom: 1rem;
        line-height: 1.5;
    }p:last-child {
        margin-bottom: 0;
    }a {
        color: #E21C3C;
        transition: 0.3s;
    }a:hover{
        text-decoration-line: underline;
}ul,
    ol {
        margin-bottom: 1.875rem;
        padding-left: 0;
    }ul:last-child,
    ol:last-child {
        margin-bottom: 0;
    }li {
        position: relative;
        margin-bottom: 0.375rem;
    }ul {
        padding: 0;
    }ul li {
        padding-left: 1.5rem;
    }ul li::before {
        content: '';
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #000;
        position: absolute;
        top: 9px;
        left: 8px;
        z-index: 1;
    }ol {
        list-style: auto;
        padding-left: 1.125rem;
    }ol li {
        padding-left: 0.4375rem;
    }ol li::marker {
        color: var(--color-main);
        font-weight: 600;
    }figure {
        margin: 1.25rem 0;
    }figcaption {
        color: #b5ccf8;
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.5rem;
    }*, ::before, ::after{
        --tw-border-spacing-x: 0;
        --tw-border-spacing-y: 0;
        --tw-translate-x: 0;
        --tw-translate-y: 0;
        --tw-rotate: 0;
        --tw-skew-x: 0;
        --tw-skew-y: 0;
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        --tw-pan-x:  ;
        --tw-pan-y:  ;
        --tw-pinch-zoom:  ;
        --tw-scroll-snap-strictness: proximity;
        --tw-gradient-from-position:  ;
        --tw-gradient-via-position:  ;
        --tw-gradient-to-position:  ;
        --tw-ordinal:  ;
        --tw-slashed-zero:  ;
        --tw-numeric-figure:  ;
        --tw-numeric-spacing:  ;
        --tw-numeric-fraction:  ;
        --tw-ring-inset:  ;
        --tw-ring-offset-width: 0px;
        --tw-ring-offset-color: #fff;
        --tw-ring-color: rgb(59 130 246 / 0.5);
        --tw-ring-offset-shadow: 0 0 #0000;
        --tw-ring-shadow: 0 0 #0000;
        --tw-shadow: 0 0 #0000;
        --tw-shadow-colored: 0 0 #0000;
        --tw-blur:  ;
        --tw-brightness:  ;
        --tw-contrast:  ;
        --tw-grayscale:  ;
        --tw-hue-rotate:  ;
        --tw-invert:  ;
        --tw-saturate:  ;
        --tw-sepia:  ;
        --tw-drop-shadow:  ;
        --tw-backdrop-blur:  ;
        --tw-backdrop-brightness:  ;
        --tw-backdrop-contrast:  ;
        --tw-backdrop-grayscale:  ;
        --tw-backdrop-hue-rotate:  ;
        --tw-backdrop-invert:  ;
        --tw-backdrop-opacity:  ;
        --tw-backdrop-saturate:  ;
        --tw-backdrop-sepia:  ;
}::backdrop{
        --tw-border-spacing-x: 0;
        --tw-border-spacing-y: 0;
        --tw-translate-x: 0;
        --tw-translate-y: 0;
        --tw-rotate: 0;
        --tw-skew-x: 0;
        --tw-skew-y: 0;
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        --tw-pan-x:  ;
        --tw-pan-y:  ;
        --tw-pinch-zoom:  ;
        --tw-scroll-snap-strictness: proximity;
        --tw-gradient-from-position:  ;
        --tw-gradient-via-position:  ;
        --tw-gradient-to-position:  ;
        --tw-ordinal:  ;
        --tw-slashed-zero:  ;
        --tw-numeric-figure:  ;
        --tw-numeric-spacing:  ;
        --tw-numeric-fraction:  ;
        --tw-ring-inset:  ;
        --tw-ring-offset-width: 0px;
        --tw-ring-offset-color: #fff;
        --tw-ring-color: rgb(59 130 246 / 0.5);
        --tw-ring-offset-shadow: 0 0 #0000;
        --tw-ring-shadow: 0 0 #0000;
        --tw-shadow: 0 0 #0000;
        --tw-shadow-colored: 0 0 #0000;
        --tw-blur:  ;
        --tw-brightness:  ;
        --tw-contrast:  ;
        --tw-grayscale:  ;
        --tw-hue-rotate:  ;
        --tw-invert:  ;
        --tw-saturate:  ;
        --tw-sepia:  ;
        --tw-drop-shadow:  ;
        --tw-backdrop-blur:  ;
        --tw-backdrop-brightness:  ;
        --tw-backdrop-contrast:  ;
        --tw-backdrop-grayscale:  ;
        --tw-backdrop-hue-rotate:  ;
        --tw-backdrop-invert:  ;
        --tw-backdrop-opacity:  ;
        --tw-backdrop-saturate:  ;
        --tw-backdrop-sepia:  ;
}.container{
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 16px;
        padding-left: 16px;
}@media (min-width: 1340px){.container{
                max-width: 1340px;
        }
}.prose{
        color: var(--tw-prose-body);
        max-width: 65ch;
}.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.25em;
        margin-bottom: 1.25em;
}.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        color: var(--tw-prose-lead);
        font-size: 1.25em;
        line-height: 1.6;
        margin-top: 1.2em;
        margin-bottom: 1.2em;
}.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        color: var(--tw-prose-links);
        text-decoration: underline;
        font-weight: 500;
}.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        color: var(--tw-prose-bold);
        font-weight: 600;
}.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        color: inherit;
}.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        color: inherit;
}.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        color: inherit;
}.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        list-style-type: decimal;
        margin-top: 1.25em;
        margin-bottom: 1.25em;
        padding-inline-start: 1.625em;
}.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        list-style-type: upper-alpha;
}.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        list-style-type: lower-alpha;
}.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        list-style-type: upper-alpha;
}.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        list-style-type: lower-alpha;
}.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        list-style-type: upper-roman;
}.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        list-style-type: lower-roman;
}.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        list-style-type: upper-roman;
}.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        list-style-type: lower-roman;
}.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        list-style-type: decimal;
}.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        list-style-type: disc;
        margin-top: 1.25em;
        margin-bottom: 1.25em;
        padding-inline-start: 1.625em;
}.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
        font-weight: 400;
        color: var(--tw-prose-counters);
}.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
        color: var(--tw-prose-bullets);
}.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        color: var(--tw-prose-headings);
        font-weight: 600;
        margin-top: 1.25em;
}.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        border-color: var(--tw-prose-hr);
        border-top-width: 1px;
        margin-top: 3em;
        margin-bottom: 3em;
}.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-weight: 500;
        font-style: italic;
        color: var(--tw-prose-quotes);
        border-inline-start-width: 0.25rem;
        border-inline-start-color: var(--tw-prose-quote-borders);
        quotes: "\201C""\201D""\2018""\2019";
        margin-top: 1.6em;
        margin-bottom: 1.6em;
        padding-inline-start: 1em;
}.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
        content: open-quote;
}.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
        content: close-quote;
}.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        color: var(--tw-prose-headings);
        font-weight: 800;
        font-size: 2.25em;
        margin-top: 0;
        margin-bottom: 0.8888889em;
        line-height: 1.1111111;
}.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-weight: 900;
        color: inherit;
}.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        color: var(--tw-prose-headings);
        font-weight: 700;
        font-size: 1.5em;
        margin-top: 2em;
        margin-bottom: 1em;
        line-height: 1.3333333;
}.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-weight: 800;
        color: inherit;
}.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        color: var(--tw-prose-headings);
        font-weight: 600;
        font-size: 1.25em;
        margin-top: 1.6em;
        margin-bottom: 0.6em;
        line-height: 1.6;
}.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-weight: 700;
        color: inherit;
}.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        color: var(--tw-prose-headings);
        font-weight: 600;
        margin-top: 1.5em;
        margin-bottom: 0.5em;
        line-height: 1.5;
}.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-weight: 700;
        color: inherit;
}.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 2em;
        margin-bottom: 2em;
}.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        display: block;
        margin-top: 2em;
        margin-bottom: 2em;
}.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 2em;
        margin-bottom: 2em;
}.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-weight: 500;
        font-family: inherit;
        color: var(--tw-prose-kbd);
        box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
        font-size: 0.875em;
        border-radius: 0.3125rem;
        padding-top: 0.1875em;
        padding-inline-end: 0.375em;
        padding-bottom: 0.1875em;
        padding-inline-start: 0.375em;
}.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        color: var(--tw-prose-code);
        font-weight: 600;
        font-size: 0.875em;
}.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
        content: "`";
}.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
        content: "`";
}.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        color: inherit;
}.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        color: inherit;
}.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        color: inherit;
        font-size: 0.875em;
}.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        color: inherit;
        font-size: 0.9em;
}.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        color: inherit;
}.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        color: inherit;
}.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        color: inherit;
}.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        color: var(--tw-prose-pre-code);
        background-color: var(--tw-prose-pre-bg);
        overflow-x: auto;
        font-weight: 400;
        font-size: 0.875em;
        line-height: 1.7142857;
        margin-top: 1.7142857em;
        margin-bottom: 1.7142857em;
        border-radius: 0.375rem;
        padding-top: 0.8571429em;
        padding-inline-end: 1.1428571em;
        padding-bottom: 0.8571429em;
        padding-inline-start: 1.1428571em;
}.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        background-color: transparent;
        border-width: 0;
        border-radius: 0;
        padding: 0;
        font-weight: inherit;
        color: inherit;
        font-size: inherit;
        font-family: inherit;
        line-height: inherit;
}.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
        content: none;
}.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
        content: none;
}.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        width: 100%;
        table-layout: auto;
        margin-top: 2em;
        margin-bottom: 2em;
        font-size: 0.875em;
        line-height: 1.7142857;
}.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        border-bottom-width: 1px;
        border-bottom-color: var(--tw-prose-th-borders);
}.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        color: var(--tw-prose-headings);
        font-weight: 600;
        vertical-align: bottom;
        padding-inline-end: 0.5714286em;
        padding-bottom: 0.5714286em;
        padding-inline-start: 0.5714286em;
}.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        border-bottom-width: 1px;
        border-bottom-color: var(--tw-prose-td-borders);
}.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        border-bottom-width: 0;
}.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        vertical-align: baseline;
}.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        border-top-width: 1px;
        border-top-color: var(--tw-prose-th-borders);
}.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        vertical-align: top;
}.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        text-align: start;
}.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0;
        margin-bottom: 0;
}.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        color: var(--tw-prose-captions);
        font-size: 0.875em;
        line-height: 1.4285714;
        margin-top: 0.8571429em;
}.prose{
        --tw-prose-body: #374151;
        --tw-prose-headings: #111827;
        --tw-prose-lead: #4b5563;
        --tw-prose-links: #111827;
        --tw-prose-bold: #111827;
        --tw-prose-counters: #6b7280;
        --tw-prose-bullets: #d1d5db;
        --tw-prose-hr: #e5e7eb;
        --tw-prose-quotes: #111827;
        --tw-prose-quote-borders: #e5e7eb;
        --tw-prose-captions: #6b7280;
        --tw-prose-kbd: #111827;
        --tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
        --tw-prose-code: #111827;
        --tw-prose-pre-code: #e5e7eb;
        --tw-prose-pre-bg: #1f2937;
        --tw-prose-th-borders: #d1d5db;
        --tw-prose-td-borders: #e5e7eb;
        --tw-prose-invert-body: #d1d5db;
        --tw-prose-invert-headings: #fff;
        --tw-prose-invert-lead: #9ca3af;
        --tw-prose-invert-links: #fff;
        --tw-prose-invert-bold: #fff;
        --tw-prose-invert-counters: #9ca3af;
        --tw-prose-invert-bullets: #4b5563;
        --tw-prose-invert-hr: #374151;
        --tw-prose-invert-quotes: #f3f4f6;
        --tw-prose-invert-quote-borders: #374151;
        --tw-prose-invert-captions: #9ca3af;
        --tw-prose-invert-kbd: #fff;
        --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
        --tw-prose-invert-code: #fff;
        --tw-prose-invert-pre-code: #d1d5db;
        --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
        --tw-prose-invert-th-borders: #4b5563;
        --tw-prose-invert-td-borders: #374151;
        font-size: 1rem;
        line-height: 1.75;
}.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0;
        margin-bottom: 0;
}.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0.5em;
        margin-bottom: 0.5em;
}.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        padding-inline-start: 0.375em;
}.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        padding-inline-start: 0.375em;
}.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0.75em;
        margin-bottom: 0.75em;
}.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.25em;
}.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-bottom: 1.25em;
}.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.25em;
}.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-bottom: 1.25em;
}.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0.75em;
        margin-bottom: 0.75em;
}.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.25em;
        margin-bottom: 1.25em;
}.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0.5em;
        padding-inline-start: 1.625em;
}.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0;
}.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0;
}.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0;
}.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0;
}.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        padding-inline-start: 0;
}.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        padding-inline-end: 0;
}.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        padding-top: 0.5714286em;
        padding-inline-end: 0.5714286em;
        padding-bottom: 0.5714286em;
        padding-inline-start: 0.5714286em;
}.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        padding-inline-start: 0;
}.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        padding-inline-end: 0;
}.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 2em;
        margin-bottom: 2em;
}.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0;
}.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-bottom: 0;
}.s-title{
        font-family: Montserrat, sans-serif;
        font-size: 40px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 1.25;
        letter-spacing: 1.2px;
        --tw-text-opacity: 1 !important;
        color: rgb(226 28 60 / var(--tw-text-opacity)) !important;
}@media (max-width: 767px) {
    .s-title{
                font-size: 28px;
        }
        }.h1{
        font-family: Montserrat, sans-serif;
        font-size: 38px;
        font-weight: 700;
        line-height: 1.25;
}.h2{
        font-family: Montserrat, sans-serif;
        font-size: 30px;
        font-weight: 700;
        line-height: 1.25;
        letter-spacing: 1.2px;
}.h3{
        font-size: 1.5rem;
        line-height: 2rem;
        font-weight: 500;
        line-height: 1.25;
}.static{
        position: static;
}.fixed{
        position: fixed;
}.absolute{
        position: absolute;
}.relative{
        position: relative;
}.inset-0{
        inset: 0px;
}.bottom-0{
        bottom: 0px;
}.left-0{
        left: 0px;
}.left-\[50px\]{
        left: 50px;
}.right-0{
        right: 0px;
}.right-4{
        right: 1rem;
}.right-\[0px\]{
        right: 0px;
}.top-0{
        top: 0px;
}.top-4{
        top: 1rem;
}.top-full{
        top: 100%;
}.z-0{
        z-index: 0;
}.z-10{
        z-index: 10;
}.z-20{
        z-index: 20;
}.z-50{
        z-index: 50;
}.col-span-11{
        grid-column: span 11 / span 11;
}.col-span-12{
        grid-column: span 12 / span 12;
}.col-span-2{
        grid-column: span 2 / span 2;
}.col-span-3{
        grid-column: span 3 / span 3;
}.col-span-4{
        grid-column: span 4 / span 4;
}.col-span-5{
        grid-column: span 5 / span 5;
}.col-span-6{
        grid-column: span 6 / span 6;
}.col-span-7{
        grid-column: span 7 / span 7;
}.col-span-8{
        grid-column: span 8 / span 8;
}.col-start-12{
        grid-column-start: 12;
}.col-start-6{
        grid-column-start: 6;
}.row-span-2{
        grid-row: span 2 / span 2;
}.row-start-1{
        grid-row-start: 1;
}.row-start-2{
        grid-row-start: 2;
}.\!m-0{
        margin: 0px !important;
}.m-0{
        margin: 0px;
}.m-5{
        margin: 1.25rem;
}.-mx-4{
        margin-left: -1rem;
        margin-right: -1rem;
}.mx-auto{
        margin-left: auto;
        margin-right: auto;
}.my-10{
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
}.my-20{
        margin-top: 5rem;
        margin-bottom: 5rem;
}.\!mt-0{
        margin-top: 0px !important;
}.mb-0{
        margin-bottom: 0px;
}.mb-10{
        margin-bottom: 2.5rem;
}.mb-12{
        margin-bottom: 3rem;
}.mb-2{
        margin-bottom: 0.5rem;
}.mb-3{
        margin-bottom: 0.75rem;
}.mb-4{
        margin-bottom: 1rem;
}.mb-6{
        margin-bottom: 1.5rem;
}.mb-8{
        margin-bottom: 2rem;
}.mr-2{
        margin-right: 0.5rem;
}.mt-10{
        margin-top: 2.5rem;
}.mt-5{
        margin-top: 1.25rem;
}.mt-auto{
        margin-top: auto;
}.block{
        display: block;
}.inline-block{
        display: inline-block;
}.\!flex{
        display: flex !important;
}.flex{
        display: flex;
}.grid{
        display: grid;
}.hidden{
        display: none;
}.aspect-16\/7{
        aspect-ratio: 16 / 7;
}.aspect-\[4\/5\]{
        aspect-ratio: 4/5;
}.aspect-\[4\/3\]{
        aspect-ratio: 4/3;
}.aspect-\[1\/0\.9\]{
        aspect-ratio: 1/0.9;
}.\!h-full{
        height: 100% !important;
}.h-\[500px\]{
        height: 500px;
}.h-auto{
        height: auto;
}.h-full{
        height: 100%;
}.max-h-\[672px\]{
        max-height: 672px;
}.max-h-\[700px\]{
        max-height: 700px;
}.max-h-screen{
        max-height: 100vh;
}.min-h-\[22px\]{
        min-height: 22px;
}.min-h-\[70px\]{
        min-height: 70px;
}.min-h-\[calc\(100vh-410px\)\]{
        min-height: calc(100vh - 410px);
}.w-1\/2{
        width: 50%;
}.w-1\/3{
        width: 33.333333%;
}.w-1\/4{
        width: 25%;
}.w-1\/5{
        width: 20%;
}.w-2\/3{
        width: 66.666667%;
}.w-24{
        width: 6rem;
}.w-3\/4{
        width: 75%;
}.w-full{
        width: 100%;
}.min-w-\[110px\]{
        min-width: 110px;
}.min-w-\[22px\]{
        min-width: 22px;
}.min-w-\[24px\]{
        min-width: 24px;
}.min-w-\[49px\]{
        min-width: 49px;
}.max-w-\[1600px\]{
        max-width: 1600px;
}.max-w-\[550px\]{
        max-width: 550px;
}.max-w-md{
        max-width: 28rem;
}.max-w-none{
        max-width: none;
}.translate-y-\[-50\%\]{
        --tw-translate-y: -50%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.scale-95{
        --tw-scale-x: .95;
        --tw-scale-y: .95;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.list-none{
        list-style-type: none;
}.grid-cols-12{
        grid-template-columns: repeat(12, minmax(0, 1fr));
}.grid-cols-\[repeat\(29\2c minmax\(0\2c 1fr\)\)\]{
        grid-template-columns: repeat(29,minmax(0,1fr));
}.grid-rows-2{
        grid-template-rows: repeat(2, minmax(0, 1fr));
}.flex-col{
        flex-direction: column;
}.flex-wrap{
        flex-wrap: wrap;
}.content-center{
        align-content: center;
}.items-start{
        align-items: flex-start;
}.items-center{
        align-items: center;
}.justify-end{
        justify-content: flex-end;
}.justify-center{
        justify-content: center;
}.justify-between{
        justify-content: space-between;
}.gap-2{
        gap: 0.5rem;
}.gap-20{
        gap: 5rem;
}.gap-4{
        gap: 1rem;
}.gap-6{
        gap: 1.5rem;
}.gap-8{
        gap: 2rem;
}.gap-\[30px\]{
        gap: 30px;
}.overflow-hidden{
        overflow: hidden;
}.whitespace-nowrap{
        white-space: nowrap;
}.rounded-\[6px\]{
        border-radius: 6px;
}.rounded-\[8px\]{
        border-radius: 8px;
}.rounded-full{
        border-radius: 9999px;
}.rounded-xl{
        border-radius: 0.75rem;
}.rounded-r-none{
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
}.border-b{
        border-bottom-width: 1px;
}.border-t{
        border-top-width: 1px;
}.border-white\/20{
        border-color: rgb(255 255 255 / 0.2);
}.bg-\[\#000000b0\]{
        background-color: #000000b0;
}.bg-\[\#e8e6e6cc\]{
        background-color: #e8e6e6cc;
}.bg-\[\#edebeb\]{
        --tw-bg-opacity: 1;
        background-color: rgb(237 235 235 / var(--tw-bg-opacity));
}.bg-bg{
        --tw-bg-opacity: 1;
        background-color: rgb(237 235 235 / var(--tw-bg-opacity));
}.bg-black{
        --tw-bg-opacity: 1;
        background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}.bg-black\/30{
        background-color: rgb(51 51 51 / 0.3);
}.bg-main\/30{
        background-color: rgb(226 28 60 / 0.3);
}.bg-white{
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.bg-gradient-to-r{
        background-image: linear-gradient(to right, var(--tw-gradient-stops));
}.from-bg{
        --tw-gradient-from: #edebeb var(--tw-gradient-from-position);
        --tw-gradient-to: rgb(237 235 235 / 0) var(--tw-gradient-to-position);
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.from-white{
        --tw-gradient-from: #ffffff var(--tw-gradient-from-position);
        --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.to-bg{
        --tw-gradient-to: #edebeb var(--tw-gradient-to-position);
}.to-white{
        --tw-gradient-to: #ffffff var(--tw-gradient-to-position);
}.bg-cover{
        background-size: cover;
}.bg-fixed{
        background-attachment: fixed;
}.bg-center{
        background-position: center;
}.bg-no-repeat{
        background-repeat: no-repeat;
}.object-cover{
        -o-object-fit: cover;
           object-fit: cover;
}.p-0{
        padding: 0px;
}.p-10{
        padding: 2.5rem;
}.p-12{
        padding: 3rem;
}.p-4{
        padding: 1rem;
}.p-5{
        padding: 1.25rem;
}.px-1{
        padding-left: 0.25rem;
        padding-right: 0.25rem;
}.px-4{
        padding-left: 1rem;
        padding-right: 1rem;
}.px-\[5px\]{
        padding-left: 5px;
        padding-right: 5px;
}.py-10{
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
}.py-2{
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
}.py-20{
        padding-top: 5rem;
        padding-bottom: 5rem;
}.py-4{
        padding-top: 1rem;
        padding-bottom: 1rem;
}.py-6{
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
}.py-8{
        padding-top: 2rem;
        padding-bottom: 2rem;
}.py-\[100px\]{
        padding-top: 100px;
        padding-bottom: 100px;
}.py-\[10px\]{
        padding-top: 10px;
        padding-bottom: 10px;
}.pb-10{
        padding-bottom: 2.5rem;
}.pb-16{
        padding-bottom: 4rem;
}.pb-2{
        padding-bottom: 0.5rem;
}.pb-2\.5{
        padding-bottom: 0.625rem;
}.pb-20{
        padding-bottom: 5rem;
}.pb-24{
        padding-bottom: 6rem;
}.pb-48{
        padding-bottom: 12rem;
}.pb-5{
        padding-bottom: 1.25rem;
}.pb-\[100px\]{
        padding-bottom: 100px;
}.pb-\[120px\]{
        padding-bottom: 120px;
}.pl-0{
        padding-left: 0px;
}.pl-4{
        padding-left: 1rem;
}.pl-pl{
        padding-left: var(--pl);
}.pr-4{
        padding-right: 1rem;
}.pt-10{
        padding-top: 2.5rem;
}.pt-14{
        padding-top: 3.5rem;
}.pt-16{
        padding-top: 4rem;
}.pt-2{
        padding-top: 0.5rem;
}.pt-2\.5{
        padding-top: 0.625rem;
}.pt-20{
        padding-top: 5rem;
}.pt-32{
        padding-top: 8rem;
}.pt-5{
        padding-top: 1.25rem;
}.pt-\[150px\]{
        padding-top: 150px;
}.text-center{
        text-align: center;
}.text-right{
        text-align: right;
}.text-2xl{
        font-size: 1.5rem;
        line-height: 2rem;
}.text-8xl{
        font-size: 6rem;
        line-height: 1;
}.text-\[18px\]{
        font-size: 18px;
}.text-\[20px\]{
        font-size: 20px;
}.text-\[36px\]{
        font-size: 36px;
}.text-xl{
        font-size: 1.25rem;
        line-height: 1.75rem;
}.font-bold{
        font-weight: 700;
}.font-medium{
        font-weight: 500;
}.font-semibold{
        font-weight: 600;
}.\!text-white{
        --tw-text-opacity: 1 !important;
        color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}.text-black{
        --tw-text-opacity: 1;
        color: rgb(51 51 51 / var(--tw-text-opacity));
}.text-main{
        --tw-text-opacity: 1;
        color: rgb(226 28 60 / var(--tw-text-opacity));
}.text-white{
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
}.opacity-0{
        opacity: 0;
}.shadow-\[0_0_5px_rgba\(0\2c 0\2c 0\2c 0\.5\)\]{
        --tw-shadow: 0 0 5px rgba(0,0,0,0.5);
        --tw-shadow-colored: 0 0 5px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.backdrop-blur{
        --tw-backdrop-blur: blur(8px);
        -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
                backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}.backdrop-blur-sm{
        --tw-backdrop-blur: blur(4px);
        -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
                backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}.transition{
        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(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
}.transition-all{
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
}.transition-colors{
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
}.transition-opacity{
        transition-property: opacity;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
}.transition-transform{
        transition-property: transform;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
}.duration-300{
        transition-duration: 300ms;
}.duration-500{
        transition-duration: 500ms;
}.duration-700{
        transition-duration: 700ms;
}.ease-in-out{
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.editor-styles-wrapper{
        color: var(--tw-prose-body);
        max-width: 65ch;
}.editor-styles-wrapper :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.25em;
        margin-bottom: 1.25em;
}.editor-styles-wrapper :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        color: var(--tw-prose-lead);
        font-size: 1.25em;
        line-height: 1.6;
        margin-top: 1.2em;
        margin-bottom: 1.2em;
}.editor-styles-wrapper :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        color: var(--tw-prose-links);
        text-decoration: underline;
        font-weight: 500;
}.editor-styles-wrapper :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        color: var(--tw-prose-bold);
        font-weight: 600;
}.editor-styles-wrapper :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        color: inherit;
}.editor-styles-wrapper :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        color: inherit;
}.editor-styles-wrapper :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        color: inherit;
}.editor-styles-wrapper :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        list-style-type: decimal;
        margin-top: 1.25em;
        margin-bottom: 1.25em;
        padding-inline-start: 1.625em;
}.editor-styles-wrapper :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        list-style-type: upper-alpha;
}.editor-styles-wrapper :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        list-style-type: lower-alpha;
}.editor-styles-wrapper :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        list-style-type: upper-alpha;
}.editor-styles-wrapper :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        list-style-type: lower-alpha;
}.editor-styles-wrapper :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        list-style-type: upper-roman;
}.editor-styles-wrapper :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        list-style-type: lower-roman;
}.editor-styles-wrapper :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        list-style-type: upper-roman;
}.editor-styles-wrapper :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        list-style-type: lower-roman;
}.editor-styles-wrapper :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        list-style-type: decimal;
}.editor-styles-wrapper :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        list-style-type: disc;
        margin-top: 1.25em;
        margin-bottom: 1.25em;
        padding-inline-start: 1.625em;
}.editor-styles-wrapper :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
        font-weight: 400;
        color: var(--tw-prose-counters);
}.editor-styles-wrapper :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
        color: var(--tw-prose-bullets);
}.editor-styles-wrapper :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        color: var(--tw-prose-headings);
        font-weight: 600;
        margin-top: 1.25em;
}.editor-styles-wrapper :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        border-color: var(--tw-prose-hr);
        border-top-width: 1px;
        margin-top: 3em;
        margin-bottom: 3em;
}.editor-styles-wrapper :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-weight: 500;
        font-style: italic;
        color: var(--tw-prose-quotes);
        border-inline-start-width: 0.25rem;
        border-inline-start-color: var(--tw-prose-quote-borders);
        quotes: "\201C""\201D""\2018""\2019";
        margin-top: 1.6em;
        margin-bottom: 1.6em;
        padding-inline-start: 1em;
}.editor-styles-wrapper :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
        content: open-quote;
}.editor-styles-wrapper :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
        content: close-quote;
}.editor-styles-wrapper :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        color: var(--tw-prose-headings);
        font-weight: 800;
        font-size: 2.25em;
        margin-top: 0;
        margin-bottom: 0.8888889em;
        line-height: 1.1111111;
}.editor-styles-wrapper :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-weight: 900;
        color: inherit;
}.editor-styles-wrapper :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        color: var(--tw-prose-headings);
        font-weight: 700;
        font-size: 1.5em;
        margin-top: 2em;
        margin-bottom: 1em;
        line-height: 1.3333333;
}.editor-styles-wrapper :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-weight: 800;
        color: inherit;
}.editor-styles-wrapper :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        color: var(--tw-prose-headings);
        font-weight: 600;
        font-size: 1.25em;
        margin-top: 1.6em;
        margin-bottom: 0.6em;
        line-height: 1.6;
}.editor-styles-wrapper :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-weight: 700;
        color: inherit;
}.editor-styles-wrapper :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        color: var(--tw-prose-headings);
        font-weight: 600;
        margin-top: 1.5em;
        margin-bottom: 0.5em;
        line-height: 1.5;
}.editor-styles-wrapper :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-weight: 700;
        color: inherit;
}.editor-styles-wrapper :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 2em;
        margin-bottom: 2em;
}.editor-styles-wrapper :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        display: block;
        margin-top: 2em;
        margin-bottom: 2em;
}.editor-styles-wrapper :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 2em;
        margin-bottom: 2em;
}.editor-styles-wrapper :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-weight: 500;
        font-family: inherit;
        color: var(--tw-prose-kbd);
        box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
        font-size: 0.875em;
        border-radius: 0.3125rem;
        padding-top: 0.1875em;
        padding-inline-end: 0.375em;
        padding-bottom: 0.1875em;
        padding-inline-start: 0.375em;
}.editor-styles-wrapper :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        color: var(--tw-prose-code);
        font-weight: 600;
        font-size: 0.875em;
}.editor-styles-wrapper :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
        content: "`";
}.editor-styles-wrapper :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
        content: "`";
}.editor-styles-wrapper :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        color: inherit;
}.editor-styles-wrapper :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        color: inherit;
}.editor-styles-wrapper :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        color: inherit;
        font-size: 0.875em;
}.editor-styles-wrapper :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        color: inherit;
        font-size: 0.9em;
}.editor-styles-wrapper :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        color: inherit;
}.editor-styles-wrapper :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        color: inherit;
}.editor-styles-wrapper :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        color: inherit;
}.editor-styles-wrapper :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        color: var(--tw-prose-pre-code);
        background-color: var(--tw-prose-pre-bg);
        overflow-x: auto;
        font-weight: 400;
        font-size: 0.875em;
        line-height: 1.7142857;
        margin-top: 1.7142857em;
        margin-bottom: 1.7142857em;
        border-radius: 0.375rem;
        padding-top: 0.8571429em;
        padding-inline-end: 1.1428571em;
        padding-bottom: 0.8571429em;
        padding-inline-start: 1.1428571em;
}.editor-styles-wrapper :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        background-color: transparent;
        border-width: 0;
        border-radius: 0;
        padding: 0;
        font-weight: inherit;
        color: inherit;
        font-size: inherit;
        font-family: inherit;
        line-height: inherit;
}.editor-styles-wrapper :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
        content: none;
}.editor-styles-wrapper :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
        content: none;
}.editor-styles-wrapper :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        width: 100%;
        table-layout: auto;
        margin-top: 2em;
        margin-bottom: 2em;
        font-size: 0.875em;
        line-height: 1.7142857;
}.editor-styles-wrapper :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        border-bottom-width: 1px;
        border-bottom-color: var(--tw-prose-th-borders);
}.editor-styles-wrapper :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        color: var(--tw-prose-headings);
        font-weight: 600;
        vertical-align: bottom;
        padding-inline-end: 0.5714286em;
        padding-bottom: 0.5714286em;
        padding-inline-start: 0.5714286em;
}.editor-styles-wrapper :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        border-bottom-width: 1px;
        border-bottom-color: var(--tw-prose-td-borders);
}.editor-styles-wrapper :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        border-bottom-width: 0;
}.editor-styles-wrapper :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        vertical-align: baseline;
}.editor-styles-wrapper :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        border-top-width: 1px;
        border-top-color: var(--tw-prose-th-borders);
}.editor-styles-wrapper :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        vertical-align: top;
}.editor-styles-wrapper :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        text-align: start;
}.editor-styles-wrapper :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0;
        margin-bottom: 0;
}.editor-styles-wrapper :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        color: var(--tw-prose-captions);
        font-size: 0.875em;
        line-height: 1.4285714;
        margin-top: 0.8571429em;
}.editor-styles-wrapper{
        --tw-prose-body: #374151;
        --tw-prose-headings: #111827;
        --tw-prose-lead: #4b5563;
        --tw-prose-links: #111827;
        --tw-prose-bold: #111827;
        --tw-prose-counters: #6b7280;
        --tw-prose-bullets: #d1d5db;
        --tw-prose-hr: #e5e7eb;
        --tw-prose-quotes: #111827;
        --tw-prose-quote-borders: #e5e7eb;
        --tw-prose-captions: #6b7280;
        --tw-prose-kbd: #111827;
        --tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
        --tw-prose-code: #111827;
        --tw-prose-pre-code: #e5e7eb;
        --tw-prose-pre-bg: #1f2937;
        --tw-prose-th-borders: #d1d5db;
        --tw-prose-td-borders: #e5e7eb;
        --tw-prose-invert-body: #d1d5db;
        --tw-prose-invert-headings: #fff;
        --tw-prose-invert-lead: #9ca3af;
        --tw-prose-invert-links: #fff;
        --tw-prose-invert-bold: #fff;
        --tw-prose-invert-counters: #9ca3af;
        --tw-prose-invert-bullets: #4b5563;
        --tw-prose-invert-hr: #374151;
        --tw-prose-invert-quotes: #f3f4f6;
        --tw-prose-invert-quote-borders: #374151;
        --tw-prose-invert-captions: #9ca3af;
        --tw-prose-invert-kbd: #fff;
        --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
        --tw-prose-invert-code: #fff;
        --tw-prose-invert-pre-code: #d1d5db;
        --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
        --tw-prose-invert-th-borders: #4b5563;
        --tw-prose-invert-td-borders: #374151;
        font-size: 1rem;
        line-height: 1.75;
}.editor-styles-wrapper :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0;
        margin-bottom: 0;
}.editor-styles-wrapper :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0.5em;
        margin-bottom: 0.5em;
}.editor-styles-wrapper :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        padding-inline-start: 0.375em;
}.editor-styles-wrapper :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        padding-inline-start: 0.375em;
}.editor-styles-wrapper :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0.75em;
        margin-bottom: 0.75em;
}.editor-styles-wrapper :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.25em;
}.editor-styles-wrapper :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-bottom: 1.25em;
}.editor-styles-wrapper :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.25em;
}.editor-styles-wrapper :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-bottom: 1.25em;
}.editor-styles-wrapper :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0.75em;
        margin-bottom: 0.75em;
}.editor-styles-wrapper :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.25em;
        margin-bottom: 1.25em;
}.editor-styles-wrapper :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0.5em;
        padding-inline-start: 1.625em;
}.editor-styles-wrapper :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0;
}.editor-styles-wrapper :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0;
}.editor-styles-wrapper :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0;
}.editor-styles-wrapper :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0;
}.editor-styles-wrapper :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        padding-inline-start: 0;
}.editor-styles-wrapper :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        padding-inline-end: 0;
}.editor-styles-wrapper :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        padding-top: 0.5714286em;
        padding-inline-end: 0.5714286em;
        padding-bottom: 0.5714286em;
        padding-inline-start: 0.5714286em;
}.editor-styles-wrapper :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        padding-inline-start: 0;
}.editor-styles-wrapper :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        padding-inline-end: 0;
}.editor-styles-wrapper :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 2em;
        margin-bottom: 2em;
}.editor-styles-wrapper :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0;
}.editor-styles-wrapper :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-bottom: 0;
}.editor-styles-wrapper{
        max-width: none;
}.editor-styles-wrapper p{
        margin: 0px;
}.before\:absolute::before{
        content: var(--tw-content);
        position: absolute;
}.before\:inset-0::before{
        content: var(--tw-content);
        inset: 0px;
}.before\:inset-\[-10px\]::before{
        content: var(--tw-content);
        inset: -10px;
}.before\:left-0::before{
        content: var(--tw-content);
        left: 0px;
}.before\:top-0::before{
        content: var(--tw-content);
        top: 0px;
}.before\:z-0::before{
        content: var(--tw-content);
        z-index: 0;
}.before\:z-10::before{
        content: var(--tw-content);
        z-index: 10;
}.before\:h-full::before{
        content: var(--tw-content);
        height: 100%;
}.before\:w-full::before{
        content: var(--tw-content);
        width: 100%;
}.before\:rounded-full::before{
        content: var(--tw-content);
        border-radius: 9999px;
}.before\:bg-\[\#333333b3\]::before{
        content: var(--tw-content);
        background-color: #333333b3;
}.before\:bg-\[\#edebebc9\]::before{
        content: var(--tw-content);
        background-color: #edebebc9;
}.before\:bg-black\/50::before{
        content: var(--tw-content);
        background-color: rgb(51 51 51 / 0.5);
}.before\:bg-white\/30::before{
        content: var(--tw-content);
        background-color: rgb(255 255 255 / 0.3);
}.before\:bg-gradient-to-r::before{
        content: var(--tw-content);
        background-image: linear-gradient(to right, var(--tw-gradient-stops));
}.before\:from-black::before{
        content: var(--tw-content);
        --tw-gradient-from: #333333 var(--tw-gradient-from-position);
        --tw-gradient-to: rgb(51 51 51 / 0) var(--tw-gradient-to-position);
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.before\:content-\[\'\'\]::before{
        --tw-content: '';
        content: var(--tw-content);
}.first\:border-t:first-child{
        border-top-width: 1px;
}.odd\:bg-gray\/30:nth-child(odd){
        background-color: rgb(237 235 235 / 0.3);
}.even\:bg-bg:nth-child(even){
        --tw-bg-opacity: 1;
        background-color: rgb(237 235 235 / var(--tw-bg-opacity));
}.hover\:text-main:hover{
        --tw-text-opacity: 1;
        color: rgb(226 28 60 / var(--tw-text-opacity));
}.group\/img:hover .group-hover\/img\:scale-105{
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.group:hover .group-hover\:scale-105{
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.group:hover .group-hover\:scale-110{
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.group\/bg:hover .group-hover\/bg\:opacity-100{
        opacity: 1;
}@media (max-width: 1440px){.xxl\:mb-20{
                margin-bottom: 5rem;
        }.xxl\:w-1\/3{
                width: 33.333333%;
        }.xxl\:w-1\/4{
                width: 25%;
        }
}@media (max-width: 1200px){.xl\:col-span-2{
                grid-column: span 2 / span 2;
        }.xl\:col-span-8{
                grid-column: span 8 / span 8;
        }.xl\:w-2\/3{
                width: 66.666667%;
        }.xl\:py-6{
                padding-top: 1.5rem;
                padding-bottom: 1.5rem;
        }
}@media (max-width: 990px){.lg\:order-3{
                order: 3;
        }.lg\:col-span-12{
                grid-column: span 12 / span 12;
        }.lg\:col-span-6{
                grid-column: span 6 / span 6;
        }.lg\:mb-1{
                margin-bottom: 0.25rem;
        }.lg\:mb-5{
                margin-bottom: 1.25rem;
        }.lg\:mb-8{
                margin-bottom: 2rem;
        }.lg\:mr-1{
                margin-right: 0.25rem;
        }.lg\:block{
                display: block;
        }.lg\:flex{
                display: flex;
        }.lg\:aspect-auto{
                aspect-ratio: auto;
        }.lg\:h-full{
                height: 100%;
        }.lg\:w-1\/2{
                width: 50%;
        }.lg\:w-full{
                width: 100%;
        }.lg\:max-w-\[600px\]{
                max-width: 600px;
        }.lg\:flex-1{
                flex: 1 1 0%;
        }.lg\:flex-col{
                flex-direction: column;
        }.lg\:justify-center{
                justify-content: center;
        }.lg\:gap-2{
                gap: 0.5rem;
        }.lg\:gap-4{
                gap: 1rem;
        }.lg\:px-4{
                padding-left: 1rem;
                padding-right: 1rem;
        }.lg\:pb-32{
                padding-bottom: 8rem;
        }.lg\:pb-4{
                padding-bottom: 1rem;
        }.lg\:pt-0{
                padding-top: 0px;
        }.lg\:text-center{
                text-align: center;
        }
}@media (max-width: 768px){.md\:col-span-3{
                grid-column: span 3 / span 3;
        }.md\:col-span-4{
                grid-column: span 4 / span 4;
        }.md\:col-span-5{
                grid-column: span 5 / span 5;
        }.md\:col-span-6{
                grid-column: span 6 / span 6;
        }.md\:col-span-7{
                grid-column: span 7 / span 7;
        }.md\:col-start-5{
                grid-column-start: 5;
        }.md\:col-start-6{
                grid-column-start: 6;
        }.md\:col-start-9{
                grid-column-start: 9;
        }.md\:row-span-2{
                grid-row: span 2 / span 2;
        }.md\:row-span-4{
                grid-row: span 4 / span 4;
        }.md\:row-start-1{
                grid-row-start: 1;
        }.md\:row-start-3{
                grid-row-start: 3;
        }.md\:row-start-5{
                grid-row-start: 5;
        }.md\:mx-auto{
                margin-left: auto;
                margin-right: auto;
        }.md\:my-10{
                margin-top: 2.5rem;
                margin-bottom: 2.5rem;
        }.md\:mb-10{
                margin-bottom: 2.5rem;
        }.md\:mr-\[50px\]{
                margin-right: 50px;
        }.md\:hidden{
                display: none;
        }.md\:max-h-\[400px\]{
                max-height: 400px;
        }.md\:max-h-\[90vw\]{
                max-height: 90vw;
        }.md\:w-full{
                width: 100%;
        }.md\:grid-cols-\[repeat\(11\2c minmax\(0\2c 1fr\)\)\]{
                grid-template-columns: repeat(11,minmax(0,1fr));
        }.md\:grid-rows-6{
                grid-template-rows: repeat(6, minmax(0, 1fr));
        }.md\:flex-col{
                flex-direction: column;
        }.md\:object-cover{
                -o-object-fit: cover;
                   object-fit: cover;
        }.md\:p-0{
                padding: 0px;
        }.md\:p-2{
                padding: 0.5rem;
        }.md\:p-6{
                padding: 1.5rem;
        }.md\:py-10{
                padding-top: 2.5rem;
                padding-bottom: 2.5rem;
        }.md\:pb-10{
                padding-bottom: 2.5rem;
        }.md\:pb-24{
                padding-bottom: 6rem;
        }.md\:pb-\[60px\]{
                padding-bottom: 60px;
        }.md\:pt-10{
                padding-top: 2.5rem;
        }.md\:pt-\[80px\]{
                padding-top: 80px;
        }.md\:text-center{
                text-align: center;
        }.md\:text-\[14px\]{
                font-size: 14px;
        }.md\:text-\[18px\]{
                font-size: 18px;
        }.md\:text-lg{
                font-size: 1.125rem;
                line-height: 1.75rem;
        }.md\:leading-\[1\.2\]{
                line-height: 1.2;
        }.md\:before\:bg-gradient-to-b::before{
                content: var(--tw-content);
                background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
        }.md\:before\:from-black\/80::before{
                content: var(--tw-content);
                --tw-gradient-from: rgb(51 51 51 / 0.8) var(--tw-gradient-from-position);
                --tw-gradient-to: rgb(51 51 51 / 0) var(--tw-gradient-to-position);
                --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
        }.md\:before\:to-black\/50::before{
                content: var(--tw-content);
                --tw-gradient-to: rgb(51 51 51 / 0.5) var(--tw-gradient-to-position);
        }
}@media (max-width: 575px){.sm\:w-full{
                width: 100%;
        }
}

