* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
    font-family: sans-serif;
    font-size: 10px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    margin: 0;
    padding: 0;
    font-family: 'athiti_mediumregular';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #BD89BA;
    background-color: #FFF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
article,
footer,
header,
main,
menu,
nav,
section { display: block;}
button, input, select, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: border-color ease-in-out .2s;
    -o-transition: border-color ease-in-out .2s;
    transition: border-color ease-in-out .2s;
}
textarea { resize: vertical;}
button:focus,
textarea,
button { outline: 0;}
button:focus { outline: 0;}
input:focus { outline:0;}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill { background-color: transparent;}
fieldset, figure {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}
img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}
a {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
    -webkit-transition: color ease-in-out .2s;
    -o-transition: color ease-in-out .2s;
    transition: color ease-in-out .2s;
}
a:hover,
a:focus {
    color: inherit;
    text-decoration:none;
}
a:focus {
    outline:0;
    outline-offset:0;
}
p { 
    margin: 0; 
    padding: 0; 
    line-height: 140%;
}
a[href^=tel] { 
    outline: none;
    text-decoration: none;
    color: inherit;
    white-space: nowrap;
}
.ic {
    display: inline-block;
    vertical-align: middle;
}
ul, ol, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4 {
    padding: 0;
    margin: 0;
    font-weight: normal;
}
h1, h2 { 
    font-family: 'aboretoregular';
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color:  #683665;
}
h3 {
    font-family: 'athitiregular';
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.c-white {
    color: #FFF!important;
}
.a-center {
    text-align: center;
}
.a-right {
    text-align: right;
}
strong {
    font-family: 'athiti_mediumregular';
    font-style: normal;
    font-weight: normal;
}
.bgcolor {
    background: #F5EFE8;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.heading {
    position: relative;
    z-index: 100;
    margin-bottom: 30px;
}
.heading.sm {
    margin-bottom: 20px;
}
.heading.lg {
    margin-bottom: 50px;
}
.heading .entry-category {
    margin-bottom: 5px;
}
.heading.twocol {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr auto;
}
.heading.twocol .textlink {
    text-align: right;
}
.heading h1, .heading h2, .heading .heading-h2 {
    text-transform: uppercase;
}
.heading h4, .heading-h4 {
    font-family: 'athiti_mediumregular';
    font-size: 16px;
    color: #683665;
}
.heading-h1 {
    font-size: 48px;
    line-height: 100%;
    color: #683665;
    text-transform: uppercase;
}
h2, .heading-h2 {
    font-family: 'aboretoregular';
    font-size: 30px;
    line-height: 110%;
    color: #683665;
}
.heading-h3 {
    font-family: 'athiti_mediumregular';
    font-size: 30px;
    line-height: 110%;
    color: #683665;
    text-transform: uppercase;
}
.section {
    padding-top: 40px;
    padding-bottom: 40px;
}
.section.md {
    padding-top: 40px;
    padding-bottom: 40px;
}
.linktext {
    position: relative;
    display: inline-block;
    line-height: 120%;
    font-size: 16px;
    color: #BD89BA;
    border: 0;
    padding: 0;
    text-decoration: none;
    cursor: pointer;
    background-color: transparent;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.linktext:hover {
    color:#683665;
}
.linktext:hover:after {
    width: 100%;
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.linktext:after {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    opacity: 0;
    bottom: 0;
    background-color: #BD89BA;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.linktext.underline::after {
    width: 100%;
    opacity: 1;
}
.linktext.underline:hover:after {
    background-color: #683665;
}
.c-purple {
    color: #683665;
}
.linktext.c-purple:after {
    background-color: #683665;
}
.linktext.c-purple:hover {
    color: #BD89BA;
}
.linktext.c-purple:hover:after {
    background-color: #BD89BA;
}
a.underline {
    position: relative;
    display: inline;
    color: #683665;
    transition: all .3s ease-in-out;
    background-image: linear-gradient(#683665 calc(100% - 0.5em),#683665 0.5em);
    background-repeat: no-repeat;
    background-size: 100% 1px!important;
    background-position: 0 100%;
    transition: background-size 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.coverimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.coverimg.mobile {
    display: none!important;
}
.section-full-bgimg {
    position: relative;
    overflow: hidden;
    height: 100vh;
}
.section-full-bgimg:after {
    content:'';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 900;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}
.section-full-bgimg .box-content {
    overflow: hidden;
    position: absolute;
    z-index: 902;
    width: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 0 15px;
}
.section-full-bgimg.home .container {
    height: 100%;
}
.section-full-bgimg.home .box-content {
    width: 100%;
}
.section-full-bgimg.home .box-content h1 {
    width: 100%;
    font-size: 100px;
    line-height: 110%;
    color: #FFF;
    text-transform: uppercase;
}
.section-full-bgimg.home .text-cover h2:last-of-type {
    font-size: 100px;
    justify-content: center;
    font-family: 'aboretoregular';
    font-weight: normal;
    color: #BD89BA;
    display: block;
    margin: 0 0 0 auto;
}
.entry-category {
    font-family: 'athiti_mediumregular';
    line-height: 120%;
    font-size: 16px;
    color: #BD89BA;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.area-content {
    font-family: 'athiti_mediumregular';
    font-size: 18px;
    color: #683665;
}
/* .area-content p {
    line-height: 140%;
    margin-bottom: 20px;
} */
.area-content ul {
    margin: 0 0 0 20px;
    padding: 0;
}
.area-content ul li {
    list-style: disc;
}

/* Home */
.section-home-welcome {
    position: relative;
    overflow: hidden;
    min-height: 580px;
    display: flex;
    align-items: center;
}
.section-home-welcome .box-content {
    text-align: center;
    color: #683665;
    padding-top: 20px;
    padding-bottom: 20px;
}

.section-home-welcome .box-content ul li {
    list-style: disc;
}

.section-home-welcome .box-content ul {
    padding-left: 30px;
}

.section-home-welcome .box-content h2 {
    /* font-size: 72px; */
    line-height: 100%;
    margin: 20px 0;
}
.section-home-welcome .box-content h2 span {
    font-size: 36px;
    line-height: 100%;
    display: block;
}

.section-home-activity {
    position: relative;
    overflow: hidden;
    background: #FBFBFB;
}
.section-home-activity .swiper-activity {
    overflow: visible;
}
.section-home-activity .swiper-pagination {
    bottom: -60px;
}
.swiper-activity .slide-img {
    max-width: 905px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 10px 30px rgb(189 137 186 / 12%);
}
.section-home-start {
    position: relative;
    overflow: hidden;
    padding-top: 120px;
    padding-bottom: 80px;
}
.section-home-start .block-img .heading {
   text-align: center;
}

.start-column-grid {
    display: grid;
    grid-gap: 100px;
    grid-template-columns: 1fr 1fr;
}
.section-home-start .boximg {
    max-width: 415px;
    margin: 0 0 0 auto;
}
.section-bgimg-parallax {
    position: relative;
    overflow: hidden;
    height: 485px;
}
.section-bgimg-parallax .coverimg {
    background-attachment: fixed;
    background-position: center;
}
.relative {
    position: relative;
}
.section-home-treatments {
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;
}
.treatments-item {
    display: grid;
    align-content: space-between;
    padding: 40px 20px 20px;
    height: 400px;
    font-size: 18px;
    color: #683665;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    backdrop-filter: blur(5px);
}
.treatments-item .icon {
    display: block;
}
.treatments-item .icon img {
    width: auto;
    height: 140px;
}
.treatments-item p {
    line-height: 140%;
}
.swiper-treatments .swiper-arw {
    display: none;
}
.section-home-gallery {
    position: relative;
    overflow: hidden;
    top: -25px;
    padding-bottom: 60px;
}
.section-home-gallery .box-img {
    border-radius: 5px;
}
.section-home-gallery .box-img img {
    max-width: auto;
    object-fit: cover;
}
.swiper-gallery .swiper-wrapper {
    align-items: center;
}
.swiper-gallery .swiper-slide .box-img {
    transform: scale(.95) translateZ(0);
}
.swiper-gallery .swiper-slide .box-img img {
    height: 30vw;
}
.swiper-gallery .swiper-slide.swiper-slide-active .box-img {
    transform: scale(1) translateZ(0) !important;
}
.section-home-reservation {
    position: relative;
    overflow: hidden;
    height: 500px;
    display: flex;
    align-items: center;
}
.section-home-reservation .action-button {
    display: flex;
    justify-content: center;
    gap: 15px;
}
.action-button {
    margin-top: 30px;
}
.info-contact-grid {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}

.contact-item {
    position: relative;
    display: grid;
    align-content: space-between;
    height: 200px;
    padding: 25px;
    background: #FBFBFB;
    border-radius: 5px;
    font-family: 'aboretoregular';
    line-height: 130%;
    font-size: 20px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
}
.contact-item .ic {
    font-size: 30px;
    color: #BD89BA;
}
.contact-item .ic-location {
    font-size: 35px;
}
.contact-item p {
    line-height: 120%;
}
.contact-item a {
    position: relative;
    display: inline;
    transition: all .3s ease-in-out;
    background-image: linear-gradient(#BD89BA calc(100% - 0.5em),#BD89BA 0.5em);
    background-repeat: no-repeat;
    background-size: 0 1px;
    background-position: 0 100%;
    transition: background-size 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.contact-item a:hover {
    color: #BD89BA;
    background-size: 100% 1px;
}

/* About */
.section-about-intro {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    /* background-repeat: no-repeat;
    background-image: url(../img/design/sc-bg-about-clinic.jpg);
    background-size: cover; */
}
.section-about-intro .box-content {
    max-width: 660px;
    margin: 0 auto;
    color: #683665;
}
.section-about-intro .box-content p {
    color: #683665;
    margin-bottom: 20px;
}
.about-column-grid {
    margin: 80px 0;
    display: grid;
    grid-gap: 75px;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}
.section-about-column .block-img {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    filter: drop-shadow(0px 10px 40px rgba(190, 136, 187, 0.15));
    -webkit-filter: drop-shadow(0px 10px 40px rgba(190, 136, 187, 0.15));
}
.section-about-column .block-img img {
    width: 100%;
}
.section-about-column .block-content {
    font-size: 18px;
    color: #683665;
}
.section-about-column .block-content p {
    margin-bottom: 20px;
}
.footnote {
    margin-top: 40px;
    font-size: 16px;
}
.footnote.xs {
    margin-top: 20px;
}
.article-content {
    font-family: 'athiti_mediumregular';
    font-size: 18px;
    color: #683665;
}
.article-content h2, .article-content h3 {
    font-family: 'athiti_mediumregular';
    text-transform: none;
    margin-bottom: 10px;
}
.article-content h2 {
    font-size: 40px;
    text-transform: none;
}
.article-content h3 {
    font-size: 30px;
}
.article-content a {
    text-decoration: underline;
}
.article-content ul {
    margin: 0;
    padding: 0;
}
.article-content ul li {
    list-style: decimal;
}
.article-content p {
    margin-bottom: 20px;
}
.grid-list-blog {
    display: grid;
    grid-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
}
.list-item {
    position: relative;
    overflow: hidden;
}
.box-img {
    position: relative;
    z-index: 20;
    border-radius: 10px;
    overflow: hidden;
}
.box-img img {
    display: block;
    width: 100%;
    max-width: 100%;
    transition: .6s;
}
.box-img:hover img {
    transition: .6s;
    transform: translate3d(0px, 0px, 0px) scale(1.05);
}
.box-img.noanimate:hover img {
    transform: scale(1);
}
.item-blog {
    display: grid;
    grid-gap: 12px;
    overflow: hidden;
    border-radius: 10px;
    transform: translate3d(0px, 0px, 0px);
}
.item-blog .box-img {
    overflow: hidden;
    border-radius: 10px;
    transform: translate3d(0px, 0px, 0px);
}
.item-blog .box-caption {
    display: grid;
    grid-gap: 10px;
}
.item-blog .box-caption h3 {
    font-family: 'athitiregular';
    line-height: 130%;
    font-weight: normal;
    font-size: 24px;
    color: #683665;
}
.item-blog .box-caption h3 a {
    position: relative;
    display: inline;
    transition: all .3s ease-in-out;
    background-image: linear-gradient(#683665 calc(100% - 0.5em),#683665 0.5em);
    background-repeat: no-repeat;
    background-size: 0 1px;
    background-position: 0 100%;
    transition: background-size 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.item-blog .box-caption h3 a:hover {
    background-size: 100% 1px;
}
.item-blog .box-caption p {
    font-family: 'athiti_mediumregular';
    line-height: 140%;
}
.item-blog .box-img a,
.item-blog .box-img picture,
.item-blog .box-img img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.single-block {
    margin-bottom: 90px;
    display: grid;
    grid-gap: 50px;
    grid-template-columns: 1fr 1fr;
}
.single-block {
    font-family: 'athiti_mediumregular';
    font-size: 18px;
}
.single-block .block-content {
    display: grid;
    height: 100%;
    align-content: space-between;
    padding: 90px 55px;
    font-size: 18px;
    background: #FBFBFB;
}
.single-block h2 {
    font-family: 'athitiregular';
    line-height: 120%;
    font-size: 30px;
    margin-bottom: 20px;
}

/* service */
.section-service {
    padding-top: 20px;
    padding-bottom: 100px;
}
.section-service-category {
    padding: 20px 0 40px 0;
    background: #FBFBFB;
}
.service-single-grid {
    display: grid;
    grid-gap: 50px;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}
.service-single-grid .block-img {
    position: relative;
    overflow: hidden;
}
.swiper-slideshow-item {
    position: relative;
    overflow: hidden;
    filter: drop-shadow(0px 10px 40px rgba(190, 136, 187, 0.15));
    border-radius: 5px;
}
.swiper-slideshow-item .swiper-slide img {
    width: 100%;
    display: block;    
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 40px;
}
.section-service-category {
    overflow: hidden;
}
.service-category-item {
    overflow: hidden;
    width: 180px!important;
    border-radius: 10px;
}
.service-category-item:after {
    content:'';
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    filter: drop-shadow(0px 20px 15px rgba(189, 137, 186, 0.15));
    background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.18393294817927175) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.18393294817927175) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.18393294817927175) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
}
.service-category-item h3 {
    position: absolute;
    bottom: 0;
    z-index: 10;
    width: 100%;
    font-family: 'athiti_mediumregular';
    line-height: 120%;
    font-size: 16px;
    color: #FFF;
    padding: 10px;
}
.swiper-slideshow-category {
    overflow: visible;
}
.swiper-slideshow-category .swiper-button-next, .swiper-slideshow-category .swiper-button-prev {
    width: 24px;
    height: 24px;
    margin-top: -12px;
}
.swiper-slideshow-category .swiper-button-prev {
    left: -12px;
}
.swiper-slideshow-category .swiper-button-next:after, .swiper-slideshow-category .swiper-button-prev:after {
    font-size: 12px;
}
.swiper-slideshow-category .swiper-slide.service-category-item.swiper-slide-active:after {
    background: linear-gradient(0deg, rgba(104, 54, 101, 0.5), rgba(104, 54, 101, 0.5)), url(image.png);
    box-shadow: 0px 20px 15px rgba(189, 137, 186, 0.15);
    border-radius: 10px;
}
.grid-list-service {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}
.item-service {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.item-service:after {
    content:'';
    display: block;
    position: absolute;
    z-index: 21;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 10px;
    filter: drop-shadow(0px 20px 15px rgba(189, 137, 186, 0.15));
    background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.18393294817927175) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.18393294817927175) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.18393294817927175) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
}
.item-service .box-caption {
    width: 100%;
    position: absolute;
    z-index: 400;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    padding: 20px;
    overflow: hidden;
}
.item-service .box-caption h3 {
    position: relative;
    z-index: 100;
    font-family: 'athiti_mediumregular';
    line-height: 130%;
    font-size: 18px;
    color: #FFF;
}
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
}
.pagination ul {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
}
.pagination ul li a {
    font-family: 'athitiregular';
    font-size: 16px;
}
.pagination ul li a:hover {
    color: #683665;
}
.pagination ul li a.active {
    color: #683665;
}
.pagination .prev, .pagination .next {
    width: 45px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #BD89BA;
    border-radius: 32px;
}
.pagination .prev:hover, .pagination .next:hover {
    background: #BD89BA;
}
.pagination .next:after, .pagination .prev:after {
    font-family: 'icon-font-ibc';
    font-size: 12px;
    position: relative;
    left: -2px;
}
.pagination .next:hover:after, .pagination .prev:hover:after {
    color: #FFF;
}
.pagination .prev:after {
    
    content: "\e901";
   
}
.pagination .next:after {
    content: "\e902";
}
.bg-c-gray {
    background: #FBFBFB;
}


/* Team */
.medical-team-grid {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.medical-team-grid .team-list {
    width: 33%;
    font-size: 0;
    padding: 0 30px;
    margin-bottom: 60px;
    text-align: center;
    vertical-align: top;
    display: inline-block;
    cursor: pointer;
}
.medical-team-grid .team-list:first-of-type {
    width: 100%;
    display: block;
}
.team-list {
    text-align: center;
}
.team-list .box-img {
    overflow: hidden;
    border-radius: 5px;
}
.team-list .box-caption {
    padding-top: 20px;
}
.team-list .box-caption h3 {
    font-family: 'aboretoregular';
    font-size: 30px;
    text-transform: uppercase;
    line-height: 120%;
    color: #683665;
}
.team-list .box-caption p {
    font-family: 'athiti_mediumregular';
    font-size: 16px;
    margin-bottom: 10px;
}

.team-grid {
    display: grid;
    grid-gap: 40px;
    align-items: flex-start;
    grid-template-columns: 1fr;
}

/* contact */
.contact-grid {
    display: grid;
    grid-gap: 75px;
    align-items: flex-start;
    grid-template-columns: 1fr 1fr;
}
.map-container {
    position: relative;
    overflow: hidden;
    z-index: 100;
    width: 100%;
    height: 630px;
    filter: drop-shadow(0px 10px 40px rgba(190, 136, 187, 0.15));
    border-radius: 5px;
}
.map-container iframe {
    width: 100%;
    height: 100%;
}
.map-container .pin {
    position: absolute;
    width: 48px;
}

.page-reservation {
    background: #F0EBF0;
}

/* formstyle */
.btn {
    min-width: 140px;
    display: inline-block;
    padding: 8px 30px;
    font-family: 'athiti_mediumregular';
    font-size: 14px;
    color: #FFF;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    background: #BD89BA;
    border-radius: 5px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn.md {
    min-width: inherit;
    padding: 7px 12px;
}
.btn:hover {
    color: #FFF;
    text-decoration: none;
    background: #683665;
}
.btn.outline {
    color: #BD89BA;
    border: 1px solid #BD89BA;
    background: transparent;
}
.btn.outline:hover {
    color: #683665;
    border-color: #683665;
}
.block-form {
    position: relative;
}
.form-grid {
    display: grid;
    align-items: flex-start;
    grid-gap: 100px;
    grid-template-columns: 1fr 1fr;
}
.form-style {
    position: relative;
    overflow: hidden;
}
.form-style h3 {
    font-family: 'athiti_mediumregular';
    font-size: 18px;
    color: #683665;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.form-style .textinput {
    width: 100%;
    display: block;
    font-family: 'athiti_mediumregular';
    font-size: 18px;
    color: #683665;
    padding: 4px 0;
    border: 0;
    border-bottom: 1px solid #BD89BA;
    border-radius: 0;
    background-color: transparent;
}
.form-style .textinput.auto {
    width: 80px;
}
.form-style .textinput:focus {
    border-color: #683665;
}
.form-style input::-webkit-input-placeholder { 
    font-family: 'athiti_mediumregular';
    font-size: 18px;
    color: rgb(104 54 101 / 40%);
}
.form-style input:-ms-input-placeholder { 
    font-family: 'athiti_mediumregular';
    font-size: 18px;
    color: rgb(104 54 101 / 40%);
}
.form-style input::placeholder {
    font-family: 'athiti_mediumregular';
    font-size: 18px;
    color: rgb(104 54 101 / 40%);
}
.form-style textarea::placeholder {
    font-family: 'athiti_mediumregular';
    font-size: 18px;
    color: rgb(104 54 101 / 40%);
}
.field {
    position: relative;
    margin-bottom: 20px;
}
.field-text {
    margin-bottom: 30px;
    font-family: 'athiti_mediumregular';
    font-size: 16px;
    color: #683665;
}
.field-btn {
    padding-top: 30px;
}

/* Guidelines */

.section-guidelines-timeline {
    position: relative;
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 140px;
}
.swiper-guidelines-timeline {
    overflow: visible;
}
.swiper-guidelines-timeline .swiper-slide {
    width: 275px!important;
    margin-right: 20px;
}

.guidelines-timeline-item {
    height: 400px;
    padding: 20px;
    overflow: hidden;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.9);
}
.guidelines-timeline-item h3 {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 50px 1fr;
    align-items: center;
    font-family: 'aboretoregular';
    line-height: 130%;
    font-size: 18px;
    color: #BD89BA;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.guidelines-timeline-item h3 span {
    width: 50px;
    height: 50px;
    font-family: 'aboretoregular';
    font-size: 18px;
    color: #FFF;
    display: block;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background: #BD89BA;
}
.guidelines-timeline-item  .icon {
    text-align: center;
    height: 130px;
    margin-bottom: 40px;
}
.guidelines-timeline-item .icon img {
    width: auto;
    height: 100%;
}
.guidelines-timeline-item .box-caption {
    overflow: hidden;
    max-height: 100px;
    text-align: center;
    font-size: 18px;
    color: #683665;
}
.section-guidelines {
    position: relative;
    overflow: hidden;
}
.section-guidelines:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 60%;
    height: 100%;
    background: #FBFBFB;
    pointer-events: none;
}
.section-guidelines .accordion h3 {
    padding: 15px 0;
}
.section-guidelines .accordion .icon {
    display: none;
}

.guidelines-grid {
    display: grid;
    grid-gap: 110px;
    align-items: flex-start;
    grid-template-columns: 1fr 1fr;
}
.guidelines-grid .block-img {
    overflow: hidden;
}



/* accordion */
.section-faqs .accordion {
    margin-bottom: 120px;
}
.accordion .accordion-item {
    border-bottom: 1px solid #BD89BA;
}
.accordion .accordion-item h3[aria-expanded=true] {
    border-bottom: 0;
}
.accordion h3 {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 20px 40px 20px 0;
    font-family: 'athiti_mediumregular';
    font-size: 18px;
    color: #683665;
    font-weight: normal;
    border: none;
    background: none;
    outline: none;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.accordion h3:hover, .accordion h3:focus,
.accordion h3:hover::after, .accordion h3:focus::after {
    cursor: pointer;
    color: #683665;
}
.accordion .icon {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    transform: translateY(-50%);
    background: #BD89BA;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.accordion .icon:after {
    font-family: 'icon-font-ibc';
    font-size: 12px;
    content: "\e900";
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.accordion-item.active .icon:after,
.accordion-item h3.active .icon:after {
    content: "\e903";
    position: relative;
    top: -2px;
}
.accordion .accordion-item.active .accordion-content {
    display: block;
} 
.accordion-content {
    display: none;
    font-family: 'athiti_mediumregular';
    font-size: 18px;
    color: #BD89BA;
    padding-bottom: 20px;
}
.accordion-content a {
    font-size: 18px;
}
.accordion-content h3 {
    font-family: 'athiti_mediumregular';
    color: #683665;
}
.accordion-content p {
    margin-bottom: 15px;
}
.accordion-content ul {
    margin: 0 0 20px 20px;
    padding: 0;
}
.accordion-content ul li {
    list-style: disc;
    margin-bottom: 5px;
} 
ul.info-contact {
    margin: 0;
    padding: 0;
}
ul.info-contact li {
    list-style: none;
    margin-bottom: 10px;
}
ul.info-contact li .ic {
    font-size: 20px;
    margin-right: 12px;
}
.social span {
    display: block;
    font-size: 18px;
    color: #BD89BA;
    text-transform: uppercase;
}
.social a {
    color: #683665;
    margin-right: 10px;
}
.social a:hover {
    color: #BD89BA;
}
.ic-twiiter {
    font-size: 20px;
}

/* errorpage */
.errorpage {
    width: 100%;
    height: 100vh;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), 
    url(../img/design/sc-bg-errorpage.jpg) no-repeat, #D9D9D9;
    background-size: cover;
}
.errorpage .box-content { 
    position: absolute;
    width: 60%;
    top: 50%;
    left: 50%;
    color: #FFF;
    text-align: center;
    transform: translate(-50%, -50%);
}
.errorpage .box-content h1 {
    font-family: 'aboretoregular';
    font-size: 48px;
    line-height: 100%;
    color: #FFF;
    margin: 10px 0 50px;
    text-transform: uppercase;
}
.errorpage .box-content p {
    font-size: 16px;
    color: #BD89BA;
}

.choice {
    position: relative;
    display: flex;
    align-items: center;
    vertical-align: middle;
    max-width: 100%;
}
.choice input[type="checkbox"],
.choice input[type="radio"] {
    position: absolute;
    z-index: -1000;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    background: none;
}
.choice input[type="checkbox"] + span,
.choice input[type="radio"] + span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    line-height: 100%;
    padding-left: 25px;
    min-width: 14px;
    min-height: 14px;
    height: auto;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: left top;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.choice input[type="checkbox"] + span:before,
.choice input[type="radio"] + span:before {
    content: "";
    width: 16px;
    height: 16px;
    font-size: 15px;
    color: #BD89BA;
    line-height: 1;
    border: 1px solid #BD89BA;
    background-color: #FFF;
    border-radius: 0;
    position: absolute;
    left: 0; top: 0;
}
.choice input[type="checkbox"] + span:after,
.choice input[type="radio"] + span:after {
    content: "";
    display: inline-block;
    height: 12px;
    width: 12px;
    background: transparent;
    border-radius: 0;
    position: absolute;
    left: 2px;
    top: 2px;
    opacity: 0;
}

.choice input[type="checkbox"]:checked + span:before {
    content: "\e910";
}
.choice input[type="radio"]:checked + span:before {
    background: #683665;
    border: 2px solid #FFF;
}
.choice input[type="checkbox"]:checked + span:after,
.choice input[type="radio"]:checked + span:after {
    opacity: 1;
}
.choice input[type="radio"] + span:before,
.choice input[type="radio"] + span:after {
    border-radius: 50%;
}
.choice .text {
    font-size: 18px;
    color: #683665;
}
.field-choice {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.icon-calendar {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}
.icon-calendar .ic {
    color: #683665;
}

/* select 2 */
.select2 {
    width: 100%!important;
}
.select2-dropdown {
    background: #F0EBF0;
}
.select2-dropdown {
    border: 1px solid #BD89BA;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b,
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    display: none;
}
.select2-selection__arrow:after {
    content: "\e900";
    font-family: 'icon-font-ibc';
    font-size: 12px;
}
.select2-container--default.select2-container--open .select2-selection__arrow:after {
    content: "\e903";
}
.select2-container--default .select2-results__option--selected {
    background: transparent;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: #BD89BA;
}
.select2-container--default .select2-selection--single {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #BD89BA;
    background-color: transparent;
}
.select2-container .select2-selection--single {
    height: auto;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-top: 4px;
    padding-bottom: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #683665;
}
.select2-search__field {
    display: none;
}

/* Custom Datepicker */
.ui-datepicker {
    display: none;
    padding: 10px;
    margin-top: 10px;
}
.ui-widget-content {
    color: #c1a059;
}
.ui-widget.ui-widget-content {
    border: 1px solid #BD89BA;
    background: #F0EBF0;
}
.ui-widget-header {
    border: 0;
    background: transparent;
}
.ui-datepicker .ui-datepicker-title {
    font-family: 'athiti_mediumregular';
    line-height: 110%;
    font-size: 18px;
    color: #683665;
    padding: 5px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    background: transparent;
    border: 0;
}
.ui-datepicker table {
    border-spacing: 0;
}
.ui-datepicker th {
    padding: 4px 2px;
    font-family: 'athiti_mediumregular';
    line-height: 110%;
    font-size: 16px;
    color: #683665;
    border-top: 1px solid #BD89BA;
    border-bottom: 1px solid #BD89BA;
    font-weight: normal;
}
.ui-datepicker td  {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 0;
    padding: 1px;
    overflow: hidden;
    border-radius: 50%;
}
.ui-datepicker td span, .ui-datepicker td a {
    width: 30px;
    height: 30px;
    display: block;
    line-height: 30px;
    font-family: 'athiti_mediumregular';
    font-size: 16px;
    text-align: center;
    padding: 0;
    overflow: hidden;
    border-radius: 50%;
    color: #683665;
}
.ui-datepicker td span, .ui-datepicker td a:hover {
    color: #FFF!important;
    border-radius: 50%;
    background: #683665;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    top: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    position: absolute;
    top: 10px;
    border-radius: 50%;
}
.ui-datepicker .ui-datepicker-prev {
    left: 10px;
}
.ui-datepicker .ui-datepicker-next {
    right: 10px;
}
.ui-widget-header {
    text-align: center;
}
.ui-widget-header .ui-icon {
    display: none;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{
    display: block;
}
.ui-widget-header .ui-datepicker-prev:before, .ui-widget-header .ui-datepicker-next:before {
    content: '';
    font-family: 'icon-font-ibc';
    width: 22px;
    height: 22px;
    font-size: 12px;
    display: block;
    color: #683665!important;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #683665;
    color: #FFF!important;
    border-radius: 50%;
}
.ui-state-highlight {
    border: 0;
}
.ui-datepicker-today a {
    background: #683665;
    color: #FFF!important;
    border-radius: 30px;
}
.ui-widget-header .ui-datepicker-prev:before { content: "\e901";}
.ui-widget-header .ui-datepicker-next:before { content: "\e902";}
.ui-widget-header .ui-datepicker-prev:hover:before, .ui-widget-header .ui-datepicker-next:hover:before {
    color: #683665!important;
}

/* Outer */
.popup {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 8000;
    overflow-y: auto;
    background: #FBFBFB;
}
.popup-active {
    overflow: hidden;
    height: 100vh;
}
/*.popup-active .popup {
    display: block;
}*/
 
/* Inner */
.popup-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.popup-center {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup-inner {
   height: 100%;
}
.popup-content {
    position: relative;
    z-index: 3000;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 40px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 2%);
    border-radius: 10px;
    background:#fff;
}
.content-vertical-center {
    display: table-cell;
    vertical-align: middle;
}
.vertical-center {
    display: table;
    width:100%;
    height: 100%;
}
/* Close Button */
.popup-close {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position:absolute;
    top: 10px;
    right: 10px;
    border-radius: 50%;
    font-size: 14px;
    color:#fff;
    background: #683665;
}
.popup-close:hover {
    color:#fff;
}
.bg-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 10;
}
.popup-team-grid {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: 1fr 1fr;
}
.popup-team .box-img {
    max-width: 350px;
    margin: 0 auto;
}
.popup-team .block-content {
    height: 480px;
    overflow-y: scroll;
    font-size: 18px;
    padding-right: 20px;
}
.popup-team .block-content p {
    margin-bottom: 20px;
}
.popup-team .block-content ul {
    margin: 0 0 0 20px;
    padding: 0;
}
.popup-team .block-content ul li {
    list-style: disc;
}
.popup-team .block-content::-webkit-scrollbar {
    width: 4px;
    border-radius: 10px;
}
.popup-team .block-content::-webkit-scrollbar-track {
    border-radius: 10px;
    box-shadow: inset 0 0 6px #BD89BA;
    -webkit-box-shadow: inset 0 0 6px #BD89BA;
}
.popup-team .block-content::-webkit-scrollbar-thumb {
    background-color: #683665;
}
.section-stories {
    position: relative;
    padding: 100px 0;
}
.section-stories .container {
    max-width: 1170px;
}
.section-stories:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 60%;
    height: 100%;
    background: #F0EBF0;
    pointer-events: none;
}
.section-stories .entry-category {
    margin-top: 10px;
}
.section-stories .block-content {
    font-size: 18px;
    color: #683665;
    height: 350px;
    padding-right: 30px;
    overflow-y: scroll;
}
.section-stories .block-content p {
    margin-bottom: 20px;
}
.section-stories .block-content::-webkit-scrollbar {
    width: 4px;
    border-radius: 10px;
}
.section-stories .block-content::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #BD89BA;
}
.section-stories .block-content::-webkit-scrollbar-thumb {
    background-color: #683665;
}
.section-stories .block-img {
    /* max-width: 450px;
    margin: 0 auto; */
    overflow: hidden;
    
    border-radius: 5px;
}
.section-stories .block-img img {
    filter: drop-shadow(0px 10px 40px rgba(190, 136, 187, 0.15));
}
.stories-slider .slider-group {
    padding: 50px;
}
.stories-slider .slider-info-group {
    position: relative;
    vertical-align: top;
}
.slick-arrow {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 0;
    position: absolute;
    top: 50%;
    z-index: 400;
    overflow: hidden;
    font-size: 0;
    text-indent: -9999px;
    cursor: pointer;
    background: #BD89BA;
    transition: ease-in-out .2s;
}
.slick-arrow:hover {
    background: #683665;
}
.slick-prev:before, .slick-next:before {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'icon-font-ibc';
    font-size: 14px;
    color: #FFF;
    text-indent: 0px;
}
.slick-prev {
    left: -16px;
}
.slick-next {
    right: -16px;
}
.slick-prev:before {
    content: "\e901";
}
.slick-next:before {
    content: "\e902";
}
.gb-grid-col {
    display: grid;
    margin-bottom: 40px;
    grid-template-columns: 1fr 1fr;
}

.video-container {
    height: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 500;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.video-container, .video-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.video-container video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

/* swiper */
.swiper-button-next, .swiper-button-prev {
    z-index: 800;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    border-radius: 50%;
    background: #BD89BA;
    transition: .3s ease;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px;
    color: #FFF;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    background: #683665;
}
.swiper-pagination-bullet {
    opacity: 1;
    margin: 3px!important;
    border-radius: 5px;
    text-indent: -999999px;
    border: 1px solid #BD89BA;
    background: transparent;
    transition: .4s ease width;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 50px;
    transition: .4s ease width;
    background: #BD89BA;
}
.swiper-pagination.c-white .swiper-pagination-bullet {
    border: 1px solid #FFF;
}
.swiper-pagination.c-white .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #FFF;
}
.swiper-button-next.button-ellipse, .swiper-button-prev.button-ellipse {
    top: inherit;
    bottom: -60px;
    margin-top: 0;
    width: 45px;
    height: 30px;
    border-radius: 30px;
    background: transparent;
    border: 1px solid #683665;
}
.swiper-button-next.button-ellipse:hover, .swiper-button-prev.button-ellipse:hover {
    background: #683665;
}
.swiper-button-next.button-ellipse:hover:after, .swiper-button-prev.button-ellipse:hover:after {
    color: #FFF;
}
.swiper-button-next.button-ellipse.swiper-button-disabled, .swiper-button-prev.button-ellipse.swiper-button-disabled {
    border: 1px solid #BD89BA;
    opacity: 0.6;
}
.swiper-button-next.button-ellipse:after, .swiper-button-prev.button-ellipse:after {
    font-size: 12px;
    color: #683665;
}
.swiper-button-next.button-ellipse {
    left: 65px;
    right: inherit;
}

/* Mouse Scroll */
.mouse-scroll {
    position: absolute;
    right: 50px;
    bottom: 50px;
    z-index: 3000;
    cursor: pointer;
}
.mouse {
    position: relative;
    width: 31px;
    height: 45px;
    border: 1px solid #FFF;
    border-radius: 30px;
}
.mouse::before {
    font-family: 'icon-font-ibc';
    content: "\e900";
    position: absolute;
    left: 50%;
    font-size: 13px;
    color: #FFF;
    transform: translateX(-50%);
    opacity: 1;
    animation: mouse 2s infinite;
}

@keyframes mouse {
    from {
        opacity: 1;
        top: 10px;
    }
    to {
        opacity: 0;
        top: 22px;
    }
}
@-webkit-keyframes mouse {
    from {
        opacity: 1;
        top: 10px;
    }
    to {
        opacity: 0;
        top: 22px;
    }
}

/* Bg gradient-ani */
.bg-gradient-ani {
    position: relative;
    overflow: hidden;
}
.bg-gradient-ani:after {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: '';
    display: block;
	background: linear-gradient(-45deg, #FFF, #E8B6E5, #FFF, #FFF);
    opacity: 0.3;
    background-size: 400% 400%;
    pointer-events: none;
	animation: gradient 16s ease infinite;
}
.bg-gradient-md:after {
    height: 70%;
}
@keyframes gradient {
    0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
@-webkit-keyframes gradient {
    0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.tab-content {
    display: none;
}
.tab-content.current {
    display: block;
}
/* Cookie */
.cookie,.cky-consent-container {
    max-width: 375px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1200;
    font-family: 'athitiregular';
    font-size: 16px;
    line-height: 130%;
    color: #683665;
    padding: 20px;
    box-shadow: 0 3px 6px rgb(238 238 238 / 33%);
    background: #FFFF;
}
.cookie.hide {
    display: none;
}
.cookie a:hover {
    text-decoration: underline;
}
.cookie a::after {
    display: none;
}
.cookie .action-link {
    margin-top: 20px;
    display: grid;
    align-items: center;
    grid-gap: 8px;
    grid-template-columns: 1fr;
}
.cookie .action-link a {
    font-size: 16px;
    text-transform: uppercase;
}
.cookie .action-link a:hover {
    text-decoration: none;
}
.movecircle {
    position: absolute;
    width: 360px;
    height: 394px;
    z-index: 901;
    bottom: 0;
    background: #BD89BA;
    mix-blend-mode: overlay;
    filter: blur(100px);
    -webkit-filter: blur(100px);
    opacity: 0.3;
    pointer-events: none;
    animation: movecircle 16s ease infinite;
}
.movecircle.circle-2 {
    left: 50%;
    top: 0;
    width: 386px;
    height: 422px;
}
.circle-3 {
    position: absolute;
    width: 290px;
    height: 317px;  
    z-index: 901;
    bottom: 0;
    background: #BD89BA;
    filter: blur(100px);
    -webkit-filter: blur(100px);
    pointer-events: none;
    animation: movecircle3 16s ease infinite;
}

@keyframes movecircle {
    0%, 100% {
        transform: translate(0,0);  
        opacity: 0;
    }
    33% {
        transform: translate(200px, -400px) scale(0.5, 0.5);
        opacity: 0.4;
    }
    66% {
        transform: translate(400px, 0) scale(1.5,1.5);
        opacity: 0.6;
    }
}
@keyframes movecircle3 {
    0%, 100% {
        transform: translate(0,0);  
        opacity: 0.3;
    }
    33% {
        transform: translate(200px, -400px) scale(0.5, 0.5);
        opacity: 0.4;
    }
    66% {
        transform: translate(400px, 0) scale(1.2,1.2);
        opacity: 0.6;
    }
}

.splitting .char {
    animation: slide-in 0.35s cubic-bezier(.5, 0, .5, 1) both;
    animation-delay: calc(75ms * var(--char-index));
    /* will-change: transform; */
    transform-origin: top left;

}

@keyframes slide-in {
    from {
        transform: translateY(0) scaleY(1);
        opacity: 0;
    }
}
.swiper-slideshow-single .swiper-slide {
    position: relative;
}
.swiper-slideshow-single .swiper-slide img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.swiper-slideshow-single .swiper-slide picture:after {
    content:'';
    display: flex;
    position: relative;
    padding-top: 56.25%;
}
.swiper-slideshow-single .swiper-slide video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.wp-pagenavi {
    display: flex!important;
}
.wp-pagenavi a, .wp-pagenavi span {
    border: 0;
}
.wp-pagenavi span.current {
    font-weight: normal;
    color: #683665;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #BD89BA;
}

.cky-consent-container {
    width: 375px!important;
    left: 0 !important;
    bottom: 0!important;
}
.cky-consent-container .cky-consent-bar {
    border-radius: 0;
}
.cky-notice-btn-wrapper {
    margin-top: 20px;
    display: grid;
    align-items: center;
    grid-gap: 8px;
    grid-template-columns: 1fr;
}
.cky-notice-btn-wrapper .cky-btn {
    width: 100%;
    border-radius: 5px;
    justify-content: center;
}
.cky-btn {
    margin: 0!important;
}
.cky-btn-customize {
    color: #BD89BA;
    border: 1px solid #BD89BA;
}
.cky-notice-des{ 
    font-family: 'athitiregular';
    font-size: 16px;
    line-height: 130%;
    color: #683665!important;
}
.cky-notice-btn-wrapper .cky-btn-reject {
    order: 3!important;
}
.article-content ul, 
.section-service-single ul{
	padding-left: 40px;
}
.article-content ul li, 
.section-service-single ul li {
    list-style: disc;
    margin-bottom: 5px;
    }

.article-content ul, 
.section-service-single ul  {
   padding-left: 40px;
    }

.article-content ul li, 
.section-service-single ul li {
/*     padding-left: 20px; */
    margin-bottom: 5px;
	
    }

.article-content ol, 
.section-service-single ol{
	padding-left: 40px;
}
    
.article-content ol li, 
.section-service-single ol li {
    list-style: decimal;
/*     padding-left: 20px; */
    margin-bottom: 5px;
    }