/* ==================
  Colors
================= */
/* ==================
  Max content widths
================= */
a:focus {
  outline: none !important;
}

#outer-wrap {
  overflow: hidden !important;
}

#scroll-top {
  background-color: #14283d !important;
  border-radius: 0 !important;
  background-image: url("/wp-content/uploads/2024/06/triangle_yellow.svg") !important;
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
}
#scroll-top i {
  display: none !important;
}

._brlbs-box,
._brlbs-box ._brlbs-btn,
._brlbs-box ._brlbs-checkbox-indicator {
  border-radius: 0 !important;
}

.elementor-widget-text-editor a:not(._brlbs-btn) {
  text-decoration: underline !important;
}

@media screen and (min-width: 1025px) {
  .px_dst {
    padding-top: 200px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .px_dst {
    padding-top: 150px !important;
  }
}
@media screen and (max-width: 767px) {
  .px_dst {
    padding-top: 40px !important;
  }
}
@media screen and (min-width: 1025px) {
  .px_dst_s {
    padding-top: calc(200px / 2) !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .px_dst_s {
    padding-top: calc(150px / 2) !important;
  }
}
@media screen and (max-width: 767px) {
  .px_dst_s {
    padding-top: calc(40px / 2) !important;
  }
}

@media screen and (min-width: 1025px) {
  .px_dsb {
    padding-bottom: 200px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .px_dsb {
    padding-bottom: 150px !important;
  }
}
@media screen and (max-width: 767px) {
  .px_dsb {
    padding-bottom: 40px !important;
  }
}
@media screen and (min-width: 1025px) {
  .px_dsb_s {
    padding-bottom: calc(200px / 2) !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .px_dsb_s {
    padding-bottom: calc(150px / 2) !important;
  }
}
@media screen and (max-width: 767px) {
  .px_dsb_s {
    padding-bottom: calc(40px / 2) !important;
  }
}

@media screen and (min-width: 1025px) {
  .px_dsy {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .px_dsy {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
}
@media screen and (max-width: 767px) {
  .px_dsy {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
@media screen and (min-width: 1025px) {
  .px_dsy_s {
    padding-top: calc(200px / 2) !important;
    padding-bottom: calc(200px / 2) !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .px_dsy_s {
    padding-top: calc(150px / 2) !important;
    padding-bottom: calc(150px / 2) !important;
  }
}
@media screen and (max-width: 767px) {
  .px_dsy_s {
    padding-top: calc(40px / 2) !important;
    padding-bottom: calc(40px / 2) !important;
  }
}

@media screen and (min-width: 1025px) {
  .px_dp {
    padding: 50px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .px_dp {
    padding: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .px_dp {
    padding: 30px !important;
  }
}

@media screen and (min-width: 1025px) {
  .px_gap > .e-con-inner {
    gap: 100px !important;
  }
}

@media screen and (min-width: 1025px) {
  .px_add_padding {
    padding: 50px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .px_add_padding {
    padding: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .px_add_padding {
    padding: 30px !important;
  }
}

@media screen and (min-width: 1025px) {
  .px_add_padding_left {
    padding-left: 50px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .px_add_padding_left {
    padding-left: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .px_add_padding_left {
    padding-left: 30px !important;
  }
}

.px_remove_para_margin p {
  margin-bottom: 0 !important;
}

.px_e-con_relative .e-con-inner {
  position: relative !important;
}

@media screen and (min-width: 1025px) {
  .px_db.px_desktop {
    display: block;
  }
}

.px_sand::after {
  content: "" !important;
  position: absolute !important;
  background-repeat: no-repeat !important;
}
@media screen and (min-width: 1025px) {
  .px_sand::after {
    height: 600px;
    width: 300px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .px_sand::after {
    height: 500px;
    width: 150px;
  }
}
.px_sand::after {
  background-image: url("/wp-content/uploads/assets/svgs/black_sand_full.svg");
  background-size: cover;
  background-position: center left;
}
.px_sand.px_right::after {
  right: -50px;
}
.px_sand.px_left::after {
  left: 0;
  transform: rotate(-180deg);
  background-position: bottom left;
}

.px_underline {
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease !important;
}
.px_underline::before {
  content: "" !important;
  position: absolute !important;
  background-repeat: no-repeat !important;
  height: 2px;
  bottom: 0;
  width: 100%;
  transition: all 0.3s ease !important;
}
.px_underline:hover::before {
  width: 0% !important;
}
.px_underline:hover.px_color_green {
  color: #ffffff !important;
}
.px_underline:hover.px_color_white {
  color: #14283d !important;
}
.px_underline.px_black::before {
  background-color: #14283d !important;
}
.px_underline.px_green::before {
  background-color: #f0e774 !important;
}

#site-header {
  border: none !important;
}

.px_header {
  position: fixed !important;
}
.px_header.px_active::after {
  display: block !important;
}
.px_header.px_active .px_mobile_menu {
  display: block !important;
}
.px_header.px_active .px_menu_close_icon {
  display: block !important;
}
.px_header.px_active .px_hamburger_icon {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .px_header.px_active::before {
    content: "";
    position: fixed !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #14283d;
  }
}
.px_header .px_menu_close_icon {
  display: none;
}
@media screen and (max-width: 1024px) {
  .px_header .px_mobile_menu {
    display: none;
  }
}
.px_header .px_mobile_menu a.elementor-item-active {
  position: relative;
}
.px_header .px_mobile_menu a.elementor-item-active::before {
  content: "" !important;
  position: absolute !important;
  background-repeat: no-repeat !important;
  width: 40px;
  height: 40px;
  background-image: url("/wp-content/uploads/2024/06/thunder_yellow_dark.svg");
  background-repeat: no-repeat;
  background-size: contain;
  left: -40px;
  background-color: transparent !important;
}
.px_header .px_mobile_menu .menu-item-has-children .sub-menu {
  position: static !important;
  padding-left: 20px !important;
  padding-bottom: 20px !important;
}
.px_header::after {
  content: "" !important;
  position: absolute !important;
  background-repeat: no-repeat !important;
  left: 0 !important;
  background-color: white !important;
}
@media screen and (min-width: 1025px) {
  .px_header::after {
    height: 70px !important;
    right: 23vw;
    clip-path: polygon(0 0, 60% 0, 100% 15px, 97% 100%, 0 75%);
  }
}
@media screen and (max-width: 1024px) {
  .px_header::after {
    display: none;
    height: 100vh !important;
    width: 100vw;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 13% 100%);
  }
}
.px_header .px_menu_container {
  width: max-content !important;
  padding-right: 50px;
  position: relative !important;
}

.logged-in.admin-bar .px_header.px_menu_open {
  top: 32px !important;
}

.px_header_paper_container .e-con-inner {
  position: relative !important;
}

body.e--ua-isTouchDevice::before {
  content: "";
  position: fixed !important;
  top: 0;
  left: 60vw;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
}
body.px_scroll::before {
  height: 84px;
}

.px_btn .elementor-button {
  border-radius: 0 !important;
  padding: 20px !important;
  padding-right: 80px !important;
  padding-left: 40px !important;
  background-color: transparent !important;
  width: max-content !important;
  position: relative;
}
.px_btn .elementor-button .elementor-button-content-wrapper {
  position: relative;
  z-index: 2 !important;
}
@media screen and (min-width: 768px) {
  .px_btn.px_full .elementor-button {
    width: 100% !important;
  }
}
@media screen and (min-width: 1025px) {
  .px_btn.px_lg .elementor-button {
    font-size: 3rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .px_btn.px_lg .elementor-button {
    font-size: 2rem !important;
  }
}
@media screen and (min-width: 768px) {
  .px_btn.px_lg .elementor-button {
    padding: 4rem !important;
  }
}
.px_btn.px_white .elementor-button {
  background-color: #ffffff !important;
}
.px_btn.px_black .elementor-button {
  background-color: #14283d !important;
}
.px_btn.px_black .elementor-button-text {
  color: #ffffff !important;
}
.px_btn.px_style_1 .elementor-button {
  clip-path: polygon(0 0, 100% 10px, 90% 100%, 10% 100%);
}
.px_btn.px_style_1:hover .elementor-button {
  clip-path: polygon(8% 0, 95% 10px, 100% 100%, 0 100%);
}

form .elementor-button {
  flex-basis: unset !important;
}

.elementor-button,
button {
  text-transform: uppercase !important;
}

h2 {
  font-weight: 900 !important;
  font-style: italic !important;
}

h4 {
  font-weight: 700 !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .px_section_title,
  .px_section_title_small,
  .px_sub_title {
    padding-left: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .px_section_title,
  .px_section_title_small,
  .px_sub_title {
    padding-left: 15px !important;
  }
}

.px_section_title h2,
.px_section_title h3,
.px_section_title_small h2,
.px_section_title_small h3 {
  position: relative !important;
}
.px_section_title.px_deco_green h2::before,
.px_section_title.px_deco_green h3::before,
.px_section_title_small.px_deco_green h2::before,
.px_section_title_small.px_deco_green h3::before {
  background-image: url("/wp-content/uploads/2024/06/thunder_yellow_dark.svg");
}
.px_section_title.px_deco_white h2:before,
.px_section_title.px_deco_white h3:before,
.px_section_title_small.px_deco_white h2:before,
.px_section_title_small.px_deco_white h3:before {
  background-image: url("/wp-content/uploads/assets/svgs/Thunder_white.svg");
}

.px_section_title h2::before {
  content: "" !important;
  position: absolute !important;
  background-repeat: no-repeat !important;
  top: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1025px) {
  .px_section_title h2::before {
    width: 100px;
    height: 100px;
    left: -90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .px_section_title h2::before {
    width: 80px;
    height: 80px;
    left: -70px;
  }
}
@media screen and (max-width: 767px) {
  .px_section_title h2::before {
    width: 60px;
    height: 60px;
    left: -50px;
    top: -10px;
  }
}

.px_section_title_small h3::before {
  content: "" !important;
  position: absolute !important;
  background-repeat: no-repeat !important;
  top: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1025px) {
  .px_section_title_small h3::before {
    width: 80px;
    height: 80px;
    left: -80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .px_section_title_small h3::before {
    width: 60px;
    height: 60px;
    left: -60px;
  }
}
@media screen and (max-width: 767px) {
  .px_section_title_small h3::before {
    width: 50px;
    height: 50px;
    left: -50px;
  }
}

.px_mtb_program .e-con-inner::before, .px_mtb_program .e-con-inner::after {
  content: "" !important;
  position: absolute !important;
  background-repeat: no-repeat !important;
}
@media screen and (max-width: 1024px) {
  .px_mtb_program .e-con-inner::before, .px_mtb_program .e-con-inner::after {
    display: none !important;
  }
}
.px_mtb_program .e-con-inner::before {
  width: 500px;
  height: 500px;
  background-color: #f0e774;
  left: -100px;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0 60%);
  z-index: 2;
  background-image: url("/wp-content/uploads/2024/05/pattern_metalhands_black.svg");
  background-size: 70% !important;
  background-repeat: repeat !important;
}
.px_mtb_program .e-con-inner::after {
  background-image: url("/wp-content/uploads/assets/svgs/black_sand_full.svg");
  background-size: cover;
  background-position: center right;
  width: 500px;
  height: 600px;
  left: -100px;
  top: 200px;
  transform-origin: top left;
  transform: rotate(40deg);
  z-index: 1;
}
.px_mtb_program .e-con-inner .e-con-full.e-child {
  position: static !important;
}
.px_mtb_program .e-con-inner .px_buy_tickets {
  position: absolute;
  right: -120px;
  width: 400px;
  height: 400px;
  padding: 50px 50px 20px 30px;
  background-image: url("/wp-content/uploads/assets/svgs/Brush Stickymenu.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.px_mtb_program .e-con-inner .px_buy_tickets .elementor-widget-container {
  height: max-content !important;
}
.px_mtb_program .e-con-inner .px_buy_tickets .elementor-widget-container .elementor-icon-box-icon {
  margin-bottom: 0 !important;
}

.px_two_col .e-con-inner {
  justify-content: flex-start !important;
}
@media screen and (min-width: 1025px) {
  .px_two_col .e-con-inner {
    gap: 50px !important;
  }
}
@media screen and (max-width: 767px) {
  .px_two_col .e-con-inner {
    gap: 20px !important;
  }
}
@media screen and (min-width: 1025px) {
  .px_two_col .col1 {
    width: calc(45% - 50px) !important;
  }
}
@media screen and (min-width: 1025px) {
  .px_two_col .col2 {
    width: 50% !important;
  }
}

.px_logo_gallery .e-gallery-item .e-gallery-image {
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
}

.px_rocking_container {
  position: relative !important;
}

.px_footer .px_footer_container::before, .px_footer .px_footer_container::after {
  content: "" !important;
  position: absolute !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #f0e774;
}
@media screen and (min-width: 1025px) {
  .px_footer .px_footer_container::before, .px_footer .px_footer_container::after {
    width: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .px_footer .px_footer_container::before, .px_footer .px_footer_container::after {
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .px_footer .px_footer_container::before, .px_footer .px_footer_container::after {
    width: 100px !important;
  }
}
@media screen and (min-width: 768px) {
  .px_footer .px_footer_container::before {
    clip-path: polygon(30% 0%, 100% 0, 100% 100%, 0% 100%);
  }
}
@media screen and (min-width: 1025px) {
  .px_footer .px_footer_container::before {
    left: -70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .px_footer .px_footer_container::before {
    left: -40px;
  }
}
@media screen and (max-width: 767px) {
  .px_footer .px_footer_container::before {
    left: -100px;
  }
}
@media screen and (min-width: 768px) {
  .px_footer .px_footer_container::after {
    clip-path: polygon(0% 0%, 70% 0, 100% 100%, 0% 100%);
  }
}
@media screen and (min-width: 1025px) {
  .px_footer .px_footer_container::after {
    right: -70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .px_footer .px_footer_container::after {
    right: -40px;
  }
}
@media screen and (max-width: 767px) {
  .px_footer .px_footer_container::after {
    right: -100px;
  }
}
.px_footer .px_footer_container .px_copyright {
  margin-bottom: 0 !important;
}

.px_paper_strip {
  left: -70px !important;
  right: -70px !important;
  max-width: unset !important;
}
@media screen and (min-width: 2000px) {
  .px_paper_strip img {
    width: 100% !important;
  }
}

@media screen and (min-width: 2000px) {
  .px_footer_bottom {
    padding-top: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .px_footer .px_footer_menu ul {
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
  }
}
.px_footer .px_footer_menu ul li a {
  flex-direction: column !important;
  align-items: flex-end;
  justify-content: space-between !important;
}
.px_footer .px_footer_menu ul li a::after {
  content: ".";
  color: white;
  opacity: 1 !important;
  background-color: transparent !important;
  margin-right: -6px !important;
  font-weight: normal !important;
}

.map-popup-footer button {
  border: none !important;
  clip-path: polygon(0 0, 100% 10px, 90% 100%, 10% 100%) !important;
  padding: 20px !important;
  transition: all 0.3s ease !important;
}
.map-popup-footer button:hover {
  clip-path: polygon(8% 0, 95% 10px, 100% 100%, 0 100%) !important;
}

.e-n-accordion-item .e-con-full {
  padding: 20px !important;
}
.e-n-accordion-item .elementor-widget-text-editor {
  padding: 0 !important;
}
.e-n-accordion-item .elementor-widget-text-editor .elementor-widget-container {
  padding: 0 !important;
}

.px_ticket_sticky {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  .px_ticket_sticky {
    width: 350px;
    height: 300px;
    right: -150px;
    padding-right: 100px;
    top: calc(50vh - 150px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .px_ticket_sticky {
    width: 250px;
    height: 200px;
    right: -100px;
    padding-right: 50px;
    top: calc(50vh - 100px);
  }
}
@media screen and (max-width: 767px) {
  .px_ticket_sticky {
    width: 150px;
    height: 120px;
    padding-right: 30px;
    right: -45px;
    top: calc(50vh - 60px);
  }
}
.px_ticket_sticky {
  background-image: url("/wp-content/uploads/2024/06/brush_stickymenu_blue.svg");
  background-repeat: no-repeat;
  background-size: 105%;
  background-position: center;
  z-index: 999;
}
.px_ticket_sticky img {
  margin-top: 25px;
}
@media screen and (min-width: 1025px) {
  .px_ticket_sticky img {
    max-width: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .px_ticket_sticky img {
    max-width: 60px;
  }
}
@media screen and (max-width: 767px) {
  .px_ticket_sticky img {
    max-width: 40px;
  }
}
.px_ticket_sticky h5 {
  color: #f0e774 !important;
  font-style: italic !important;
  font-family: "Roboto", Sans-serif !important;
}
@media screen and (min-width: 1025px) {
  .px_ticket_sticky h5 {
    font-size: 24px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .px_ticket_sticky h5 {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 767px) {
  .px_ticket_sticky h5 {
    font-size: 14px !important;
    line-height: 14px;
  }
}
.px_ticket_sticky h5 {
  font-weight: 600 !important;
}

.page-id-3632 .px_ticket_sticky {
  display: none;
}

.post-password-form * {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif !important;
}
@media screen and (min-width: 1025px) {
  .post-password-form {
    padding: 150px calc((100vw - 1200px) / 2) !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .post-password-form {
    padding: 150px calc((100vw - 88vw) / 2) !important;
  }
}
@media screen and (max-width: 767px) {
  .post-password-form {
    padding: 150px calc((100vw - 85vw) / 2) !important;
  }
}
.post-password-form input[type=submit] {
  margin-top: 20px !important;
}

.px_hero {
  position: relative !important;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}
.px_hero .px_text_container {
  min-height: 120rem !important;
}
@media screen and (max-width: 1024px) {
  .px_hero .px_rth_logo {
    position: static !important;
  }
}
.px_hero .px_video_container,
.px_hero .px_bg_container,
.px_hero .px_offset_img_container {
  content: "" !important;
  position: absolute !important;
  background-repeat: no-repeat !important;
  left: 0 !important;
  right: 0 !important;
  width: unset !important;
}
@media screen and (min-width: 4001px) and (max-width: 10000px) {
  .px_hero .px_video_container,
  .px_hero .px_bg_container,
  .px_hero .px_offset_img_container {
    left: 20rem !important;
    width: calc(1200px + 500px) !important;
    margin: 0 auto !important;
    left: 0 !important;
    right: 0 !important;
  }
}
@media screen and (min-width: 1025px) {
  .px_hero .px_video_container,
  .px_hero .px_bg_container,
  .px_hero .px_offset_img_container {
    top: 100px;
    min-height: 120rem !important;
  }
}
@media screen and (max-width: 1024px) {
  .px_hero .px_video_container,
  .px_hero .px_bg_container,
  .px_hero .px_offset_img_container {
    min-height: 100vh !important;
  }
}
.px_hero .px_text_container .e-con-inner {
  position: relative !important;
}
@media screen and (min-width: 1025px) {
  .px_hero .px_video_container {
    clip-path: polygon(0 0, 100% 0, 100% 50%, 15% 95%);
  }
}
@media screen and (max-width: 1024px) {
  .px_hero .px_video_container {
    clip-path: polygon(0 0, 100% 0, 100% 80%, 15% 95%);
  }
}
.px_hero .px_video_container {
  background-color: black !important;
  overflow: visible !important;
}
@media screen and (min-width: 1025px) {
  .px_hero .px_bg_container {
    clip-path: polygon(0 0, 100% 0, 100% 50%, 13% 100%);
  }
}
@media screen and (max-width: 1024px) {
  .px_hero .px_bg_container {
    clip-path: polygon(0 0, 100% 0, 100% 80%, 13% 100%);
  }
}
.px_hero .px_offset_img_container::before, .px_hero .px_offset_img_container::after {
  content: "" !important;
  position: absolute !important;
  background-repeat: no-repeat !important;
  background-size: contain;
  transform: rotate(-20deg);
}
.px_hero .px_offset_img_container::before {
  width: 50rem !important;
  height: 30rem !important;
  bottom: 5rem !important;
  left: -17rem !important;
  top: unset !important;
  background-image: url("/wp-content/uploads/assets/svgs/chains_flat.svg");
  background-repeat: repeat-x;
  background-position: center right;
}
@media screen and (max-width: 1024px) {
  .px_hero .px_offset_img_container {
    z-index: -1 !important;
  }
}
.px_hero .px_offset_img_container::after {
  width: 50rem !important;
  height: 25rem !important;
  bottom: 10vh !important;
  top: unset !important;
  right: 25rem !important;
  background-image: url("/wp-content/uploads/2024/06/green_text_yellow.svg");
}
@media screen and (max-width: 1024px) {
  .px_hero .px_offset_img_container::after {
    display: none !important;
  }
}

.px_intro_section::after {
  top: -200px;
}

.e-n-accordion .e-n-accordion-item-title {
  justify-content: space-between !important;
}

.page-id-1701 main,
.page-id-1667 main,
.page-id-1532 main,
.page-id-2557 main {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .page-id-1701 main form,
  .page-id-1667 main form,
  .page-id-1532 main form,
  .page-id-2557 main form {
    width: 80% !important;
  }
}
@media screen and (max-width: 767px) {
  .page-id-1701 main form,
  .page-id-1667 main form,
  .page-id-1532 main form,
  .page-id-2557 main form {
    width: 90% !important;
  }
}
.page-id-1701 main form input[type=submit],
.page-id-1667 main form input[type=submit],
.page-id-1532 main form input[type=submit],
.page-id-2557 main form input[type=submit] {
  margin-top: 10px;
  background-color: #f0e774 !important;
  padding: 20px !important;
  color: #14283d !important;
  clip-path: polygon(0 0, 100% 10px, 90% 100%, 10% 100%);
}
.page-id-1701 main form input[type=submit]:hover,
.page-id-1667 main form input[type=submit]:hover,
.page-id-1532 main form input[type=submit]:hover,
.page-id-2557 main form input[type=submit]:hover {
  clip-path: polygon(8% 0, 95% 10px, 100% 100%, 0 100%);
}

.page-id-2801 .px_ticket_sticky {
  display: none !important;
}

.page-id-3149 .px_ticket_sticky {
  display: none !important;
}

.page-id-1701 main {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

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