/*$footer_logo: url("../images/biljettkiosken.png") no-repeat !default;
$footer_logo_margin_top: 35px !default;
$footer_logo_width: 277px !default;
$footer_logo_height: 63px !default;
$footer_logo_opacity: 1.0 !default;
$footer_logo_margin_left: $footer_width - $footer_logo_width !default;

$footer_logo_new: false !default;

@if $footer_logo_new == true {
	$footer_logo: url("../../../_base/images/logos/biljettkiosken_on_light.png") no-repeat;
	$footer_logo_width: 139px;
	$footer_logo_margin_left: 490px;
}

*/
/* OLD

$ticket_form_input_radius: 3px 3px 3px 3px !default;
$ticket_form_input_border_style: solid !default;
$ticket_form_input_background: #fafafa !default;
$ticket_form_input_border_color: #999 #F0F0F0 #F0F0F0 #999 !default;
$ticket_form_input_padding: 7px 5px 7px 5px !default;
*/
.custom_field_top_divider {
  height: 10px;
  border-bottom: 1px solid #aaa;
  font-size: 0px;
  line-height: 0px;
}

.guest_option_box_header {
  width: 100%;
  margin: 0px 0 0 0;
}
.guest_option_box_header .title {
  display: table-cell;
  white-space: nowrap;
}
.guest_option_box_header .title a:link, .guest_option_box_header .title a:active, .guest_option_box_header .title a:visited {
  text-decoration: underline;
  font-style: italic;
  color: white;
}
.guest_option_box_header.subevents .title {
  font-style: italic;
}
.guest_option_box_header .divider {
  display: table-cell;
  width: 100%;
  padding-left: 8px;
  vertical-align: top;
}
.guest_option_box_header .divider div {
  font-size: 0px;
  line-height: 0px;
  height: 8px;
  border-bottom: 1px solid #aaa;
}
.guest_option_box_header .divider.dividerwithinfoicon {
  padding-right: 40px;
}
.guest_option_box_header .divider.dividerwithnotitle {
  padding-left: 0px;
}
.guest_option_box_header.withspacer {
  margin: 16px 0 20px 0;
}

.guest_option_box.subevents {
  margin-top: 10px;
  background: #111111;
}

.options_info_button {
  display: table-cell;
  width: 60px;
  vertical-align: top;
}

.options_info_button .ticket_form_context {
  position: absolute;
  margin: -8px 0 0 -32px;
  border-radius: 50%;
  border: 1px solid #aaa;
  transition: all 100ms linear;
  cursor: pointer;
  background: #555;
  width: 32px;
  height: 32px;
  color: #aaa;
}
.options_info_button .ticket_form_context:hover {
  background-color: #999999;
  color: white;
}
.options_info_button .ticket_form_context:after {
  font-family: "Marck Script", cursive;
  font-size: 35px;
  line-height: 32px;
  padding: 0px 0 0 0;
  text-align: center;
  width: 32px;
  height: 32px;
  display: inline-block;
  position: absolute;
  content: "i";
}

.guest_cart_list i {
  width: 15px;
  text-align: center;
  margin-right: 6px;
}
.guest_cart_list i.fa-mobile {
  font-size: 20px;
  line-height: 20px;
  vertical-align: sub;
}

.receipt_calendar_container {
  display: table;
  width: 80%;
  margin-top: 20px;
  margin-left: 45px;
}
.receipt_calendar_container .rcc_col {
  display: table-cell;
  text-align: center;
}
.receipt_calendar_container .rcc_col i {
  text-align: center;
  width: 80px;
  margin: 0px;
  font-size: 30px;
  display: inline-block;
}
.receipt_calendar_container .rcc_col span {
  display: block;
  padding: 6px 0 0 0;
}
.receipt_calendar_container .rcc_col a:active, .receipt_calendar_container .rcc_col a:visited, .receipt_calendar_container .rcc_col a:link {
  text-decoration: none;
  display: block;
}

#tickets_release_countdown_timestamps, #tickets_release_countdown_placeholders {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

#tickets_release_countdown_placeholders {
  font-size: 13px;
  text-transform: uppercase;
}

#tickets_release_countdown_timestamps div, #tickets_release_countdown_placeholders div {
  display: inline-block;
  width: 80px;
  text-align: center;
}

.kiosk_language_selector {
  /*margin: 0 0 10px 0;*/
  margin: -25px 0 10px 0;
  text-align: right;
}
.kiosk_language_selector a {
  box-sizing: content-box;
  width: 32px;
  /*		height: 19px;*/
  height: 32px;
  display: inline-block;
  margin-right: 5px;
  border: 2px solid #999;
  border-radius: 100%;
  position: relative;
}
.kiosk_language_selector a::after {
  background-position: center center;
  background-size: cover;
  content: "";
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 100%;
}
.kiosk_language_selector a:hover, .kiosk_language_selector .selected {
  border: 2px solid #666;
}
.kiosk_language_selector a.kiosk_lang_en::after {
  background-image: url("../../../../images/languages/united-kingdom-flag-icon-32.png");
}
.kiosk_language_selector a.kiosk_lang_de::after {
  background-image: url("../../../../images/languages/germany-flag-icon-32.png");
}
.kiosk_language_selector a.kiosk_lang_sv::after {
  background-image: url("../../../../images/languages/sweden-flag-icon-32.png");
}
.kiosk_language_selector a.selected::after, .kiosk_language_selector a:hover::after {
  opacity: 0.9;
}

.single_ticket_per_order .kiosk_language_selector {
  clear: both;
  margin: 4px 0 10px 0;
}

.event_intro_text hr, .event_specification hr {
  width: 100%;
  display: block;
  margin: 0px;
  padding: 0px;
  color: black;
}

.match_sponsor_banner_container {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.match_sponsor_banner_container #match_sponsor_banner_background {
  width: 100%;
  max-width: 100%;
  z-index: 0;
}
.match_sponsor_banner_container #match_sponsor_title {
  position: absolute;
  font: 30px arial;
  padding: 10px 0 0 10px;
  color: white;
  z-index: 2;
}
.match_sponsor_banner_container #match_sponsor_logo {
  width: 200px;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.match_sponsor_banner_container #match_sponsor_banner_blur_overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.match_sponsor_banner_container * {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

*, :focus {
  outline: none;
}

#CenteredContent {
  width: 1000px;
  margin: 0px auto;
  text-align: left;
  padding: 0px;
}

img {
  border: 0;
}

a:link, a:active, a:visited {
  color: black;
  text-decoration: none;
  -moz-outline-style: none;
}

.menutrailer {
  z-index: 3000;
  text-align: left;
  font: 13px arial;
  background: white;
  color: black;
  position: absolute;
  visibility: hidden;
  width: 260px;
  padding: 0px;
  border: 1px solid #aaa;
  box-shadow: 3px 3px 5px 3px rgba(200, 200, 200, 0.3);
}

.menutrailer_content {
  padding: 15px;
}
.menutrailer_content a:link, .menutrailer_content a:active, .menutrailer_content a:visited {
  color: black !important;
  text-decoration: underline;
}

.questionmark {
  cursor: pointer;
  width: 32px;
  height: 32px;
  background: url("../../../_base/images/icons/questionmark_bubble.png") no-repeat;
}

.ticketform .field_questionmark {
  cursor: pointer;
  width: 18px;
  height: 18px;
  background: url("../../../_base/images/infomark/images/iconfill.png") no-repeat;
  position: absolute;
  margin-left: 366px;
}

#preview_box_bg {
  z-index: 5000;
  position: absolute;
  top: 0px;
  margin-left: 0px;
  background: #bb0000;
  width: 646px;
  height: 105px;
  background: url("../../../_base/images/banner-opublicerad.png") no-repeat;
}

#preview_box_content {
  z-index: 5001;
  position: absolute;
  top: 38px;
  margin-left: 3px;
  width: 640px;
  font: bold 24px arial;
  height: 40px;
  text-align: center;
}

#paysonbanner {
  background: url("../../../_base/images/sidebar/payson.png") no-repeat;
  width: 147px;
  height: 55px;
}

#shareicons {
  margin-left: 3px;
  height: 59px;
  width: 100px;
  padding-top: 5px;
}

a:link#facebookshare, a:visited#facebookshare, a:active#facebookshare {
  background: url("../../../_base/images/sidebar/facebook.png") no-repeat;
  width: 36px;
  height: 36px;
  display: block;
  position: absolute;
}

a:link#twittershare, a:visited#twittershare, a:active#twittershare {
  position: absolute;
  background: url("../../../_base/images/sidebar/twitter.png") no-repeat;
  width: 36px;
  height: 36px;
  display: block;
  margin-left: 43px;
}

#epaybanner {
  width: 108px;
  height: 84px;
  background: url("../../../_base/images/sidebar/visa_mastercard.png") no-repeat;
}

.payment_infobox {
  float: right;
  padding-right: 15px;
  width: 220px;
  margin-left: 10px;
}

.payment_infobox_inner {
  border: 1px solid #ddd;
  padding: 10px;
  font: 12px arial;
  color: #777777;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background: white;
}

a:link.secure3d_link, a:visited.secure3d_link, a:active.secure3d_link {
  color: #0255A3;
  text-decoration: underline;
  font-style: italic;
  font-size: 10px;
}

.payment_decline_box {
  font: 13px arial;
  border: 3px solid #990000;
  padding: 5px;
  margin: 8px 0 0 0;
}

.payment_summary_box {
  font: 13px/17px arial;
  /*	border: 1px solid #333;*/
  padding: 10px;
  width: 580px;
  background: white;
  color: #555;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
.payment_summary_box .recipt_not_valid_ticket {
  text-align: center;
  font-style: italic;
  margin: 64px 0 0 0;
}
.payment_summary_box .receipt_content_box {
  border: 1px solid #ccc;
  padding: 20px;
  margin: 0 0 20px 0;
  font-size: 12px;
  color: black;
  background: #fafafa;
}
.payment_summary_box .receipt_content_box .title {
  font-size: inherit !important;
  font-weight: normal;
}
.payment_summary_box .receipt_social_container {
  padding: 10px 0px 5px 30px;
}
.payment_summary_box i {
  margin-right: 70px;
  cursor: pointer;
}
.payment_summary_box i.fa-facebook {
  margin-left: 56px;
}
.payment_summary_box i.fa-facebook:hover {
  color: #46629E;
}
.payment_summary_box i.fa-twitter:hover {
  color: #55ACEE;
}
.payment_summary_box i.fa-google-plus:hover {
  color: #DD4B39;
}
.payment_summary_box i.fa-linkedin:hover {
  color: #1A85BC;
}
.payment_summary_box .payment_summary_divider {
  border-bottom: 1px solid #ccc;
  margin: 3px 0 10px 0;
}

.payment_summary_box .title {
  font-size: 16px;
  color: #555;
  font-weight: bold;
}

.payment_summary_box .maintitle {
  font-size: 16px;
  background: #999;
  color: white;
  margin: -21px -21px 0px -21px;
  padding: 10px 15px 10px 22px;
  display: block;
}

.payment_summary_box table.guest_cart_list {
  color: inherit;
  border: none;
}

.payment_summary_box .guest_cart_list tr.header {
  font-weight: bold;
  background: none;
  color: inherit;
}

.payment_summary_box .guest_cart_list tr.header,
.payment_summary_box .guest_cart_list tr.row1,
.payment_summary_box .guest_cart_list tr.row2,
.payment_summary_box .guest_cart_list tr.summary,
.payment_summary_box .guest_cart_list tr.row_highlighted {
  background: none;
}

.payment_summary_box .guest_cart_list td:first-child {
  padding-left: 0px;
}

.payment_summary_box .guest_cart_list td:last-child {
  padding-right: 0px;
}

.payment_summary_box .guest_cart_list tr.row_highlighted td:first-child {
  border-left: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.payment_summary_box .guest_cart_list tr.row_highlighted td:last-child {
  border-right: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.print_receipt_button {
  position: absolute;
  border: 1px solid #ccc;
  padding: 5px 20px 5px 20px;
  display: inline-block;
  background: white;
  cursor: pointer;
}

.print_receipt_button:hover {
  background: #555;
  color: white;
}

.back_to_start_button_container {
  position: absolute;
  width: 580px;
  text-align: center;
}

.back_to_start_button {
  padding: 6px 30px 6px 30px;
  display: inline-block;
  background: #3ac45d;
  cursor: pointer;
}

a:link.back_to_start_button, a:active.back_to_start_button, a:visited.back_to_start_button {
  color: white !important;
  text-decoration: none !important;
}

a:hover.back_to_start_button {
  color: white !important;
  background: #555;
}

div.printable_receipt {
  display: none;
}

.paymentForm .inputfield, .paymentForm select {
  border-width: 1px;
  border-color: #151515 #555555 #555555 #151515;
  border-style: solid;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background: #eeeeee;
  padding: 2px;
  color: black;
}

.paymentForm .inputfield.cardno {
  width: 158px;
}

.paymentForm select {
  width: 72px;
}

.paymentForm .button {
  background: #51d028; /* Old browsers */
  background: -moz-linear-gradient(top, #51d028 0%, #4bc822 56%, #3ebc18 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #51d028), color-stop(56%, #4bc822), color-stop(100%, #3ebc18)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #51d028 0%, #4bc822 56%, #3ebc18 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #51d028 0%, #4bc822 56%, #3ebc18 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #51d028 0%, #4bc822 56%, #3ebc18 100%); /* IE10+ */
  background: linear-gradient(to bottom, #51d028 0%, #4bc822 56%, #3ebc18 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$paymentButtonGradient1", endColorstr="$paymentButtonGradient3",GradientType=0 ); /* IE6-9 */
  border: none;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font: 18px arial;
  color: #333;
  padding: 12px 10px 12px 10px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(10, 10, 10, 0.5);
  width: 190px;
  overflow: visible;
}

.paymentForm .button:hover {
  background: #3ebc18;
}

div.validateNOT {
  width: 22px;
  height: 21px;
  background: url("../../../_base/images/epay/validateNOT.png") no-repeat;
}

div.validateOK {
  width: 22px;
  height: 21px;
  background: url("../../../_base/images/epay/validateOK.png") no-repeat;
}

.payment_iframe_container {
  position: absolute;
  width: 750px;
  height: 700px;
  display: none;
  z-index: 1050;
  border: 1px solid #aaa;
  box-shadow: 3px 3px 10px 6px rgba(200, 200, 200, 0.5);
  background: white;
}

.payment_iframe_container div.inner {
  padding: 20px;
}

#paymentIFrame {
  width: 710px;
  height: 660px;
}

#submit_button_container {
  margin-top: 10px;
  height: 60px;
}

#payment_submit_indicator {
  display: none;
}

.epay_countdown_container {
  position: absolute;
  z-index: 120000;
  background: url("../../../_base/images/epay_window/content_top_divider.png") no-repeat;
  width: 100px;
  height: 80px;
  right: 0px;
  margin: 30px 25px 0px 0px;
  text-align: center;
  font: 19px/80px arial;
  color: black;
}

.epay_close_button_container {
  position: absolute;
  z-index: 120001;
  width: 50px;
  height: 50px;
  right: -8px;
  margin: 6px 0px 0px 0px;
}

a#epay_close_button:link,
a#epay_close_button:active,
a#epay_close_button:visited {
  background: url("../../../../images/pgembd/close.png") no-repeat;
  display: block;
  width: 41px;
  height: 41px;
  cursor: pointer;
}

.dialog {
  padding: 15px 20px 17px 20px;
  border: 1px solid #aaa;
  box-shadow: 3px 3px 10px 6px rgba(200, 200, 200, 0.5);
  background: white;
  color: black;
  font: 13px arial;
}
.dialog .dialog_buttons {
  margin: 40px 0 0 0;
  text-align: center;
}

.dialog h3 {
  font: 20px/20px arial;
  color: black;
  padding: 0px;
  margin: 0 0 10px 0;
}

.dialog p {
  font: 13px/16px arial;
  margin: 0px;
  padding: 5px 0 15px 0;
}

.dialog .divider {
  font-size: 0px;
  line-height: 0px;
  height: 0px;
  border-top: 1px solid #ccc;
}

.dialog a:link, .dialog a:active, .dialog a:visited {
  color: black;
  text-decoration: underline;
}

.dialog.alert {
  font: 25px arial;
  background: none;
  border: none;
  box-shadow: none;
}

.membership_dialog_overlay {
  position: absolute;
  top: 0px;
  width: 1001px;
  z-index: 4000;
  background: #eee;
  opacity: 0.01;
  -moz-opacity: 0.01;
  filter: alpha(opacity=1);
}

.membership_dialog_loading {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0px;
  z-index: 4100;
  -webkit-transform: scale(0);
}

.membership_dialog_loaded {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0px;
  z-index: 4100;
  color: #333;
  font: 13px/16px arial;
  -webkit-transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
}

.membership_dialog {
  width: 400px;
  padding: 15px 20px 17px 20px;
  border: 1px solid #aaa;
  box-shadow: 3px 3px 10px 6px rgba(200, 200, 200, 0.5);
  background: white;
}

.membership_dialog h3 {
  font: 17px/17px arial;
  color: black;
  padding: 0px;
  margin: 0 0 10px 0;
}

.membership_dialog .divider {
  font-size: 0px;
  line-height: 0px;
  height: 0px;
  border-top: 1px solid #ccc;
}

.membership_dialog p {
  font: 13px/16px arial;
  color: black;
  margin: 0px;
  padding: 5px 0 15px 0;
}

.newMembershipForm input.inputfield, .newMembershipForm select, .newMembershipForm textarea {
  width: 250px !important;
  border-width: 1px;
  border-color: #D3D3D3 #eeeeee #eeeeee #D3D3D3;
  border-style: solid;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background: #f7f7f7;
  padding: 5px;
}

.newMembershipForm input.inputfield:hover, .newMembershipForm input.inputfield:focus,
.newMembershipForm textarea:hover, .newMembershipForm textarea:focus {
  background: white;
}

.newMembershipForm input.error, .newMembershipForm textarea.error, .newMembershipForm select.error {
  border: 1px solid red;
  background: #ffcccc;
}

.newMembershipForm td {
  padding-bottom: 8px;
}

.newMembershipForm select {
  width: 140px;
}

.alert_dialog_overlay {
  position: absolute;
  top: 0px;
  width: 1001px;
  z-index: 4000;
  background: white;
  opacity: 0.01;
  -moz-opacity: 0.01;
  filter: alpha(opacity=1);
}

.dialog a:link.button, .dialog a:visited.button, .dialog a:active.button {
  display: inline-block;
  color: black;
  padding: 10px 10px 10px 52px;
  text-decoration: none;
  font: bold 16px arial;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #cccccc;
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.dialog a:link.button.new_member, .dialog a:visited.button.new_member, .dialog a:active.button.new_member {
  margin: 0px 0px 0px 0px;
  background: #eeeeee url("../../../_base/images/icons/tick_32.png") 10px 5px no-repeat;
}

.dialog a:link.button.abort, .dialog a:visited.button.abort, .dialog a:active.button.abort {
  margin: 0px 0px 0px 10px;
  background: #eeeeee url("../../../_base/images/icons/abort_32.png") 10px 5px no-repeat;
}

.newMembershipForm a:link.button, .newMembershipForm a:visited.button, .newMembershipForm a:active.button {
  display: inline-block;
  color: #333;
  padding: 10px 10px 10px 52px;
  text-decoration: none;
  font: bold 16px arial;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #cccccc;
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.newMembershipForm a:link.button.new_member, .newMembershipForm a:visited.button.new_member, .newMembershipForm a:active.button.new_member {
  margin: 0px 0px 0px 100px;
  background: #eeeeee url("../../../_base/images/icons/tick_32.png") 10px 5px no-repeat;
}

.newMembershipForm a:link.button.abort, .newMembershipForm a:visited.button.abort, .newMembershipForm a:active.button.abort {
  margin: 0px 0px 0px 10px;
  background: #eeeeee url("../../../_base/images/icons/abort_32.png") 10px 5px no-repeat;
}

.custom_checkbox {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  padding: 2px 0px 2px 0px;
}
.custom_checkbox div {
  display: inline-block;
  width: 29px;
  height: 25px;
  background: url("../../../_base/images/checkbox/unchecked.png") no-repeat;
}

.custom_checkbox.disabled div {
  background: url("../../../_base/images/checkbox/checked_grey.png") no-repeat;
}

.custom_checkbox.checked div {
  background: url("../../../_base/images/checkbox/checked_green.png") no-repeat;
}

.custom_checkbox_label {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  width: 100%;
  padding: 3px 0px;
}

.if3c {
  position: absolute;
  width: 0px;
  height: 0px;
  display: none;
}

.venue_name {
  font: bold 16px/20px arial;
  color: #4A4B67;
}

.venue_map_button {
  width: 100px;
  height: 52px;
  position: absolute;
  cursor: pointer;
}

.venue_map_thumbnail {
  width: 60px;
  height: 52px;
  background-size: 100% 100%;
}

.venue_map_thumbnail_bg {
  float: left;
  margin-left: 10px;
  margin-top: 2px;
  width: 60px;
  border: 1px solid black;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  border-radius: 5px;
}

.venue_map_icon {
  position: absolute;
  margin: 0px 0 0 65px;
  background: url("../../../_base/images/icons/map_zoom.png") no-repeat;
  width: 20px;
  height: 27px;
}

div.gmap_infowindow_content {
  min-width: 250px;
  min-height: 70px;
}

.order_s1_next_container {
  margin: 6px 0px 0px 221px;
  height: 40px;
}

.multi_event_kiosk .order_s1_next_container {
  margin: 6px 0px 0px 473px;
}

.order_s2_prev_container {
  float: left;
  margin: 6px 0px 0px 7px;
  width: 279px;
  height: 40px;
}

.order_s2_next_container {
  float: left;
  margin-top: 6px;
}

.order_s3_prev_container {
  float: left;
  margin: 6px 0px 0px 7px;
  width: 458px;
  height: 40px;
}

.order_s3_next_container {
  float: left;
  margin-top: 6px;
}

a:link#conditionslink, a:visited#conditionslink, a:active#conditionslink,
a:link#privacypolicylink, a:visited#privacypolicylink, a:active#privacypolicylink,
a:link#extraconditionslink, a:visited#extraconditionslink, a:active#extraconditionslink,
a:link#covidpassconditionslink, a:visited#covidpassconditionslink, a:active#covidpassconditionslink {
  text-decoration: underline;
  color: white;
}

.conditionslink span {
  color: white;
}

#ticketsubmitindicator, #confirmticketguestssubmitindicator {
  visibility: hidden;
  color: white;
}

form.ticketform {
  margin: 0px;
  padding: 0px;
}

.ticketformcontent {
  background: #555;
  border: none;
  color: white;
  border-radius: 4px;
}

.ticketformcontent_inner {
  padding: 10px;
}

.ticketformcontent_inner td.col1 {
  width: 120px;
}

form#finalizeticketsform td.col1 {
  width: 110px;
}

