/*


*/
.flatpickr-monthSelect-months{margin:10px 1px 3px 1px;flex-wrap:wrap}.flatpickr-monthSelect-month{background:0 0;border:1px solid transparent;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#393939;cursor:pointer;display:inline-block;font-weight:400;margin:.5px;justify-content:center;padding:10px;position:relative;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;text-align:center;width:33%}.flatpickr-monthSelect-month.flatpickr-disabled{color:#eee}.flatpickr-monthSelect-month.flatpickr-disabled:focus,.flatpickr-monthSelect-month.flatpickr-disabled:hover{cursor:not-allowed;background:0 0!important}.flatpickr-monthSelect-theme-dark{background:#3f4458}.flatpickr-monthSelect-theme-dark .flatpickr-current-month input.cur-year{color:#fff}.flatpickr-monthSelect-theme-dark .flatpickr-months .flatpickr-next-month,.flatpickr-monthSelect-theme-dark .flatpickr-months .flatpickr-prev-month{color:#fff;fill:#fff}.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month{color:rgba(255,255,255,.95)}.flatpickr-monthSelect-month.today{border-color:#959ea9}.flatpickr-monthSelect-month.inRange,.flatpickr-monthSelect-month.inRange.today,.flatpickr-monthSelect-month:focus,.flatpickr-monthSelect-month:hover{background:#e6e6e6;cursor:pointer;outline:0;border-color:#e6e6e6}.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month.inRange,.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month:focus,.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month:hover{background:#646c8c;border-color:#646c8c}.flatpickr-monthSelect-month.today:focus,.flatpickr-monthSelect-month.today:hover{background:#959ea9;border-color:#959ea9;color:#fff}.flatpickr-monthSelect-month.endRange,.flatpickr-monthSelect-month.selected,.flatpickr-monthSelect-month.startRange{background-color:#569ff7;box-shadow:none;color:#fff;border-color:#569ff7}.flatpickr-monthSelect-month.startRange{border-radius:50px 0 0 50px}.flatpickr-monthSelect-month.endRange{border-radius:0 50px 50px 0}.flatpickr-monthSelect-month.startRange.endRange{border-radius:50px}.flatpickr-monthSelect-month.inRange{border-radius:0;box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month.endRange,.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month.selected,.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month.startRange{background:#80cbc4;-webkit-box-shadow:none;box-shadow:none;color:#fff;border-color:#80cbc4};.flatpickr-input[readonly]{cursor: disabled};
@tailwind base;
@tailwind components;
@tailwind utilities;

@font-face {
  font-family: 'Sharp_Grotesk_Bold_20';
  src: url(//cdn0.touringplans.com/assets/grotesk/SharpGroteskBold20-8df77e888e884556c5fbd7af9b910df9bf0a0948a509a8a47714518e6444eff5.ttf);
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Sharp_Grotesk_Semi_Bold';
  src: url(//cdn3.touringplans.com/assets/grotesk/SharpGroteskSmBold25-077b1278b342f4e84755d99e1d746520b3c5aab08c3b3f8d4d93675a6bb0cb95.ttf);
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Euclid Circular B Light';
  src: url(//cdn0.touringplans.com/assets/eucliar/Euclid_Circular_B_Light-9b9d75d4c19ec2314c1e1a666762fede0676eabb37c8952d73b8e4fa79ac6a62.ttf);
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Euclid Circular B';
  src: url(//cdn1.touringplans.com/assets/eucliar/euclid_circular_b_regular-d22a0f5fdcf55eeb57998595bf2228a393a444758cb3093ee32ff1ce60939cab.ttf);
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Euclid Circular B Medium';
  src: url(//cdn1.touringplans.com/assets/eucliar/Euclid_Circular_B_Medium-5ad02f45323bb6db02cc083de0cb4bd7e27f9b11ab30f9ec060ce08b134caa90.ttf);
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Euclid Circular B SemiBold';
  src: url(//cdn1.touringplans.com/assets/eucliar/Euclid_Circular_B_SemiBold-e38918a10724476316df044a797e964c8fd2327230372a8e98c811afc4f7fa72.ttf);
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: 'Euclid Circular B Bold';
  src: url(//cdn2.touringplans.com/assets/eucliar/Euclid_Circular_B_Bold-97d5d2bbee9678921bb43082a7b82d0500c041a1e7f7f8da42bdeab7727bd9c5.ttf);
  font-weight: 700;
  font-style: normal;
}

/* allow position:sticky down to very small screens, then hide
   overflow to avoid white border to the side of colored sections */
@media (max-width: 380px) {
  html, body {
    overflow-x: visible;
  }
}

/* overflow sm scroll */
@media (max-width: 575px) {
  .overflow-sm-scroll{
    overflow: scroll;
  }
}

/* hides scrollbar in most browsers */
.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

/* hides scrollbar for IE, Edge and Firefox */
.scrollbar-hide {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

input.field_with_errors, textarea.field_with_errors, select.field_with_errors, div.field_with_errors>input, div.field_with_errors>textarea, div.field_with_errors>select {
  border-color: #D53B55;
}

.activeLinkBlack{
 @apply text-black;
}

/* Attractions Chart Styles Override */
#waitTimeChart .apexcharts-legend{
  gap: 0.6em;
  flex-wrap: wrap;
}
#waitTimeChart .apexcharts-legend,
#waitTimeChart .apexcharts-legend-series{
  display: flex !important;
}

img{
  max-width: 100%;
}

.text-webkit-center{
  text-align: -webkit-center;
}

/*
video carousel icons
*/
.swiper-button-next{
  right: 6em !important;
}
.swiper-button-prev{
  left: 6em !important;
}
.swiper-button-next:after, .swiper-button-prev:after{
  color: #fff !important;
  font-size: 3.875em !important;
}
/*
rooms carousel icons small
*/
.swiper-button-prev.small-prev-button{
  left: 2em !important;
}
.swiper-button-next.small-next-button{
  right: 2em !important;
}
.swiper-button-next:after.small-next-button,
.swiper-button-prev:after.small-prev-button{
  font-size: 2.875em !important;
}
.swiper-button-disabled{
  opacity: 0.5;
  pointer-events: none;
}

/*
Survey Styles
*/
.survey-text-field {
  @apply text-black opacity-100 text-15 md:text-xl mt-1 block w-full rounded-base bg-tp-neutral py-3 px-3 border-0 focus:border-tp-purple focus:outline-none focus:ring-black font-eucliarMedium;
}

.survey-text-field.inline {
  @apply inline-block w-auto;
}

.likert_container .likert {
  /* border-bottom:2px solid #efefef; */
}
.likert_container .likert:last-of-type {border-bottom:0;}

.likert_container .likert:before {
  content: '';
  position:relative;
  top:11px;
  left:9.5%;
  display:block;
  background-color:#efefef;
  height:3px;
  width:78%;
}

.likert_container .likert.with-na:before {
  width: 82%;
}


.likert_container .likert.with-na.but-not-this-row:before {
  width:65%;
}

.likert_container .likert.likert-header:before {
  background-color: transparent;
}
.likert_container .likert li {
  display:inline-block;
  width:19%;
  text-align:center;
  vertical-align: baseline;
}

.likert_container .likert.with-na li {
  width:15%;
}

@media (min-width: 868px) {
  .likert_container .likert.with-na li {
    width:16%;
  }
}

.likert_container .likert li.na-item {
  position: relative;
  top: 0;
}

.likert_container .likert.likert-header li {
  vertical-align: bottom;
}

.likert_container .likert li input[type=radio] {
  display:block;
  position:relative;
  top:0;
  left:50%;
  margin-left:-6px;

}
.likert_container .likert li label {width:100%;}

.likert_container .likert li.na-item label.na-label {
  position: absolute;
  top: -5px;
  left: 70%;
  width: auto;
}


/*
Table Nth(child) Styles Variations
*/
.table-row-blue td:first-child,
.table-row-blue td:last-child,
.table-row-gray td:first-child,
.table-row-gray td:last-child{
   position: relative;
}
.table-row-blue tr:nth-child(odd) td:first-child:before,
.table-row-gray tr:nth-child(odd) td:first-child:before,
.table-row-blue tr:nth-child(odd) td:last-child:after,
.table-row-gray tr:nth-child(odd) td:last-child:after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    display: block;
    z-index: 48;
    background-color: rgba(101, 194, 232, 0.5);
}
.table-row-gray tr:nth-child(odd) td:first-child:before,
.table-row-gray tr:nth-child(odd) td:last-child:after{
  background-color: #EFEEEA;
}
.table-row-blue td:first-child:before,
.table-row-gray td:first-child:before{
    right: 100%;
}
.table-row-blue td:last-child:after,
.table-row-gray td:last-child:after{
    left: 100%
}

/*
Accordion Styles Override
*/
.ac .ac-trigger{
  font: inherit !important;
}
.ac.is-active>.ac-header .ac-trigger::after, .ac .ac-trigger::after{
  width: auto;
}
.ac .ac-trigger::after{
  content: url("data:image/svg+xml,%3Csvg width='23' height='24' viewBox='0 0 23 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='11' y1='23.5' x2='11' y2='0.5' stroke='black'/%3E%3Cline x1='4.37114e-08' y1='11.5' x2='23' y2='11.5' stroke='black'/%3E%3C/svg%3E%0A");
}
.ac.is-active>.ac-header .ac-trigger::after{
  top: 35%;
  content: url("data:image/svg+xml,%3Csvg width='23' height='1' viewBox='0 0 23 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='4.37114e-08' y1='0.5' x2='23' y2='0.500002' stroke='black'/%3E%3C/svg%3E%0A");
}

/*
Slim Select Styles
*/
.ss-content{
  z-index: 45;
  overflow-y: auto;
  border-radius: 0;
}
.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected,
.ss-content .ss-list .ss-option:hover{
  color: #fff;
  background-color: #F65766;
}
.ss-main .ss-arrow{
  width: 16px;
  height: 16px;
}
 /* Disable clicking during page load */
.loading {
  pointer-events: none;
  opacity: 0.7;
  cursor: not-allowed;
}

/*
Disabled Classes
*/
select:disabled, .ss-main.ss-disabled,
input:disabled{
  @apply bg-slate-200 opacity-100 cursor-not-allowed;
}
.flatpickr-input[readonly]{
  @apply cursor-not-allowed;
}
/*
Common Classes
*/
.stickyTitle{
  display: none;
}

/*
Media Queries
*/
@media(max-width: 1680px){
  .list-reset .active::before{
    bottom: 0.4375em;
  }
}
@media(max-width: 1023px){
  .active-day-select::before{
    width: 2.875em;
  }
  .list-reset .active::before,
  .list-reset li::before{
    display: none;
  }
  .fixed-element{
    position: fixed;
  }
}

@media(max-width: 867px){
  .fixed-element{
    position: fixed;
  }
}

@media(max-width: 767px){
  .active-day-select::before{
    display: none;
  }
}

@media(max-width: 576px){
  .swiper-button-next{
    right: 2em !important;
  }
  .swiper-button-prev{
    left: 2em !important;
  }
  .sticky-wrapper{
    top: 5.625em;
    position: fixed;
    padding: 0.6em 1em;
  }
  .sticky-title{
    display: block;
  }
  .ss-content.ss-open-below{
    @apply bg-white border;
  }
  .ss-search input{
    @apply bg-tp-neutral !important;
  }
}

/*
Custom Tailwind Classes
*/

@layer components {
  /* Attraction Chart Styles */
  .chart-wrapper {
    @apply px-4 py-0 md:py-6 md:px-9;
  }

  .chart-top-row {
    @apply flex justify-start gap-6 pt-12 md:pt-0 pb-9 md:pb-6;
  }

  .chart-top-row-header-text {
    @apply text-white text-[11px];
  }

  .chart-top-row-text {
    @apply text-white text-[11px] md:text-lg leading-5 font-groteskSemiBold;
  }

  .chart-bottom-row-header-text {
    @apply text-white text-[11px] font-eucliar;
  }

  /* Kaminari pagination classes */
  .pagination a {
    @apply text-tp-purple;
  }

  /* Survey Styles */
  .survey-label {
    @apply block text-black text-13 pb-2 font-eucliarMedium uppercase;
  }

  .survey-label.inline {
    @apply inline-block mr-2;
  }

  .survey-radio-button {
    @apply shrink-0 mt-0.5 border-gray-200 rounded-full text-blue-600 focus:ring-blue-500 dark:border-gray-700 dark:checked:bg-blue-500 dark:checked:border-blue-500;
  }

  .survey-select {
    @apply text-xl text-tp-gray-200 mt-1 block w-full rounded-base bg-tp-neutral py-3 pl-3 border-0 focus:border-tp-purple focus:outline-none focus:ring-black font-eucliarMedium
  }

  .survey-checkbox {
    @apply text-xl text-tp-gray-200 bg-tp-neutral py-3 px-3 border-0 focus:border-tp-purple focus:outline-none focus:ring-black font-eucliarMedium
  }

  .survey-textarea {
    @apply text-black opacity-100 text-15 md:text-xl mt-1 block w-full rounded-base bg-tp-neutral py-3 px-3 border-0 focus:border-tp-purple focus:outline-none focus:ring-black font-eucliarMedium;
  }

  .btn {
    @apply font-bold py-2 px-4 rounded-lg font-eucliarMedium;
  }
  .btn-blue {
    @apply bg-blue-500 text-white;
  }

  .btn-green {
    @apply bg-green-700 text-white;
  }

  .btn-yellow {
    @apply bg-yellow-600 text-white;
  }

  .btn-red {
    @apply bg-red-500 text-white;
  }
  .btn-blue:hover {
    @apply bg-blue-700;
  }
  .btn-red:hover {
    @apply bg-red-700;
  }

  .btn-green:hover {
    @apply bg-green-900;
  }

  .btn-yellow:hover {
    @apply bg-yellow-700;
  }

  .tp-purple-links a{
    @apply text-tp-purple font-bold;
  }

  .default-p p{
    @apply my-5;
  }

  .active .arrow-container .arrow {
    @apply bg-stone-300;
  }

  .inactive .arrow-container .arrow {
    @apply bg-zinc-100;
  }
    /* for custom range slider*/
  input[type="range"]::-webkit-slider-thumb {
    /* removing default appearance */
    -webkit-appearance: none;
    appearance: none;
    /* creating a custom design */
    height: 15px;
    width: 15px;
    background-color: white;
    border-radius: 50%;
    border: 1px solid black;

    /* box-shadow: -407px 0 0 400px #f50; emove this line */
    transition: .2s ease-in-out;
   }

}
.plan-logo {
    margin-left: auto;
    margin-right: auto;
}

.plan-logo .logo-container {
    width: auto;
    text-align: center;
}

/*  USED THROUGHOUT 22  */
.h3borderbot {
    border-bottom:1px solid #333333;
    font-size: 24px;
}
.tablenotes {font-size:11px; font-style: italic;}

#placeholder {
    padding: 1em 0;
    text-align: left;
    clear: both;
    width: 71em;
    margin-left: auto;
    margin-right: auto;
}
#planbuilder {width:700px; margin:0 auto; background:#ffffff; text-align:left;}

#customform {padding:10px;}
#customform h2 {
    width: auto;
    font-family: 'Grotesk Bold', sans-serif; /* Replace with the actual font-family for "Grotesk Bold" */
    font-weight: bold;
    text-align: center;
    color: #F43F5E; /* Replace with the desired rose color */
    font-size: 1.875rem; /* Adjust the font size as needed */
    line-height: 1.25;
}

.formcolumn {width:320px;}
.formcolumn {width:300px;}
.planstyle {width:320px; margin:0 auto; text-align:center; }
.stepstyle {width:120px; margin:0 auto; text-align:center; }
.planstyle span {font-size:14px;}

div.fp-preplan {
    border-top: 2px solid #008000;
    border-bottom: 2px solid #008000;
    background-color:#D9EAD3;
}

.step4_basicinfo {
    background: #eeeeee;
    text-align: left;
    padding: 10px;
    font-size:14px;
    font-weight:normal;
    line-height:16px;
    background-color: #f0f0f0;
    border: 1px solid #f0f0f0;
    border-radius: 20px;
    padding-top: 20px;
    padding-bottom: 20px;

}

.basicedit {width:150px; margin:0 auto;}
#basicinfo td {
    border: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
}
#basicinfo td strong {

    font-size: 12px;
}

.data {
    display: inline;
    margin: 10px;
    padding: 0px;
    list-style:none;
}

th.thdark {background:#CCCCCC;}
td.tdlast {border-right:1px solid #000000;}

/*  STEP FOUR SPECIFIC  */
.planstep li {width:100%; padding:18px 0; padding-left:2px; font-size:13px; line-height:13px; border-left:1px solid #000000; border-right:1px solid #000000; border-bottom:1px solid #000000;}

ol.planstep {
    counter-reset:item;
}
ol.planstep li { display:block; }
ol.planstep li:before {
    content: counter(item) ") ";
    counter-increment: item;
}
.box {width:35%;display:inline-table;padding:0px;margin-left:.3em;}
.first_box {width:35%;display:inline-table;padding:0px;vertical-align:text-top;}
.planstep_name {width:240px; font-weight:bold; border-left:0; border-right:0;}
.planstepextras {font-size:12px; line-height:14px;  font-weight:normal; padding:6px 0 0 0;}
.planstep_name span { position: absolute; margin-left: -1.5em; }
.planstep_actions {width:100px; text-align:center; border-left:0;}
.planstep_figure {width:8%; padding-right:4px; list-style:none; display:inline-block; font-size:12px; line-height:13px; font-weight:normal; text-align:center;}
.planstep_error {width:40%; list-style:none; display:inline-table; font-size:12px; line-height:13px; font-weight:normal; text-align:center; color:red;}

.planstep td {padding:18px 0; border-left:1px solid #000000; border-right:1px solid #000000; border-bottom:1px solid #000000; font-size:13px; line-height:13px;}
#planStepTable th {border-bottom:1px solid #000000;}
.planstep tr:hover{background-color:transparent;}

td.planstep_name {width:240px; font-weight:bold; border-left:0; border-right:0;}
td.planstep_name span { position: absolute; margin-left: -1.5em; }
td.planstep_actions {width:100px; text-align:center; border-left:0;}
td.planstep_figure_print {width:67px; font-size:12px; line-height:13px; font-weight:normal; border-left:0; border-right:1px solid #CCCCCC; background:#f6f6f6; text-align:center;}
.fake_link {color: #0066CC; text-decoration: underline; cursor:pointer;}

/* Ensure the content spans the full width */
#content, #center
{
    width: 100%;
    margin: 0;
    padding: 0;
    float: none !important;
    background: white none;
    font-size: 12px;
    font-family: Helvetica, Verdana, Arial, sans-serif;
}

/* touring plan stuff */
#plan_map, #plan_map_new {
    position: relative;
}

#plan_map .plan_attraction_dot, #plan_map_new .plan_attraction_dot {
    position: absolute;
}
#plan_map .plan_attraction_dot.green, #plan_map_new .plan_attraction_dot.green {
    width: 20px;
    height: 20px;
}
#plan_map .plan_attraction_dot.blue, #plan_map_new .plan_attraction_dot.blue {
    width: 17px;
    height: 18px;
}
#plan_map .plan_attraction_dot.yellow, #plan_map_new .plan_attraction_dot.yellow {
    width: 17px;
    height: 18px;
}
#plan_map .plan_position_num, #plan_map_new .plan_position_num {
    position: absolute;
    font-weight: bold;
    line-height: 1;
    font-size: 10px;
}
#plan_map .plan_position_num.white, #plan_map_new .plan_position_num.white {
    color: #FFFFFF;
}
#plan_map .plan_position_num.black, #plan_map_new .plan_position_num.black {
    color: #000000;
}

