html {
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
.white-color * {
  color: #fff;
}
#main .wpb_content_element {
  margin-bottom: 0;
}
.vc_col-has-fill > .vc_column-inner,
.vc_row-has-fill
  + .vc_row-full-width
  + .vc_row
  > .vc_column_container
  > .vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0;
}
#main .wpb_gmaps_widget .wpb_wrapper {
  padding: 0;
}
#main .vc_separator {
  width: 100px;
}
#main .vc_separator-left {
  width: 100px;
  margin: 30px 0 0;
}
::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
:-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
::placeholder {
  opacity: 1;
  transition: opacity 0.5s;
}
*:focus::-webkit-input-placeholder {
  opacity: 0;
}
*:focus:-moz-placeholder {
  opacity: 0;
}
*:focus::-moz-placeholder {
  opacity: 0;
}
*:focus:-ms-input-placeholder {
  opacity: 0;
}
*:focus::placeholder {
  opacity: 0;
}
.masthead:after {
  content: "";
  display: block;
  background: url(../images/header-line-transparent.png);
  background-size: contain;
  background-position: center;
  background-repeat-x: repeat;
  background-repeat-y: no-repeat;
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.branding:before,
.mobile-branding:before {
  content: "";
  display: block;
  background: url(../images/header-bottom.png) no-repeat center;
  background-size: 85px;
  width: 100%;
  height: 72px;
  position: absolute;
  left: 0;
  bottom: -45px;
}
.mobile-branding {
  position: relative;
}
#phantom,
.masthead.masthead-mobile-header:not(#phantom) {
  background: url(../images/header-bg.jpg);
}
.menu-indent a {
  margin-left: 10px !important;
}
.navigation .sub-nav {
  border: 1px solid #bfa78a;
  outline: 2px solid #1f1109;
}
.dt-mobile-header {
  padding: 0;
}
#mobile-menu {
  padding: 30px 30px 106px 30px;
}
.mobile-main-nav > li > a {
  padding: 13px 30px 13px 0;
}
.mobile-mini-widgets-in-menu {
  padding: 0;
}
.mobile-mini-widgets-in-menu a {
  width: 100%;
  float: left;
  color: #fff;
  text-decoration: none !important;
}
.dt-mobile-header .mobile-mini-widgets-in-menu > * {
  margin: 0;
}
.medium-menu-icon .hide-overlay .lines,
.medium-menu-icon .hide-overlay .lines:after,
.medium-menu-icon .hide-overlay .lines:before,
.medium-menu-icon .menu-toggle .lines,
.medium-menu-icon .menu-toggle .lines:after,
.medium-menu-icon .menu-toggle .lines:before,
.medium-mobile-menu-icon .mobile-header-bar .lines,
.medium-mobile-menu-icon .mobile-header-bar .lines:after,
.medium-mobile-menu-icon .mobile-header-bar .lines:before {
  background: url(../images/menubar-icon-bg.svg) no-repeat center;
  width: 30px;
  height: 5px;
}
.medium-mobile-menu-icon .mobile-header-bar .dt-mobile-menu-icon {
  width: 30px;
}
#footer {
  background-size: cover !important;
}
#footer .custom-menu li ul {
  display: none;
}
#footer .widget-title {
  display: none;
}
#footer > .wf-wrap {
  width: 100%;
  padding: 0;
}
#page .footer .widget {
  margin-bottom: 0;
}
#page .footer .widget * {
  margin-bottom: 0;
}
#footer section#text-3 {
  padding: 50px 0;
}
#footer section#text-3 p {
  margin-top: 25px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  color: #e6e6e6;
}
#footer section#text-3 p:first-child {
  margin-top: 0;
}
#footer section#text-3 p:nth-child(3) a {
  font-size: 24px;
  font-weight: 600;
  color: #e6e6e6;
}
#footer section#text-3 p:nth-child(3) a img {
  padding-right: 5px;
  width: 20px;
}
#footer section#text-3 p:last-child a {
  margin-right: 25px;
}
#footer section#text-3 p:last-child a:last-child {
  margin-right: 0;
}
#footer section#presscore-custom-menu-one-2 {
  background: #1f1109;
  position: relative;
}
#footer section#presscore-custom-menu-one-2:before {
  content: "";
  display: block;
  background: #1f1109;
  width: 100em;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
}
#footer section#presscore-custom-menu-one-2:after {
  content: "";
  display: block;
  background: #1f1109;
  width: 100em;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
}
#footer section#presscore-custom-menu-one-2 .custom-menu {
  max-width: 1199px;
  margin: 0 auto;
  padding: 0 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#footer section#presscore-custom-menu-one-2 .custom-menu:before {
  content: "";
  display: block;
  background: url(../images/header-line-transparent.png) center no-repeat;
  background-size: contain;
  background-position: center;
  background-repeat-x: repeat;
  background-repeat-y: no-repeat;
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
}
#footer section#presscore-custom-menu-one-2 .custom-menu:after {
  content: "";
  display: block;
  background: url(../images/header-line-transparent.png);
  background-size: contain;
  background-position: center;
  background-repeat-x: repeat;
  background-repeat-y: no-repeat;
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  top: 0;
}
#footer section#presscore-custom-menu-one-2 .custom-menu li {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
#footer section#presscore-custom-menu-one-2 .custom-menu li a {
  padding: 20px 40px;
  text-align: center;
  color: #e6e6e6;
}
#footer section#presscore-custom-menu-one-2 .custom-menu li a:hover {
  color: #bfa78a;
}
#footer section#presscore-custom-menu-one-2 .custom-menu li:first-child a {
  padding-left: 0;
}
#footer section#presscore-custom-menu-one-2 .custom-menu li:last-child a {
  padding-right: 0;
}
#bottom-bar *,
#bottom-bar a {
  color: rgba(240, 237, 230, 0.62);
}
#bottom-bar .wf-float-right {
  display: none;
}
.outlined-text:after {
  color: #fff;
  content: "Escape Rooms";
  position: absolute;
  -webkit-text-stroke: 0.05em #fff;
  left: 0;
  z-index: -2;
  font-size: 1em;
}
.wpb_single_image .rollover:hover i {
  background: url(../images/image-hover-bg.png);
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
}
.wpb_single_image .rollover:hover i:before {
  background: url(../images/custom-image-onhover-btn-bg.svg) no-repeat;
  background-size: 100% 100%;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  width: 185px;
  height: 47px;
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
}
.wpb_single_image .rollover i,
.wpb_single_image .rollover i:before {
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  opacity: 0;
}
.wpb_single_image .rollover:hover i,
.wpb_single_image .rollover:hover i:before {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
#fancy-header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/title-bg-bottom-design.png);
  background-repeat-x: repeat;
  background-repeat-y: no-repeat;
  width: 100%;
  height: 5px;
  float: left;
}
#main .btn-align-center .dt-btn {
  margin: 0 auto;
}
#main .brown-bg-wrapper,
#main .custom-top-bg-pattern,
#main .custom-top-bg-patternv2,
#main .custom-top-bg-patternv3 {
  overflow: initial;
}
#main .brown-bg-wrapper .inner:before {
  content: "";
  display: block;
  background: url(../images/brown-bg-top.png);
  background-size: contain;
  background-repeat-x: repeat;
  background-repeat-y: no-repeat;
  position: absolute;
  top: -5px;
  left: -100%;
  width: 999em;
  height: 5px;
  z-index: 99;
}
#main .brown-bg-wrapper .inner:after {
  content: "";
  display: block;
  background: url(../images/brown-bg-bottom.png);
  background-size: contain;
  background-repeat-x: repeat;
  background-repeat-y: no-repeat;
  position: absolute;
  bottom: -3px;
  left: -100%;
  width: 999em;
  height: 5px;
  z-index: 99;
}
.custom-top-bg-pattern > .wpb_column:before {
  content: "";
  display: block;
  background: url(../images/lightbrown-bg-top.png);
  background-size: contain;
  background-repeat-x: repeat;
  background-repeat-y: no-repeat;
  position: absolute;
  top: 0;
  left: -100%;
  width: 999em;
  height: 5px;
  z-index: 99;
}
.custom-top-bg-patternv2 > .wpb_column:before {
  content: "";
  display: block;
  background: url(../images/lightbrown-bg-top-v2.png);
  background-size: contain;
  background-repeat-x: repeat;
  background-repeat-y: no-repeat;
  position: absolute;
  top: -3px;
  left: -100%;
  width: 999em;
  height: 5px;
  z-index: 99;
}
.custom-top-bg-patternv3 > .wpb_column:before {
  content: "";
  display: block;
  background: url(../images/whitepattern-bg-top.png);
  background-size: contain;
  background-repeat-x: repeat;
  background-repeat-y: no-repeat;
  position: absolute;
  top: -5px;
  left: -100%;
  width: 999em;
  height: 5px;
  z-index: 99;
}
.custom-list ul {
  width: 100%;
  float: left;
  padding: 0;
  margin-left: 0;
  margin-bottom: 20px;
}
.custom-list ul li {
  padding-bottom: 10px;
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.custom-list ul li:before {
  content: url(../images/custom-list-ico.svg);
  width: 12px;
  height: 100%;
  padding-right: 10px;
  display: block;
  float: left;
  flex-shrink: 0;
}
.custom-list ol li {
  padding-bottom: 16px;
}
.custom-list ul li:last-child,
.custom-list ol li:last-child {
  padding-bottom: 0;
}
.custom-list ul li ul li:before {
  width: 5px;
  position: relative;
  bottom: 3px;
}
.custom-list ul li ul {
  font-weight: 300;
}
#main ul {
  width: 100%;
  float: left;
  margin-left: 0;
  padding: 0;
}
#main ul li {
  list-style: none;
  padding-bottom: 10px;
  margin: 0;
}
#main ul li:last-child {
  padding-bottom: 0;
}
.gform_wrapper {
  margin: 0;
}
#main .gform_wrapper input {
  padding-left: 15px;
  padding-right: 15px;
  line-height: 17px;
}
#main .gform_wrapper .gfield input {
  width: 100%;
  float: left;
}
#main .gform_wrapper .top_label div.ginput_container,
#main .gform_wrapper ul li.gfield {
  margin-top: 0;
}
#main .gform_wrapper input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgba(31, 17, 9, 0.52);
}
#main .gform_wrapper input::-moz-placeholder,
#main .gform_wrapper textarea::-moz-placeholder {
  color: rgba(31, 17, 9, 0.52);
}
#main .gform_wrapper input:-ms-input-placeholder,
#main .gform_wrapper textarea:-ms-input-placeholder {
  color: rgba(31, 17, 9, 0.52);
}
#main .gform_wrapper input:-moz-placeholder,
#main .gform_wrapper textarea:-moz-placeholder {
  color: rgba(31, 17, 9, 0.52);
}
#main .gform_wrapper .gform_body {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
#main .gform_wrapper .gform_footer {
  background: url(../images/custom-default-button-bg.svg) center no-repeat;
  width: 137px;
  height: 47px;
  text-decoration: none;
  line-height: 17px;
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  padding: 0;
  margin: 0 auto;
  position: relative;
}
#main .gform_wrapper .gform_footer input[type="submit"] {
  background: none;
  width: 100%;
  margin: 0;
}
#main .gform_wrapper div.validation_error {
  color: #b19667;
  border-top: 2px solid #bea689;
  border-bottom: 2px solid #bea689;
}
#main .gform_wrapper li.gfield.gfield_error,
#main
  .gform_wrapper
  li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: rgba(170, 142, 94, 0.08);
  margin-bottom: 6px !important;
  border-top: 1px solid #a98d5e;
  border-bottom: 1px solid #a98d5e;
}
#main .gform_wrapper .validation_message {
  color: #b19667;
  font-weight: 300;
}
a.leaderboardLink {
  padding: 7px 10px;
  background: #d4d4d4;
  color: #1b1b1b;
  text-decoration: none;
  line-height: 0;
  display: inline-block;
  box-sizing: border-box;
}
.gift-voucher a {
  text-decoration: none;
  color: #212121;
}
.gift-voucher a i {
  color: #a98d5d;
  font-size: 26px;
}
.gform_ajax_spinner {
  position: absolute;
  right: -30px;
  margin-left: 5px;
  border: 5px solid rgb(173, 145, 98);
  border-left: 5px solid rgba(158, 128, 77, 0.63);
  animation: spinner 1.1s infinite linear;
  border-radius: 100%;
  width: 20px !important;
  height: 20px !important;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#main .newsletter-wrapper .gform_wrapper {
  max-width: 800px;
  margin: 0 auto;
}
#main .newsletter-wrapper .gform_wrapper label {
  display: none;
}
.with-shadow img {
  -webkit-box-shadow: 0 0 10px 0 rgba(184, 184, 184, 1);
  -moz-box-shadow: 0 0 10px 0 rgba(184, 184, 184, 1);
  box-shadow: 0 0 10px 0 rgba(184, 184, 184, 1);
}
.home-about-this-game-wrapper .wpb_single_image .rollover:hover i:before {
  content: "about this room";
}
.home-find-out-more-wrapper .wpb_single_image .rollover:hover i:before {
  content: "find out more";
}
#main .home-how-to-play-wrapper.overlaybg:before {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  left: 0;
  background: url(../images/home-wheel-static.svg) no-repeat;
  width: 125px;
  height: 100%;
}
.product-page-count-wrapper .wpb_wrapper,
.product-page-count-wrapper h4 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
#main .product-page-count-wrapper h4 {
  margin-right: 30px;
  margin-bottom: 0;
}
.product-page-count-wrapper h4:last-child {
  margin-right: 0;
}
.product-page-count-wrapper h4 img {
  margin-right: 10px;
}
.gform_wrapper #gform_2 textarea {
  height: 150px;
}
.vc_toggle_content {
  margin-top: 10px;
  margin-bottom: 30px;
}
.vc_toggle {
  text-align: center;
}
#main .ultimate-map-wrapper {
  margin-bottom: 0;
}
#main .buttons-inline .ult-content-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
}
#input_2_7 > div {
  margin: 0 auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #page .top-book-btn,
  #phantom .top-book-btn {
    width: 150px;
  }
  .outlined-text {
    background: transparent !important;
  }
}
@media only screen and (min-width: 641px) {
  #main .gform_wrapper .top_label li.gfield.gf_right_half {
    padding-left: 10px;
    padding-right: 0;
  }
  #main .gform_wrapper .top_label li.gfield.gf_left_half {
    padding-right: 10px;
  }
  .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
  }
  .gform_wrapper.gform_validation_error
    .top_label
    li.gfield.gfield_error.gf_left_half,
  .gform_wrapper.gform_validation_error
    .top_label
    li.gfield.gfield_error.gf_right_half {
    max-width: calc(52% - 16px);
  }
  .gform_wrapper.gform_validation_error
    .gform_body
    ul
    li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: calc(100% - 0px) !important;
  }
}
@media all and (min-width: 570px) {
  #main .dt-btn,
  .dt-btn-hover-effect {
    text-decoration: none;
    position: relative;
    -ms-transform: 0.5s;
    -moz-transform: 0.5s;
    -o-transform: 0.5s;
    -webkit-transform: 0.5s;
    transform: 0.5s;
    overflow: hidden;
    padding: 0;
  }
  #main .gform_wrapper .gform_footer {
    text-decoration: none;
    position: relative;
    -ms-transform: 0.5s;
    -moz-transform: 0.5s;
    -o-transform: 0.5s;
    -webkit-transform: 0.5s;
    transform: 0.5s;
    padding: 0;
  }
  #main .dt-btn::before,
  .dt-btn-hover-effect::before,
  #main .gform_wrapper .gform_footer::before {
    content: "";
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
    width: 60px;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;
    filter: blur(30px);
    -ms-transform: translateX(-130px) skewX(-15deg);
    -moz-transform: translateX(-130px) skewX(-15deg);
    -o-transform: translateX(-130px) skewX(-15deg);
    -webkit-transform: translateX(-130px) skewX(-15deg);
    transform: translateX(-130px) skewX(-15deg);
  }
  #main .dt-btn:hover::before,
  .dt-btn-hover-effect:hover::before,
  #main .gform_wrapper .gform_footer:hover::before {
    -ms-transform: translateX(300px) skewX(-15deg);
    -moz-transform: translateX(300px) skewX(-15deg);
    -o-transform: translateX(300px) skewX(-15deg);
    -webkit-transform: translateX(300px) skewX(-15deg);
    transform: translateX(300px) skewX(-15deg);
    opacity: 0.8;
    -moz-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
  }
}
@media all and (max-width: 1270px) {
  .branding > a,
  .branding > img {
    padding: 5px 30px 10px 30px;
  }
  .main-nav > li > a {
    padding: 0 15px 0 15px;
  }
  #footer section#presscore-custom-menu-one-2 .custom-menu li a {
    padding: 20px 25px;
  }
}
@media all and (max-width: 1199px) {
  .main-nav > li > a {
    padding: 0 12px 0 12px;
  }
  .split-header .mini-widgets {
    right: 30px;
  }
  #phantom .mini-widgets {
    right: 0;
  }
}
@media all and (max-width: 1070px) {
  .main-nav > li > a .menu-text {
    font-size: 14px;
    line-height: 18px;
  }
}
@media all and (max-width: 991px) {
  #page .top-book-btn,
  #phantom .top-book-btn {
    width: 137px;
    padding: 0;
    font-size: 16px;
  }
  #footer section#presscore-custom-menu-one-2 .custom-menu li a {
    padding: 20px 10px;
  }
}
@media all and (max-width: 767px) {
  #main .vc_separator-left {
    margin: 20px 0 0;
  }
  #fancy-header h1,
  .page-title h1 {
    font-size: 25px !important;
    line-height: 30px !important;
    padding: 20px;
  }
  .home-how-to-play-wrapper .confidential-image img {
    width: 300px;
  }
  .product-page-count-wrapper .wpb_wrapper {
    display: block;
  }
  .product-page-count-wrapper h4 {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .product-page-count-wrapper h4:last-child {
    margin-bottom: 0;
  }
}
@media all and (max-width: 670px) {
  #footer section#presscore-custom-menu-one-2 .custom-menu {
    display: block;
    width: 100%;
    float: left;
    padding: 30px 10px;
  }
  #footer section#presscore-custom-menu-one-2 .custom-menu li {
    width: 100%;
    float: left;
    text-align: center;
  }
  #footer section#presscore-custom-menu-one-2 .custom-menu li a {
    padding: 10px 0;
  }
  #main .home-how-to-play-wrapper.overlaybg:before {
    content: "";
    display: block;
    background: url(../images/overlay-transparent.png);
    background-size: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
  }
  #main .home-how-to-play-wrapper.overlaybg:after {
    content: "";
    display: block;
    position: absolute;
    top: 20%;
    left: 0;
    background: url(../images/home-wheel-static.svg) no-repeat;
    width: 125px;
    height: 100%;
  }
}
@media all and (max-width: 570px) {
  #page #fancy-header > .wf-wrap {
    padding-bottom: 0 !important;
    padding: 0;
  }
}
@media all and (max-width: 479px) {
  .home-how-to-play-wrapper .confidential-image img {
    width: 250px;
  }
}