form.ticketform .ticketformcontent {
  width: 370px;
  margin: 0px 0px 10px 0px;
}

form#finalizeticketsform .ticketformcontent {
  width: 350px;
  padding: 10px;
}

form#finalizepospaperticketsform .ticketformcontent {
  width: 360px;
  padding: 10px;
}

.ticketform input.inputfield, .ticketform select, .ticketCountSelector select, .ticketform textarea {
  border-width: 1px;
  border-style: solid;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: white;
  padding: 7px 5px 7px 5px;
  border-color: white;
}

.ticketform input.inputfield.required {
  background-image: url("../../../_base/images/inputfield/required.png");
  background-repeat: no-repeat;
  background-position: right 0px;
}

.ticketCountSelector select {
  background: white;
  width: 130px;
  padding: 5px;
  font-size: 14px;
  padding: 7px 5px 7px 5px;
}

.ticketform select.guest_cf_select {
  width: 100%;
}

.ticketform select.guest_cf_select.error {
  border: 1px solid red;
  background: #ffcccc;
}

.ticketform div.guest_person_id_error {
  display: none;
}

.ticketform div.guest_person_id_error.error {
  display: block;
}

.ticketform .guest_error_message_embed {
  display: none;
}
.ticketform .guest_error_message_embed.error {
  background: white;
  color: black;
  margin-top: 10px;
  font-weight: bold;
  display: block;
  padding: 15px;
}

.ticketform input.inputfield {
  width: 218px;
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 14px;
}

.intl-tel-input input.inputfield {
  width: 230px !important;
}

form#finalizeticketsform.ticketform .intl-tel-input input.inputfield {
  width: 236px !important;
}

div.intl-tel-input {
  margin-bottom: 5px;
  margin-top: 5px;
}

.ticketform input.inputfield.short {
  width: 100px;
}

.ticketform input.inputfield.person_id {
  width: 100px;
}

.ticketform textarea {
  width: 338px !important;
  padding: 5px;
  margin: 0px;
}

.ticketform input.gift_title {
  width: 338px;
}

.ticketform textarea.gift_message {
  height: 60px;
}

.ticketform input.inputfield.empty {
  color: #777777;
}

.ticketform input.inputfield:hover, .ticketform input.inputfield:focus {
  background-color: white;
}

.ticketform textarea:hover, .ticketform textarea:focus {
  background-color: white;
}

.ticketform input.error, .ticketform textarea.error {
  background-color: #ffcccc !important;
}

.ticketform input.error:hover, .ticketform input.error:focus,
.ticketform textarea.error:hover, .ticketform textarea.error:focus {
  background-color: #ffdede;
}

.ticketform input.inputfield.error, .ticketform select.error, .ticketCountSelector select.error, .ticketform textarea.error {
  border: 1px solid red;
}

.ticketform .guest_year_birth_error {
  display: none;
  color: #cc0000;
}

.ticketform .guest_unique_name_error_message {
  display: none;
  color: #cc0000;
}

.ticketform .guest_unique_name_error_message.error {
  display: table-row;
}

.ticketform .guest_rebte_code_error {
  display: none;
  margin: 3px 0px 2px 3px;
  font-style: italic;
  font-size: 15px;
}

.ticketform .guest_rebte_code_error.error {
  display: block;
  color: white;
}
.ticketform .guest_rebte_code_error.error else {
  color: red;
}

.ticketform input.radiobutton {
  border: none;
}

.ticketform input.checkbox {
  border: none;
  margin-left: 0px;
  padding-left: 0px;
}

.guest_row_seat_name {
  width: 366px;
}

div.guest_option_box {
  margin: 2px 0 0 0;
  padding: 3px 5px 3px 5px;
  font-style: italic;
}

.guest_option_box.with_multi_quantities {
  padding: 0px;
}

.guest_option_box.with_multi_quantities_and_context_icon {
  padding: 0px;
  margin-top: 10px;
}

.guest_option_count_container {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 3px;
}
.guest_option_count_container .row {
  display: table-row;
}
.guest_option_count_container .label_option {
  display: table-cell;
  line-height: 17px;
  vertical-align: middle;
  width: 165px;
}
.guest_option_count_container .label_option span {
  font: italic 12px arial;
}
.guest_option_count_container .price_per_option {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  padding-right: 15px;
}
.guest_option_count_container .select_container_quant {
  width: 118px;
  display: table-cell;
}
.guest_option_count_container input {
  width: 41px !important;
}

div.guest_option_smsclub_divider {
  line-height: 0px;
  font-size: 0px;
  height: 1px;
  margin: 6px 0 0 0;
  border-top: 1px solid #aaa;
}

div.rebate_types_container {
  border: none;
  margin: 0px;
  padding: 0px 10px 0 5px;
}

.rebate_types_container .custom_checkbox_label {
  width: 280px;
  margin-top: 3px;
  font-style: italic;
}

.rebate_type_spacer {
  font-size: 0px;
  line-height: 0px;
  height: 10px;
}

.ticketform .rebate_types_container .field_questionmark {
  margin-left: 355px;
}

div.guest_gender_box {
  border: 1px solid transparent;
  padding-bottom: 2px;
}

div.order_option_box {
  border: 1px solid transparent;
  padding: 0 5px 2px 0;
}

div.guest_option_box.error, div.guest_gender_box.error, div.order_option_box.error {
  border: 1px solid red;
}

.order_option_select_container {
  background: #555;
  border: none;
  color: white;
  border-radius: 4px;
  margin-bottom: 40px;
  padding: 3px;
  display: inline-block;
}
.order_option_select_container select {
  min-width: 384px;
  font-size: 17px;
}
.order_option_select_container.error {
  border: 2px solid red;
}
.order_option_select_container.error select {
  background: #ffcccc;
}

span#age_limit_confirmation.error {
  text-decoration: underline;
  color: red;
}

div#guest_confirmed_cart_contents {
  width: 370px;
}

div#guest_cart_contents {
  width: 550px;
}

table.guest_cart_list {
  width: 100%;
  color: white;
  border: none;
  border-radius: 0px;
}

.guest_cart_list tr.header {
  font-weight: bold;
  background: none;
  color: black;
}

.guest_cart_list tr.row1 {
  background: #555;
}

.guest_cart_list tr.row2 {
  background: #555;
}

.guest_cart_list tr.row_highlighted {
  background: white;
  color: black;
}

.guest_cart_list tr.row_highlighted td:first-child {
  border-left: 1px solid #555;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
}

.guest_cart_list tr.row_highlighted td:last-child {
  border-right: 1px solid #555;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
}

.guest_cart_list tr.summary {
  background: #555;
}

.guest_cart_list td {
  padding: 4px 4px 4px 4px;
}

.guest_cart_list td.nobottompadding {
  padding-bottom: 0px;
}

.guest_cart_list td.notoppadding {
  padding-top: 0px;
}

.guest_cart_list td:first-child {
  padding-left: 10px;
}

.guest_cart_list td:last-child {
  padding-right: 10px;
}

.guest_cart_list .firstrow td {
  padding-top: 10px;
}

.guest_cart_list .summary td {
  padding-top: 15px;
  padding-bottom: 10px;
}

.guest_cart_list .summary_spacer {
  line-height: 0px;
  font-size: 0px;
  height: 10px;
}

.guest_cart_list .summary_total {
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
}

form#finalizeticketsform.ticketform input.inputfield {
  width: 224px;
}

form#finalizeticketsform.ticketform select {
  width: 236px;
}

form#finalizepospaperticketsform input.inputfield {
  width: 244px;
}

#event_scrollbox_container {
  text-align: left;
  position: relative;
  top: 0px;
  margin-left: 230px;
  margin-top: 40px;
  width: 644px;
  color: black;
}

#event_scrollbox {
  position: absolute;
  z-index: 100;
  clip: rect(auto);
  overflow: hidden;
  width: 643px;
}

#event_scrollinfo {
  position: relative;
  display: block;
  padding: 0px 6px 0px 6px;
  width: 3000px;
  font: italic 13px/24px arial;
  visibility: hidden;
  font-weight: bold;
}

#measuretext {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  display: block;
  font: italic 13px/24px arial;
  visibility: hidden;
  font-weight: bold;
}

#event_scroll_leftcorner {
  position: absolute;
  z-index: 800;
  background: url("../../../_base/images/scroll/scrolltext_corner_left_white.png") no-repeat;
  width: 67px;
  height: 20px;
}

#event_scroll_rightcorner {
  position: absolute;
  right: 0px;
  z-index: 800;
  background: url("../../../_base/images/scroll/scrolltext_corner_right_white.png") no-repeat;
  width: 67px;
  height: 20px;
}

#toplink {
  position: absolute;
  z-index: 30;
  top: 0px;
  left: 0px;
  width: 1000px;
  height: 150px;
  display: block;
}

#kiosk_content {
  text-align: left;
  z-index: 30;
  position: relative;
  top: 6px;
  width: 640px;
  margin-top: 40px;
  margin-left: 230px;
  display: block;
  font: 13px arial;
  color: black;
  padding-bottom: 80px;
}

.kiosk_content a:link, .kiosk_content a:visited, .kiosk_content a:active {
  text-decoration: underline;
  color: black;
}

span.event_intro_text, span.event_specification {
  font: 14px/18px arial;
}

#sidebar {
  position: absolute;
  margin-left: 654px;
  margin-top: 100px;
  display: none;
}

#sidebar.noshare {
  margin-top: 80px;
}

#bk_top_steps_container {
  width: 646px;
  height: 119px;
}

#bk_content_top, #bk_content_bottom {
  width: 646px;
}

#bk_content_inner {
  padding: 0px 0px 35px 20px;
}

#bk_poster_box {
  margin-top: 20px;
  margin-left: 2px;
}

#bk_poster_title {
  /*	width: 142px; 
  	border-bottom: 1px solid #999999; 
  	color: #eeeeee;*/
  font: 11px/11px arial;
  border-bottom: 1px solid #333;
  color: #333;
  width: 67px;
  padding-bottom: 4px;
  display: inline-block;
  margin-left: 3px;
  margin-bottom: 3px;
}

#bk_share_title {
  width: auto;
  border-bottom: 1px solid #333;
  color: #333;
  margin-left: 5px;
  display: inline-block;
  font: 11px/11px arial;
  line-height: 11px;
  padding-bottom: 4px;
  margin-bottom: 3px;
}

.infobox {
  float: right;
  padding-right: 22px;
  width: 200px;
  margin-left: 10px;
}

.infobox_inner {
  border: 1px solid #333;
  padding: 10px;
  font: 12px arial;
  color: black;
  background: none;
}

.infobox_inner.first {
  font: 12px arial;
}

.infobox_inner a:link, .infobox_inner a:active, .infobox_inner a:visited {
  color: black;
  text-decoration: underline;
}

.footer {
  width: 630px;
  text-align: right;
  color: #333;
  font: 11px arial;
  margin-top: 2px;
}

.footer a:link, .footer a:visited, .footer a:active {
  color: #333;
  text-decoration: none;
}

.guest_cart_list a:link, .guest_cart_list a:visited, .guest_cart_list a:active {
  text-decoration: underline;
  color: white;
}

a:link.footer_logo_link, a:visited.footer_logo_link, a:active.footer_logo_link {
  margin-left: 490px;
  margin-top: 35px;
  background: url("../../../_base/images/logos/biljettkiosken_on_light.png") no-repeat;
  width: 139px;
  height: 63px;
  display: block;
  opacity: 1;
}

.payson_button {
  width: 149px;
  height: 52px;
  margin-left: 40px;
}

.payson_button_bg {
  z-index: 50;
  position: absolute;
  background: url("../../../_base/images/icons/payson_button.png") no-repeat;
  width: 149px;
  height: 52px;
}

.payson_button_content {
  z-index: 100;
  position: absolute;
}

.payson_button_content a:link, .payson_button_content a:visited, .payson_button_content a:active {
  width: 149px;
  height: 52px;
  display: block;
}

.ticketCountSelector {
  display: inline-block;
  padding: 10px;
  background: #555;
  border: none;
  color: white;
  border-radius: 4px;
  margin-bottom: 40px;
  /*	background: #a26340;
  	border: 1px solid #9c5127*/
}

span.event_title {
  color: black;
  font: bold 26px/32px Cabin, arial;
}

.event_subtitle {
  font: bold 17px arial;
  margin: -11px 0 20px 0;
}

a:link.introsupportlink, a:visited.introsupportlink, a:active.introsupportlink {
  text-decoration: underline;
  display: inline-block;
  padding-top: 5px;
}

#kiosk_bg {
  position: absolute;
  background: url("../images/bg_shadow.jpg") no-repeat;
  width: 667px;
  height: 384px;
}

#loading_indicator_dialog {
  position: absolute;
  top: 0px;
  z-index: 15100;
  /*	background: white;
  	border-radius: 20px;*/
}
#loading_indicator_dialog #spinner_message {
  padding-top: 180px;
  text-align: center;
  font: 25px/32px arial;
  color: #333;
}

#bk_poster_box_embedded {
  float: right;
  padding: 10px 6px 20px 0;
}

/** gift certificate mode */
a.gift_certificate_mode_button:link, a.gift_certificate_mode_button:active, a.gift_certificate_mode_button:visited {
  display: inline-block;
  width: 171px;
  height: 121px;
  background: url("../../../_base/images/gift_certificate_mode_button.png") no-repeat;
}

.infobox.gift_mode .infobox_inner {
  background: #ddd;
  color: black;
}

.infobox.gift_mode .title {
  font: bold 23px/23px arial;
  padding: 0 0 16px 0px;
}

.infobox.gift_mode .order_countdown_container, .infobox.gift_mode #seats_selection_countdown_container_overview {
  color: black;
}

.infobox.gift_mode a:link, .infobox.gift_mode a:link, .infobox.gift_mode a:visited {
  color: black;
}

.gift_certificate_title {
  font: bold 25px/25px arial;
  padding: 0 0 12px 0px;
  text-transform: uppercase;
}

div.pos_title {
  font: bold 16px/19px arial;
  margin: 0 0 20px 0;
}

.tickets_unavailable_container {
  font: 17px arial;
  background: #c87fcb;
  color: white;
  padding: 20px;
  border-radius: 5px;
  margin: 0 0 20px 0;
  max-width: 380px;
  text-align: center;
}
.tickets_unavailable_container .tickets_unavailable_title {
  font: bold 25px arial;
  margin: 0 0 10px 0;
}
.tickets_unavailable_container .tickets_release_countdown {
  font: 35px/35px arial;
  margin: 20px 0 25px 0px;
}
.tickets_unavailable_container .tickets_release_no_refresh_info {
  font: italic 16px arial;
  margin: 15px 0 0 0;
}
.tickets_unavailable_container .waiting_list_button_container {
  text-align: center;
}
.tickets_unavailable_container a#waiting_list_button:link,
.tickets_unavailable_container a#waiting_list_button:active,
.tickets_unavailable_container a#waiting_list_button:visited {
  display: inline-block;
  margin: 14px 0 0 0;
  width: 100%;
  box-sizing: border-box;
  color: white;
  text-decoration: none;
  padding: 10px 25px 10px 25px;
  background: white;
  color: black;
  border-radius: 5px;
  font: italic 15px arial;
}
.tickets_unavailable_container a#waiting_list_button:hover {
  background: #eee;
}

.service_interruption_container {
  font: 13px arial;
  background: #555;
  color: white;
  padding: 10px;
  border-radius: 5px;
  margin: 0 0 20px 0;
}
.service_interruption_container .service_interruption_title {
  font: 18px arial;
  margin: 0 0 10px 0;
}

.order_countdown_container, #seats_selection_countdown_container, #seats_selection_countdown_container_overview {
  float: right;
  margin-right: 9px;
  padding: 0px;
  min-width: 50px;
  text-align: center;
  color: black;
}

.order_countdown_container {
  position: absolute;
  margin-left: 136px;
  margin-top: -6px;
  width: 50px;
  margin-right: 0px;
}

#ticket_order_3 .order_countdown_container {
  margin-left: -8px;
}

.order_countdown_container span, #seats_selection_countdown_container span, #seats_selection_countdown_container_overview span {
  font: bold 16px/20px arial;
}

.restart_seat_selection_button {
  background: #ddd;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #555;
  font: 20px arial;
  color: black;
  padding: 15px;
  cursor: pointer;
  box-shadow: 3px 3px 10px rgba(200, 200, 200, 0.3);
  width: auto;
  overflow: visible;
  text-align: center;
}

.restart_seat_selection_button:hover {
  background: #ccc;
}

.invoice_divider {
  border-top: 1px solid #aaa;
}

div.download_invoice_container {
  position: absolute;
  margin-left: 390px;
}

a:link.button.download_invoice, a:visited.button.download_invoice, a:active.button.download_invoice,
.download_invoice_container a:link.button, .download_invoice_container a:visited.button, .download_invoice_container a:active.button {
  display: block;
  color: #333;
  padding: 15px 0px 15px 15px;
  text-decoration: none;
  font: bold 16px arial;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -moz-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
  background-color: #f1f1f1;
  background-repeat: no-repeat;
  background-position: 164px 9px;
  width: 195px;
}

