@import url("https://cdn.linearicons.com/free/1.0.0/icon-font.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rufina:wght@400;700&display=swap");
* { text-decoration: none; outline: 0 !important; }

html { font-size: 100%; font-size: 1rem; scroll-behavior: smooth; }

a, button { text-decoration: none !important; color: #333; -webkit-transition: 0.5s; transition: 0.5s; }

body { color: #838282; font-family: "Montserrat", sans-serif; line-height: 1; border: 0; margin: 0; padding: 0; position: relative; }
body::-webkit-scrollbar-track { cursor: pointer; border-radius: 0.625rem; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); background-color: #d9d9d9; }
body::-webkit-scrollbar { width: 0.3125rem; background-color: transparent; }
body::-webkit-scrollbar-thumb { cursor: pointer; background-color: #000; border-radius: 0.625rem; }

p, label, ol, ul, li, span { color: #838282; }

p, ul, li { line-height: 1.5; }

select { text-transform: capitalize; }

article, footer { position: relative; right: 0; }

h1 { font-size: 2rem; font-weight: 700; font-family: "Rufina", serif; color: #333; }

h2 { font-size: 1.85rem; font-weight: 700; font-family: "Rufina", serif; color: #333; }

h3 { font-size: 1.7rem; font-weight: 700; font-family: "Rufina", serif; color: #333; }

h4 { font-size: 1.55rem; font-weight: 700; font-family: "Rufina", serif; color: #333; }

h5 { font-size: 1.4rem; font-weight: 700; font-family: "Rufina", serif; color: #333; }

h6 { font-size: 1.25rem; font-weight: 700; font-family: "Rufina", serif; color: #333; }

.animated { overflow: hidden; }

.container { max-width: 80vw; }

.yrLightBgColor { background: #F2F2F2; }

.yrLightPinkish { background: #FFF8F9; }

.yrHeadingBlock { display: block; margin-bottom: 1.875rem; }
.yrHeadingBlock label { text-transform: uppercase; font-weight: 400; font-size: 90%; letter-spacing: 0.1875rem; margin-bottom: 0.9375rem; }

header { position: -webkit-sticky; position: sticky; top: 0; right: 0; bottom: auto; left: 0; z-index: 111; }
header .yrHeader { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background: #F2F2F2; -webkit-animation: slideInDown 0.8s ease-in-out 0s; animation: slideInDown 0.8s ease-in-out 0s; z-index: 10; }
header .yrHeader .yrLogo { padding: 0.1875rem 0.625rem; }
header .yrHeader .yrLogo img { max-height: 2.5rem; }
header .yrHeader .menuIcon { display: none; }
header .yrHeader .menuIcon span { width: 1.25rem; height: 0.125rem; background: #000; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-transition: 0.3s; transition: 0.3s; }
header .yrHeader .menuIcon span + span { margin-top: 0.4375rem; }
header .yrHeader .menuIcon span:nth-child(2) { width: 1.875rem; }
header .yrHeader .menuIcon span:nth-child(3) { width: 0.9375rem; }
header .yrHeader .menuIcon:hover span { width: 0.9375rem; }
header .yrHeader .menuIcon:hover span:nth-child(2) { width: 2.1875rem; }
header .yrHeader .menuIcon:hover span:nth-child(3) { width: 1.25rem; }
header .yrHeader .menuIcon.close span { width: 1.25rem; -webkit-transform-origin: top; transform-origin: top; }
header .yrHeader .menuIcon.close span:nth-child(2) { display: none; }
header .yrHeader .menuIcon.close span:nth-child(1) { width: 1.25rem; -webkit-transform: rotate(45deg) translateX(7px) translateY(5px); transform: rotate(45deg) translateX(7px) translateY(5px); }
header .yrHeader .menuIcon.close span:nth-child(3) { width: 1.25rem; -webkit-transform: rotate(-45deg) translateX(0) translateY(0); transform: rotate(-45deg) translateX(0) translateY(0); }
header .yrHeader .yrNav { -webkit-transition: 0.5s; transition: 0.5s; }
header .yrHeader .yrNav ul { display: -webkit-box; display: -ms-flexbox; display: flex; margin: 0; }
header .yrHeader .yrNav ul li a { display: block; padding: 0.625rem 1.25rem; font-size: 1.125rem; position: relative; overflow: hidden; z-index: 1; -webkit-transition: 0.3s; transition: 0.3s; }
header .yrHeader .yrNav ul li a::before { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: 0 auto; -webkit-transform: translateY(60px) translateZ(20px); transform: translateY(60px) translateZ(20px); -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-perspective: 1000px; perspective: 1000px; background: #333333; width: 1.875rem; z-index: -1; opacity: 0; transform-style: preserve-3d; -webkit-transition: 0.1s; transition: 0.1s; }
header .yrHeader .yrNav ul li a:hover, header .yrHeader .yrNav ul li a:focus { color: #fff; }
header .yrHeader .yrNav ul li a:hover::before, header .yrHeader .yrNav ul li a:focus::before { width: 100%; -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }

.yrHomePage { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 100vh; }
.yrHomePage header { position: absolute; top: auto; right: 0; bottom: 0; left: 0; }
.yrHomePage header .yrHeader { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: relative; -webkit-animation: slideInUp 0.3s ease-in-out 0s; animation: slideInUp 0.3s ease-in-out 0s; }
.yrHomePage header .yrHeader .yrLogo { display: none; }
.yrHomePage .yrHomePageMain { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.yrHomePage .yrHomePageMain .yrLogo a { display: -webkit-box; display: -ms-flexbox; display: flex; }
.yrHomePage .yrHomePageMain .yrLogo a img { max-width: 100%; width: 25rem; }

.yrCarousel.owl-carousel.owl-theme .owl-stage, .yrWellnessCarousel.owl-carousel.owl-theme .owl-stage { margin: 0 auto; }
.yrCarousel.owl-carousel.owl-theme .owl-nav:not(.disabled), .yrWellnessCarousel.owl-carousel.owl-theme .owl-nav:not(.disabled) { position: absolute; top: 50%; right: 0; bottom: auto; left: 0; -webkit-transform: translateY(-50%); transform: translateY(-50%); margin: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; opacity: 0; -webkit-transition: 0.5s; transition: 0.5s; }
.yrCarousel.owl-carousel.owl-theme .owl-nav:not(.disabled) button, .yrWellnessCarousel.owl-carousel.owl-theme .owl-nav:not(.disabled) button { width: 3.125rem; height: 3.125rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background: rgba(0, 0, 0, 0.5); border-radius: 100%; -webkit-transition: 0.5s; transition: 0.5s; }
.yrCarousel.owl-carousel.owl-theme .owl-nav:not(.disabled) button span, .yrWellnessCarousel.owl-carousel.owl-theme .owl-nav:not(.disabled) button span { color: #fff; -webkit-transition: 0.5s; transition: 0.5s; }
.yrCarousel.owl-carousel.owl-theme .owl-nav:not(.disabled) button:hover button, .yrWellnessCarousel.owl-carousel.owl-theme .owl-nav:not(.disabled) button:hover button { background: rgba(0, 0, 0, 0.95); }
.yrCarousel.owl-carousel.owl-theme:hover .owl-nav, .yrWellnessCarousel.owl-carousel.owl-theme:hover .owl-nav { opacity: 1; }

.yrSection { padding: 3.125rem 0; }
.yrSection .yrRooms .nav-tabs { margin: 0.9375rem 0; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border: 0; }
.yrSection .yrRooms .nav-tabs li a { margin: 0 1.25rem; padding: 0.3125rem 0; border-bottom: 0.125rem solid transparent; -webkit-transition: 0.5s; transition: 0.5s; }
.yrSection .yrRooms .nav-tabs li a:hover { color: #000; }
.yrSection .yrRooms .nav-tabs li a.active { border-bottom: 0.125rem solid #000; }
.yrSection .yrRooms .yrRoomDetail { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; background-color: #fff; margin-top: 1.875rem; }
.yrSection .yrRooms .yrRoomDetail .yrRoomImage { width: 60%; min-height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; }
.yrSection .yrRooms .yrRoomDetail .yrRoomImage img { max-width: auto; -o-object-fit: cover; object-fit: cover; width: 100%; height: 100%; }
.yrSection .yrRooms .yrRoomDetail .content { padding: 1.875rem; width: calc(100% - 62%); }
.yrSection .yrSectionInnerHeading { margin-bottom: 1.5625rem; }

.yrWellnessCard { background: #fff; border-radius: 0.1875rem; overflow: hidden; margin: 1.875rem 0; border: 0.0625rem solid #ededed; border-bottom: 0.25rem solid #d9d9d9; }
.yrWellnessCard .content { padding: 1.875rem; }
.yrWellnessCard .yrDiscoverBtn { font-weight: 700; }

.yrBannerWrapper { position: relative; z-index: 1; background: #000; }
.yrBannerWrapper .yrBannerImage img { -webkit-filter: opacity(0.8); filter: opacity(0.8); }
.yrBannerWrapper .yrBannerContent { position: absolute; top: 50%; right: 0; bottom: auto; left: 0; margin: 0 auto; padding: 0.625rem; -webkit-transform: translateY(-50%); transform: translateY(-50%); z-index: 10; max-width: 90vw; text-align: left; }
.yrBannerWrapper .yrBannerContent label, .yrBannerWrapper .yrBannerContent h1, .yrBannerWrapper .yrBannerContent a { color: #fff; text-shadow: -2px 2px 1px rgba(0, 0, 0, 0.4); }
.yrBannerWrapper .yrBannerContent h1 { font-size: 450%; }
.yrBannerWrapper .yrBannerContent a:hover { border-bottom-color: #fff; }

.yrSpeaKWCT { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; margin-top: 1.5625rem; }
.yrSpeaKWCT li { padding: 0 1.25rem; cursor: pointer; }
.yrSpeaKWCT li a { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-transition: 0.5s; transition: 0.5s; }
.yrSpeaKWCT li a span { font-size: 200%; -webkit-transition: 0.5s; transition: 0.5s; }
.yrSpeaKWCT li a label { position: absolute; top: auto; right: auto; bottom: -100%; left: auto; margin: 0; white-space: nowrap; -webkit-transition: 0.5s; transition: 0.5s; opacity: 0; }
.yrSpeaKWCT li:hover a span { color: #000; margin-top: -0.625rem; }
.yrSpeaKWCT li:hover a label { bottom: -150%; -webkit-animation: slideInUp 0.3s ease-in-out 0 1 both running; animation: slideInUp 0.3s ease-in-out 0 1 both running; opacity: 1; }
.yrSpeaKWCT li + li { border-left: 0.0625rem solid #333333; }

.yrProgramInfoBar { padding: 1.25rem 0; }
.yrProgramInfoBar .content { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; min-height: 100%; padding: 0 0.9375rem; }
.yrProgramInfoBar .content .yrIcon { margin-right: 0.9375rem; }
.yrProgramInfoBar .content .yrIcon img { max-width: 1.875rem; }
.yrProgramInfoBar .content label { width: 100%; text-transform: uppercase; letter-spacing: 0.125rem; font-size: 80%; }
.yrProgramInfoBar .content .yrValues, .yrProgramInfoBar .content .yrProgramName { margin: 0; font-size: 140%; font-weight: 400; }
.yrProgramInfoBar .content .yrValues { font-family: "Montserrat", sans-serif; }
.yrProgramInfoBar .content .yrValues span { font-family: "fontawesome"; margin-right: 0.3125rem; font-size: 70%; color: #000; }
.yrProgramInfoBar .content.mid { border-left: 0.0625rem solid #333333; border-right: 0.0625rem solid #333333; }

.yrGoalsWrapper .yrWellnessCard { -webkit-box-shadow: 0rem 0rem 3.75rem 0.125rem #e5e5e5; box-shadow: 0rem 0rem 3.75rem 0.125rem #e5e5e5; -webkit-transition: 0.5s; transition: 0.5s; }
.yrGoalsWrapper .yrWellnessCard:hover { -webkit-box-shadow: none; box-shadow: none; }

.yrRecommended { text-align: center; }
.yrRecommended .content { margin-top: 2.5rem; }
.yrRecommended .content span { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 350%; margin-bottom: 1.25rem; color: #feaab7; }

.yrMethodology .content { text-align: center; margin-top: 2.5rem; }
.yrMethodology .content ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin: 0 auto; margin-top: 2.5rem; max-width: 60vw; }
.yrMethodology .content ul li { -webkit-box-flex: 0; -ms-flex: 0 0 33%; flex: 0 0 33%; max-width: 33%; }
.yrMethodology .content ul li span { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 250%; margin-bottom: 1.25rem; color: #feaab7; }

.yrAccordMain { background: url("https://source.unsplash.com/1920x560/?{yoga},{health}") bottom center no-repeat, #FFF8F9; background-position-y: 15.625rem; background-size: cover; }
.yrAccordMain .content { margin-top: 2.5rem; }
.yrAccordMain .content .yrAccord { background: #fff; padding: 1.25rem; margin: 0 auto; max-width: 60vw; }
.yrAccordMain .content .yrAccord .card { border: 0; border-bottom: 0.0625rem solid #eaeaea; }
.yrAccordMain .content .yrAccord .card .card-header { background: #fff; border-radius: 0; border: 0; padding: 0; }
.yrAccordMain .content .yrAccord .card .card-header a { font-weight: 300; font-family: "Rufina", serif; padding: 1.25rem; padding-right: 3.75rem; color: #838282; display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; font-size: 120%; text-transform: uppercase; letter-spacing: 0.0625rem; -webkit-transition: all 0.5s ease-in-out 0s; transition: all 0.5s ease-in-out 0s; }
.yrAccordMain .content .yrAccord .card .card-header a span { margin-right: 0.625rem; color: #feaab7; width: 1.875rem; text-align: center; }
.yrAccordMain .content .yrAccord .card .card-header a::before { content: ""; position: absolute; top: auto; right: 1.875rem; bottom: auto; left: auto; content: "\e874"; font-family: Linearicons-Free; font-size: 80%; -webkit-transition: 0.5s; transition: 0.5s; }
.yrAccordMain .content .yrAccord .card .card-header a[aria-expanded="true"] { background: #FFF8F9; color: #000; }
.yrAccordMain .content .yrAccord .card .card-header a[aria-expanded="true"]::before { -webkit-transform: rotate(-180deg); transform: rotate(-180deg); }
.yrAccordMain .content .yrAccord .card .card-header a:hover { background: #FFF8F9; color: #000; }
.yrAccordMain .content .yrAccord .card .card-body { padding-left: 3.75rem; line-height: 1.5rem; }

.yrORSection { overflow: hidden; padding: 0; height: 100vh; }
.yrORSection .yrORHeader { margin: 0 9.375rem; background: #fff; padding: 1.25rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.yrORSection .yrORHeader img { max-width: 9.375rem; }
.yrORSection .yrOnlineReservationMain { position: relative; background: gray; border-radius: 1.25rem; padding: 0 9.375rem; height: 80vh; overflow: hidden; }
.yrORSection .yrOnlineReservationMain .yrORSteps { position: absolute; top: 0; right: 0; bottom: 0; left: 0; max-width: 9.375rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.yrORSection .yrOnlineReservationMain .yrORSteps .nav { width: 100%; -webkit-animation: slideInRight 0.8s ease-in-out 0s 1 both running; animation: slideInRight 0.8s ease-in-out 0s 1 both running; }
.yrORSection .yrOnlineReservationMain .yrORSteps .nav .nav-item .nav-link { padding: 1.25rem; font-size: 80%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; color: #fff; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; border-radius: 0; -webkit-transition: all 0.5s ease-in-out 0s; transition: all 0.5s ease-in-out 0s; }
.yrORSection .yrOnlineReservationMain .yrORSteps .nav .nav-item .nav-link span { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; width: 100%; color: #fff; font-size: 250%; margin-bottom: 0.625rem; }
.yrORSection .yrOnlineReservationMain .yrORSteps .nav .nav-item .nav-link.active { background: #333333; }
.yrORSection .yrOnlineReservationMain .yrORSteps .nav .nav-item:nth-child(1) .nav-link.active { background: #f6f8e8; color: #b9be90; }
.yrORSection .yrOnlineReservationMain .yrORSteps .nav .nav-item:nth-child(1) .nav-link.active span { color: #b9be90; }
.yrORSection .yrOnlineReservationMain .yrORSteps .nav .nav-item:nth-child(2) .nav-link.active { background: #f0f5f7; color: #b0cedb; }
.yrORSection .yrOnlineReservationMain .yrORSteps .nav .nav-item:nth-child(2) .nav-link.active span { color: #b0cedb; }
.yrORSection .yrOnlineReservationMain .yrORSteps .nav .nav-item:nth-child(3) .nav-link.active { background: #f1ecf0; color: #d3c0cf; }
.yrORSection .yrOnlineReservationMain .yrORSteps .nav .nav-item:nth-child(3) .nav-link.active span { color: #d3c0cf; }
.yrORSection .yrOnlineReservationMain .yrORSteps .nav .nav-item:nth-child(4) .nav-link.active { background: #fdf3f0; color: #f1c6b9; }
.yrORSection .yrOnlineReservationMain .yrORSteps .nav .nav-item:nth-child(4) .nav-link.active span { color: #f1c6b9; }
.yrORSection .yrOnlineReservationMain .yrORSteps .nav .nav-item:nth-child(5) .nav-link.active { background: #fef7ed; color: #f6dab2; }
.yrORSection .yrOnlineReservationMain .yrORSteps .nav .nav-item:nth-child(5) .nav-link.active span { color: #f6dab2; }
.yrORSection .yrOnlineReservationMain .yrORContent { height: 100%; background: #fff; overflow: hidden; overflow-y: auto; position: relative; }
.yrORSection .yrOnlineReservationMain .yrORContent::-webkit-scrollbar-track { cursor: pointer; border-radius: 0.625rem; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); background-color: #d9d9d9; }
.yrORSection .yrOnlineReservationMain .yrORContent::-webkit-scrollbar { width: 0.3125rem; background-color: transparent; }
.yrORSection .yrOnlineReservationMain .yrORContent::-webkit-scrollbar-thumb { cursor: pointer; background-color: #000; border-radius: 0.625rem; }
.yrORSection .yrOnlineReservationMain .yrORContent .tab-content { height: 100%; }
.yrORSection .yrOnlineReservationMain .yrORContent .tab-content .tab-pane { padding: 3.125rem 6.25rem; min-height: 100%; line-height: 1.5rem; }
.yrORSection .yrOnlineReservationMain .yrORContent .tab-content .tab-pane.yrRequestDetail { background: #FFF8F9; }
.yrORSection .yrOnlineReservationMain .yrORContent .tab-content .tab-pane:not(.yrRequestDetail) { -webkit-animation: slideInLeft 0.5s ease-in-out 0s 1 both running; animation: slideInLeft 0.5s ease-in-out 0s 1 both running; }
.yrORSection .yrOnlineReservationMain .yrORContent .tab-content .tab-pane:nth-child(2) { background: #f6f8e8; }
.yrORSection .yrOnlineReservationMain .yrORContent .tab-content .tab-pane:nth-child(3) { background: #f0f5f7; }
.yrORSection .yrOnlineReservationMain .yrORContent .tab-content .tab-pane:nth-child(4) { background: #f1ecf0; }
.yrORSection .yrOnlineReservationMain .yrORContent .tab-content .tab-pane:nth-child(5) { background: #fdf3f0; }
.yrORSection .yrOnlineReservationMain .yrORContent .tab-content .tab-pane:nth-child(6) { background: #fef7ed; }
.yrORSection .yrOnlineReservationMain .yrORContent .tab-content .tab-pane .yrDetailForm .yrTabDetailInputs { display: none; }
.yrORSection .yrOnlineReservationMain .yrORContent .tab-content .tab-pane .yrDetailForm .yrTabDetailInputs.show { display: block; -webkit-animation: fadeIn 0.8s ease-in-out 0s 1 both running; animation: fadeIn 0.8s ease-in-out 0s 1 both running; }
.yrORSection .yrOnlineReservationMain .yrORContent .tab-content .tab-pane .yrDetailForm .yrTabDetailInputs .yrTabDetailWrapper .yrTabDetailWrapperHeading { margin-bottom: 1.5625rem; }
.yrORSection .yrOnlineReservationMain .yrORContent .tab-content .tab-pane .yrDetailForm .yrTabDetailInputs .yrWizardPrevBtn { margin-bottom: 0.9375rem; }
.yrORSection .yrOnlineReservationMain .yrORContent .tab-content .tab-pane .yrDetailForm .yrTabDetailInputs .yrWizardPrevBtn a { color: #838282; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.yrORSection .yrOnlineReservationMain .yrORContent .tab-content .tab-pane .yrDetailForm .yrTabDetailInputs .yrWizardPrevBtn a span { margin-right: 0.3125rem; -webkit-transition: 0.5s; transition: 0.5s; }
.yrORSection .yrOnlineReservationMain .yrORContent .tab-content .tab-pane .yrDetailForm .yrTabDetailInputs .yrWizardPrevBtn a:hover { color: #000; }
.yrORSection .yrOnlineReservationMain .yrORContent .tab-content .tab-pane .yrDetailForm .yrTabDetailInputs .yrWizardPrevBtn a:hover span { color: #000; }
.yrORSection .yrOnlineReservationMain .yrORContent .tab-content .tab-pane .yrDetailForm .yrTabDetailInputs .yrWizardBtn { text-align: center; }
.yrORSection .yrOnlineReservationMain .yrORContent .tab-content .tab-pane .yrDetailForm .yrTabDetailInputs .yrWizardBtn a { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; margin-top: 1.5625rem; border-radius: 6.25rem; padding: 0.4375rem 2.1875rem; color: #838282; border: 0.0625rem solid #000; -webkit-transition: all 0.5s ease-in-out 0s; transition: all 0.5s ease-in-out 0s; }
.yrORSection .yrOnlineReservationMain .yrORContent .tab-content .tab-pane .yrDetailForm .yrTabDetailInputs .yrWizardBtn a:hover { background: #000; color: #fff; }
.yrORSection .yrOnlineReservationMain .yrORContent .tab-content .tab-pane .yrDetailForm .yrTabDetailInputs .yrChoiceInput { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.yrORSection .yrOnlineReservationMain .yrORContent .tab-content .tab-pane .yrDetailForm .yrTabDetailInputs .yrChoiceInput > div { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; width: 100%; }
.yrORSection .yrOnlineReservationMain .yrORContent .tab-content .tab-pane .yrDetailForm .yrTabDetailInputs .yrChoiceInput > div.custom-radio .custom-control-input:checked ~ .custom-control-label::before { background: #feaab7; }
.yrORSection .yrOnlineReservationMain .yrORContent .tab-content .tab-pane .yrDetailForm .yrTabDetailInputs .yrChoiceInput > div.custom-radio .custom-control-input:focus ~ .custom-control-label::before { -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #fff6f7; box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #fff6f7; }
.yrORSection .yrOnlineReservationMain .yrORContent .tab-content .tab-pane .yrDetailForm .yrTabDetailInputs .yrInputWrapper .input-group-text, .yrORSection .yrOnlineReservationMain .yrORContent .tab-content .tab-pane .yrDetailForm .yrTabDetailInputs .yrInputWrapper input { border: 0.125rem solid #feaab7; background: transparent; }
.yrORSection .yrOnlineReservationMain .yrORContent .tab-content .tab-pane .yrDetailForm .yrTabDetailInputs .yrInputWrapper .input-group-text { border-right: 0; text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.yrORSection .yrOnlineReservationMain .yrORContent .tab-content .tab-pane .yrDetailForm .yrTabDetailInputs .yrInputWrapper .input-group-text i { font-size: 150%; line-height: 160%; margin-top: -0.125rem; }
.yrORSection .yrOnlineReservationMain .yrORContent .tab-content .tab-pane .yrDetailForm .yrTabDetailInputs .yrInputWrapper input { border-left: 0; padding: 0.4375rem; -webkit-box-flex: 0; -ms-flex: 0; flex: 0; height: auto; width: auto; min-width: 18.75rem; min-height: 3.125rem; }
.yrORSection .yrOnlineReservationMain .yrORContent .tab-content .tab-pane .yrDetailForm .yrTabDetailInputs .yrInputWrapper input:hover, .yrORSection .yrOnlineReservationMain .yrORContent .tab-content .tab-pane .yrDetailForm .yrTabDetailInputs .yrInputWrapper input:active, .yrORSection .yrOnlineReservationMain .yrORContent .tab-content .tab-pane .yrDetailForm .yrTabDetailInputs .yrInputWrapper input:focus { -webkit-box-shadow: none; box-shadow: none; }
.yrORSection .yrOnlineReservationMain .yrORContent .tab-content .tab-pane .yrDetailForm .yrTabDetailInputs .yrAuthorize a { display: block; font-weight: 600; }
.yrORSection .yrOnlineReservationMain .yrORContent .tab-content .tab-pane .yrDetailForm .yrTabDetailInputs .yrAuthorize.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before { background: #feaab7; }
.yrORSection .yrOnlineReservationMain .yrORContent .tab-content .tab-pane .yrDetailForm .yrTabDetailInputs .yrAuthorize.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before { -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #fff6f7; box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #fff6f7; }
.yrORSection .yrOnlineReservationMain .yrORContent .tab-content .tab-pane .yrDetailForm .yrTabDetailInputs .yrNotification { position: relative; padding: 1.25rem; border-radius: 0.375rem; background: #feaab7; margin-bottom: 1.25rem; }
.yrORSection .yrOnlineReservationMain .yrORContent .tab-content .tab-pane .yrDetailForm .yrTabDetailInputs .yrNotification::before { content: ""; position: absolute; top: auto; right: auto; bottom: -0.4375rem; left: 1.25rem; margin: 0 auto; width: 1rem; height: 1rem; background: #feaab7; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.yrORSection .yrOnlineReservationMain .yrORContent .tab-content .tab-pane .yrDetailForm .yrTabDetailInputs .yrNotification p { margin: 0; color: #000; }

.yrNormalBtn { font-weight: 700; border-bottom: 0.125rem solid transparent; -webkit-transition: 0.5s; transition: 0.5s; }
.yrNormalBtn:hover { color: #000; border-bottom: 0.125rem solid #000; }

.yrDiscoverBtn { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: 1.5625rem; padding: 0.625rem; border-top: 0.125rem solid #ededed; border-bottom: 0.125rem solid #ededed; -webkit-transition: 0.5s; transition: 0.5s; font-weight: 700; }
.yrDiscoverBtn span { margin-left: 0.5rem; font-size: 100%; -webkit-transition: 0.5s; transition: 0.5s; }
.yrDiscoverBtn:hover { color: #000; }
.yrDiscoverBtn:hover span { color: #000; }

.yrSubscribe { position: relative; padding: 0.9375rem 1.875rem; border-radius: 6.25rem; background: #333333; border: 0; color: #838282; cursor: pointer; font-weight: 700; -webkit-box-shadow: 0 12px 20px -16px rgba(0, 0, 0, 0.7), 2px 3px 5px 1px inset rgba(51, 51, 51, 0.5), -2px -3px 7px 0px inset rgba(0, 0, 0, 0.2); box-shadow: 0 12px 20px -16px rgba(0, 0, 0, 0.7), 2px 3px 5px 1px inset rgba(51, 51, 51, 0.5), -2px -3px 7px 0px inset rgba(0, 0, 0, 0.2); -webkit-transition: all 0.5s ease-in-out 0s; transition: all 0.5s ease-in-out 0s; overflow: hidden; }
.yrSubscribe::before { content: ""; position: absolute; top: 0; right: auto; bottom: auto; left: 0; -webkit-transform: translate(-90%, -50%); transform: translate(-90%, -50%); -webkit-transform-origin: center; transform-origin: center; -webkit-filter: blur(5px); filter: blur(5px); width: 9.375rem; height: 9.375rem; border-radius: 100%; background: rgba(255, 255, 255, 0.08); -webkit-transition: all 0.5s ease-in-out 0s; transition: all 0.5s ease-in-out 0s; }
.yrSubscribe:hover { background: transparent; -webkit-box-shadow: 0 12px 20px -16px rgba(0, 0, 0, 0), 2px 3px 5px 1px inset rgba(0, 0, 0, 0.08), -2px -3px 7px 0px inset rgba(0, 0, 0, 0.3); box-shadow: 0 12px 20px -16px rgba(0, 0, 0, 0), 2px 3px 5px 1px inset rgba(0, 0, 0, 0.08), -2px -3px 7px 0px inset rgba(0, 0, 0, 0.3); }
.yrSubscribe:hover::before { -webkit-transform: scale(1.1); transform: scale(1.1); -webkit-filter: blur(20px) opacity(0); filter: blur(20px) opacity(0); }

footer .yrFootTop { padding: 1.875rem 0; background: #2e2e2e; }
footer .yrFootTop h6 { margin: 0; margin-right: 0.625rem; color: #838282; }
footer .yrFootTop .yrWeather { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
footer .yrFootTop .yrSocialFollow { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
footer .yrFootTop .yrSocialFollow ul { display: -webkit-box; display: -ms-flexbox; display: flex; margin: 0; }
footer .yrFootTop .yrSocialFollow ul li a { border: 0.0625rem solid #838282; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 3.125rem; height: 3.125rem; padding: 0.625rem; margin-left: 0.3125rem; -webkit-transition: 0.5s; transition: 0.5s; }
footer .yrFootTop .yrSocialFollow ul li a:hover { border-radius: 100%; }
footer .yrFootMedium { background: #262626; padding: 1.875rem 0; }
footer .yrFootMedium .yrLogo { max-height: 6.25rem; margin-bottom: 1.5625rem; }
footer .yrFootMedium .yrFootHeading { color: #595959; margin-bottom: 1.25rem; }
footer .yrFootMedium ul li a { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0.3125rem 0; border-bottom: 0.125rem dotted #2e2e2e; color: #838282; overflow: hidden; -webkit-transition: 0.5s; transition: 0.5s; }
footer .yrFootMedium ul li a span { position: absolute; top: auto; right: auto; bottom: auto; left: -3.125rem; margin: 0 auto; -webkit-transition: 0.5s; transition: 0.5s; }
footer .yrFootMedium ul li a:hover { color: #feaab7; padding-left: 1.25rem; }
footer .yrFootMedium ul li a:hover span { color: #feaab7; left: 0; }
footer .yrFootBottom { padding: 0.625rem 0; background: #2e2e2e; }
footer .yrFootBottom p { font-size: 80%; margin: 0; }

@media (max-width: 47.99875rem) { .container { max-width: 100%; }
  .yrHomePage header .yrHeader .yrLogo { display: none; }
  .yrHomePage header .yrHeader .yrNav { display: none; }
  .yrHomePage header .yrHeader .yrNav.open { position: absolute; top: auto; right: 0; bottom: 2.8125rem; left: 0; }
  header .yrHeader .yrLogo, header .yrHeader .menuIcon { display: block; }
  header .yrHeader .menuIcon { display: block; min-height: 2.5rem; min-width: 2.5rem; padding: 0.625rem 0; }
  header .yrHeader .menuIcon.close span { width: 1.25rem; -webkit-transform-origin: center center; transform-origin: center center; margin: 0 auto; }
  header .yrHeader .menuIcon.close span:nth-child(2) { display: none; }
  header .yrHeader .menuIcon.close span:nth-child(1) { width: 1.25rem; -webkit-transform: rotate(45deg) translateX(5px) translateY(7px); transform: rotate(45deg) translateX(5px) translateY(7px); }
  header .yrHeader .menuIcon.close span:nth-child(3) { width: 1.25rem; -webkit-transform: rotate(-45deg) translateX(-5px) translateY(4px); transform: rotate(-45deg) translateX(-5px) translateY(4px); }
  header .yrHeader .yrNav { display: none; }
  header .yrHeader .yrNav.open { position: absolute; top: 3.125rem; right: 0; bottom: auto; left: 0; display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-transition: 0.5s; transition: 0.5s; }
  header .yrHeader .yrNav.open ul { padding: 0; text-align: center; overflow: hidden; display: block; width: 100%; background: rgba(242, 242, 242, 0.5); -webkit-backdrop-filter: blur(15px); backdrop-filter: blur(15px); -webkit-animation: fadeInUp 0.5s ease-in-out 0s; animation: fadeInUp 0.5s ease-in-out 0s; }
  header .yrHeader .yrNav.open ul li { display: block; }
  header .yrHeader .yrNav.open ul li:nth-child(1) { -webkit-animation: fadeInUp 1s cubic-bezier(0.5, 1.5, 0.5, 1.5) 0.2s 1 both running; animation: fadeInUp 1s cubic-bezier(0.5, 1.5, 0.5, 1.5) 0.2s 1 both running; }
  header .yrHeader .yrNav.open ul li:nth-child(2) { -webkit-animation: fadeInUp 1s cubic-bezier(0.5, 1.5, 0.5, 1.5) 0.4s 1 both running; animation: fadeInUp 1s cubic-bezier(0.5, 1.5, 0.5, 1.5) 0.4s 1 both running; }
  header .yrHeader .yrNav.open ul li:nth-child(3) { -webkit-animation: fadeInUp 1s cubic-bezier(0.5, 1.5, 0.5, 1.5) 0.6s 1 both running; animation: fadeInUp 1s cubic-bezier(0.5, 1.5, 0.5, 1.5) 0.6s 1 both running; }
  header .yrHeader .yrNav.open ul li:nth-child(4) { -webkit-animation: fadeInUp 1s cubic-bezier(0.5, 1.5, 0.5, 1.5) 0.8s 1 both running; animation: fadeInUp 1s cubic-bezier(0.5, 1.5, 0.5, 1.5) 0.8s 1 both running; }
  header .yrHeader .yrNav.open ul li:nth-child(5) { -webkit-animation: fadeInUp 1s cubic-bezier(0.5, 1.5, 0.5, 1.5) 1s 1 both running; animation: fadeInUp 1s cubic-bezier(0.5, 1.5, 0.5, 1.5) 1s 1 both running; }
  header .yrHeader .yrNav.open ul li + li { border-top: #e5e5e5; }
  .yrSection { padding: 1.875rem 0; }
  .yrSection .owl-carousel .owl-item { margin-bottom: 0.625rem; }
  .yrSection .yrRooms .nav-tabs { -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; padding: 0.625rem 0; }
  .yrSection .yrRooms .nav-tabs .nav-item { width: 100%; }
  .yrSection .yrRooms .nav-tabs .nav-item a { display: block; }
  .yrSection .yrRooms .nav-tabs .nav-item + .nav-item { margin-top: 0.625rem; }
  .yrSection .yrRooms .yrRoomDetail .yrRoomImage, .yrSection .yrRooms .yrRoomDetail .content { width: 100%; }
  .yrSection .yrRooms .yrRoomDetail .yrRoomImage { margin-bottom: 1.25rem; }
  .yrBannerWrapper .yrBannerImage img { max-width: initial; -o-object-fit: cover; object-fit: cover; -o-object-position: 50% 50%; object-position: 50% 50%; height: 12.5rem; }
  .yrBannerWrapper .yrBannerContent h1 { font-size: 200%; }
  .yrProgramInfoBar .content { margin-bottom: 1.5625rem; -ms-flex-line-pack: center; align-content: center; }
  .yrProgramInfoBar .content.mid { border: 0; }
  .yrMethodology .content ul li { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; margin-bottom: 1.5625rem; }
  .yrAccordMain .content .yrAccord { max-width: 100%; }
  .yrAccordMain .content .yrAccord .card .card-header a { font-size: 100%; padding: 1.25rem 0.625rem; padding-right: 2.5rem; }
  .yrAccordMain .content .yrAccord .card .card-header a:before { right: 0.625rem; }
  .yrAccordMain .content .yrAccord .card .card-body { padding: 1.25rem; } }

/*# sourceMappingURL=yaan.css.map */