/* Add custom CSS styles below */ 
.bg-white {
    background-color: rgb(255 248 245) !important;
}
section.s-block.home-slider.s-block--hero-slider.s-block--full-bg.wide-placeholder.full-banner .md\:justify-between {
    justify-content: right !important;
}
section.s-block.home-slider.s-block--hero-slider.s-block--full-bg.wide-placeholder.full-banner .flex-center.md\:items-start.flex-col.gap-4 {
    margin-bottom: -8rem;
    justify-content: center;
    align-items: center;
}
section.s-block.home-slider.s-block--hero-slider.s-block--full-bg.wide-placeholder.full-banner .flex-center.\31 .flex-col.gap-4 {
    margin-bottom: -8rem;
}
section.s-block.home-slider.s-block--hero-slider.s-block--full-bg.wide-placeholder.full-banner .flex-center.\31 .flex-col.gap-4 .md\:text-4xl {
    font-size: 44px;
    line-height: 3.5rem;
    font-weight: 700;
}
section.s-block.home-slider.s-block--hero-slider.s-block--full-bg.wide-placeholder.full-banner a {
    background-color: #FFF8F5 !important;
    border-radius: 42px !important;
    padding: 10px 65px;
    color:#000 !important;
        border: 1px solid #000 !important
}/*
section.s-block.home-slider.s-block--hero-slider.s-block--full-bg.wide-placeholder.full-banner .flex.gap-2.flex-col-reverse.text-center.md\:max-w-md.text-white {
    max-width: 40rem;
}*/
/*grid section*/

.s-block.s-block--banners.container .md\:grid-cols-3 {
    grid-template-columns: repeat(2,minmax(0,1fr));
}

section:nth-of-type(2) .banner-entry {
    height: 400px;
    background-color: transparent;
}
section:nth-of-type(13) .banner-entry {
    height: 272px !important;
    background-color: transparent !important;
}

.two-row .banner-entry:first-child {
    grid-column: span 1/span 1;
    grid-row: 1;
}
.lazy__bg.lazy.entered.loaded {
    background-size: contain;
    background-repeat: no-repeat;
}
section.s-block.s-block--testimonials.angel_anime.animate__.animate__fadeIn  {
    background-color: #fff !important;
}
section.s-block.s-block--testimonials.angel_anime.animate__.animate__fadeIn .bg-white {
    box-shadow: 1px 1px 1px 1px #e7e3e3;
    background-color: #fff !important;
    margin-bottom: 1rem;
}

.dark .da-bgm {
    background-color: #000 !important;
}
@media(max-width: 768px){
section.s-block.home-slider.s-block--hero-slider.s-block--full-bg.wide-placeholder.full-banner .flex-center.md\:items-start.flex-col.gap-4 {
    margin-bottom: 3rem;
}

section.s-block.home-slider.s-block--hero-slider.s-block--full-bg.wide-placeholder.full-banner .flex-center.\31 .flex-col.gap-4 {
    margin-bottom: -2rem;
}
section.s-block.home-slider.s-block--hero-slider.s-block--full-bg.wide-placeholder.full-banner .flex-center.\31 .flex-col.gap-4 .md\:text-4xl {
    font-size: 30px;
    line-height: 2.5rem;
}
.grid.one-row.md\:grid-cols-2.grid-flow-row.gap-3.sm\:gap-8 {
    grid-template-columns: repeat(2,minmax(0,1fr));
}
section:nth-of-type(2) .banner-entry {
    height: 139px;
}
section:nth-of-type(13) .banner-entry {
    height: 82px !important;
}

}