a.button.download_invoice:hover,
.download_invoice_container a.button:hover {
  background-color: #e0e0e0;
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

a:link.button.download_invoice,
.pos_completed a:visited.button.download_invoice,
.pos_completed a:active.button.download_invoice {
  background-image: url("../../../../images/icons/kassaprint.png");
}

.conditions_error_message {
  position: absolute;
  margin: 7px 0 0 270px;
  font: 14px arial;
  color: red;
  display: none;
}

.conditions_error_message.error {
  display: block;
}

.multi_event_container {
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 14px;
  margin: 0 0px 10px 0;
  max-width: 530px;
  transition: background-color 300ms linear;
}
.multi_event_container .ticketCountSelectorMultiEvent {
  float: right;
  padding: 18px 0 0 0;
}
.multi_event_container .ticketCountSelectorMultiEvent select {
  border-radius: 3px 3px 3px 3px;
  border-style: solid;
  background: #fafafa;
  border-color: #999 #F0F0F0 #F0F0F0 #999;
  padding: 7px 5px 7px 5px;
}
.multi_event_container .more_event_info_container {
  display: none;
  border-top: 1px solid #ddd;
  margin: 15px 0 0 0;
  padding-top: 10px;
  font-style: italic;
  color: #333;
}

.multi_event_container.condensed {
  max-width: 574px;
}

.multi_event_container.condensed .ticketCountSelectorMultiEvent {
  padding: 0px;
}

.multi_event_container select {
  width: 80px;
}

.multi_event_container:hover {
  color: black;
  background: #ddd;
}
.multi_event_container:hover .more_event_info_container {
  border-color: rgb(195.5, 195.5, 195.5);
}

.multi_event_container.selected {
  color: white;
  background: #68b368;
}
.multi_event_container.selected a:link, .multi_event_container.selected a:visited, .multi_event_container.selected a:active {
  color: white;
}
.multi_event_container.selected .more_event_info_container {
  color: white !important;
}

a.rsvp_not_attending_button:link,
a.rsvp_not_attending_button:active,
a.rsvp_not_attending_button:visited {
  color: white;
  text-decoration: none;
  background: #0BA4DE;
  color: white;
  padding: 15px;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
}

a.rsvp_not_attending_button:hover {
  text-decoration: underline;
}

.collapsable_options {
  background: white;
  color: black;
  margin-left: -4px;
  margin-right: -4px;
  overflow: hidden;
  max-height: 800px;
  margin-bottom: 10px;
  margin-top: 10px;
  -webkit-transition: max-height 0.8s;
  -moz-transition: max-height 0.8s;
  transition: max-height 0.8s;
}

.collapsable_options.collapsed {
  max-height: 0px;
}

.collapsable_options div.guest_option_box {
  padding: 5px 10px 5px 9px;
}

.collapsable_options .expanded_icon {
  position: relative;
}
.collapsable_options .expanded_icon div {
  width: 0px;
  height: 0px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 20px solid #555;
  font-size: 0px;
  line-height: 0px;
  /*		right: 6px;*/
  right: 86px;
  position: absolute;
}

.pre_expand_options_button {
  display: table-cell;
  width: 100%;
  cursor: pointer;
  vertical-align: top;
  padding-left: 8px;
}
.pre_expand_options_button div.exp_divider {
  font-size: 0px;
  line-height: 0px;
  margin-right: 90px;
  /*		margin-right: 10px;*/
  height: 8px;
  border-bottom: 1px solid white;
}

.expand_options_button {
  float: right;
  position: relative;
}
.expand_options_button div {
  width: 0px;
  height: 0px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 13px solid white;
  font-size: 0px;
  line-height: 0px;
  top: 10px;
  right: 91px;
  /*		right: 11px;*/
  position: absolute;
}

.kiosk_eventlist_widget {
  position: absolute;
  margin: 30px 0px 0px 0px;
  width: 200px;
  padding-left: 20px;
  padding-bottom: 50px;
  color: black;
}

.kiosk_eventlist_widget_title {
  font: 18px arial;
  margin: 0 0 15px 0;
}

.kiosk_eventlist_widget a:link, .kiosk_eventlist_widget a:visited, .kiosk_eventlist_widget a:active {
  color: black;
  display: inline-block;
  font: 14px/25px arial;
  margin: 5px 0 0 0;
  /*	text-transform: uppercase;*/
  border-bottom: 4px solid transparent;
  transition: all 300ms linear;
}

.kiosk_eventlist_widget a:hover, .kiosk_eventlist_widget a.active {
  color: #333;
  border-bottom: 4px solid #333;
  text-decoration: none;
}

.kiosk_eventlist_widget.with_icons .eventlist_item {
  margin: 5px 0 0 0;
  clear: both;
}

.kiosk_eventlist_widget.with_icons i {
  position: absolute;
  margin-right: 10px;
  margin-top: 7px;
  font-size: 11px;
}

.kiosk_eventlist_widget.with_icons a:link, .kiosk_eventlist_widget.with_icons a:visited, .kiosk_eventlist_widget.with_icons a:active {
  margin: 0px;
  margin-left: 20px;
}

.kiosk_event_banner_container {
  margin-left: 252px;
  width: 601px;
  padding-top: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  position: relative;
}

.kiosk_wide_top_banner_image {
  max-width: 100%;
  margin-top: 30px;
  text-align: center;
}

#swish_dialog_container {
  position: absolute;
  top: 0px;
  z-index: 4000;
}

.swish_dialog_overlay {
  position: absolute;
  top: 0px;
  width: 1001px;
  z-index: 3999;
  background: #eee;
  opacity: 0.01;
  -moz-opacity: 0.01;
  filter: alpha(opacity=1);
}

.dialog.swish {
  border-radius: 10px;
}
.dialog.swish .swish_test_mode {
  margin: 10px 0 0px 0;
  /*		border: 1px solid #EA7864;*/
  padding: 15px;
  font-size: 18px;
  text-align: center;
  background: #B6E9B0;
}
.dialog.swish .swish_context {
  float: right;
  width: 240px;
  background: white;
  padding: 0px 0px 15px 0px;
  margin: 25px 0 0 0;
}
.dialog.swish .swish_context #swish_countdown_container {
  display: inline-block;
  margin-left: 10px;
}
.dialog.swish .swish_context h5 {
  display: block;
  color: black;
  padding: 8px 20px 8px 46px;
  margin: 0px 0 14px 0px;
  font: 19px/23px arial;
}
.dialog.swish .swish_context .swish_status {
  text-align: center;
  padding: 0 15px 0 15px;
  font: 15px/18px arial;
}
.dialog.swish .swish_context .swish_status_icon {
  text-align: center;
  height: 45px;
}
.dialog.swish .swish_logo {
  width: 200px;
  height: 264px;
  background: url("/images/swish/swish_logo_primary_RGB_200.png") no-repeat;
  background-size: 68% 68%;
  position: absolute;
  margin: 234px 0 0 470px;
}
.dialog.swish .swish_main {
  width: 400px;
  min-height: 420px;
}
.dialog.swish h2 {
  display: block;
  color: black;
  padding: 8px 0px 4px 0px;
  margin: 15px 0 0px 0px;
  text-transform: uppercase;
  font: bold 32px/32px arial;
  text-align: center;
}
.dialog.swish h4 {
  display: block;
  background: #7b85f2;
  color: white;
  padding: 8px 20px 8px 44px;
  margin: 15px 0 14px 0px;
  text-transform: uppercase;
  border-radius: 5px;
  font: 17px/23px arial;
}
.dialog.swish h4.first {
  margin-top: 25px;
}
.dialog.swish h4.sign {
  background: none;
  color: black;
  padding: 14px 20px 8px 30px;
}
.dialog.swish .swish_info {
  text-align: center;
  font: 15px arial;
}
.dialog.swish #swish_payer_mobile, .dialog.swish #swish_account, .dialog.swish #swish_amount {
  font: bold 25px/20px arial;
}
.dialog.swish #swish_message {
  font: bold 30px/20px arial;
}

/*********************** Swish Handel *********************/
.dialog.swishhandel * {
  box-sizing: border-box;
}

.dialog.swishhandel {
  border-radius: 10px;
}
.dialog.swishhandel .swish_test_mode {
  margin: 10px 0 0px 0;
  /*		border: 1px solid #EA7864;*/
  padding: 15px;
  font-size: 18px;
  text-align: center;
  background: #B6E9B0;
}
.dialog.swishhandel .swish_context {
  float: right;
  width: 240px;
  background: white;
  padding: 0px 0px 15px 0px;
  margin: 240px 0 0 0;
}
.dialog.swishhandel .swish_context #swish_countdown_container {
  display: inline-block;
  margin-left: 10px;
}
.dialog.swishhandel .swish_context h5 {
  display: block;
  color: black;
  padding: 8px 20px 8px 64px;
  margin: 0px 0 6px 0px;
  font: 15px/18px arial;
}
.dialog.swishhandel .swish_context .swish_status {
  text-align: center;
  padding: 0 15px 0 15px;
  font: 15px/18px arial;
}
.dialog.swishhandel .swish_context .swish_status_icon {
  text-align: center;
  height: 45px;
  margin: 20px 0 0 0;
}
.dialog.swishhandel .swish_logo {
  width: 200px;
  height: 264px;
  background: url("/images/swish/swish_logo_primary_RGB_200.png") no-repeat;
  background-size: 68% 68%;
  position: absolute;
  margin: 13px 0 0 470px;
}
.dialog.swishhandel .swish_main {
  width: 400px;
  min-height: 420px;
}
.dialog.swishhandel .swish_ui_container {
  margin: 20px 0 0 0;
  background: #33B6EC;
  min-height: 210px;
  border-radius: 6px;
  font: 20px/25px Cabin;
  text-align: center;
  color: white;
}
.dialog.swishhandel .swish_ui_container div.swish_instruction_1 {
  padding: 25px 0 0 0;
}
.dialog.swishhandel .swish_ui_container div.swish_instruction_2 {
  padding: 12px 0 0 0;
}
.dialog.swishhandel .swish_ui_container div.swish_instruction_3 {
  padding: 20px 0 0 0;
}
.dialog.swishhandel .swish_ui_container.error div.swish_instruction_3 {
  display: none;
}
.dialog.swishhandel .swish_ui_container #swish_payer_mobile {
  font: 30px/35px Cabin;
}
.dialog.swishhandel .swish_ui_container #swish_amount {
  font: 44px/54px Cabin;
}
.dialog.swishhandel .swish_ui_container#swish_update_payer_mobile {
  margin: 20px 0 40px 0;
  padding: 25px 0 0 0;
}
.dialog.swishhandel .swish_ui_container.error {
  min-height: 150px;
  background: red;
}
.dialog.swishhandel h2 {
  display: block;
  color: black;
  padding: 5px 0px 0px 0px;
  margin: 15px 0 10px 0px;
  font: 500 44px/46px Cabin;
  text-align: center;
}
.dialog.swishhandel .swish_info {
  text-align: center;
  font: 15px Cabin;
}
.dialog.swishhandel .swish_button {
  background: white;
  border: 1px solid #333;
  border-radius: 4px;
  padding: 13px 10px;
  margin: 12px 0 0px 0;
  width: 70%;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
}
.dialog.swishhandel .swish_button:hover {
  background: #33B6EC;
  color: white;
}
.dialog.swishhandel .swish_button_green {
  background: #01CC01;
  border-radius: 4px;
  padding: 15px 10px;
  margin: 16px 0 0px 0;
  width: 70%;
  display: inline-block;
  cursor: pointer;
  font: 22px/22px Cabin;
  font-weight: 500;
}
.dialog.swishhandel .swish_button_green:hover {
  background: #01A423;
}
.dialog.swishhandel .swish_mobile_field_label {
  font: 500 22px Cabin;
  padding: 0 0 5px 0;
  display: block;
}
.dialog.swishhandel input {
  background: white;
  /*		border-color: #999 #f0f0f0 #f0f0f0 #999;*/
  border-color: black;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  padding: 16px 15px;
  font-size: 24px;
  width: 87%;
  margin: 0px;
}
.dialog.swishhandel input:hover, .dialog.swishhandel input:focus {
  background: white;
}
.dialog.swishhandel input.error {
  border-color: red;
  background: #ffcccc;
}
.dialog.swishhandel #swish_payment_error {
  padding: 0px 0 0 0;
}
.dialog.swishhandel #swish_payment_error h4 {
  display: block;
  color: black;
  padding: 8px 0px 8px 0px;
  margin: 15px 0 10px 0px;
  border-radius: 5px;
  text-align: center;
  font: 33px/23px Cabin;
}
.dialog.swishhandel #swish_payment_error #swish_payment_error_message {
  padding: 0 10px 16px 10px;
  display: block;
  font: 17px/20px Cabin;
}

.floating_ticketform_error {
  display: none;
  width: 100%;
  background: #D0543C;
  color: white;
  margin-top: 20px;
  margin-bottom: 20px;
  font: 13px/17px "Open Sans", arial;
}
.floating_ticketform_error span.inputguidetitle {
  font-size: 16px;
  font-family: "Open Sans", arial;
  line-height: 19px;
  display: block;
  margin-bottom: 16px;
}
.floating_ticketform_error span.inputguide {
  margin-top: 3px;
  font-size: 15px;
  line-height: 19px;
  display: block;
}
.floating_ticketform_error p {
  font: 13px/17px "Open Sans", arial !important;
  margin: 0px !important;
  padding: 0px 0px 16px 0px !important;
  color: white !important;
}
.floating_ticketform_error p:last-child {
  padding: 0 !important;
}
.floating_ticketform_error ul {
  padding: 10px !important;
  margin: 0px !important;
  list-style: none !important;
}
.floating_ticketform_error li {
  padding: 0px !important;
  margin: 0 0 0px 0 !important;
  list-style: none !important;
  color: white !important;
}
.floating_ticketform_error li:last-child {
  min-height: 60px;
}

.intl-tel-input .country-name {
  color: black;
}

.intl-tel-input .flag-dropdown {
  margin-left: -37px;
}

.intl-tel-input .selected-flag .arrow {
  display: none;
}

.intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
  padding-left: 5px !important;
}

.intl-tel-input .selected-flag {
  width: 34px !important;
}

.ticketform input.inputfield.iti-invalid-key:focus {
  background-color: #FFC7C7 !important;
}

#guest_row_1_copy_number {
  position: relative;
  margin-left: 0px;
  margin-top: 10px;
  padding-bottom: 15px;
}

.copy_guest_info_button_2 {
  background: white;
  border: 1px solid #444;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);
  padding: 10px;
  box-sizing: border-box !important;
  width: 200px;
  cursor: pointer;
}
.copy_guest_info_button_2 span {
  color: black;
  font: 13px/16px arial;
  display: block;
}
.copy_guest_info_button_2 .arrowdn {
  background: white;
  width: 61px;
  position: absolute;
  margin: 10px 0 0 0;
  z-index: 10;
  height: 8px;
  border-left: 2px solid #777;
  border-right: 2px solid #777;
}
.copy_guest_info_button_2 .arrowdn2 {
  width: 0px;
  height: 0px;
  border-top: 22px solid #777;
  border-left: 44px solid transparent;
  border-right: 44px solid transparent;
  font-size: 0px;
  line-height: 0px;
  position: absolute;
  top: 60px;
  left: 0px;
}
.copy_guest_info_button_2 .arrowdn2:after {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 19px solid white;
  border-left: 39px solid transparent;
  border-right: 39px solid transparent;
  position: absolute;
  top: -21px;
  left: -39px;
}
.copy_guest_info_button_2:hover {
  background: rgb(229.5, 229.5, 229.5);
  box-shadow: none;
}
.copy_guest_info_button_2:hover .arrowdn {
  background: rgb(229.5, 229.5, 229.5);
}
.copy_guest_info_button_2:hover .arrowdn2:after {
  border-top: 19px solid rgb(229.5, 229.5, 229.5);
}

.tickets_not_released #ticketcountform {
  display: none;
}

.tickets_not_released .order_s1_next_container {
  visibility: hidden;
}

.tickets_not_released .order_s1_buttons_container {
  visibility: hidden;
}

.ticketCountSelector.next_to_count {
  float: left;
  margin: -1px 31px 0px 0;
}

.order_s1_buttons_container_next_to_count {
  height: 86px;
  float: left;
}

.order_s1_buttons_container,
.order_s1_5_buttons_container,
.order_s2_buttons_container,
.order_s3_buttons_container,
.order_s4_buttons_container {
  height: 56px;
}

.order_s1_buttons_container {
  width: 330px;
}

.multi_event_kiosk .order_s1_buttons_container {
  width: 587px;
}

.order_s1_5_buttons_container {
  width: 580px;
  margin-left: 20px;
}

.order_s2_buttons_container {
  width: 397px;
}

.order_s3_buttons_container {
  width: 577px;
}

.order_s4_buttons_container {
  width: 397px;
}

.kiosk_button {
  float: left;
  display: inline-block;
  margin: 0 0 0 0px;
  background: none;
  padding: 0px 27px 0px 31px;
  height: 52px;
  color: #9A9A9A;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 100ms linear;
}
.kiosk_button div.kb_label {
  float: left;
  font-size: 14px;
  line-height: 14px;
  font-family: "Open Sans", arial;
  margin: 19px 0 0 0;
}
.kiosk_button div.kb_next_icon {
  float: left;
  display: inline-block;
  margin: 16px 0 0 8px;
  width: 0px;
  height: 0px;
  border-bottom: 9px solid transparent;
  border-top: 9px solid transparent;
  border-left: 13px solid #9A9A9A;
  font-size: 0px;
  line-height: 0px;
  transition: border-color 100ms linear;
}
.kiosk_button div.kb_prev_icon {
  float: left;
  display: inline-block;
  margin: 16px 8px 0 0px;
  width: 0px;
  height: 0px;
  border-bottom: 9px solid transparent;
  border-top: 9px solid transparent;
  border-right: 13px solid #9A9A9A;
  font-size: 0px;
  line-height: 0px;
  transition: border-color 100ms linear;
}
.kiosk_button.active {
  background: #333333;
  color: white;
}
.kiosk_button.active div.kb_next_icon {
  border-left: 13px solid white;
}
.kiosk_button.active:hover {
  background: rgb(33.15, 33.15, 33.15);
}
.kiosk_button.kb_fr {
  float: right;
}
.kiosk_button.kb_prev {
  padding-left: 0px;
}

.count_label {
  float: left;
  line-height: 34px;
  margin: 0 12px 0 0;
}

.ticketCountSelector {
  line-height: 0;
}

.quantity_input_container {
  display: inline-block;
  background-color: white;
  padding: 0px 0px 0px 19px;
  height: 34px;
  transition: background-color 100ms ease-out;
}
.quantity_input_container .minus_btn, .quantity_input_container .plus_btn {
  cursor: pointer;
  font-size: 14px;
  line-height: 34px;
  display: block;
  height: 34px;
  float: left;
  color: black;
  padding: 0px 6px 0px 6px;
}
.quantity_input_container .minus_btn:hover, .quantity_input_container .plus_btn:hover {
  background-color: #eee;
}
.quantity_input_container input {
  margin: 0 5px 0 5px;
  float: left;
  padding: 0;
  width: 52px;
  font: 20px arial;
  line-height: 34px;
  border: none;
  background-color: transparent;
}
.quantity_input_container.quant-invalid-key {
  background-color: #ffcccc;
}

.testtopcontainer {
  clear: both;
  width: 640px;
}
.testtopcontainer span {
  box-sizing: border-box;
  float: left;
  width: 18%;
  text-align: center;
  padding: 16px 0 16px 0;
  background: #B1B1B1;
  font: bold 17px/25px "Open Sans";
  text-transform: uppercase;
  color: white;
}
.testtopcontainer span.active {
  background: #019771;
}
.testtopcontainer i {
  box-sizing: border-box;
  width: 8%;
  float: left;
  color: #B2B2B2;
  font-size: 30px;
  margin: 14px 0 0 0;
  text-align: center;
}