#plan_map .plan_restroom_dot, #plan_map_new .plan_restroom_dot {
    position: absolute;
    height: 15px;
    width: 15px;
}

/* crowd calendar stuff */
#center div.crowd_day_prev_next {
    display: none;
}

#center.crowd_calendar_day a {
    font-weight: normal;
}

#print_bottom_logo img {
    display: block;
}

p.nopad {
    padding-bottom: 0;
}







/* Styles for the #wait-walk-slider */
#wait-walk-slider {
    display: flex;
    flex-direction: row;
    align-content: stretch;
    position: relative;
    width: 100%;
    height: 50px;
    user-select: none;
}

#wait-walk-slider::before {
    content: " ";
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000;
}

/* Styles for input and label within #wait-walk-slider */
#wait-walk-slider input,
#wait-walk-slider label {
    box-sizing: border-box;
    flex: 1;
    user-select: none;
    cursor: pointer;
}

#wait-walk-slider label {
    display: inline-block;
    position: relative;
    width: 20%;
    height: 100%;
    user-select: none;
}

#wait-walk-slider label::before {
    content: attr(data-weight-lebel);
    position: absolute;
    left: 50%;
    padding-top: 10px;
    transform: translate(-50%, 45px);
    font-size: 14px;
    letter-spacing: 0.4px;
    font-weight: 400;
    white-space: nowrap;
    opacity: 0.85;
    transition: all 0.15s ease-in-out;
}

#wait-walk-slider label::after {
    content: " ";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    background: #fff;
    border-radius: 50%;
    pointer-events: none;
    user-select: none;
    z-index: 1;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
}

#wait-walk-slider label:hover::after {
    transform: translate(-50%, -50%) scale(1.25);
    width: 30px;
    height: 30px;
}

#wait-walk-slider input {
    display: none;
}

#wait-walk-slider input:checked + label::before {
    font-weight: 800;
    opacity: 1;
}

#wait-walk-slider input:checked + label::after {
    border-width: 4px;
    transform: translate(-50%, -50%) scale(0.75);
    width: 30px;
    height: 30px;
}

/**
 * Swiper 8.4.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 12, 2022
 */

 @font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, 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');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
