.main-site {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 100vh;
}
.main-site-content {
  flex: 1 0 auto;
  margin-top: 2em;
  margin-bottom: 2em;
}
header,
footer {
  flex: none;
}
header {
  border-bottom: 3px solid #F4F3F0;
  background-color: transparent;
}
header .ui.menu a.item:not(.in-dropdown) {
  margin-left: 2.5em;
  font-weight: bold;
  font-size: 16px;
  padding: 0.75em 0;
  text-transform: uppercase !important;
}
header .ui.menu a.item:not(.in-dropdown).orange {
  color: #D55244;
}
header .ui.menu a.item:not(.in-dropdown).teal {
  color: #18E1B9;
}
header .ui.menu a.item:not(.in-dropdown).brand {
  margin-left: 0;
}
header .ui.menu a.item:not(.in-dropdown).brand img {
  margin: 0 !important;
  width: auto !important;
}
header .ui.menu a.item:not(.in-dropdown):hover {
  background-color: transparent;
}
header .ui.menu a.item:not(.in-dropdown):not(.brand):not(.burger-menu)::after {
  display: none;
  content: ' ';
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #000;
}
header .ui.menu a.item:not(.in-dropdown):not(.brand):not(.burger-menu).orange::after {
  background-color: #F05F4F;
}
header .ui.menu a.item:not(.in-dropdown):not(.brand):not(.burger-menu).teal::after {
  background-color: #18E1B9;
}
header .ui.menu a.item:not(.in-dropdown):not(.brand):not(.burger-menu):hover::after {
  display: block;
}
header .ui.menu a.item:not(.in-dropdown):not(.brand):not(.burger-menu).current::after {
  display: block;
}
footer {
  background-color: #053630;
  color: #fff;
  padding: 6em 0 3em 0;
  margin-top: 8em;
}
footer .ui.container {
  position: relative;
}
footer .ui.container h5:first-child {
  margin-top: 3em;
}
footer .app-announcement {
  width: 100%;
  position: absolute;
  background-color: #18E1B9;
  top: -5em;
  left: 0;
  transform: translateY(-50%);
  color: black;
  padding: 2em 0.5em 0 0.5em;
}
footer .app-announcement .text {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  text-align: center;
}
footer .app-announcement .button {
  transform: translateY(30%);
}
footer a.item,
footer a,
footer a:hover {
  color: #fff;
}
footer .divider {
  border-bottom: 2px solid #fff;
  margin: 4em 0 2em;
}
@media only screen and (min-width: 1201px) {
  footer {
    margin-top: 12em;
    padding: 6em 0 3em 0;
  }
  footer .app-announcement {
    display: flex;
    width: 60%;
    padding: 2em;
    justify-content: space-between;
    align-items: center;
  }
  footer .app-announcement .text {
    width: 60%;
    text-align: left;
  }
  footer .app-announcement .button {
    transform: translateY(0%);
  }
}
.grey.block {
  z-index: -2;
  position: absolute;
  background-color: #F4F3F0;
}
.teal.block {
  z-index: -2;
  position: absolute;
  background-color: #18E0B9;
}
/*
.vertical {
  transform: rotate(-90deg);
  white-space: nowrap;
  margin-top: 10em;

  h5 {
    text-transform: uppercase;
    display: inline-block;
    margin: 0 .3em;

    &.active {
      color: #18E0B9;
      text-decoration: underline;
    }
  }
}
*/
.line.column {
  position: relative;
  padding-left: 4em !important;
}
.line.column .line {
  left: 2em;
  position: absolute;
  top: 0;
  bottom: 0;
  border-left: 2px solid black;
}
.line.column .line-text {
  left: 2em;
  display: inline-block;
  position: absolute;
  transform: rotate(270deg);
  text-transform: uppercase;
  font-weight: bold;
  top: 220px;
  transform-origin: 0;
  background-color: white;
  white-space: nowrap;
  letter-spacing: 0.2em;
}
.line.column .line-text.grey {
  background-color: #F1F0EC;
}
.white.box {
  position: relative;
  background-color: white;
  padding: 3.5em 2em 0 2em;
  min-height: 580px;
}
.white.box:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  width: 10px;
  left: -10px;
  height: 140px;
  background-color: #18E1b9;
}
.tour-heading {
  position: absolute;
  z-index: 50;
  font-weight: normal;
  font-size: 3em;
  margin-left: 1.35em;
}
.image-slider {
  position: absolute;
}
.section-list .dot-column {
  position: relative;
}
.section-list .dot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 8px solid #18E1b9;
  background-color: white;
  z-index: 5;
}
.section-list .section .dot-column:before {
  content: '';
  position: absolute;
  border-left: 2px solid #18E1b9;
  top: 0;
  bottom: 0;
  left: 50%;
}
.section-list .title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.section-list .section:first-child .dot-column:before {
  top: 50%;
}
.section-list .section:last-child .dot-column:before {
  bottom: 50%;
}
table.listedit tr td:nth-child(1),
table.listedit tr th:nth-child(1) {
  width: 100%;
  white-space: normal;
  padding-left: 12px !important;
}
table.listedit tr td:nth-child(1) input[type=text],
table.listedit tr th:nth-child(1) input[type=text] {
  margin-left: -12px;
}
table.listedit tr td {
  vertical-align: middle;
}
table.listedit tr td input[type=text] {
  width: 95%;
}
i.actionbound.info.icon.open-popup {
  position: absolute;
  color: #ccc;
  font-size: 1.2em;
  padding-left: 0.2em;
}
i.actionbound.info.icon.open-popup::before {
  position: relative;
  display: inline-block;
}
.ui.search > .results {
  text-align: left;
  width: 25em;
}
.ui.search > .results .content .description {
  font-style: italic;
}
/* New Creator */
#sort-sequence {
  margin: 0;
  padding: 0;
}
#sort-sequence ol,
#sort-sequence ul {
  margin: 0;
  padding: 0;
}
#sequence-list {
  margin: 0;
  padding: 0;
}
#sequence-list li {
  list-style: none;
}
#sequence-list li h4.ui.top.attached.header.handle {
  position: relative;
  font-size: 1.3rem;
}
#sequence-list li h4.ui.top.attached.header.handle .ui.buttons {
  position: absolute;
  right: 0.2rem;
  top: 0.5rem;
}
#add-button {
  position: fixed;
  top: 4rem;
  right: 0px;
}
#tool-button {
  position: fixed;
  top: 9rem;
  right: 0px;
}
#save-info {
  position: fixed;
  bottom: 4rem;
  right: 0px;
  z-index: 2417;
}
#sequence-button {
  z-index: 2418;
  position: fixed;
  top: 5rem;
  left: 0px;
  transition: top 0.5s;
}
@media only screen and (max-width: 1230px) {
  #sequence-button {
    top: 8rem;
  }
}
#sequence-button .ui.circular.button {
  display: block;
  margin: 0.4em 0.6em;
}
#sequence-button .ui.circular.button.basic.blue {
  background-color: white !important;
  box-shadow: 0px 0px 0px 2px #1982d1 inset !important;
}
/* Media Modal */
.drop-area,
.drop-card {
  border: 0.5rem dashed #ddd;
  border-radius: 0;
  padding: 1rem;
  text-align: center;
  margin: 0;
}
.drop-area h3,
.drop-card h3 {
  margin-top: 0.5em;
}
.drop-area.hover,
.drop-card.hover {
  border-color: #222;
}
#media-modal .tabular.menu a.disabled.item {
  display: none;
}
#media-modal .ui.segment {
  height: 600px;
  overflow-y: auto;
}
#media-modal .drop-area {
  border: 0.5rem dashed #ddd;
  border-radius: 0;
  padding: 2rem;
  text-align: center;
  width: 80%;
  margin: auto;
}
#media-modal .drop-area .ui.message {
  text-align: left;
}
#media-modal .drop-area.hover {
  border-color: #222222;
}
#media-modal .file-area .ui.card .preview {
  text-align: center;
}
#media-modal .file-area .ui.card .preview img {
  max-height: 200px;
  max-width: 100%;
  height: auto;
  width: auto;
}
#media-modal .file-area .ui.card .preview video {
  max-height: 200px;
  max-width: 100%;
  height: auto;
  width: auto;
}
.field p {
  margin: 0.5em 0 0 0.5em;
  font-style: italic;
}
.ui.checkbox .actionbound.info.icon {
  vertical-align: bottom;
}
#map-dialog #map-canvas {
  height: 600px;
}
#google-places {
  margin-top: 16px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 50%;
}
.ui.segment > .ui.top.attached.label {
  font-size: 1em;
}
#settings-form .ui.buttons .button {
  flex: 1;
  -webkit-flex: 1;
}
.ui.secondary.pointing.menu {
  /*
  a.active.item, a.active.item:hover {
    border-bottom-color: #053730;
    background-color: #18e1b9;
    color: #fff;
  }
  a.red.active.item, a.active.red.item:hover {
    background-color: #FFE7EA;
  }
  */
  margin-bottom: 2.5em;
}
.ui.secondary.pointing.menu .item {
  text-transform: uppercase;
}
.ui.attached.secondary.pointing.menu {
  margin-bottom: 0;
}
.rating i {
  margin: 0;
  width: 1em;
}
.ui.list.rating-list .rating {
  display: inline-block;
}
.ui.list.rating-list .content {
  display: inline-block;
  padding-left: 1em;
}
.ui.cards > .card > .content > a.header {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui.buttons:not(.basic):not(.inverted) > .button {
  box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
}
#media-modal .ui.tab {
  max-height: 450px;
  overflow-y: auto;
  overflow-x: hidden;
}
/*.ui.modal {
  top: 5em !important;
}*/
#modal {
  z-index: -1;
}
#media-modal,
#advanced-qr-dialog {
  z-index: 999;
}
.ui.start.container,
.ui.text.container {
  max-width: 850px !important;
}
/*
h2 + h3 {
  margin-top: -0.45em;
} 
*/
.preview-image.column {
  padding: 0.5rem !important;
}
.ui.dashboard.button {
  text-align: center;
  border-radius: 100%;
  box-sizing: border-box;
  width: 90px;
  height: 90px;
  margin-top: 1.7em;
  padding: 0;
  box-shadow: 1px 1px 2px 0 rgba(34, 36, 38, 0.15);
}
.ui.dashboard.button.first-child {
  margin-top: 1em;
}
.ui.dashboard.button i.icon {
  height: 90px;
  line-height: 90px;
  opacity: 1;
  font-size: 3.6em;
  margin: 0;
}
.ui.dashboard.button.blue.basic {
  background-color: white !important;
  box-shadow: 0px 0px 0px 3px #1982d1 inset, 1px 1px 2px 0 rgba(34, 36, 38, 0.15) !important;
}
@media only screen and (max-width: 767px) {
  .ui.dashboard.button {
    width: 55px;
    height: 55px;
    margin: 0;
  }
  .ui.dashboard.button i.icon {
    line-height: 55px;
    height: 55px;
    font-size: 2rem;
  }
}
.ui.dashboard.button + h2 {
  color: rgba(0, 0, 0, 0.87) !important;
  font-size: 1.5rem;
  margin-top: 0.8rem;
  margin-bottom: 0;
  font-weight: 200;
}
a .ui.dashboard.button {
  transition: transform 0.5s;
}
.bound-page {
  word-wrap: break-word;
  max-width: 100%;
  display: inline-block;
}
.shariff {
  margin-top: 0.5rem;
}
body.not-mobile-supported .only-supported-mobile {
  display: none;
}
.play-table td {
  position: relative;
  vertical-align: top;
}
.play-table td:nth-child(2) {
  padding-top: 3em;
}
.play-table td:nth-child(2) a.lb {
  margin: 0.2em;
}
.play-table td p.problem {
  margin-top: 0.5em;
  margin-bottom: 1.5em;
}
.play-table td .bottom-right {
  position: absolute;
  bottom: 0.2em;
  right: 0.2em;
}
.ui.segment,
.ui.shadow.image,
.green.inverted.segment {
  box-shadow: 0px 1px 3px 0px #D4D4D5, 0px 0px 0px 1px #D4D4D5;
  border: none;
}
.ui.button {
  margin-bottom: 0.2em;
}
@media only screen and (max-width: 767px) {
  .shariff .ui.button > .icon:not(.button) {
    margin-right: -0.2em;
  }
  .ui.stackable.grid > .column.no-padding-mobile:not(.row):first-child {
    padding-bottom: 0 !important;
  }
  .ui.stackable.grid > .column.no-padding-mobile:not(.row):nth-child(2) {
    padding-top: 0 !important;
  }
  .ui.labeled.icon.buttons .button,
  .ui.labeled.icon.button {
    position: relative;
    padding-left: 3.87142857em !important;
    padding-right: 1.3em !important;
  }
}
.video-segment video {
  width: 100%;
  height: auto;
}
.ui.card.result-card div.avatar {
  width: 2.4em;
  height: 2.4em;
  margin-right: 0.7em;
  background-size: cover;
  background-position: center;
}
.ui.card.result-card a.content:first-child {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0.6em;
}
.ui.card.result-card a.content:first-child:link,
.ui.card.result-card a.content:first-child:active,
.ui.card.result-card a.content:first-child:hover,
.ui.card.result-card a.content:first-child:visited {
  font-weight: 200;
  color: #222;
  text-decoration: none;
  font-size: 1.6em;
}
h1.ui.header {
  font-weight: 200 !important;
  font-size: 2.7em;
}
@media only screen and (max-width: 767px) {
  h1.ui.header {
    font-size: 2em;
  }
}
h1.ui.dividing.header:not(.special) {
  padding-top: 0.1em;
  border-bottom: none !important;
  padding-bottom: 0.3em;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .ui.inverted.small.statistic .value {
    font-size: 2.5rem;
  }
}
.background-image {
  background-size: cover;
  display: block;
  filter: blur(5px) opacity(0.7);
  -webkit-filter: blur(5px) opacity(0.7);
  top: 0;
  bottom: 0;
  left: -10px;
  position: fixed;
  right: -10px;
  z-index: -1;
}
.ui.segment,
.ui.card {
  opacity: 0.9;
}
.success-segment {
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  .ui.justified.container {
    text-align: left;
  }
}
.ui.ribbon.label:after {
  border-width: 0 1em 1em 0;
}
.ui.modal {
  top: 0 !important;
  margin-top: 0 !important;
}
@media only screen and (min-width: 768px) {
  .ui.modal {
    top: 2em !important;
  }
}
.ui.text.container {
  text-align: left;
}
h1.ui.blog-header.header {
  padding-top: 0;
  margin-top: 0;
}
h1.ui.blog-header.header:hover:after {
  display: inline-block;
  font-family: "Actionbound-14";
  padding-left: 0.3em;
  font-weight: normal;
  font-size: 0.5em;
  line-height: 0.5em;
  content: "\e62a";
}
.ui.dropdown .menu .ribbon.header {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
.ui.labeled.icon.button > .color.icon {
  background-color: #ff0000;
}
.cp-color-picker {
  background-color: #fff !important;
  border: 1px solid rgba(34, 36, 38, 0.15) !important;
  margin: 0.2em !important;
}
.ui.ordered.steps + .ui.dividing.header {
  margin: 0 0 0.8em 0;
}
.ui.ordered.steps + form.ui.form,
.ui.ordered.steps + .ui.stackable.grid {
  margin-top: 2em;
}
.lmtable .ui.ribbon.label {
  left: -1.9em;
}
span.weak {
  font-size: 0.8em;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
}
.ui.inverted.red.table a {
  color: #fff !important;
}
form.payment-form {
  display: inline;
}
.table-select .ui[class*="left labeled"].button > .label {
  display: inline-block;
  text-align: center;
  width: 8em;
}
.ui.both.action.input input {
  border-radius: 0 !important;
}
.ui.both.action.input .ui.button:first-child {
  border-radius: 0.28571429rem 0px 0px 0.28571429rem !important;
}
#maptype-control.ui.dropdown > .text > img,
#maptype-control.ui.dropdown > .text > .image,
#maptype-control.ui.dropdown .menu > .item > .image,
#maptype-control.ui.dropdown .menu > .item > img {
  max-height: 5em;
}
#maptype-control i.dropdown.icon {
  margin-top: 1.7em;
}
i.actionbound.icon.merge-remove {
  display: none;
}
.drop-card {
  padding: 1em 1em 1em 1em;
  margin: 1em 0;
  position: relative;
  min-height: 8em;
  border-color: rgba(255, 255, 255, 0.6);
}
.drop-card .ui.card {
  width: 100%;
  z-index: 2;
  text-align: left;
}
.drop-card .ui.card .image {
  display: none;
}
.drop-card .ui.card .meta {
  display: none;
}
.drop-card i.actionbound.icon.merge-remove {
  display: inline-block;
}
.ui.card.ui-draggable.ui-draggable-dragging .image {
  display: none;
}
.ui.card.ui-draggable.ui-draggable-dragging .meta {
  display: none;
}
.drop-card.hover {
  border-color: rgba(255, 255, 255, 0.9);
}
.ui.black.inverted.segment {
  padding-bottom: 0.2em !important;
}
.ui.black.inverted.segment .ui.form label {
  color: rgba(255, 255, 255, 0.9);
}
.ui.black.inverted.segment .ui.dividing.header {
  border-bottom-color: rgba(255, 255, 255, 0.7);
}
.drop-card .drop-card-text {
  color: rgba(255, 255, 255, 0.6);
}
.drop-card .drop-card-text h3 {
  margin-top: 0;
}
.drop-card.hover .drop-card-text {
  color: rgba(255, 255, 255, 0.9);
}
.bounds-column {
  width: 100% !important;
}
.bounds-column.merge-active {
  width: 66.66% !important;
  max-height: 85vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.merge-column {
  width: 0 !important;
}
.merge-column.merge-active {
  max-height: 85vh;
  overflow-y: auto;
  overflow-x: hidden;
  width: 33.33% !important;
}
.subuser-rights .ui.checkbox {
  margin-bottom: 0.3em;
}
p + .license-form {
  padding-top: 1em;
}
h1.ui.dividing.header + p {
  margin-top: -1.5em;
}
.ui.card .image,
.rights-image,
.ui.cards .card .image {
  position: relative;
}
.ui.card .image .rights,
.rights-image .rights,
.ui.cards .card .image .rights {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.7);
  border-top-left-radius: 5px;
  padding: 0 0.4em;
}
.ui.card .image .rights i.icon::before,
.rights-image .rights i.icon::before,
.ui.cards .card .image .rights i.icon::before {
  vertical-align: -0.13em;
}
.ui.cards .card[href] {
  cursor: pointer;
}
.license-form .accordion .content ul {
  margin-top: -1em;
  padding-left: 1em;
}
.ui.smedium.images .image,
.ui.smedium.images img,
.ui.smedium.images svg,
.ui.smedium.image {
  width: 185px;
  height: auto;
  font-size: 1rem;
}
.ui.popup {
  opacity: 0.9;
}
.ui.card.imageicon .image {
  text-align: center;
  height: 169px;
}
.ui.card.imageicon .image i.massive.icon {
  line-height: 169px;
}
@media only screen and (max-width: 1200px) and (min-width: 768px) {
  .ui.card.imageicon .image {
    text-align: center;
    height: 138px;
  }
  .ui.card.imageicon .image i.massive.icon {
    line-height: 138px;
    font-size: 6em;
  }
}
@media only screen and (max-width: 933px) and (min-width: 768px) {
  .ui.card.imageicon .image {
    text-align: center;
    height: 105px;
  }
  .ui.card.imageicon .image i.massive.icon {
    line-height: 105px;
    font-size: 4em;
  }
}
/*
.ui.bar.menu > .step.item:after {
  border: none !important;
}
*/
@keyframes copy-success {
  0% {
    background-color: #ffffff;
  }
  50% {
    background-color: #deffde;
  }
  100% {
    background-color: #ffffff;
  }
}
.copy-success-animation {
  animation: copy-success 0.7s;
}
.hide {
  display: none !important;
}
/*
 Default styles + Mobile first
 Offscreen menu style
*/
.main-menu {
  position: absolute;
  display: none;
  left: 0px;
  right: 0px;
  top: -505px;
  height: 500px;
  overflow-y: scroll;
  overflow-x: visible;
  transition: top 0.4s ease, box-shadow 0.3s ease;
  z-index: 999;
  background-color: black;
}
.main-menu a:hover,
.main-menu a:focus {
  background: #333;
  text-decoration: underline;
}
.main-menu .menu-close {
  position: absolute;
  right: 0;
  top: 0;
}
.main-menu:target,
.main-menu[aria-expanded="true"] {
  display: block;
  left: 0;
  top: 0;
  outline: none;
  -moz-box-shadow: 3px 0 12px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 3px 0 12px rgba(0, 0, 0, 0.25);
  box-shadow: 3px 0 12px rgba(0, 0, 0, 0.25);
}
.main-menu:target .menu-close,
.main-menu[aria-expanded="true"] .menu-close {
  z-index: 1001;
}
.main-menu:target ul,
.main-menu[aria-expanded="true"] ul {
  position: relative;
  z-index: 1000;
}
/* 
 We could us `.main-menu:target:after`, but
 it wouldn't be clickable.
*/
.main-menu:target + .backdrop,
.main-menu[aria-expanded="true"] + .backdrop {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  background: #000;
  background: rgba(0, 0, 0, 0.85);
  cursor: default;
}
.ui.orange.basic.button {
  background-color: #fff !important;
}
.ui.modal h2.ui.header {
  padding: 0.2em 0.2em;
  background-color: #565551;
  color: white;
  font-size: 2em;
}
.ui.modal h2.ui.header .content {
  padding-left: 0.5em !important;
}
.ui.modal h2.ui.header .sub.header {
  color: white;
}
.ui.modal .content {
  padding: 0 !important;
}
.ui.modal .ui.form {
  padding: 1em;
}
.ui.modal .modal-inner {
  padding: 0 1em 1em 1em;
}
.ui.form .field {
  margin-bottom: 1.5em !important;
}
header .ui.menu {
  box-shadow: none;
  border: none;
  background-color: rgba(0, 0, 0, 0);
}
header .ui.menu .item {
  border: none !important;
  box-shadow: none !important;
}
header .ui.menu .item:before {
  width: 0 !important;
}
@-moz-document url-prefix() {
  .ui.modal {
    will-change: auto !important;
  }
}
dl.trabble-dl dt {
  position: relative;
  text-transform: uppercase;
  font-weight: 900;
  margin-top: 1.5em;
  cursor: pointer;
}
dl.trabble-dl dt:not(:first-child)::before {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  top: -0.5em;
  border-top: 1px solid #D55244;
}
dl.trabble-dl dt::after {
  font-family: 'Icons';
  content: "\f107";
  position: absolute;
  right: 10px;
  color: #f05f4f;
  font-size: 2em;
}
dl.trabble-dl dt.expand::after {
  content: "\f106";
}
dl.trabble-dl dd {
  margin: 0.5em 0 2em 0;
  display: none;
}
dl.trabble-dl dt.expand + dd {
  display: block;
}
.ui.new-tour.card {
  margin-top: 3px;
  background: #1BDDB019;
  border: 3px dashed #1BDDB0;
}
.ui.new-tour.card .content {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  color: black;
  text-transform: uppercase;
  width: 100px;
  transform: translateX(-50%) translateY(-50%);
}
.grey-box {
  background: #F4F3F0;
  padding: 1.5em;
}
.ui.arrow.button,
.ui.arrow.button:hover {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0) inset !important;
}
.ui.arrow.button::after {
  content: '\f061';
  font-family: 'Icons';
  margin-left: 0.5em;
}
.left.arrow.link::after {
  display: none;
}
.left.arrow.link::before {
  content: '\f060';
  font-family: 'Icons';
  margin-right: 0.5em;
}
.left.arrow.link:hover,
.left.arrow.link:link,
.left.arrow.link:active,
.left.arrow.link:visited {
  color: #053730;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}
.fat-line {
  height: 5px;
  background-color: #F4F3F0;
}
p.dev-hint {
  margin: 1em 0em;
  border: 2px purple dashed;
  padding: 2em;
  border-radius: 10px;
  background-color: #8000802f;
}
a.tiny {
  font-size: 16px;
  font-family: Montserrat;
  font-weight: bold;
  color: black;
  text-decoration: underline;
}
h3 a.tiny {
  display: block;
  margin-top: -1em;
  font-size: 12px;
}
.ui.modal {
  background-color: #fff;
  padding: 2em;
}
.ui.modal h2.ui.header {
  background: #fff;
  color: #000;
  border-bottom: none;
  font-family: 'Fjalla One', sans-serif;
  font-size: 35px;
}
.ui.modal h2.ui.header .content {
  padding: 0.5rem !important;
}
.ui.modal h2.ui.header .icon {
  display: none;
}
.ui.modal h2.ui.header .sub.header {
  margin-top: 0.5em;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}
.ui.modal .actions {
  background: #fff;
  border-top: none;
  padding: 1rem 1rem;
  text-align: right;
}
.ui.form .field > label {
  margin-bottom: 1em;
}
.trabble.label {
  font-weight: bold;
  display: inline-block;
  padding: 0.5em 1em;
  border-radius: 4px;
}
.trabble.label.yellow {
  text-transform: uppercase;
  color: #FFB400;
  background: #F4B63F1A;
  border: 2px dashed #F4B63F;
}
.trabble.label.grey {
  color: #A5B5B3;
  background: #F4F3F0;
  border: 2px dashed #A8B4B3;
}
.trabble.label.green {
  background: #4DA9871A;
  border: 2px dashed #4DA987;
  color: #06AC85;
}
.trabble.yellow.message {
  background: #F4B63F1A;
  border: 2px dashed #F4B63F;
  border-radius: 4px;
  padding: 0.5em 1em;
}
.unformated.button {
  cursor: pointer;
  color: #D55244;
  background: none;
  border: none;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
}
.unformated.button .icon {
  margin-right: 0.5em;
}
.teal-background {
  margin-top: 8em;
  position: relative;
}
.teal-background::before {
  content: ' ';
  position: absolute;
  left: -5000px;
  right: -5000px;
  top: -2em;
  bottom: -2em;
  background-color: #18E1B91A;
  z-index: -1;
}
.teal-hero {
  position: relative;
  margin-top: 7em;
}
.teal-hero::before {
  content: ' ';
  position: absolute;
  left: -5000px;
  right: -5000px;
  top: 0;
  bottom: 1em;
  background-color: #18E1B9;
  z-index: -1;
}
.teal-hero img {
  margin-top: -2em;
  width: 80%;
  margin-left: 10%;
  height: auto;
  object-fit: contain;
}
.teal-hero .content {
  background-color: white;
  margin-top: 2em;
  position: relative;
  padding: 4em 1em 0 1em;
}
.teal-hero .content h1,
.teal-hero .content h2,
.teal-hero .content h3,
.teal-hero .content h4,
.teal-hero .content h5,
.teal-hero .content h6 {
  position: absolute;
  top: 0;
  left: 1rem;
  transform: translateY(-50%);
}
.teal-hero .content .ui.list > .item > i.icon:not(.loading) {
  vertical-align: middle;
}
.teal-hero .content .ui.button {
  width: 100%;
}
@media only screen and (min-width: 1201px) {
  .teal-hero {
    margin-top: 17em;
  }
  .teal-hero::before {
    top: -5em;
    left: 25%;
  }
  .teal-hero img {
    position: absolute;
    top: -8em;
    left: 10%;
    width: 30%;
    height: auto;
    margin: 0;
  }
  .teal-hero .content {
    width: 50%;
    margin-left: auto;
  }
  .teal-hero .content .ui.button {
    width: auto;
  }
  .no-margin img {
    left: 0;
  }
  .no-margin .content {
    margin-left: 35%;
  }
}
.team-grid.ui.grid {
  margin-top: 5em;
}
.team-grid.ui.grid .column {
  position: relative;
}
.team-grid.ui.grid .column::before {
  content: ' ';
  position: absolute;
  background-color: #18E1B9;
  top: 8px;
  left: 1em;
  width: 35%;
  height: 10px;
  z-index: -1;
}
.team-grid.ui.grid .column img {
  width: 100%;
  height: auto;
}
.team-grid.ui.grid .column img + h4 {
  margin-top: 0.5em;
}
.team-grid.ui.grid .column span.orange {
  display: block;
  margin-bottom: 1em;
  color: #F05F4F;
}
.team-grid.ui.grid .column a {
  text-transform: uppercase;
  color: #F05F4F;
  font-weight: bold;
}
.grey-left + a.ui.primary {
  background-color: white !important;
  display: block;
  margin: -5em auto 2em auto;
  transform: translateY(-50%);
}
.grey-left {
  position: relative;
  margin-top: 5em;
  margin-bottom: 5em;
  padding-bottom: 4em;
}
.grey-left::before {
  position: absolute;
  left: -5000px;
  top: 0;
  content: ' ';
  right: -5000px;
  bottom: 0;
  background-color: #F4F3F0;
  z-index: -2;
}
.grey-left i.huge.icon {
  font-size: 3.5em;
}
.grey-left .ui.stackable.grid > .wide.column.girl-column,
.grey-left .ui.stackable.grid > .wide.column.guy-column {
  position: relative;
  margin-top: 16em !important;
}
.grey-left .ui.stackable.grid > .wide.column.girl-column i.icon,
.grey-left .ui.stackable.grid > .wide.column.guy-column i.icon {
  margin-top: -1.5em;
}
.grey-left .ui.stackable.grid > .wide.column.girl-column h5,
.grey-left .ui.stackable.grid > .wide.column.guy-column h5 {
  margin-top: 0;
}
.grey-left .ui.stackable.grid > .wide.column.girl-column::before,
.grey-left .ui.stackable.grid > .wide.column.guy-column::before,
.grey-left .ui.stackable.grid > .wide.column.girl-column .extra-image,
.grey-left .ui.stackable.grid > .wide.column.guy-column .extra-image {
  content: ' ';
  position: absolute;
  z-index: 0;
  background-size: cover;
  left: -1em;
  top: -15em;
  width: calc(100% + 2em);
  height: 400px;
}
.grey-left .ui.stackable.grid > .wide.column.girl-column {
  margin-top: 15em !important;
}
.grey-left .ui.stackable.grid > .wide.column.girl-column:not(.with-extra-image)::before {
  background-image: url('/img/girl@2x.png');
}
.grey-left .guy-column:not(.with-extra-image):not(.with-extra-image)::before {
  background-image: url('/img/guy@2x.png');
}
.grey-left .white-box {
  position: relative;
  background-color: #fff;
  padding: 2em;
  z-index: 1;
}
.grey-left .white-box.left {
  margin-left: -2em;
}
.grey-left .white-box.right {
  margin-right: -2em;
}
.grey-left .two.wide.column {
  display: none !important;
}
@media only screen and (min-width: 550px) {
  .grey-left .beside-girl-colum {
    padding-left: 2em !important;
  }
}
@media only screen and (max-width: 1200px) {
  .grey-left .extra-image {
    width: calc(100% + 2em) !important;
    height: 400px !important;
  }
}
@media only screen and (min-width: 1201px) {
  .grey-left + a.ui.primary {
    margin-top: -14.75em;
    width: 300px;
    margin-left: 5em;
    transform: translateY(-100%);
    margin-bottom: 15em;
  }
  .grey-left {
    padding: 0;
    margin-bottom: 15em;
  }
  .grey-left::before {
    right: 0;
    bottom: 1em;
  }
  .grey-left .two.wide.column {
    display: block !important;
  }
  .grey-left .ui.stackable.grid > .wide.column.girl-column {
    margin-top: 10em !important;
  }
  .grey-left .ui.stackable.grid > .wide.column.girl-column:not(.with-extra-image)::before {
    width: 445px;
    height: 450px;
    background-image: url('/img/girl@2x.png');
    left: -10em;
    top: -15em;
  }
  .grey-left .ui.stackable.grid > .wide.column.girl-column .extra-image {
    left: -10em;
    top: -15em;
  }
  .grey-left .ui.stackable.grid > .wide.column.guy-column {
    margin-top: 10em !important;
  }
  .grey-left .ui.stackable.grid > .wide.column.guy-column:not(.with-extra-image)::before {
    left: 9em;
    top: -12em;
    width: 445px;
    height: 450px;
    background-image: url('/img/guy@2x.png');
  }
  .grey-left .ui.stackable.grid > .wide.column.guy-column .extra-image {
    left: 9em;
    top: -12em;
  }
  .grey-left .beside-girl-colum {
    padding-left: 2em !important;
    padding-top: 5em !important;
  }
}
.teal-header,
.grey-header {
  position: relative;
  padding-top: 10em;
  background-color: #18E1B9;
  margin-left: -1em;
  margin-right: -1em;
  z-index: 1;
  padding-bottom: 3em;
}
.teal-header img,
.grey-header img {
  position: absolute;
  left: -1em;
  right: -1em;
  top: -2em;
  z-index: -1;
  object-fit: cover;
}
.teal-header .content,
.grey-header .content {
  background-color: white;
  padding: 1em;
  margin-left: 1em;
  margin-right: 1em;
  position: relative;
}
.teal-header .button,
.grey-header .button {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.grey-header {
  background-color: #BCB5A533;
}
@media only screen and (max-width: 1200px) {
  .teal-header img,
  .grey-header img {
    width: calc(100% + 2em);
    height: 20em;
  }
}
@media only screen and (min-width: 1201px) {
  .teal-header,
  .grey-header {
    background-color: transparent;
    margin: 1em 0 6em 0;
    position: relative;
  }
  .teal-header img,
  .grey-header img {
    right: 0;
    left: initial;
    top: 0;
    z-index: 1;
  }
  .teal-header .content,
  .grey-header .content {
    width: 410px;
    margin-left: 5em;
  }
  .teal-header .button,
  .grey-header .button {
    left: 1em;
    transform: none;
  }
  .teal-header::after,
  .grey-header::after {
    z-index: -1;
    background-color: #18E1B9;
    display: block;
    content: ' ';
    position: absolute;
    left: 2em;
    right: -150px;
    top: 200px;
    bottom: -20px;
  }
  .grey-header::after {
    background-color: #BCB5A533;
  }
}
.ui.container {
  position: relative;
}
.breadcrumb {
  display: none;
}
@media only screen and (min-width: 1201px) {
  .breadcrumb {
    display: block;
    position: absolute;
    transform-origin: bottom right;
    transform: translateX(-100%) rotate(-90deg);
    font-size: 18px;
    text-transform: uppercase;
    top: 7em;
    left: -1em;
    letter-spacing: 125%;
  }
  .breadcrumb a,
  .breadcrumb a:link,
  .breadcrumb a:visited,
  .breadcrumb a:active,
  .breadcrumb a:hover {
    text-decoration: none;
    color: black;
  }
  .breadcrumb span.active {
    font-weight: bold;
    border-bottom: 2px solid #18E1B9;
    display: inline-block;
    color: #18E1B9;
  }
}
.computer-menu {
  display: none;
}
.mobile-menu {
  display: block;
}
@media only screen and (min-width: 1201px) {
  .computer-menu {
    display: block;
  }
  .mobile-menu {
    display: none;
  }
}
.mobile-sidebar {
  background-color: #fff;
}
.mobile-sidebar .content {
  min-height: 40vh;
  display: block;
  margin-top: -1em;
  padding: 2em 1em 1em 1em;
  overflow: hidden;
}
.mobile-sidebar .content .ui.menu {
  flex-direction: column;
  margin-left: 3em;
}
.mobile-sidebar .content .ui.menu .item {
  font-weight: bold;
  text-transform: uppercase;
  color: black;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
}
.mobile-sidebar .content .ui.menu .item.lng-dropdown {
  font-weight: normal;
  text-transform: none;
  background: #F4F3F0;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 5em;
  margin-left: -4.5em;
  margin-right: -4.5em;
  width: calc(100% + 9em);
}
.mobile-sidebar .content .ui.menu .item.orange {
  color: #F05F4F;
}
.mobile-sidebar.ui.sidebar {
  transition-duration: 0ms !important;
}
.landing-header {
  margin-bottom: 47em;
}
.landing-header .city.headline {
  text-decoration: underline;
  text-decoration-color: #18E1B9;
  text-decoration-style: 3px solid;
}
.landing-header .city.image {
  z-index: -1;
  position: absolute;
  background-repeat: no-repeat;
  margin-top: -3.75em;
  width: calc(100% + 2em);
  margin-left: -1em;
  height: 350px;
  background-size: cover;
  transition: background-image 0.5s ease-in-out;
}
.landing-header .slider {
  margin-top: 7em;
  position: reltaive;
}
.landing-header .slider .content {
  position: absolute;
  background-color: white;
  padding: 1em;
}
.landing-header .slider .content .slide {
  display: none;
  padding-right: calc(35vw + 1em);
}
.landing-header .slider .content .slide.active {
  display: block;
}
.landing-header .slider .content .slider-controls {
  text-align: center;
  margin: 2em 0;
}
.landing-header .slider .content .slider-controls .slide-menu {
  display: inline-block;
}
.landing-header .slider .content .slider-controls .slide-menu a {
  z-index: 10;
  color: #18E1B9;
}
.landing-header .slider .content .slider-controls .slide-menu a.goto {
  color: black;
  margin: 0 0.5em;
  font-weight: bold;
  font-size: 150%;
}
.landing-header .slider .content .slider-controls .slide-menu a.goto.active {
  color: #18E1B9;
}
.landing-header .slider img.slide-img {
  z-index: 1;
  position: absolute;
  right: 0;
  width: 35vw;
  height: 70vw;
  top: 8em;
}
.landing-header .slider img.slide-img.hidden {
  display: none;
}
.landing-header .store {
  text-align: center;
}
.landing-header .store img {
  width: 60%;
  max-width: 200px;
  display: block;
  height: auto;
  margin: auto;
}
@media only screen and (min-width: 480px) {
  .landing-header .slider .content .slider-controls {
    text-align: left;
  }
  .landing-header .slider img.slide-img {
    width: 35vw;
    max-width: 320px;
    height: auto;
  }
  .landing-header .store img {
    margin: 0;
    margin-bottom: 0.25em;
  }
}
@media only screen and (min-width: 1201px) {
  .landing-header {
    margin-bottom: 70em;
    position: relative;
  }
  .landing-header h1 {
    padding-left: 2em;
    padding-top: 1em;
  }
  .landing-header::before {
    background-color: #F4F3F0;
    z-index: -1;
    content: ' ';
    display: block;
    position: absolute;
    left: 45%;
    right: -1000px;
    top: -300px;
    height: 900px;
  }
  .landing-header .city.image {
    top: 2em;
    left: 2em;
    width: 600px;
    height: 600px;
    position: absolute;
  }
  .landing-header .city.image:before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    right: 0;
    background-color: #18E1b9;
    width: 46%;
    height: 10px;
  }
  .landing-header .slider {
    position: relative;
    margin-top: -16em;
  }
  .landing-header .slider img.slide-img {
    width: 350px;
    height: 700px;
    left: 400px;
    top: 300px;
  }
  .landing-header .slider .content {
    width: 500px;
    position: absolute;
    right: 0;
    top: 450px;
    padding-left: 12em;
    padding-right: 5em;
    padding-top: 2em;
  }
  .landing-header .slider .content h4 {
    padding: inherit;
    min-height: inherit;
  }
  .landing-header .slider .content .slide {
    padding-right: 0;
  }
  .landing-header .slider .content .store {
    position: absolute;
    top: -150px;
  }
  .landing-header .slider .content .store img {
    height: 41px;
    width: auto;
    max-width: none;
    display: initial;
    margin-right: 1em;
  }
}
.trabbleDownWrapper {
  position: relative;
}
.trabbleDownWrapper .copy {
  position: absolute;
  top: 10px;
  right: 5px;
  color: #aaa;
  font-size: 1.5em;
  cursor: pointer;
  transition-duration: 0s 1s;
  transition-property: color;
}
.trabbleDownWrapper .copy:active {
  color: #18e1b9;
  transition-duration: 0s;
}
.trabbleDownWrapper pre.trabbledown {
  border: 1px solid #ddd;
  padding: 1.2em;
  border-radius: 5px;
  background: #18e1b91c;
  color: #333;
  white-space: pre-wrap;
}
.ui.center.aligned.column i + p {
  margin-top: 1.5em;
}
.tlg {
  margin-bottom: 6em;
  margin-top: 6em;
}
.tlg .ui.grid + .ui.grid {
  margin-top: 3em;
}
.tlc {
  margin-bottom: 6em;
  margin-top: 6em;
}
.tlc .ui.grid + .ui.cards {
  margin-top: 3em;
}
.tlc .ui.cards > .card {
  border-bottom: none;
}
.tlc .ui.cards > .card .content .header {
  font-size: 20px;
}
.tlc .ui.cards > .card .content .meta {
  color: #F05F4F;
  margin-top: 1em;
}
.tlfg.grey-left {
  margin-bottom: 6em;
  margin-top: 10em;
}
.tlfg.grey-left .button-column {
  position: relative;
}
.tlfg.grey-left .button-wrapper {
  position: absolute;
  height: auto;
  left: 1em;
  right: 0;
  bottom: -7em;
}
@media screen and (max-width: 1199px) {
  .tlfg.grey-left .button-wrapper {
    bottom: -11em;
  }
}
.tlfg.grey-left .button-wrapper .ui.basic.button {
  background-color: #fff;
}
.grey-left.tlfg a.ui.primary {
  transform: translateY(-6.6em);
}
.tlth.teal-hero {
  margin-bottom: 15em;
  margin-top: 15em;
}
@media screen and (max-width: 1199px) {
  .tlth.teal-hero {
    margin-top: 10em;
  }
}
.tlth.teal-hero ul {
  padding-left: 1.5em;
}
.tlth.teal-hero ul li {
  list-style: none;
  position: relative;
}
.tlth.teal-hero ul li::before {
  position: absolute;
  content: '\f058';
  font-family: 'outline-icons';
  color: #18e1b9;
  left: -1.5em;
}
.tla {
  margin-top: 6em;
  margin-bottom: 6em;
}
.tla .ui.accordion .title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #F05F4F;
}
.tla .ui.accordion .title .dropdown.icon {
  float: right;
  font-family: Icons;
  color: #F05F4F;
  size: 1.2em;
}
.tla .ui.accordion .title .dropdown.icon:before {
  content: "\f054";
}
@media screen and (max-width: 767px) {
  .tla .ui.accordion .content img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .tla .ui.accordion .content img.left {
    float: left;
    margin-right: 1em;
  }
  .tla .ui.accordion .content img.right {
    float: right;
    margin-left: 1em;
  }
}
.tla .ui.accordion .content::after {
  content: ' ';
  clear: both;
}
.tlb {
  margin-top: 6em;
  margin-bottom: 6em;
}
@media screen and (max-width: 767px) {
  .tlb img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .tlb img.left {
    float: left;
    margin-right: 1em;
  }
  .tlb img.right {
    float: right;
    margin-left: 1em;
  }
}
.tlbh.ui.grid {
  margin-bottom: 6em;
}
.tlbh.ui.grid h1,
.tlbh.ui.grid h2,
.tlbh.ui.grid h3 {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .ui.stackable.grid.tldh .column {
    padding: 6em 0 6em 4em;
  }
  .ui.stackable.grid.tldh .column:nth-child(1) {
    padding-right: 4em;
  }
  .ui.stackable.grid.tldh .column:nth-child(1) h1 {
    margin-bottom: 1em;
  }
  .ui.stackable.grid.tldh .column:nth-child(2) {
    padding-top: 13.75em;
  }
  .ui.stackable.grid.tldh .column:nth-child(2)::before {
    background-color: #F4F3F0;
    z-index: -1;
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    top: -100px;
    min-width: 100vh;
  }
}
.ui.stackable.grid.tldh .column:nth-child(2) {
  background-color: #F4F3F0;
}
@media screen and (max-width: 767px) {
  .ui.stackable.grid.tldh .column:nth-child(2) {
    margin-left: -1em !important;
    margin-right: -1em !important;
    padding-left: 1em !important;
    padding-right: 1em !important;
    width: calc(100% + 2em) !important;
  }
}
a.teal {
  color: #18E1B9;
}
a.teal:link,
a.teal:active,
a.teal:visited,
a.teal:hover {
  color: #18E1B9;
}
.store img {
  height: 41px;
  width: auto;
  display: inline-block;
  margin: auto;
}
.store.vertical {
  text-align: center;
}
.store.vertical img {
  width: 60%;
  max-width: 175px;
  display: block;
  height: auto;
  margin: auto;
  margin-bottom: 5px;
}
.ui.form.configForm .field {
  margin-top: 2em;
}
.ui.form.configForm .field > .content {
  display: flex;
}
.ui.form.configForm .field > .content .input {
  flex-grow: 1;
}
.ui.form.configForm .field > .content .info {
  width: 3em;
  text-align: right;
}
.description-column {
  position: relative;
  white-space: pre-line;
}
.description-column::before {
  content: ' ';
  position: absolute;
  background-color: #18E1B9;
  left: -10px;
  width: 10px;
  top: 1.2em;
  height: 40%;
}
.grey-header.tour-header h1 {
  width: 60%;
}
.grey-header.tour-header img {
  transition: opacity 2s ease-in-out;
}
.grey-header.tour-header img.visible {
  opacity: 1;
}
.grey-header.tour-header img.invisible {
  opacity: 0;
}
.grey-header.tour-header .tour-content {
  padding-left: 4em;
  margin-top: -2em;
}
.full-background {
  margin-top: 2em;
  background-size: cover;
  margin-left: calc(-0.5 * (100vw - 100% - 1em));
  padding-left: calc(0.5 * (100vw - 100% - 1em));
  margin-right: calc(-0.5 * (100vw - 100% - 1em));
  height: 500px;
}
.full-background .content {
  padding: 2em;
  padding-bottom: 0;
  width: 20vw;
  background-color: white;
}
.full-background .content a.button {
  transform: translateY(0.5em);
  margin-bottom: -1em;
}
.share-links {
  display: flex;
  justify-content: space-around;
  width: 60%;
}
.share-links .link a,
.share-links .link a:hover,
.share-links .link a:link,
.share-links .link a:visited,
.share-links .link a:hover {
  color: black;
}
.share-links .link img {
  margin-right: 0.5em;
  vertical-align: middle;
}
.desktop-rating {
  display: block;
}
.mobile-rating {
  display: none;
}
@media screen and (max-width: 1199px) {
  .grey-header.tour-header .tour-content {
    padding: 1em;
  }
  .grey-header.tour-header .tour-content h1 {
    width: 100%;
    background-color: white;
    margin-bottom: 1.75em;
    padding: 0.5em;
  }
  .desktop-rating {
    display: none;
  }
  .mobile-rating {
    display: block;
  }
  .description-column {
    padding-left: 1em;
  }
  .description-column::before {
    top: 0;
  }
  .full-background .content {
    width: calc(100% - 2em);
  }
}
.marker {
  background-image: url('/img/map/target@2x.png');
  background-size: cover;
  width: 52px;
  height: 52px;
  cursor: pointer;
}