.testtopcontainer.test2 {
  clear: both;
  padding: 90px 0 0 0;
  width: 1000px;
}

.kiosk_info_button {
  float: right;
  margin: -10px 0 0 0;
  padding: 0 20px 0 10px;
}

.kiosk_info_button .field_questionmark {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  border: 1px solid #999999;
  transition: all 100ms linear;
  cursor: pointer;
  width: 45px;
  height: 45px;
  color: #999999;
}
.kiosk_info_button .field_questionmark:hover {
  background-color: #999999;
  color: white;
}
.kiosk_info_button .field_questionmark:after {
  font-family: "Marck Script", cursive;
  font-size: 35px;
  line-height: 45px;
  padding: 0px 0 0 0;
  text-align: center;
  width: 45px;
  height: 45px;
  display: inline-block;
  position: absolute;
  content: "i";
}

.menutrailer.kiosk_info_button_tooltip {
  box-sizing: content-box;
  margin-left: -220px;
  margin-top: 20px;
  width: 210px;
  background: white;
  box-shadow: 2px 2px 1px 0px rgba(100, 100, 100, 0.4);
  border: 1px solid #aaa;
  font: 14px arial;
  padding: 25px;
}
.menutrailer.kiosk_info_button_tooltip .kiosk_info_button_tooltip {
  background: none;
  padding: 0px;
}
.menutrailer.kiosk_info_button_tooltip .menutrailer_content_arrow {
  display: none;
}
.menutrailer.kiosk_info_button_tooltip .menutrailer_bottom {
  display: none;
}

ul.kiosk_show_selector {
  margin: 12px 0 -16px 0;
  padding: 0 0 0 0;
  list-style: none;
}
ul.kiosk_show_selector li {
  margin: 2px 0px 2px 0px;
  padding: 0px;
}
ul.kiosk_show_selector i {
  font-size: 20px;
  margin-right: 6px;
  width: 22px;
}
ul.kiosk_show_selector i:before {
  content: "\f1db"; /* fa-circle-thin  */
  font-size: 9px;
  margin-left: 5px;
}
ul.kiosk_show_selector .active {
  font-weight: bold;
  font-size: 16px;
}
ul.kiosk_show_selector .active i:before {
  content: "\f00c"; /* fa-check */
  font-size: 22px;
  margin-left: 0px;
}
ul.kiosk_show_selector a:active, ul.kiosk_show_selector a:visited, ul.kiosk_show_selector a:link {
  text-decoration: none;
}

select.kiosk_show_selector {
  margin: 15px 0 0 0;
  padding: 5px 10px 5px 10px;
  width: 300px;
  font: 16px/20px arial;
}

/* Bundle *****************************************/
.ticket_type_tab_container {
  display: inline-block;
  min-width: 440px;
}
.ticket_type_tab_container .ticket_type_tabs {
  display: table;
  width: 100%;
}
.ticket_type_tab_container .ticket_type_tab {
  display: table-cell;
  font: 18px/40px arial;
  padding: 0 20px 0 20px;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  cursor: pointer;
}
.ticket_type_tab_container .ticket_type_tab.active {
  background: #dcdcdc;
}
.ticket_type_tab_container .ticket_type_tab.tab_type_regular_tickets {
  width: 110px;
}
.ticket_type_tab_container #tab_type_regular_tickets_content {
  background: #dcdcdc;
  padding: 20px 20px 0 20px;
}
.ticket_type_tab_container #tab_type_bundled_tickets_content {
  background: #dcdcdc;
  padding: 20px 20px 20px 20px;
  margin-bottom: 80px;
}
.ticket_type_tab_container #tab_type_bundled_tickets_content .bundled_tickets_container .row {
  padding: 3px 0;
}
.ticket_type_tab_container #tab_type_bundled_tickets_content .bundled_tickets_container .label_quant {
  display: table-cell;
  line-height: 17px;
  vertical-align: middle;
  width: 240px;
}
.ticket_type_tab_container #tab_type_bundled_tickets_content .bundled_tickets_container .label_quant span {
  font: italic 12px arial;
}
.ticket_type_tab_container #tab_type_bundled_tickets_content .bundled_tickets_container .bundled_price {
  display: table-cell;
  vertical-align: middle;
  width: 60px;
}
.ticket_type_tab_container #tab_type_bundled_tickets_content .bundled_tickets_container .select_container_quant {
  display: table-cell;
}
.ticket_type_tab_container #tab_type_bundled_tickets_content #step_next_bundle_1 {
  position: absolute;
  margin: 36px 0 0 -20px;
  padding-left: 173px;
  float: none;
  height: 64px;
  width: 267px;
}
.ticket_type_tab_container #tab_type_bundled_tickets_content #step_next_bundle_1 .kb_label {
  margin-top: 25px;
  margin-left: 30px;
}
.ticket_type_tab_container #tab_type_bundled_tickets_content #step_next_bundle_1 .kb_next_icon {
  margin-top: 23px;
}

.guest_row_bundle_divider {
  display: none;
  background: #6766CC;
  height: 4px;
  line-height: 0px;
  margin: 25px 0 0 0;
}
.guest_row_bundle_divider.guest_row_bundle_space {
  margin-top: 30px;
}

.guest_row_bundle_info {
  padding: 0px 42px 5px 42px;
  background: #6766CC;
  float: right;
  margin: 0px 0 5px 0;
  color: white;
  font: 14px/17px arial;
  text-transform: uppercase;
  display: none;
}

.guest_row_bundle_ticket_info {
  display: none;
  padding: 3px 10px 3px 10px;
  min-width: 65px;
  background: #6766CC;
  color: white;
  font: italic 11px/14px arial;
  margin-bottom: 2px;
}

.hidden_by_bundle_setup {
  display: none;
}

span.ulprivacypolicy {
  margin: 0px;
  padding: 0px 20px 10px 30px;
  list-style: disc;
  display: block;
}
span.ulprivacypolicy .liprivacypolicy {
  padding: 10px 0px 10px 0px;
  margin: 0px;
  display: list-item;
}

#season_pass_extension_container {
  margin: 15px 0 0 0;
}

.season_pass_extension_title {
  font: bold 17px arial;
  margin: -10px 0 2px 0;
}

.season_pass_extension_subtitle {
  font: 16px arial;
  margin: 0px 0 6px 0;
}

.season_pass_extension_list_container {
  display: table;
  border: 1px solid #aaa;
  padding: 20px 0 20px 0;
  width: 100%;
  background: #f5f5f5;
  color: black;
  border-collapse: separate;
  border-spacing: 0px 3px;
}
.season_pass_extension_list_container .spel_row {
  display: table-row;
}
.season_pass_extension_list_container .spel_seat_info {
  display: table-cell;
  font: 15px/17px arial;
  vertical-align: middle;
  padding: 0 20px 0 20px;
}
.season_pass_extension_list_container .spel_seat_trash {
  padding: 0 20px 0 20px;
  display: table-cell;
  vertical-align: middle;
  font: 14px/17px arial;
  text-align: right;
}
.season_pass_extension_list_container .spel_seat_trash a {
  text-decoration: none !important;
  color: black;
}
.season_pass_extension_list_container .spel_seat_trash i {
  margin-left: 5px;
  font-size: 20px;
}

.season_pass_extension_info {
  font: italic 14px arial;
  margin: 5px 0 30px 0;
}

body {
  background: white;
  color: black;
}

.wrapper {
  margin: 0px auto;
  width: 860px;
  position: relative;
}

#banner img.fullwidth {
  width: 100%;
  min-width: 320px;
  display: block;
}

#banner img.fullwidthmax1500 {
  width: 100%;
  min-width: 320px;
  max-width: 1500px;
  margin: 30px auto 0px auto;
  display: block;
}

#banner img.mobile {
  width: 100%;
  min-width: 320px;
  display: none;
}

.wrapper {
  width: 100%;
  max-width: 1100px;
}

.kiosk_eventlist_widget {
  width: 28%;
}

.kiosk_event_banner_container, #event_scrollbox_container, #kiosk_content {
  margin-left: 33%;
}

.kiosk_event_banner_container {
  padding-left: 22px;
}

.event_list_widget_page .wrapper {
  width: 100%;
  max-width: 800px;
  min-width: 320px;
}

.eventlist_iframe_wrapper {
  position: relative;
  margin: 48px 0 0 0px;
  padding: 0 10px 0 10px;
  font: 14px/18px arial;
}

.eventlist_iframe_wrapper h1 {
  font: 32px/40px arial;
  margin: 0 0 20px 0;
  display: block;
}

.eventlist_iframe_wrapper p {
  width: 95%;
  margin: 13px 0 13px 0;
  padding: 0px;
}

.eventlist_iframe_wrapper a {
  color: inherit;
  text-decoration: underline;
}

.eventlist_iframe_wrapper iframe {
  margin: 22px 0 0 0;
}

@media screen and (max-width: 890px) {
  .kiosk_eventlist_widget {
    display: none;
  }
  #event_scrollbox_container {
    margin-left: 0px;
  }
  #kiosk_content, .kiosk_event_banner_container {
    margin-left: 0px;
  }
  .wrapper {
    width: 640px;
  }
}
/********************************************************************/
@media screen and (max-width: 640px) {
  .event_list_widget_page #banner img.fullwidth, .event_list_widget_page #banner img.fullwidthmax1500 {
    display: none;
  }
  .event_list_widget_page #banner img.mobile {
    display: block;
  }
  .eventlist_iframe_wrapper {
    margin: 15px 0 0 0px;
  }
  .eventlist_iframe_wrapper iframe {
    margin: 10px 0 0 0;
  }
}
@media screen and (max-width: 1500px) {
  #banner img.fullwidthmax1500 {
    margin-top: 0px;
  }
}
/********************************************************************/
:root {
  --defaultFontStack: "One Montserrat", "Helvetica Neue", Helvetica, sans-serif;
  --helveticaFontStack: Helvetica, sans-serif;
  --colorBlack: #000;
  --colorBlack_14: #141414;
  --colorBlack_2d: #2d2d2d;
  --colorBlack_a00: transparent;
  --colorBlack_a03: rgba(0, 0, 0, 0.03);
  --colorBlack_a05: rgba(0, 0, 0, 0.05);
  --colorBlack_a10: rgba(0, 0, 0, 0.1);
  --colorBlack_a15: rgba(0, 0, 0, 0.15);
  --colorBlack_a20: rgba(0, 0, 0, 0.2);
  --colorBlack_a25: rgba(0, 0, 0, 0.25);
  --colorBlack_a30: rgba(0, 0, 0, 0.3);
  --colorBlack_a35: rgba(0, 0, 0, 0.35);
  --colorBlack_a40: rgba(0, 0, 0, 0.4);
  --colorBlack_a50: rgba(0, 0, 0, 0.5);
  --colorBlack_a60: rgba(0, 0, 0, 0.6);
  --colorBlack_a65: rgba(0, 0, 0, 0.65);
  --colorBlack_a70: rgba(0, 0, 0, 0.7);
  --colorBlack_a80: rgba(0, 0, 0, 0.8);
  --colorWhite: #fff;
  --colorWhite_a00: hsla(0, 0%, 100%, 0);
  --colorWhite_a05: hsla(0, 0%, 100%, 0.05);
  --colorWhite_a10: hsla(0, 0%, 100%, 0.1);
  --colorWhite_a15: hsla(0, 0%, 100%, 0.15);
  --colorWhite_a20: hsla(0, 0%, 100%, 0.2);
  --colorWhite_a25: hsla(0, 0%, 100%, 0.25);
  --colorWhite_a30: hsla(0, 0%, 100%, 0.3);
  --colorWhite_a40: hsla(0, 0%, 100%, 0.4);
  --colorWhite_a60: hsla(0, 0%, 100%, 0.6);
  --colorWhite_a70: hsla(0, 0%, 100%, 0.7);
  --colorWhite_a75: hsla(0, 0%, 100%, 0.75);
  --colorWhite_a80: hsla(0, 0%, 100%, 0.8);
  --colorWhite_a90: hsla(0, 0%, 100%, 0.9);
  --colorGrey_a50: hsla(0, 0%, 74.9%, 0.5);
  --colorGray_6d: #6d6d6d;
  --colorGray_97: #f7f7f7;
  --colorGray_9d: #9d9d9d;
  --colorGray_ce: #cecece;
  --colorGray_09: #090909;
  --colorGray_11: #111;
  --colorGray_1a: #1a1a1a;
  --colorGray_22: #222;
  --colorGray_2b: #2b2b2b;
  --colorGray_2b_axB3: rgba(43, 43, 43, 0.7019607843137254);
  --colorGray_33: #333;
  --colorGray_33_a50: rgba(51, 51, 51, 0.5019607843137255);
  --colorGray_33_ax4F: rgba(51, 51, 51, 0.30980392156862746);
  --colorGray_3c: #3c3c3c;
  --colorGray_3c_a10: rgba(60, 60, 60, 0.1);
  --colorGray_3c_a40: rgba(60, 60, 60, 0.4);
  --colorGray_3c_ax4D: rgba(60, 60, 60, 0.30196078431372547);
  --colorGray_3c_ax80: rgba(60, 60, 60, 0.5019607843137255);
  --colorGray_44: #444;
  --colorGray_4d: #4d4d4d;
  --colorGray_55: #555;
  --colorGray_5e: #5e5e5e;
  --colorGray_66: #666;
  --colorGray_66_ax66: hsla(0, 0%, 40%, 0.4);
  --colorGray_6f: #6f6f6f;
  --colorGray_77: #777;
  --colorGray_80: grey;
  --colorGray_80_axCC: hsla(0, 0%, 50.2%, 0.8);
  --colorGray_88: #888;
  --colorGray_8a: #8a8989;
  --colorGray_90: #909090;
  --colorGray_99: #999;
  --colorGray_99_ax24: hsla(0, 0%, 60%, 0.1411764705882353);
  --colorGray_a1: #a1a1a1;
  --colorGray_aa: #aaa;
  --colorGray_b2: #b2b2b2;
  --colorGray_bb: #bbb;
  --colorGray_c3: #c3c3c3;
  --colorGray_cc: #ccc;
  --colorGray_d4: #d4d4d4;
  --colorGray_dd: #ddd;
  --colorGray_e5: #e5e5e5;
  --colorGray_ee: #eee;
  --colorGray_ee_ax6B: hsla(0, 0%, 93.3%, 0.4196078431372549);
  --colorGray_ee_ax99: hsla(0, 0%, 93.3%, 0.6);
  --colorGray_f6: #f6f6f6;
  --colorGray_20_ax99: rgba(32, 32, 32, 0.6);
  --colorGray_26: #262626;
  --colorGray_26_a05: rgba(38, 38, 38, 0.5);
  --colorGray_26_ax0D: rgba(38, 38, 38, 0.050980392156862744);
  --colorGray_26_ax1A: rgba(38, 38, 38, 0.10196078431372549);
  --colorGray_26_ax26: rgba(38, 38, 38, 0.14901960784313725);
  --colorGray_26_ax40: rgba(38, 38, 38, 0.25098039215686274);
  --colorGray_39: #393939;
  --colorGray_c6_ax80: hsla(0, 0%, 77.6%, 0.5019607843137255);
  --colorGray_c6_axE6: hsla(0, 0%, 77.6%, 0.9019607843137255);
  --colorGray_c8: #c8c8c8;
  --colorGray_d8_ax66: hsla(0, 0%, 84.7%, 0.4);
  --colorGray_da_axE6: hsla(0, 0%, 85.5%, 0.9019607843137255);
  --colorGray_e2: #e2e2e2;
  --colorGray_ea: #eaeaea;
  --colorGray_eb: #ebebeb;
  --colorGray_f3: #f3f3f3;
  --colorGray_f7: #f7f7f7;
  --colorGray_f8: #f8f8f8;
  --colorGray_f9: #f9f9f9;
  --colorGray_fb: #fbfbfb;
  --colorGray_206: #cecece;
  --colorGray_247: #f7f7f7;
  --colorBrightGray: #ecdfed;
  --colorBrightGray2: #f2eaf3;
  --colorMonodo: #50493f;
  --colorRed: red;
  --colorRed_96_ax1A: rgba(150, 0, 0, 0.10196078431372549);
  --colorPalePink: #f8d9dd;
  --colorTurquoise: #40e0d0;
  --colorRemoveRed: #d20019;
  --colorRedDahlia: #802121;
  --colorEmergency: #8d1515;
  --colorClottedRed: #971414;
  --colorKetchupLater2: #a51c1c;
  --colorKetchupLater1: #ab1919;
  --colorCrisisRed1: #bc1d1d;
  --colorCrisisRed1_a30: rgba(188, 29, 29, 0.3);
  --colorCrisisRed1_ax4D: rgba(188, 29, 29, 0.30196078431372547);
  --colorCrisisRed2: #be1e1e;
  --colorRedBaron: #bf0011;
  --colorPleasantPomegranate: #c30;
  --colorRedEpiphyllum: #cf0000;
  --colorBloodOrange: #d0021b;
  --colorVenetianRed: #d20019;
  --colorLifeguard: #e20000;
  --colorNeonRomance: #e60036;
  --colorFadedRed: #d64949;
  --colorFlushed: #dc5555;
  --colorFireEngine: #fc0000;
  --colorRackhamRed_axE6: rgba(213, 54, 34, 0.9019607843137255);
  --colorLoveScepter: #e08577;
  --colorCulturedRose: #e48476;
  --colorCoralOrange: #e56950;
  --colorPeachyPinky: #ff755a;
  --colorPeachyPinky_a10: rgba(255, 117, 90, 0.1);
  --colorPeachyPinky_a15: rgba(255, 117, 90, 0.15);
  --colorPeachyPinky_a20: rgba(255, 117, 90, 0.2);
  --colorPeachyPinky_a50: rgba(255, 117, 90, 0.5);
  --colorPeachyPinky_a70: rgba(255, 117, 90, 0.7);
  --colorMelon2: #ff7452;
  --colorMelon1: #ff7856;
  --colorPeachyPinky2: #ff795e;
  --colorSunsetPapaya2: #fe7e63;
  --colorSunsetPapaya2_axAD: rgba(254, 126, 99, 0.6784313725490196);
  --colorSunsetPapaya: #ff8063;
  --colorPlayTilDawn: #ff8a77;
  --colorPlayTilDawn_axBF: rgba(255, 138, 119, 0.7490196078431373);
  --colorAbloom: #f2cece;
  --colorTutu: #f9e4e4;
  --colorTicinoBlue_axE6: rgba(40, 134, 213, 0.9019607843137255);
  --colorAztecTurquoise_axBF: rgba(0, 201, 225, 0.7490196078431373);
  --colorAzure_ax14: rgba(0, 127, 255, 0.0784313725490196);
  --colorPepperGrass: #7ba148;
  --colorIndubitablyGreen: #77a240;
  --colorSpringGreen: #5d9a18;
  --colorCarolsPurr: #76a338;
  --colorParrotGreen: #87ab53;
  --colorZundaGreen: #76b82a;
  --colorLimaSombrio: #77b829;
  --colorCabbagePatch: #91c358;
  --colorFashionGreen: #aed069;
  --colorBuilderAccentGreen: #00c070;
  --colorWeirdGreen: #45e783;
  --colorVeryLightGreen: #ddedca;
  --colorUnity1: #294f90;
  --colorUnity2: #294f90;
  --colorNuitBlanche: #1a4791;
  --colorUnity3: #284f90;
  --colorRaidenBlue: #005ba9;
  --colorSapphireBlue: #0063b8;
  --colorRoyalNavyBlue1: #06c;
  --colorRoyalBlue: #466ec3;
  --colorWarning: #ffedd9;
  --colorWizardBlue1: #006fcd;
  --colorWizardBlue1_axF2: rgba(0, 111, 205, 0.9490196078431372);
  --colorWizardBlue1_axFA: #e5f2fa;
  --colorWizardPink1_axE8: #fbe6e8;
  --colorWizardBlue2: #006fd4;
  --colorWizardBlue2_ax1A: rgba(0, 111, 212, 0.10196078431372549);
  --colorWizardBlue2_ax33: rgba(0, 111, 212, 0.2);
  --colorWizardBlue2_ax40: rgba(0, 111, 212, 0.25098039215686274);
  --colorWizardBlue3: #006fd4;
  --colorWizardBlue4: #006fcd;
  --colorWizardBlue6: #0970cd;
  --colorWizardBlue5: #0b70d4;
  --colorScienceBlue: #0078c8;
  --colorScienceBlue_a06: rgba(0, 120, 200, 0.06);
  --colorScienceBlue_a12: rgba(0, 120, 200, 0.12);
  --colorScienceBlue_ax0F: rgba(0, 120, 200, 0.058823529411764705);
  --colorScienceBlue_ax1C: rgba(0, 120, 200, 0.10980392156862745);
  --colorScienceBlue_ax1F: rgba(0, 120, 200, 0.12156862745098039);
  --colorCelestialPlum: #3c71c6;
  --colorFadingNight: #3a6fca;
  --colorFadingNight2: #396fc9;
  --colorFadingNight3: #3970d5;
  --colorBrightNavyBlue: #1069d9;
  --colorRoyalNavyBlue2: #0d6ad2;
  --colorBlueRuin: #006cd7;
  --colorEnchantingSapphire: #286fd4;
  --colorEpicBlue: #006bf4;
  --colorElectronBlue: #0d76d0;
  --colorBlueEyedBoy: #2978c8;
  --colorMagicalMerlin: #418bd1;
  --colorKlaxosaurBlue: #3089c6;
  --colorTicinoBlue: #2688db;
  --colorBerlinBlue: #5181cf;
  --colorSilverLakeBlue: #5f8bb8;
  --colorLivid: #608bd3;
  --colorBlueCola: #008ce6;
  --colorRockmanBlue: #39a0f8;
  --colorFennelFlower1: #7daaf4;
  --colorFennelFlower3: #7ca9f4;
  --colorWindfall: #87aace;
  --colorWindfall_ax66: rgba(135, 170, 206, 0.4);
  --colorBlueShutters: #96b6ea;
  --colorCoolerThanEver: #77bdff;
  --colorBrokenBlue: #6eb9fd;
  --colorBlueEcho: #8dbac7;
  --colorWhimsicalBlue: #00e4ff;
  --colorLinkWater: #d9ebf7;
  --colorGrayishBlue: #e5f1f9;
  --colorWhimsicalBlue_a20: rgba(0, 228, 255, 0.2);
  --colorWhimsicalBlue_ax1A: rgba(0, 228, 255, 0.10196078431372549);
  --colorVanishingBlue: #cedfef;
  --colorHusky: #deedfa;
  --colorMorningMist: #e5edf3;
  --colorDiamondWhite: #e3edf6;
  --colorDiamondWhite_ax66: rgba(227, 237, 246, 0.4);
  --colorDiamondWhite_axBD: rgba(227, 237, 246, 0.7411764705882353);
  --colorPlaceboBlue1: #eef5fb;
  --colorPlaceboBlue: #ebf5ff;
  --colorAztecGold: #c39853;
  --colorAmber: #ffbf00;
  --colorStarfruit: #e0d280;
  --colorFlavescent: #fbea8f;
  --colorOrecchiette: #fbeeca;
  --colorViolettuce: #852254;
  --colorCelestialDragon: #95265e;
  --colorHelloDarknessMyOldFriend: #7d2b87;
  --colorHelloDarknessMyOldFriend_ax1A: rgba(125, 43, 135, 0.10196078431372549);
  --colorMediumPurple: #94429e;
  --colorLightPurple: #9d60a5;
  --colorAmericanSilver: #cecece;
  --colorAliceBlue1_ax80: #e6f2fa;
  --colorWoodman: #465d2c;
  --colorNewmansEye: #b1c8e4;
  --colorPowderSoftBlue: #bac9d7;
  --colorOhBoy: #bbd6fb;
  --colorBeauBlue: #bed2e6;
  --colorGreekIsles: #bfddf1;
  --colorLightCameoBlue: #c5d4e2;
  --colorFlyAKite: #c5def4;
  --colorLavenderBlue: #cfcffa;
  --colorGreyishWhite: #d6dfe9;
  --colorLightGreyishBlue: #d9ebf7;
  --colorGreenGlimpse: #e7eae3;
  --colorSilverPhoenix: #edebf3;
  --colorEtherealWhite: #e6f1f0;
  --colorCottonBoll: #e5f0fa;
  --colorAliceBlue: #eef5ff;
  --colorAliceBlue1: #e6f2fa;
  --colorGardenDawn: #f1f8ea;
  --colorMaWhite: #f4f8fb;
  --colorCherubic: #fce6f1;
  --colorVarden: #fceed4;
  --colorSweetFrosting: #fdf8e4;
  --colorDoeskin: #fff3e6;
  --colorFlushOrange: #ff8603;
  --topbarMenuHov: #e3edf6;
  --premiumBanner: #95265e;
  --premiumPurpleColor: #733183;
  --propertiesPanelHeaderBackground: linear-gradient(180deg, rgba(254, 126, 99, 0.68) 0%, #fe7e63);
  --primaryImpactColor: #0078c8;
  --primaryImpactColor_a06: rgba(0, 120, 200, 0.06);
  --primaryImpactColor_a12: rgba(0, 120, 200, 0.12);
  --primaryImpactColor_ax0F: rgba(0, 120, 200, 0.058823529411764705);
  --primaryImpactColor_ax1C: rgba(0, 120, 200, 0.10980392156862745);
  --primaryImpactColor_ax1F: rgba(0, 120, 200, 0.12156862745098039);
  --primaryImpactHoverColor: #008ce6;
  --primaryImpactIconColor: #0078c8;
  --similarToPrimaryImpactColor: #006fcd;
  --wsbt_primaryBtnDisabled: #96b6ea;
  --wsbt_dialogStripInfo: #76a338;
  --wsbt_tipContainerBackgroundColor: #fbea8f;
  --wsbt_tipContainerBorderColor: #e0d280;
  --wsbt_tipImageContainerBackgroundColor: #e0d280;
  --wsbt_tipNextButtonBackgroundColor: hsla(0, 0%, 100%, 0.6);
  --wsbt_tipTourCompleteButtonBackgroundColor: #0970cd;
  --wsbt_tipTourCompleteButtonBackgroundHoverColor: #008ce6;
  --wsbt_tipTourCompleteButtonTextColor: #fff;
  --wsbt_tipPreviousTextColor: #006fcd;
  --wsbt_tipPreviousTextHoverColor: #294f90;
  --wsbt_tipTitleTextColor: #333;
  --wsbt_tipTextColor: #262626;
  --wsbt_tipImageColor: #262626;
  --wsbt_tipLinkTextColor: #0078c8;
  --wsbt_notificationDot: #39a0f8;
  --wsbt_activeTextAndBorderColor: #006fd4;
  --wsbt_listSelectedItemHighlightColor: #ff8063;
  --wsbt_pagesTreeSelectedPageIndicatorColor: #ff8063;
  --wsbt_pagesTreeCollapsedBackgroundColor: rgba(0, 120, 200, 0.12);
  --wsbt_smallButtonBorderRadius: 11px;
  --wsbt_generalButtonBorderRadius: 16.5px;
  --wsbt_largeButtonBorderRadius: 100px;
  --wsbt_linkColor: #7ba148;
  --wsbt_textLinkColor: #0078c8;
  --wsbt_bodyBackgroundColor: #77a240;
  --wsbt_dialogPartialBackgroundGradient1Color: #aed069;
  --wsbt_dialogPartialBackgroundGradient2Color: #76a338;
  --wsbt_featureEnabledImpactBackgroundColor: #91c358 ;
}

:root,
html.hostnet:root {
  --primaryTextColor: #fff;
  --wsbt_primaryOrActiveBtnTextColor: #fff;
  --wsbt_pagesTreeCollapsedBackgroundHoverColor: rgba(0, 120, 200, 0.06);
  --wsbt_textLinkDecoration: none;
  --wsbt_toggleOnBackgroundColor: #45e783 ;
}

html.hostnet:root {
  --defaultFontStack: "Roboto", "Helvetica Neue", Helvetica, sans-serif;
  --primaryImpactColor: #1356d9;
  --primaryImpactColor_a06: rgba(19, 86, 217, 0.058823529411764705);
  --primaryImpactColor_a12: rgba(19, 86, 217, 0.12156862745098039);
  --primaryImpactColor_ax0F: rgba(19, 86, 217, 0.058823529411764705);
  --primaryImpactColor_ax1C: rgba(19, 86, 217, 0.10980392156862745);
  --primaryImpactColor_ax1F: rgba(19, 86, 217, 0.12156862745098039);
  --primaryImpactIconColor: #1356d9;
  --similarToPrimaryImpactColor: #1356d9;
  --wsbt_dialogStripInfo: #1356d9;
  --wsbt_tipContainerBackgroundColor: #1356d9;
  --wsbt_tipContainerBorderColor: #5488f0;
  --wsbt_tipImageContainerBackgroundColor: #5488f0;
  --wsbt_tipNextButtonBackgroundColor: #fff;
  --wsbt_tipTourCompleteButtonBackgroundColor: #fff;
  --wsbt_tipTourCompleteButtonBackgroundHoverColor: #ddd;
  --wsbt_tipTourCompleteButtonTextColor: #000;
  --wsbt_tipPreviousTextColor: #fff;
  --wsbt_tipPreviousTextHoverColor: #ddd;
  --wsbt_tipTitleTextColor: #fff;
  --wsbt_tipTextColor: #fff;
  --wsbt_tipImageColor: #fff;
  --wsbt_tipLinkTextColor: #40e0d0;
  --wsbt_notificationDot: #1356d9;
  --wsbt_activeTextAndBorderColor: #1356d9;
  --wsbt_listSelectedItemHighlightColor: #1356d9;
  --wsbt_pagesTreeSelectedPageIndicatorColor: #1356d9;
  --wsbt_pagesTreeCollapsedBackgroundColor: #e3edf6;
  --wsbt_smallButtonBorderRadius: 4px;
  --wsbt_generalButtonBorderRadius: 4px;
  --wsbt_largeButtonBorderRadius: 4px;
  --wsbt_linkColor: #1356d9;
  --wsbt_textLinkColor: #1356d9;
  --wsbt_bodyBackgroundColor: #1356d9;
  --wsbt_dialogPartialBackgroundGradient1Color: #1356d9;
  --wsbt_dialogPartialBackgroundGradient2Color: #1356d9;
  --wsbt_featureEnabledImpactBackgroundColor: #1356d9 ;
}

html.checkdomain:root,
html.hostnet:root {
  --primaryImpactHoverColor: #092259;
  --primaryImpactColor_slightContrast: #5488f0;
  --wsbt_primaryBtnDisabled: #89abec ;
}

html.checkdomain:root {
  --defaultFontStack: "One Inter", "Helvetica Neue", Helvetica, sans-serif;
  --primaryImpactColor: #0964ef;
  --primaryImpactColor_a06: rgba(9, 100, 239, 0.058823529411764705);
  --primaryImpactColor_a12: rgba(9, 100, 239, 0.12156862745098039);
  --primaryImpactColor_ax0F: rgba(9, 100, 239, 0.058823529411764705);
  --primaryImpactColor_ax1C: rgba(9, 100, 239, 0.10980392156862745);
  --primaryImpactColor_ax1F: rgba(9, 100, 239, 0.12156862745098039);
  --primaryImpactIconColor: var(--primaryImpactColor);
  --primaryTextColor: #fff;
  --similarToPrimaryImpactColor: var(--primaryImpactColor);
  --wsbt_primaryOrActiveBtnTextColor: var(--colorWhite);
  --wsbt_dialogStripInfo: var(--primaryImpactColor);
  --wsbt_tipContainerBackgroundColor: var(--primaryImpactColor);
  --wsbt_tipContainerBorderColor: var(--primaryImpactColor_slightContrast);
  --wsbt_tipImageContainerBackgroundColor: var(--primaryImpactColor_slightContrast);
  --wsbt_tipNextButtonBackgroundColor: var(--colorWhite);
  --wsbt_tipTourCompleteButtonBackgroundColor: var(--colorWhite);
  --wsbt_tipTourCompleteButtonBackgroundHoverColor: var(--colorGray_dd);
  --wsbt_tipTourCompleteButtonTextColor: var(--colorBlack);
  --wsbt_tipPreviousTextColor: var(--colorWhite);
  --wsbt_tipPreviousTextHoverColor: var(--colorGray_dd);
  --wsbt_tipTitleTextColor: var(--colorWhite);
  --wsbt_tipTextColor: var(--colorWhite);
  --wsbt_tipImageColor: var(--wsbt_tipTextColor);
  --wsbt_tipLinkTextColor: var(--colorTurquoise);
  --wsbt_notificationDot: var(--primaryImpactColor);
  --wsbt_toggleOnBackgroundColor: var(--colorWeirdGreen);
  --wsbt_activeTextAndBorderColor: var(--primaryImpactColor);
  --wsbt_listSelectedItemHighlightColor: var(--primaryImpactColor);
  --wsbt_pagesTreeSelectedPageIndicatorColor: var(--wsbt_listSelectedItemHighlightColor);
  --wsbt_pagesTreeCollapsedBackgroundColor: var(--colorDiamondWhite);
  --wsbt_pagesTreeCollapsedBackgroundHoverColor: var(--colorScienceBlue_a06);
  --wsbt_linkColor: var(--primaryImpactColor);
  --wsbt_textLinkColor: var(--primaryImpactColor);
  --wsbt_textLinkDecoration: none;
  --wsbt_bodyBackgroundColor: var(--primaryImpactColor);
  --wsbt_dialogPartialBackgroundGradient1Color: var(--primaryImpactColor);
  --wsbt_dialogPartialBackgroundGradient2Color: var(--primaryImpactColor);
  --wsbt_featureEnabledImpactBackgroundColor: var(--primaryImpactColor) ;
}

html.herold:root {
  --defaultFontStack: "One Inter", "Helvetica Neue", Helvetica, sans-serif;
  --primaryImpactColor: #fec600;
  --primaryImpactColor_a06: rgba(254, 198, 0, 0.058823529411764705);
  --primaryImpactColor_a12: rgba(254, 198, 0, 0.12156862745098039);
  --primaryImpactColor_ax0F: rgba(254, 198, 0, 0.058823529411764705);
  --primaryImpactColor_ax1C: rgba(254, 198, 0, 0.10980392156862745);
  --primaryImpactColor_ax1F: rgba(254, 198, 0, 0.12156862745098039);
  --primaryImpactHoverColor: #fcd54b;
  --primaryImpactIconColor: #fec600;
  --primaryTextColor: #000;
  --similarToPrimaryImpactColor: #fec600;
  --wsbt_primaryBtnDisabled: #9d9d9d;
  --wsbt_primaryOrActiveBtnTextColor: #000;
  --wsbt_dialogStripInfo: #fec600;
  --wsbt_tipContainerBackgroundColor: #fec600;
  --wsbt_tipPreviousTextColor: #000;
  --wsbt_tipTitleTextColor: #000;
  --wsbt_tipTextColor: #000;
  --wsbt_tipImageColor: #000;
  --wsbt_notificationDot: #fec600;
  --wsbt_activeTextAndBorderColor: #0078c8;
  --wsbt_listSelectedItemHighlightColor: #fec600;
  --wsbt_pagesTreeSelectedPageIndicatorColor: #fec600;
  --wsbt_linkColor: #000;
  --wsbt_textLinkColor: #000;
  --wsbt_textLinkDecoration: underline;
  --wsbt_bodyBackgroundColor: #fec600;
  --wsbt_dialogPartialBackgroundGradient1Color: #fec600;
  --wsbt_dialogPartialBackgroundGradient2Color: #fec600;
  --wsbt_featureEnabledImpactBackgroundColor: #fec600 ;
}

html.herold:root,
html.zoner:root {
  --primaryImpactColor_slightContrast: #5488f0;
  --wsbt_tipContainerBorderColor: #5488f0;
  --wsbt_tipImageContainerBackgroundColor: #5488f0;
  --wsbt_tipNextButtonBackgroundColor: #fff;
  --wsbt_tipTourCompleteButtonBackgroundColor: #fff;
  --wsbt_tipTourCompleteButtonBackgroundHoverColor: #ddd;
  --wsbt_tipTourCompleteButtonTextColor: #000;
  --wsbt_tipPreviousTextHoverColor: #ddd;
  --wsbt_tipLinkTextColor: #40e0d0;
  --wsbt_toggleOnBackgroundColor: #45e783;
  --wsbt_pagesTreeCollapsedBackgroundColor: #e3edf6;
  --wsbt_pagesTreeCollapsedBackgroundHoverColor: rgba(0, 120, 200, 0.06) ;
}

html.zoner:root {
  --defaultFontStack: "One Montserrat", "Helvetica Neue", Helvetica, sans-serif;
  --primaryImpactColor: #004c84;
  --primaryImpactColor_a06: rgba(0, 76, 132, 0.058823529411764705);
  --primaryImpactColor_a12: rgba(0, 76, 132, 0.12156862745098039);
  --primaryImpactColor_ax0F: rgba(0, 76, 132, 0.058823529411764705);
  --primaryImpactColor_ax1C: rgba(0, 76, 132, 0.10980392156862745);
  --primaryImpactColor_ax1F: rgba(0, 76, 132, 0.12156862745098039);
  --primaryImpactHoverColor: #3972a0;
  --primaryImpactIconColor: #004c84;
  --similarToPrimaryImpactColor: #004c84;
  --wsbt_primaryBtnDisabled: #7298b7;
  --wsbt_dialogStripInfo: #004c84;
  --wsbt_tipContainerBackgroundColor: #004c84;
  --wsbt_tipPreviousTextColor: #fff;
  --wsbt_tipTitleTextColor: #fff;
  --wsbt_tipTextColor: #fff;
  --wsbt_tipImageColor: #fff;
  --wsbt_notificationDot: #004c84;
  --wsbt_activeTextAndBorderColor: #004c84;
  --wsbt_listSelectedItemHighlightColor: #004c84;
  --wsbt_pagesTreeSelectedPageIndicatorColor: #004c84;
  --wsbt_linkColor: #004c84;
  --wsbt_bodyBackgroundColor: #004c84;
  --wsbt_dialogPartialBackgroundGradient1Color: #004c84;
  --wsbt_dialogPartialBackgroundGradient2Color: #004c84;
  --wsbt_featureEnabledImpactBackgroundColor: #004c84 ;
}

html.uniweb:root {
  --defaultFontStack: "One Montserrat", "Helvetica Neue", Helvetica, sans-serif;
  --primaryImpactColor: #184c60;
  --primaryImpactColor_a06: rgba(24, 76, 96, 0.058823529411764705);
  --primaryImpactColor_a12: rgba(24, 76, 96, 0.12156862745098039);
  --primaryImpactColor_ax0F: rgba(24, 76, 96, 0.058823529411764705);
  --primaryImpactColor_ax1C: rgba(24, 76, 96, 0.10980392156862745);
  --primaryImpactColor_ax1F: rgba(24, 76, 96, 0.12156862745098039);
  --primaryImpactHoverColor: rgba(24, 76, 96, 0.7019607843137254);
  --primaryImpactIconColor: #184c60;
  --similarToPrimaryImpactColor: #184c60;
  --wsbt_primaryBtnDisabled: rgba(24, 76, 96, 0.5019607843137255);
  --wsbt_dialogStripInfo: #184c60;
  --wsbt_tipContainerBackgroundColor: #184c60;
  --wsbt_notificationDot: #184c60;
  --wsbt_activeTextAndBorderColor: #184c60;
  --wsbt_listSelectedItemHighlightColor: #184c60;
  --wsbt_pagesTreeSelectedPageIndicatorColor: #184c60;
  --wsbt_linkColor: #184c60;
  --wsbt_bodyBackgroundColor: #184c60;
  --wsbt_dialogPartialBackgroundGradient1Color: #184c60;
  --wsbt_dialogPartialBackgroundGradient2Color: #184c60;
  --wsbt_featureEnabledImpactBackgroundColor: #184c60 ;
}

html.uniweb:root,
html.webglobe-sk:root {
  --primaryImpactColor_slightContrast: #5488f0;
  --wsbt_tipContainerBorderColor: #5488f0;
  --wsbt_tipImageContainerBackgroundColor: #5488f0;
  --wsbt_tipNextButtonBackgroundColor: #fff;
  --wsbt_tipTourCompleteButtonBackgroundColor: #fff;
  --wsbt_tipTourCompleteButtonBackgroundHoverColor: #ddd;
  --wsbt_tipTourCompleteButtonTextColor: #000;
  --wsbt_tipPreviousTextColor: #fff;
  --wsbt_tipPreviousTextHoverColor: #ddd;
  --wsbt_tipTitleTextColor: #fff;
  --wsbt_tipTextColor: #fff;
  --wsbt_tipImageColor: #fff;
  --wsbt_tipLinkTextColor: #40e0d0;
  --wsbt_toggleOnBackgroundColor: #45e783;
  --wsbt_pagesTreeCollapsedBackgroundColor: #e3edf6;
  --wsbt_pagesTreeCollapsedBackgroundHoverColor: rgba(0, 120, 200, 0.06) ;
}

html.webglobe-cz:root,
html.webglobe-sk:root {
  --defaultFontStack: "Plus Jakarta Sans", "Helvetica Neue", Helvetica, sans-serif;
  --primaryImpactColor: #2c57de;
  --primaryImpactColor_a06: rgba(44, 87, 222, 0.058823529411764705);
  --primaryImpactColor_a12: rgba(44, 87, 222, 0.12156862745098039);
  --primaryImpactColor_ax0F: rgba(44, 87, 222, 0.058823529411764705);
  --primaryImpactColor_ax1C: rgba(44, 87, 222, 0.10980392156862745);
  --primaryImpactColor_ax1F: rgba(44, 87, 222, 0.12156862745098039);
  --primaryImpactHoverColor: rgba(44, 87, 222, 0.7019607843137254);
  --primaryImpactIconColor: #2c57de;
  --similarToPrimaryImpactColor: #2c57de;
  --wsbt_primaryBtnDisabled: #cfd7e4;
  --wsbt_dialogStripInfo: #2c57de;
  --wsbt_tipContainerBackgroundColor: #2c57de;
  --wsbt_notificationDot: #2c57de;
  --wsbt_activeTextAndBorderColor: #2c57de;
  --wsbt_listSelectedItemHighlightColor: #2c57de;
  --wsbt_pagesTreeSelectedPageIndicatorColor: #2c57de;
  --wsbt_linkColor: #2c57de;
  --wsbt_bodyBackgroundColor: #2c57de;
  --wsbt_dialogPartialBackgroundGradient1Color: #2c57de;
  --wsbt_dialogPartialBackgroundGradient2Color: #2c57de;
  --wsbt_featureEnabledImpactBackgroundColor: #2c57de ;
}

html.webglobe-cz:root {
  --wsbt_tipPreviousTextColor: #fff;
  --wsbt_tipTitleTextColor: #fff;
  --wsbt_tipTextColor: #fff;
  --wsbt_tipImageColor: #fff ;
}

html.dogado:root,
html.webglobe-cz:root {
  --primaryImpactColor_slightContrast: #5488f0;
  --wsbt_tipContainerBorderColor: #5488f0;
  --wsbt_tipImageContainerBackgroundColor: #5488f0;
  --wsbt_tipNextButtonBackgroundColor: #fff;
  --wsbt_tipTourCompleteButtonBackgroundColor: #fff;
  --wsbt_tipTourCompleteButtonBackgroundHoverColor: #ddd;
  --wsbt_tipTourCompleteButtonTextColor: #000;
  --wsbt_tipPreviousTextHoverColor: #ddd;
  --wsbt_tipLinkTextColor: #40e0d0;
  --wsbt_toggleOnBackgroundColor: #45e783;
  --wsbt_pagesTreeCollapsedBackgroundColor: #e3edf6;
  --wsbt_pagesTreeCollapsedBackgroundHoverColor: rgba(0, 120, 200, 0.06) ;
}

html.dogado:root {
  --defaultFontStack: "Plus Jakarta Sans", "Helvetica Neue", Helvetica, sans-serif;
  --primaryImpactColor: #fec600;
  --primaryImpactColor_a06: rgba(254, 198, 0, 0.058823529411764705);
  --primaryImpactColor_a12: rgba(254, 198, 0, 0.12156862745098039);
  --primaryImpactColor_ax0F: rgba(254, 198, 0, 0.058823529411764705);
  --primaryImpactColor_ax1C: rgba(254, 198, 0, 0.10980392156862745);
  --primaryImpactColor_ax1F: rgba(254, 198, 0, 0.12156862745098039);
  --primaryImpactHoverColor: #fed74d;
  --primaryImpactIconColor: #fec600;
  --similarToPrimaryImpactColor: #fec600;
  --wsbt_primaryBtnDisabled: #9d9d9d;
  --wsbt_primaryOrActiveBtnTextColor: #000;
  --wsbt_dialogStripInfo: #fec600;
  --wsbt_tipContainerBackgroundColor: #fec600;
  --wsbt_tipPreviousTextColor: #000;
  --wsbt_tipTitleTextColor: #000;
  --wsbt_tipTextColor: #000;
  --wsbt_tipImageColor: #000;
  --wsbt_notificationDot: #fec600;
  --wsbt_activeTextAndBorderColor: #0078c8;
  --wsbt_listSelectedItemHighlightColor: #fec600;
  --wsbt_pagesTreeSelectedPageIndicatorColor: #fec600;
  --wsbt_linkColor: #000;
  --wsbt_bodyBackgroundColor: #fec600;
  --wsbt_dialogPartialBackgroundGradient1Color: #fec600;
  --wsbt_dialogPartialBackgroundGradient2Color: #fec600;
  --wsbt_featureEnabledImpactBackgroundColor: #fec600 ;
}

@keyframes LoadingIndicator_loader-dots__1SPpA {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0.3;
  }
}
.Image_imageComponent__2bb7A {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.Common_verticalSpacer__3dTRR {
  display: block;
  width: 100%;
  content: " ";
}

.Preview_body__2wDzb {
  overflow: auto;
  min-height: 100vh;
}

.Preview_column__1KeVx,
.Preview_componentWrapper__2i4QI {
  position: relative;
}

.Preview_componentWrapper__2i4QI {
  float: left;
  cursor: default;
}

.Preview_row__3Fkye {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

div[data-specific-kind=HOVERBOX] > div > .Preview_column__1KeVx > .Preview_row__3Fkye:first-child {
  display: flex;
  overflow: hidden;
}

div[data-specific-kind=HOVERBOX] > div > .Preview_column__1KeVx > .Preview_row__3Fkye > .Preview_column__1KeVx:nth-child(2) {
  left: -100%;
}

div[data-specific-kind=HOVERBOX] > div > .Preview_column__1KeVx > .Preview_row__3Fkye:hover > .Preview_column__1KeVx.Preview_hoverCol__3C0pu {
  max-width: inherit !important;
}

.mobileV div[data-specific-kind=GOOGLE_REVIEWS] div.card {
  width: 100% !important;
}

.Preview_float__1PmYU {
  position: absolute;
}

.Preview_block__16Zmu,
.Preview_component__SbiKo {
  height: inherit;
  min-height: inherit;
}

@media (max-width: 650px) {
  body {
    background-color: #fff;
  }
}
body * {
  -webkit-text-size-adjust: none !important;
}

body > div.Preview_bodyBackgroundLiner__1bYbS {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
  z-index: -1;
  background-attachment: scroll;
  transition: height 0.25s 600s;
}

[data-mobile-pin],
[data-pin] {
  transition: all 0.1s ease-in-out;
}

div[data-mobile-pin] #mm {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  padding-bottom: 100px;
  position: fixed;
  top: 0;
  min-width: calc(100% - 63px);
}

div[data-mobile-pin] #mm,
div[data-mobile-pin] #mm-overlay {
  max-height: 100vh;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  right: 0;
  bottom: 0;
  height: 100vh !important;
}

div[data-mobile-pin] #mm-overlay {
  overflow: hidden;
}

.extra > div {
  padding-left: 18px;
  padding-right: 18px;
}

.extra > div[data-specific-kind=SECTION],
.extra > div[data-specific-kind=STRIP] {
  padding-left: 0;
  padding-right: 0;
}

.extra > div[data-specific-kind=WIDGETS_INSTAGRAM] {
  max-height: 540px;
  overflow: hidden;
}

.extra > div[data-specific-kind=WIDGETS_FACEBOOK] {
  max-height: 400px;
  overflow: hidden;
}

.extra > div[data-specific-kind=WIDGETS_GOOGLEMAPS][data-stretch=true] {
  padding-left: 0;
  padding-right: 0;
  max-height: 400px;
  align-items: center;
  overflow: hidden;
}

.mobileV div[data-specific-kind=SHAREBUTTONS] > div:first-child {
  min-height: auto !important;
}

.extra > div[data-kind=Block][data-specific-kind=IMAGE] > .image-container {
  padding-bottom: 0 !important;
}

.mobileV div[data-specific-kind=IMAGESLIDER][data-stretch=true] {
  padding-left: 0;
  padding-right: 0;
}

.mobileV div[data-specific-kind=GALLERY][data-stretch=true] .gallery {
  margin-bottom: 0 !important;
}

.Button_buttonComponent__2r_t_ {
  text-align: center;
  vertical-align: middle;
  width: 100%;
  overflow: hidden;
  background-clip: border-box !important;
}

.Button_buttonComponent__2r_t_ {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.menuself {
  display: table-cell;
  height: 100%;
}

.menuself ul {
  display: table;
  list-style: none;
  margin: 0;
  clear: both;
}

.menuself ul li {
  position: relative;
}

.menuself ul li a {
  display: block;
  cursor: pointer;
}

.menuself.dropdown li > ul {
  display: none;
}

.menuself.dropdown li:hover > ul {
  width: auto;
  position: absolute;
  top: 0;
  display: block;
  box-shadow: 0 0 17px var(--colorBlack_a10);
}

.menuself.dropdown li:hover ul {
  z-index: 9999;
}

.menuself.dropdown.menuhorizontal > ul > li:hover > ul {
  left: 0;
  top: 100%;
  width: auto;
  white-space: nowrap;
}

.menuself.dropdown li:hover > ul > li {
  top: 0;
  left: 0;
  display: block;
  z-index: 1;
}

.menuself.dropdown li > ul > li:focus-within {
  z-index: 2;
}

.menuself div.divider {
  padding: 0;
}

.menuhorizontal > ul > li > div.divider {
  display: table-cell;
}

.menuhorizontal > ul > li {
  display: inline-table;
}

.menuhorizontalleft > ul {
  float: left;
  text-align: left;
}

.menuverticalmiddle {
  vertical-align: middle;
}

.menu {
  word-wrap: normal;
}

.parallax_scrollEffectContainer__3co8j {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.parallax_scrollEffectContainer__3co8j > div {
  border: none !important;
}

.ButtonPreview_container__22hQi {
  overflow: hidden;
  height: 100%;
}

.ButtonPreview_container__22hQi:focus-within {
  outline: auto;
  outline-color: #000;
  outline-offset: 2px;
}

.ButtonPreview_buttonTransition__CKIAx {
  transition: background-color 0.2s ease-out, border 0.2s ease-out, color 0.2s ease-out;
  border-style: solid;
  border-color: transparent;
}

.ButtonPreview_buttonComponent__17NP0 {
  display: flex;
  text-align: center;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-clip: border-box !important;
}

.ButtonPreview_textContainer__t8q7_ {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: inherit;
  -webkit-transform: translateZ(0);
}

.mobileV .ButtonPreview_textContainer__t8q7_ {
  width: unset;
  outline: 0;
}

.ButtonPreview_textContainer__t8q7_ > span {
  align-items: center;
  overflow: hidden;
  vertical-align: middle;
  line-height: 1.4;
}

.mobileV .align-justify .ButtonPreview_textContainer__t8q7_ {
  width: 100%;
}

.mobileV .align-center .ButtonPreview_textContainer__t8q7_,
.mobileV .align-left .ButtonPreview_textContainer__t8q7_,
.mobileV .align-right .ButtonPreview_textContainer__t8q7_ {
  margin: auto;
}

.mobileV .ButtonPreview_container__22hQi {
  height: auto !important;
  min-height: 50px;
  display: flex;
  align-items: center;
}

.mobileV .align-justify .ButtonPreview_container__22hQi {
  flex: 0 0 100%;
}

.mobileV .ButtonPreview_buttonComponent__17NP0 {
  height: inherit;
  padding: 5px 0;
}

.mobileV .ButtonPreview_buttonComponent__17NP0 a {
  min-height: 40px;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
  height: 100%;
  word-break: break-word;
  width: inherit;
  padding: 5px 20px;
}

.mobileV .ButtonPreview_textContainer__t8q7_ span {
  white-space: normal;
  word-wrap: break-word;
  font-size: 16px !important;
}

.mobileV .align-justify .ButtonPreview_buttonComponent__17NP0 a {
  width: 100%;
}

.mobileV .align-center .ButtonPreview_container__22hQi,
.mobileV .align-left .ButtonPreview_container__22hQi,
.mobileV .align-right .ButtonPreview_container__22hQi {
  min-width: 125px;
}

.Mobile_imageComponent__QXWk1 {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.Mobile_imageComponent__QXWk1 {
  overflow: visible;
}

.Mobile_imageComponent__QXWk1 a:focus-visible {
  outline-offset: -2px;
}

.Mobile_cropMode__cLuJp .col > div:nth-last-child(2) {
  margin-bottom: 0 !important;
}

.mobileV .Mobile_imageComponent__QXWk1 {
  height: auto !important;
  width: auto;
  display: block;
  overflow: visible;
  max-width: 100% !important;
}

.mobileV .Mobile_imageComponent__QXWk1.image-container {
  width: 100%;
}

.mobileV .Mobile_imageComponent__QXWk1 > a {
  display: block;
  margin-left: auto !important;
  width: auto !important;
}

.mobileV [data-kind=Component][data-specific-kind=IMAGE] > .Mobile_imageComponent__QXWk1 > img {
  height: auto !important;
}

.mobileV .Mobile_imageComponent__QXWk1 img {
  height: auto;
  max-width: 100% !important;
  display: block;
  margin: 0 auto !important;
  padding: 0 !important;
}

.mobileV .Mobile_cropMode__cLuJp {
  position: static !important;
}

.Gallery_gallery__2AhdO {
  text-align: left;
}

.Gallery_gallery__2AhdO img {
  display: block;
}

.Gallery_gallery__2AhdO .Gallery_galleryCell__2ARa3 .img-container {
  margin: auto;
}

.Gallery_gallery__2AhdO .Gallery_galleryCell__2ARa3 {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}

.Gallery_gallery__2AhdO .Gallery_galleryCaption__2CuUb {
  margin: auto;
  overflow: hidden;
}

.Gallery_gallery__2AhdO .Gallery_galleryCell__2ARa3 a {
  text-decoration: none;
}

.Gallery_gallery__2AhdO .Gallery_galleryCell__2ARa3:focus-within {
  outline: auto;
}

.mobileV .Gallery_gallery__2AhdO .Gallery_galleryCell__2ARa3 a {
  outline: 0;
}

.Gallery_gallery__2AhdO .Gallery_galleryCaptionContainer__1UMvN,
.Gallery_gallery__2AhdO .Gallery_galleryCaptionContainer__1UMvN .gallery-title-description-wrapper,
.Gallery_gallery__2AhdO .Gallery_galleryCaptionContainer__1UMvN > div:first-child,
.Gallery_gallery__2AhdO .textnormal {
  height: 100%;
}

.Gallery_gallery__2AhdO .Gallery_galleryCaption__2CuUb span {
  word-wrap: normal;
}

.mobileV .Gallery_gallery__2AhdO .Gallery_galleryCell__2ARa3 {
  box-sizing: border-box !important;
  width: 50% !important;
  margin: 0 !important;
}

.mobileV .Gallery_gallery__2AhdO .Gallery_galleryCell__2ARa3:nth-child(odd) {
  padding: 5px 5px 5px 0;
}

.mobileV .Gallery_gallery__2AhdO .Gallery_galleryCell__2ARa3:nth-child(2n+2) {
  padding: 5px 0 5px 5px;
}

.mobileV .Gallery_gallery__2AhdO .Gallery_galleryCell__2ARa3:first-child {
  padding: 0 5px 5px 0;
}

.mobileV .Gallery_gallery__2AhdO .Gallery_galleryCell__2ARa3:nth-child(2) {
  padding: 0 0 5px 5px;
}

.mobileV .Gallery_gallery__2AhdO[data-captionenabled=true][data-mobile-column="1"] .Gallery_galleryCell__2ARa3 .img-container,
.mobileV .Gallery_gallery__2AhdO[data-captionenabled=true][data-mobile-column="1"] .Gallery_galleryCell__2ARa3 .img-wrapper,
.mobileV .Gallery_gallery__2AhdO[data-captionenabled=true][data-mobile-column="1"] img {
  max-width: 100% !important;
  height: auto !important;
  margin: auto;
}

.mobileV .Gallery_gallery__2AhdO:not([data-captionenabled=true][data-mobile-column="1"]) .Gallery_galleryCell__2ARa3 .img-container,
.mobileV .Gallery_gallery__2AhdO:not([data-captionenabled=true][data-mobile-column="1"]) .Gallery_galleryCell__2ARa3 .img-wrapper,
.mobileV .Gallery_gallery__2AhdO:not([data-captionenabled=true][data-mobile-column="1"]) img {
  width: 100% !important;
  height: auto !important;
}

.mobileV .Gallery_gallery__2AhdO .Gallery_galleryCaption__2CuUb {
  width: auto !important;
  word-break: break-word;
  word-wrap: break-word;
  white-space: normal;
}

.mobileV .gallery-caption {
  min-height: unset !important;
  height: unset !important;
}

.mobileV .gallery.Gallery_gallery__2AhdO {
  width: 100%;
}

.mobileV .Gallery_gallery__2AhdO .Gallery_galleryCaptionContainer__1UMvN .gallery-title-description-wrapper {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

body.desktopV div.template:not(.mobileV) div[data-specific-kind=GALLERY][data-stretch=true] .Gallery_gallery__2AhdO {
  display: inline-flex;
  justify-content: flex-start;
  align-content: center;
  flex-wrap: wrap;
}

body.desktopV div.template:not(.mobileV) div[data-specific-kind=GALLERY][data-stretch=true] .Gallery_galleryCell__2ARa3 {
  display: flex;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 1;
  justify-content: center;
  width: 100% !important;
  min-height: 10px;
  min-width: 10px;
}

body.desktopV div.template:not(.mobileV) div[data-specific-kind=GALLERY][data-stretch=true] .Gallery_gallery__2AhdO .img-wrapper {
  display: flex;
  flex: 1;
  flex-direction: column;
}

body.desktopV div.template:not(.mobileV) div[data-specific-kind=GALLERY][data-stretch=true] .Gallery_gallery__2AhdO .img-container,
body.desktopV div.template:not(.mobileV) div[data-specific-kind=GALLERY][data-stretch=true] .Gallery_gallery__2AhdO .img-wrapper,
body.desktopV div.template:not(.mobileV) div[data-specific-kind=GALLERY][data-stretch=true] .Gallery_gallery__2AhdO img {
  width: 100% !important;
  height: auto !important;
  min-height: 10px;
  min-width: 10px;
}

body.desktopV div.template:not(.mobileV) div[data-specific-kind=GALLERY][data-stretch=true] .Gallery_gallery__2AhdO a {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  min-height: 10px;
  min-width: 10px;
}

body.desktopV div.template:not(.mobileV) div[data-specific-kind=GALLERY][data-stretch=true] .Gallery_gallery__2AhdO .Gallery_galleryCell__2ARa3 .gallery-title-description-wrapper {
  width: 100% !important;
}

body.desktopV div.template:not(.mobileV) div[data-specific-kind=GALLERY][data-stretch=true] div.Gallery_gallery__2AhdO[data-image-ratio=ACTUAL_RATIO].gallery div.img-container,
body.desktopV div.template:not(.mobileV) div[data-specific-kind=GALLERY][data-stretch=true] div.Gallery_gallery__2AhdO[data-image-ratio=ACTUAL_RATIO].gallery div.img-wrapper,
body.desktopV div.template:not(.mobileV) div[data-specific-kind=GALLERY][data-stretch=true] div.Gallery_gallery__2AhdO[data-image-ratio=ACTUAL_RATIO].gallery img {
  width: auto !important;
  height: 100% !important;
  margin: auto;
}

.textnormal {
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 1.2;
}

.textnormal ol,
.textnormal ul {
  list-style-position: outside;
  overflow: hidden;
}

.textnormal ul {
  list-style-type: disc;
}

.textnormal ol {
  list-style-type: decimal;
}

.textnormal li {
  margin-left: 2.4em;
}

.textnormal ol[style*=roman] > li {
  margin-left: 3em !important;
}

.Background_backgroundComponent__3_1Ea {
  width: 100%;
  height: 100%;
  position: relative;
}

.Background_bgImageContainer__AwuIx {
  opacity: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 0;
}

@keyframes MobileHeaderMenu_mmon__3H-n- {
  0% {
    right: -100%;
    left: 120%;
    top: -10010px;
  }
  1% {
    top: 0;
  }
  to {
    right: 0;
    left: 63px;
  }
}
@keyframes MobileHeaderMenu_mmoff__1eIxI {
  0% {
    right: 0;
    left: 63px;
    top: 0;
  }
  99% {
    right: -100%;
    left: 120%;
    top: 0;
  }
  to {
    top: -10010px;
  }
}
.mm,
.mm-mobile-preview {
  display: none;
}

.mobileMenu #mm,
.mobileMenu .mm {
  display: block !important;
}

html {
  word-wrap: break-word;
}

*,
:after,
:before {
  word-wrap: inherit;
}

body,
dd,
div,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
ul {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

body,
button {
  font-family: var(--defaultFontStack);
}

button#consent-banner-prefs-button {
  display: none;
  background-color: #fff;
  background-image: url(https://musikdagar.com/onewebstatic/2ed59759c0.svg);
  background-size: 44px;
  background-repeat: no-repeat;
  background-position: 50%;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  padding: 9px 9px 7px 7px;
  outline: 0;
  width: 64px;
  height: 64px;
  border-top-right-radius: 50%;
  box-shadow: 0 0 6.86px 0 rgba(0, 0, 0, 0.1019607843);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999999;
  transform: scale(0.7);
  transform-origin: bottom left;
  transition: all 0.3s ease;
}

button#consent-banner-prefs-button svg {
  width: 48px;
  height: 48px;
}

button#consent-banner-prefs-button:hover {
  transform: scale(1);
}

.THEME_DEFAULT [fill="#000"],
.THEME_DEFAULT [fill="#000000"],
.THEME_DEFAULT svg {
  fill: #354a35;
}

.THEME_DEFAULT [fill="#FFF"],
.THEME_DEFAULT [fill="#FFFFFF"],
.THEME_DEFAULT [fill="#fff"],
.THEME_DEFAULT [fill="#ffffff"] {
  fill: #fff;
}

.contactFormContainer.Accented svg {
  fill: #fff;
  stroke: #fff;
}

.contactFormContainer.Accented .whiteColor svg {
  fill: #fff;
  stroke: #fff;
}

.contactFormContainer.Accented .blackColor svg {
  fill: #354a35;
  stroke: #354a35;
}

.contactFormContainer.Main svg {
  fill: #fff;
  stroke: #fff;
}

.contactFormContainer.Main .whiteColor svg {
  fill: #fff;
  stroke: #fff;
}

.contactFormContainer.Main .blackColor svg,
.contactFormContainer.White svg {
  fill: #354a35;
  stroke: #354a35;
}

.contactFormContainer.White .whiteColor svg {
  fill: #fff;
  stroke: #fff;
}

.contactFormContainer.White .blackColor svg {
  fill: #354a35;
  stroke: #354a35;
}

.contactFormContainer.Black svg {
  fill: #fff;
  stroke: #fff;
}

.contactFormContainer.Black .whiteColor svg {
  fill: #fff;
  stroke: #fff;
}

.contactFormContainer.Black .blackColor svg {
  fill: #354a35;
  stroke: #354a35;
}

.textnormal {
  font-family: Poppins, Open Sans, Helvetica Neue, Helvetica, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  color: #3c3c3c;
  letter-spacing: normal;
  line-height: 1.8;
}

.textheading1 {
  font-family: Montez, Open Sans, Helvetica Neue, Helvetica, sans-serif;
  font-style: normal;
  font-size: 100px;
  font-weight: 400;
  text-decoration: none;
  color: #3c3c3c;
  letter-spacing: normal;
  line-height: 1;
}

.textheading2 {
  font-family: Poppins, Open Sans, Helvetica Neue, Helvetica, sans-serif;
  font-style: normal;
  font-size: 40px;
  font-weight: 400;
  text-decoration: none;
  color: #3c3c3c;
  letter-spacing: normal;
  line-height: 1.4;
}

.textheading3 {
  font-family: Poppins, Open Sans, Helvetica Neue, Helvetica, sans-serif;
  font-style: normal;
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
  color: #3c3c3c;
  letter-spacing: normal;
  line-height: 1.4;
}

.link1 {
  text-decoration: none !important;
  text-shadow: none !important;
  background-color: unset !important;
}

.link1:hover {
  color: #a6c4ac;
  text-decoration: none;
}

ul.menu1 div.divider {
  padding: 0 20px;
  border-style: none;
  border-width: 0;
}

ul.menu1 > li > a {
  padding: 10px 0;
  color: #3c3c3c;
}

ul.menu1 > li > a,
ul.menu1 > li > a:hover {
  border-style: none;
  border-width: 0;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  font-family: Poppins, Open Sans, Helvetica Neue, Helvetica, sans-serif;
  text-transform: none;
  text-align: left;
}

ul.menu1 > li > a:hover {
  background-image: none;
  color: #4c8958;
}

.menu ul.menu1 > li > a.expanded {
  padding: 10px 0;
}

.menu ul.menu1 > li > a.expanded,
ul.menu1 > li > a.selected,
ul.menu1 > li > a.selected:hover {
  border-style: none;
  border-width: 0;
  background-image: none;
  color: #4c8958;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  font-family: Poppins, Open Sans, Helvetica Neue, Helvetica, sans-serif;
  text-transform: none;
  text-align: left;
}

.menu1 {
  padding: 0;
  border-style: none;
  border-width: 0;
}

.dropdown ul.menu1 > li ul {
  width: 200px;
}

ul.menu1 li a {
  line-height: 18px;
}

ul.menu1 li a.level-0 span {
  display: inline-block;
}

ul.menu1 > li > a.expanded {
  text-decoration: unset !important;
}

.menu.Accented ul > li > a {
  background-color: transparent !important;
  color: #fff !important;
}

.menu.Accented ul > li > a.selected,
.menu.Accented ul > li > a:hover {
  background-color: transparent !important;
  color: #354a35 !important;
}

.menu.Accented ul > li > a.expanded {
  color: #354a35 !important;
}

.menu.Main ul > li > a {
  background-color: transparent !important;
  color: #fff !important;
}

.menu.Main ul > li > a.selected,
.menu.Main ul > li > a:hover {
  background-color: transparent !important;
  color: #367a3d !important;
}

.menu.Main ul > li > a.expanded {
  color: #367a3d !important;
}

.menu.White ul > li > a {
  background-color: transparent !important;
  color: #354a35 !important;
}

.menu.White ul > li > a.selected,
.menu.White ul > li > a:hover {
  background-color: transparent !important;
  color: #367a3d !important;
}

.menu.White ul > li > a.expanded {
  color: #367a3d !important;
}

.menu.Black ul > li > a {
  background-color: transparent !important;
  color: #fff !important;
}

.menu.Black ul > li > a.selected,
.menu.Black ul > li > a:hover {
  background-color: transparent !important;
  color: #367a3d !important;
}

.menu.Black ul > li > a.expanded {
  color: #367a3d !important;
}

.menu.Accented ul > li > ul > li a:not(.level-0) {
  background-color: #367a3d !important;
  color: #fff !important;
}

.menu.Accented ul > li > ul > li a:not(.level-0).selected {
  background-color: #367a3d !important;
  color: #354a35 !important;
}

.menu.Accented ul > li > ul > li a:not(.level-0).expanded,
.menu.Accented ul > li > ul > li a:not(.level-0):hover {
  background-color: #354a35 !important;
  color: #fff !important;
}

.menu.Main ul > li > ul > li a:not(.level-0) {
  background-color: #264e2e !important;
  color: #fff !important;
}

.menu.Main ul > li > ul > li a:not(.level-0).selected {
  background-color: #264e2e !important;
  color: #367a3d !important;
}

.menu.Main ul > li > ul > li a:not(.level-0).expanded,
.menu.Main ul > li > ul > li a:not(.level-0):hover {
  background-color: #354a35 !important;
  color: #fff !important;
}

.menu.White ul > li > ul > li a:not(.level-0) {
  background-color: #fff !important;
  color: #354a35 !important;
}

.menu.White ul > li > ul > li a:not(.level-0).selected {
  background-color: #fff !important;
  color: #367a3d !important;
}

.menu.White ul > li > ul > li a:not(.level-0).expanded,
.menu.White ul > li > ul > li a:not(.level-0):hover {
  background-color: #367a3d !important;
  color: #fff !important;
}

.menu.Black ul > li > ul > li a:not(.level-0) {
  background-color: #354a35 !important;
  color: #fff !important;
}

.menu.Black ul > li > ul > li a:not(.level-0).selected {
  background-color: #354a35 !important;
  color: #367a3d !important;
}

.menu.Black ul > li > ul > li a:not(.level-0).expanded,
.menu.Black ul > li > ul > li a:not(.level-0):hover {
  background-color: #367a3d !important;
  color: #fff !important;
}

.button1 {
  padding: 0;
  border: 0 solid #000;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  background-color: #4c8958;
  font-size: 15px;
  font-family: Poppins, Open Sans, Helvetica Neue, Helvetica, sans-serif;
  text-align: center;
}

.button1,
.button1:hover {
  background-image: none;
  color: #fff;
}

.button1:hover {
  border: 0 solid #7f7f7f;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  background-color: rgba(76, 137, 88, 0.7);
}

.Accented.themeButtonClass.primary {
  background-color: #fff;
  color: #354a35;
  border: none;
  background-image: none;
}

.Accented.themeButtonClass.primary:active,
.Accented.themeButtonClass.primary:hover {
  background-color: #9bbd9e;
  color: #354a35;
  border: none;
  background-image: none;
}

.Accented.themeButtonClass.primary.disabled {
  background-color: #fff;
  color: #354a35;
  border: none;
  background-image: none;
  opacity: 0.9;
}

.Accented.themeButtonClass.secondary {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  background-image: none;
}

.Accented.themeButtonClass.secondary:active,
.Accented.themeButtonClass.secondary:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
  color: #fff;
  border: 1px solid #fff;
  background-image: none;
}

.Accented.themeButtonClass.secondary.disabled {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  background-image: none;
  opacity: 0.9;
}

.Main.themeButtonClass.primary {
  background-color: #fff;
  color: #354a35;
  border: none;
  background-image: none;
}

.Main.themeButtonClass.primary:active,
.Main.themeButtonClass.primary:hover {
  background-color: #93a797;
  color: #354a35;
  border: none;
  background-image: none;
}

.Main.themeButtonClass.primary.disabled {
  background-color: #fff;
  color: #354a35;
  border: none;
  background-image: none;
  opacity: 0.9;
}

.Main.themeButtonClass.secondary {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  background-image: none;
}

.Main.themeButtonClass.secondary:active,
.Main.themeButtonClass.secondary:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
  color: #fff;
  border: 1px solid #fff;
  background-image: none;
}

.Main.themeButtonClass.secondary.disabled {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  background-image: none;
  opacity: 0.9;
}

.White.themeButtonClass.primary {
  background-color: #367a3d;
  color: #fff;
  border: none;
  background-image: none;
}

.White.themeButtonClass.primary:active,
.White.themeButtonClass.primary:hover {
  background-color: #9bbd9e;
  color: #fff;
  border: none;
  background-image: none;
}

.White.themeButtonClass.primary.disabled {
  background-color: #367a3d;
  color: #fff;
  border: none;
  background-image: none;
  opacity: 0.9;
}

.White.themeButtonClass.secondary {
  background-color: transparent;
  color: #354a35;
  border: 1px solid #354a35;
  background-image: none;
}

.White.themeButtonClass.secondary:active,
.White.themeButtonClass.secondary:hover {
  background-color: rgba(53, 74, 53, 0.1);
  color: #354a35;
  border: 1px solid #354a35;
  background-image: none;
}

.White.themeButtonClass.secondary.disabled {
  background-color: transparent;
  color: #354a35;
  border: 1px solid #354a35;
  background-image: none;
  opacity: 0.9;
}

.Black.themeButtonClass.primary {
  background-color: #367a3d;
  color: #fff;
  border: none;
  background-image: none;
}

.Black.themeButtonClass.primary:active,
.Black.themeButtonClass.primary:hover {
  background-color: #366239;
  color: #fff;
  border: none;
  background-image: none;
}

.Black.themeButtonClass.primary.disabled {
  background-color: #367a3d;
  color: #fff;
  border: none;
  background-image: none;
  opacity: 0.9;
}

.Black.themeButtonClass.secondary {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  background-image: none;
}

.Black.themeButtonClass.secondary:active,
.Black.themeButtonClass.secondary:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
  color: #fff;
  border: 1px solid #fff;
  background-image: none;
}

.Black.themeButtonClass.secondary.disabled {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  background-image: none;
  opacity: 0.9;
}

.link2 {
  text-decoration: underline !important;
  text-shadow: none !important;
  background-color: unset !important;
}

.link2:hover {
  color: #9e9e9e;
  text-decoration: underline;
}

.link3 {
  text-decoration: none !important;
  text-shadow: none !important;
  background-color: unset !important;
}

.link3:hover {
  color: #9e9e9e;
  text-decoration: none;
}

.themeaccent,
.themeaccent:hover {
  text-decoration: none !important;
  text-shadow: none !important;
  background-color: unset !important;
}

.Accented .themeaccent,
.Accented .themeaccent :not(#fake-id),
.themeTextClass.Accented .themeaccent,
.themeTextClass.Accented .themeaccent :not(#fake-id),
div[data-kind=Component] .Accented .themeaccent,
div[data-kind=Component] .Accented .themeaccent :not(#fake-id),
div[data-kind=Component] .themeTextClass.Accented .themeaccent,
div[data-kind=Component] .themeTextClass.Accented .themeaccent :not(#fake-id) {
  color: #fff !important;
}

.Accented .themeaccent:hover,
.Accented .themeaccent:hover :not(#fake-id),
.themeTextClass.Accented .themeaccent:hover,
.themeTextClass.Accented .themeaccent:hover :not(#fake-id),
div[data-kind=Component] .Accented .themeaccent:hover,
div[data-kind=Component] .Accented .themeaccent:hover :not(#fake-id),
div[data-kind=Component] .themeTextClass.Accented .themeaccent:hover,
div[data-kind=Component] .themeTextClass.Accented .themeaccent:hover :not(#fake-id) {
  color: #9bbd9e !important;
}

.Accented .none .themeaccent,
.Accented .none .themeaccent:hover {
  color: unset;
}

.Accented .link1,
.Accented .link1 :not(#fake-id),
.themeTextClass.Accented .link1,
.themeTextClass.Accented .link1 :not(#fake-id),
div[data-kind=Component] .Accented .link1,
div[data-kind=Component] .Accented .link1 :not(#fake-id),
div[data-kind=Component] .themeTextClass.Accented .link1,
div[data-kind=Component] .themeTextClass.Accented .link1 :not(#fake-id) {
  color: #fff !important;
}

.Accented .link1:hover,
.Accented .link1:hover :not(#fake-id),
.themeTextClass.Accented .link1:hover,
.themeTextClass.Accented .link1:hover :not(#fake-id),
div[data-kind=Component] .Accented .link1:hover,
div[data-kind=Component] .Accented .link1:hover :not(#fake-id),
div[data-kind=Component] .themeTextClass.Accented .link1:hover,
div[data-kind=Component] .themeTextClass.Accented .link1:hover :not(#fake-id) {
  color: #9bbd9e !important;
}

.Accented .none .link1,
.Accented .none .link1:hover {
  color: unset;
}

.Accented .link2,
.Accented .link2 :not(#fake-id),
.themeTextClass.Accented .link2,
.themeTextClass.Accented .link2 :not(#fake-id),
div[data-kind=Component] .Accented .link2,
div[data-kind=Component] .Accented .link2 :not(#fake-id),
div[data-kind=Component] .themeTextClass.Accented .link2,
div[data-kind=Component] .themeTextClass.Accented .link2 :not(#fake-id) {
  color: #fff !important;
}

.Accented .link2:hover,
.Accented .link2:hover :not(#fake-id),
.themeTextClass.Accented .link2:hover,
.themeTextClass.Accented .link2:hover :not(#fake-id),
div[data-kind=Component] .Accented .link2:hover,
div[data-kind=Component] .Accented .link2:hover :not(#fake-id),
div[data-kind=Component] .themeTextClass.Accented .link2:hover,
div[data-kind=Component] .themeTextClass.Accented .link2:hover :not(#fake-id) {
  color: #9bbd9e !important;
}

.Accented .none .link2,
.Accented .none .link2:hover {
  color: unset;
}

.Accented .link3,
.Accented .link3 :not(#fake-id),
.themeTextClass.Accented .link3,
.themeTextClass.Accented .link3 :not(#fake-id),
div[data-kind=Component] .Accented .link3,
div[data-kind=Component] .Accented .link3 :not(#fake-id),
div[data-kind=Component] .themeTextClass.Accented .link3,
div[data-kind=Component] .themeTextClass.Accented .link3 :not(#fake-id) {
  color: #fff !important;
}

.Accented .link3:hover,
.Accented .link3:hover :not(#fake-id),
.themeTextClass.Accented .link3:hover,
.themeTextClass.Accented .link3:hover :not(#fake-id),
div[data-kind=Component] .Accented .link3:hover,
div[data-kind=Component] .Accented .link3:hover :not(#fake-id),
div[data-kind=Component] .themeTextClass.Accented .link3:hover,
div[data-kind=Component] .themeTextClass.Accented .link3:hover :not(#fake-id) {
  color: #9bbd9e !important;
}

.Accented .none .link3,
.Accented .none .link3:hover {
  color: unset;
}

.Main .themeaccent,
.Main .themeaccent :not(#fake-id),
.themeTextClass.Main .themeaccent,
.themeTextClass.Main .themeaccent :not(#fake-id),
div[data-kind=Component] .Main .themeaccent,
div[data-kind=Component] .Main .themeaccent :not(#fake-id),
div[data-kind=Component] .themeTextClass.Main .themeaccent,
div[data-kind=Component] .themeTextClass.Main .themeaccent :not(#fake-id) {
  color: #fff !important;
}

.Main .themeaccent:hover,
.Main .themeaccent:hover :not(#fake-id),
.themeTextClass.Main .themeaccent:hover,
.themeTextClass.Main .themeaccent:hover :not(#fake-id),
div[data-kind=Component] .Main .themeaccent:hover,
div[data-kind=Component] .Main .themeaccent:hover :not(#fake-id),
div[data-kind=Component] .themeTextClass.Main .themeaccent:hover,
div[data-kind=Component] .themeTextClass.Main .themeaccent:hover :not(#fake-id) {
  color: #93a797 !important;
}

.Main .none .themeaccent,
.Main .none .themeaccent:hover {
  color: unset;
}

.Main .link1,
.Main .link1 :not(#fake-id),
.themeTextClass.Main .link1,
.themeTextClass.Main .link1 :not(#fake-id),
div[data-kind=Component] .Main .link1,
div[data-kind=Component] .Main .link1 :not(#fake-id),
div[data-kind=Component] .themeTextClass.Main .link1,
div[data-kind=Component] .themeTextClass.Main .link1 :not(#fake-id) {
  color: #fff !important;
}

.Main .link1:hover,
.Main .link1:hover :not(#fake-id),
.themeTextClass.Main .link1:hover,
.themeTextClass.Main .link1:hover :not(#fake-id),
div[data-kind=Component] .Main .link1:hover,
div[data-kind=Component] .Main .link1:hover :not(#fake-id),
div[data-kind=Component] .themeTextClass.Main .link1:hover,
div[data-kind=Component] .themeTextClass.Main .link1:hover :not(#fake-id) {
  color: #93a797 !important;
}

.Main .none .link1,
.Main .none .link1:hover {
  color: unset;
}

.Main .link2,
.Main .link2 :not(#fake-id),
.themeTextClass.Main .link2,
.themeTextClass.Main .link2 :not(#fake-id),
div[data-kind=Component] .Main .link2,
div[data-kind=Component] .Main .link2 :not(#fake-id),
div[data-kind=Component] .themeTextClass.Main .link2,
div[data-kind=Component] .themeTextClass.Main .link2 :not(#fake-id) {
  color: #fff !important;
}

.Main .link2:hover,
.Main .link2:hover :not(#fake-id),
.themeTextClass.Main .link2:hover,
.themeTextClass.Main .link2:hover :not(#fake-id),
div[data-kind=Component] .Main .link2:hover,
div[data-kind=Component] .Main .link2:hover :not(#fake-id),
div[data-kind=Component] .themeTextClass.Main .link2:hover,
div[data-kind=Component] .themeTextClass.Main .link2:hover :not(#fake-id) {
  color: #93a797 !important;
}

.Main .none .link2,
.Main .none .link2:hover {
  color: unset;
}

.Main .link3,
.Main .link3 :not(#fake-id),
.themeTextClass.Main .link3,
.themeTextClass.Main .link3 :not(#fake-id),
div[data-kind=Component] .Main .link3,
div[data-kind=Component] .Main .link3 :not(#fake-id),
div[data-kind=Component] .themeTextClass.Main .link3,
div[data-kind=Component] .themeTextClass.Main .link3 :not(#fake-id) {
  color: #fff !important;
}

.Main .link3:hover,
.Main .link3:hover :not(#fake-id),
.themeTextClass.Main .link3:hover,
.themeTextClass.Main .link3:hover :not(#fake-id),
div[data-kind=Component] .Main .link3:hover,
div[data-kind=Component] .Main .link3:hover :not(#fake-id),
div[data-kind=Component] .themeTextClass.Main .link3:hover,
div[data-kind=Component] .themeTextClass.Main .link3:hover :not(#fake-id) {
  color: #93a797 !important;
}

.Main .none .link3,
.Main .none .link3:hover {
  color: unset;
}

.White .themeaccent,
.White .themeaccent :not(#fake-id),
.themeTextClass.White .themeaccent,
.themeTextClass.White .themeaccent :not(#fake-id),
div[data-kind=Component] .White .themeaccent,
div[data-kind=Component] .White .themeaccent :not(#fake-id),
div[data-kind=Component] .themeTextClass.White .themeaccent,
div[data-kind=Component] .themeTextClass.White .themeaccent :not(#fake-id) {
  color: #367a3d !important;
}

.White .themeaccent:hover,
.White .themeaccent:hover :not(#fake-id),
.themeTextClass.White .themeaccent:hover,
.themeTextClass.White .themeaccent:hover :not(#fake-id),
div[data-kind=Component] .White .themeaccent:hover,
div[data-kind=Component] .White .themeaccent:hover :not(#fake-id),
div[data-kind=Component] .themeTextClass.White .themeaccent:hover,
div[data-kind=Component] .themeTextClass.White .themeaccent:hover :not(#fake-id) {
  color: #9bbd9e !important;
}

.White .none .themeaccent,
.White .none .themeaccent:hover {
  color: unset;
}

.White .link1,
.White .link1 :not(#fake-id),
.themeTextClass.White .link1,
.themeTextClass.White .link1 :not(#fake-id),
div[data-kind=Component] .White .link1,
div[data-kind=Component] .White .link1 :not(#fake-id),
div[data-kind=Component] .themeTextClass.White .link1,
div[data-kind=Component] .themeTextClass.White .link1 :not(#fake-id) {
  color: #367a3d !important;
}

.White .link1:hover,
.White .link1:hover :not(#fake-id),
.themeTextClass.White .link1:hover,
.themeTextClass.White .link1:hover :not(#fake-id),
div[data-kind=Component] .White .link1:hover,
div[data-kind=Component] .White .link1:hover :not(#fake-id),
div[data-kind=Component] .themeTextClass.White .link1:hover,
div[data-kind=Component] .themeTextClass.White .link1:hover :not(#fake-id) {
  color: #9bbd9e !important;
}

.White .none .link1,
.White .none .link1:hover {
  color: unset;
}

.White .link2,
.White .link2 :not(#fake-id),
.themeTextClass.White .link2,
.themeTextClass.White .link2 :not(#fake-id),
div[data-kind=Component] .White .link2,
div[data-kind=Component] .White .link2 :not(#fake-id),
div[data-kind=Component] .themeTextClass.White .link2,
div[data-kind=Component] .themeTextClass.White .link2 :not(#fake-id) {
  color: #354a35 !important;
}

.White .link2:hover,
.White .link2:hover :not(#fake-id),
.themeTextClass.White .link2:hover,
.themeTextClass.White .link2:hover :not(#fake-id),
div[data-kind=Component] .White .link2:hover,
div[data-kind=Component] .White .link2:hover :not(#fake-id),
div[data-kind=Component] .themeTextClass.White .link2:hover,
div[data-kind=Component] .themeTextClass.White .link2:hover :not(#fake-id) {
  color: #9aa59a !important;
}

.White .none .link2,
.White .none .link2:hover {
  color: unset;
}

.White .link3,
.White .link3 :not(#fake-id),
.themeTextClass.White .link3,
.themeTextClass.White .link3 :not(#fake-id),
div[data-kind=Component] .White .link3,
div[data-kind=Component] .White .link3 :not(#fake-id),
div[data-kind=Component] .themeTextClass.White .link3,
div[data-kind=Component] .themeTextClass.White .link3 :not(#fake-id) {
  color: #354a35 !important;
}

.White .link3:hover,
.White .link3:hover :not(#fake-id),
.themeTextClass.White .link3:hover,
.themeTextClass.White .link3:hover :not(#fake-id),
div[data-kind=Component] .White .link3:hover,
div[data-kind=Component] .White .link3:hover :not(#fake-id),
div[data-kind=Component] .themeTextClass.White .link3:hover,
div[data-kind=Component] .themeTextClass.White .link3:hover :not(#fake-id) {
  color: #9aa59a !important;
}

.White .none .link3,
.White .none .link3:hover {
  color: unset;
}

.Black .themeaccent,
.Black .themeaccent :not(#fake-id),
.themeTextClass.Black .themeaccent,
.themeTextClass.Black .themeaccent :not(#fake-id),
div[data-kind=Component] .Black .themeaccent,
div[data-kind=Component] .Black .themeaccent :not(#fake-id),
div[data-kind=Component] .themeTextClass.Black .themeaccent,
div[data-kind=Component] .themeTextClass.Black .themeaccent :not(#fake-id) {
  color: #fff !important;
}

.Black .themeaccent:hover,
.Black .themeaccent:hover :not(#fake-id),
.themeTextClass.Black .themeaccent:hover,
.themeTextClass.Black .themeaccent:hover :not(#fake-id),
div[data-kind=Component] .Black .themeaccent:hover,
div[data-kind=Component] .Black .themeaccent:hover :not(#fake-id),
div[data-kind=Component] .themeTextClass.Black .themeaccent:hover,
div[data-kind=Component] .themeTextClass.Black .themeaccent:hover :not(#fake-id) {
  color: #9aa59a !important;
}

.Black .none .themeaccent,
.Black .none .themeaccent:hover {
  color: unset;
}

.Black .link1,
.Black .link1 :not(#fake-id),
.themeTextClass.Black .link1,
.themeTextClass.Black .link1 :not(#fake-id),
div[data-kind=Component] .Black .link1,
div[data-kind=Component] .Black .link1 :not(#fake-id),
div[data-kind=Component] .themeTextClass.Black .link1,
div[data-kind=Component] .themeTextClass.Black .link1 :not(#fake-id) {
  color: #fff !important;
}

.Black .link1:hover,
.Black .link1:hover :not(#fake-id),
.themeTextClass.Black .link1:hover,
.themeTextClass.Black .link1:hover :not(#fake-id),
div[data-kind=Component] .Black .link1:hover,
div[data-kind=Component] .Black .link1:hover :not(#fake-id),
div[data-kind=Component] .themeTextClass.Black .link1:hover,
div[data-kind=Component] .themeTextClass.Black .link1:hover :not(#fake-id) {
  color: #9aa59a !important;
}

.Black .none .link1,
.Black .none .link1:hover {
  color: unset;
}

.Black .link2,
.Black .link2 :not(#fake-id),
.themeTextClass.Black .link2,
.themeTextClass.Black .link2 :not(#fake-id),
div[data-kind=Component] .Black .link2,
div[data-kind=Component] .Black .link2 :not(#fake-id),
div[data-kind=Component] .themeTextClass.Black .link2,
div[data-kind=Component] .themeTextClass.Black .link2 :not(#fake-id) {
  color: #fff !important;
}

.Black .link2:hover,
.Black .link2:hover :not(#fake-id),
.themeTextClass.Black .link2:hover,
.themeTextClass.Black .link2:hover :not(#fake-id),
div[data-kind=Component] .Black .link2:hover,
div[data-kind=Component] .Black .link2:hover :not(#fake-id),
div[data-kind=Component] .themeTextClass.Black .link2:hover,
div[data-kind=Component] .themeTextClass.Black .link2:hover :not(#fake-id) {
  color: #9aa59a !important;
}

.Black .none .link2,
.Black .none .link2:hover {
  color: unset;
}

.Black .link3,
.Black .link3 :not(#fake-id),
.themeTextClass.Black .link3,
.themeTextClass.Black .link3 :not(#fake-id),
div[data-kind=Component] .Black .link3,
div[data-kind=Component] .Black .link3 :not(#fake-id),
div[data-kind=Component] .themeTextClass.Black .link3,
div[data-kind=Component] .themeTextClass.Black .link3 :not(#fake-id) {
  color: #fff !important;
}

.Black .link3:hover,
.Black .link3:hover :not(#fake-id),
.themeTextClass.Black .link3:hover,
.themeTextClass.Black .link3:hover :not(#fake-id),
div[data-kind=Component] .Black .link3:hover,
div[data-kind=Component] .Black .link3:hover :not(#fake-id),
div[data-kind=Component] .themeTextClass.Black .link3:hover,
div[data-kind=Component] .themeTextClass.Black .link3:hover :not(#fake-id) {
  color: #9aa59a !important;
}

.Black .none .link3,
.Black .none .link3:hover {
  color: unset;
}

ul.menu2 div.divider {
  padding: 0;
  border-style: none;
  border-width: 10px 10px 0 0;
}

ul.menu2 > li > a {
  padding: 10px;
}

.menu ul.menu2 > li > a.expanded,
ul.menu2 > li > a,
ul.menu2 > li > a:hover {
  border-style: none;
  border-width: 1px 0 0;
  background-image: none;
  color: #3c3c3c;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  font-family: Poppins, Open Sans, Helvetica Neue, Helvetica, sans-serif;
  text-transform: none;
  text-align: left;
}

.menu ul.menu2 > li > a.expanded {
  padding: 10px;
}

ul.menu2 > li > a.selected {
  color: #4c8958;
}

ul.menu2 > li > a.selected,
ul.menu2 > li > a.selected:hover {
  border-style: none;
  border-width: 1px 0 0;
  background-image: none;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  font-family: Poppins, Open Sans, Helvetica Neue, Helvetica, sans-serif;
  text-transform: none;
  text-align: left;
}

ul.menu2 > li > a.selected:hover {
  color: #3c3c3c;
}

.menu2 {
  padding: 0 0 12px;
  border-width: 0;
  background-image: none;
}

.dropdown ul.menu2 > li ul {
  width: 200px;
}

ul.menu2 li a {
  line-height: 18px;
}

ul.menu2 li a.level-0 span {
  display: inline-block;
}

ul.menu2 > li > a.expanded {
  text-decoration: unset !important;
}

.button2 {
  padding: 0;
  background-color: transparent;
  font-size: 15px;
  font-family: Poppins, Open Sans, Helvetica Neue, Helvetica, sans-serif;
  text-align: center;
}

.button2,
.button2:hover {
  border: 1px solid #fff;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  background-image: none;
  color: #fff;
}

.button2:hover {
  background-color: hsla(0, 0%, 100%, 0.2);
}

.button3 {
  padding: 0;
  border: 0 solid #000;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  background-color: #fff;
  font-size: 15px;
  font-family: Poppins, Open Sans, Helvetica Neue, Helvetica, sans-serif;
  text-align: center;
}

.button3,
.button3:hover {
  background-image: none;
  color: #3c3c3c;
}

.button3:hover {
  border: 0 solid #7f7f7f;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  background-color: hsla(0, 0%, 100%, 0.7);
}

ul.ThemeMenu1 div.divider {
  padding: 0 20px;
  border-style: none;
  border-width: 0;
}

ul.ThemeMenu1 > li > a {
  padding: 10px 0;
}

ul.ThemeMenu1 > li > a,
ul.ThemeMenu1 > li > a:hover {
  border-style: none;
  border-width: 0;
  color: #453f38;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  font-family: Poppins, Open Sans, Helvetica Neue, Helvetica, sans-serif;
  text-transform: none;
  text-align: left;
}

ul.ThemeMenu1 > li > a:hover {
  background-image: none;
}

.menu ul.ThemeMenu1 > li > a.expanded {
  padding: 10px 0;
}

.menu ul.ThemeMenu1 > li > a.expanded,
ul.ThemeMenu1 > li > a.selected,
ul.ThemeMenu1 > li > a.selected:hover {
  border-style: none;
  border-width: 0;
  background-image: none;
  color: #453f38;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  font-family: Poppins, Open Sans, Helvetica Neue, Helvetica, sans-serif;
  text-transform: none;
  text-align: left;
}

.ThemeMenu1 {
  padding: 0;
  border-style: none;
  border-width: 0;
}

ul.ThemeMenu1 li a {
  line-height: 18px;
}

ul.ThemeMenu1 li a.level-0 span {
  display: inline-block;
}

.menu.dropdown:not(.menuhorizontalright) ul.ThemeMenu1 > li > a {
  width: 100%;
}

.menu.dropdown > ul.ThemeMenu1 > li ul > li > .divider {
  display: none;
}

.menu.dropdown > ul.ThemeMenu1 > li ul > li:hover,
.menu.dropdown > ul.ThemeMenu1 > li ul > li:hover > ul > li {
  white-space: nowrap;
  display: flex !important;
}

ul.ThemeMenu1 > li > a.expanded {
  text-decoration: unset !important;
}

ul.ThemeMenu2 div.divider {
  padding: 0;
  border-style: none;
  border-width: 10px 10px 0 0;
}

ul.ThemeMenu2 > li > a {
  padding: 0 8px;
}

.menu ul.ThemeMenu2 > li > a.expanded,
ul.ThemeMenu2 > li > a,
ul.ThemeMenu2 > li > a:hover {
  border-style: none;
  border-width: 1px 0 0;
  background-image: none;
  color: #453f38;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  font-family: Poppins, Open Sans, Helvetica Neue, Helvetica, sans-serif;
  text-transform: none;
  text-align: left;
}

.menu ul.ThemeMenu2 > li > a.expanded {
  padding: 0 8px;
}

ul.ThemeMenu2 > li > a.selected,
ul.ThemeMenu2 > li > a.selected:hover {
  border-style: none;
  border-width: 1px 0 0;
  background-image: none;
  color: #453f38;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  font-family: Poppins, Open Sans, Helvetica Neue, Helvetica, sans-serif;
  text-transform: none;
  text-align: left;
}

.ThemeMenu2 {
  padding: 12px 0;
  border-width: 0;
  background-image: none;
}

ul.ThemeMenu2 li a {
  line-height: 18px;
}

ul.ThemeMenu2 li a.level-0 span {
  display: inline-block;
}

.menu.dropdown:not(.menuhorizontalright) ul.ThemeMenu2 > li > a {
  width: 100%;
}

.menu.dropdown > ul.ThemeMenu2 > li ul > li > .divider {
  display: none;
}

.menu.dropdown > ul.ThemeMenu2 > li ul > li:hover,
.menu.dropdown > ul.ThemeMenu2 > li ul > li:hover > ul > li {
  white-space: nowrap;
  display: flex !important;
}

ul.ThemeMenu2 > li > a.expanded {
  text-decoration: unset !important;
}

html {
  word-wrap: break-word;
}

*,
::after,
::before {
  word-wrap: inherit;
}

html {
  box-sizing: border-box;
}

*,
::after,
::before {
  box-sizing: inherit;
}

div.code {
  box-sizing: content-box;
}

body,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
td,
textarea,
ul {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 650px) {
  body {
    min-width: initial;
  }
  body.desktopV {
    min-width: 1060px;
  }
}
@media (min-width: 651px) {
  body {
    min-width: 1060px;
  }
  body.mobileV {
    min-width: initial;
  }
}
/*******************************************************************/
.rebate_types_container input.inputfield {
  width: 100%;
}

/*
.kiosk_event_banner_container, #event_scrollbox_container, #kiosk_content {
	margin: 30px auto 0px auto;

}
*/
.event_intro_text a.kombokioskbutton:link, .event_intro_text a.kombokioskbutton:active, .event_intro_text a.kombokioskbutton:visited {
  background: #5a5dad;
  color: white;
  text-decoration: none;
  padding: 4px 10px 4px 10px;
  margin: 0 0 0 0px;
  border-radius: 5px;
}

.wrapper {
  width: 100%;
  max-width: 1170px;
}

.kiosk_wide_top_banner_image {
  max-width: 1230px;
  margin-left: 0px;
  margin-top: 30px;
  margin-bottom: 10px;
  position: relative;
}

.kiosk_content *, .venue_dialog *, .membership_dialog, .membership_dialog * {
  box-sizing: content-box;
}

.kiosk_content select {
  box-sizing: border-box;
}

.kiosk_eventlist_widget {
  width: 300px;
}

.kiosk_event_banner_container, #event_scrollbox_container, #kiosk_content {
  margin-left: 354px;
}

@media screen and (max-width: 950px) {
  .kiosk_eventlist_widget {
    display: none;
  }
  #event_scrollbox_container {
    margin-left: 0px;
  }
  #kiosk_content, .kiosk_event_banner_container {
    margin-left: 0px;
  }
  .wrapper {
    width: 640px;
  }
}
