.dc_domino_block .bgpic {
  position: absolute;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.dc_domino_block .bgpic img {
  display: none;
}
.domino-breadcrumbs-holder, .domino_breadcrumbs-holder {
  background-color: transparent;
  position: absolute;
  top: 90px;
  z-index: 2;
  max-width: 100%;
  overflow: auto;
}
.domino_breadcrumbs {
  background-color: transparent;
  position: relative;
  padding: 0;
  margin: 0;
  top: auto;
  z-index: inherit;
  display: flex;
  clear: both;
  list-style: none;
}
.domino_breadcrumbs li {
  margin: 0;
  float: left;
  color: #512851;
  font-family: "Fira Sans", sans-serif;
  font-size: 0.8em;
  line-height: 1em;
}
.domino_breadcrumbs li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  display: block;
  color: #f3f2f2;
  padding: 1em 0.5em;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0.1);
  text-decoration: none;
  -webkit-transition: all 0.3s Ease-In-Out;
  -moz-transition: all 0.3s Ease-In-Out;
  -o-transition: all 0.3s Ease-In-Out;
  transition: all 0.3s Ease-In-Out;
}
.domino_breadcrumbs li a:hover {
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(0, 0, 0, 0.05);
  padding: 1em 1em;
  text-decoration: none;
}
.domino_breadcrumbs li:last-child {
  display: none;
}
.domino_breadcrumbs .arrow {
  color: #512851;
  margin: 0 0.3em 0 0;
}
@media screen and (min-width: 768px) {
  .domino_breadcrumbs {
    position: relative;
    padding: 0;
    top: auto;
    z-index: inherit;
  }
  .domino_breadcrumbs li:last-child {
    display: block;
  }
  .domino_breadcrumbs li a {
    max-width: 300px;
  }
}
@media screen and (min-width: 1024px) {
  .domino_breadcrumbs {
    position: relative;
    padding: 0.5em 0 0 0;
    top: auto;
    z-index: inherit;
  }
  .domino_breadcrumbs li a {
    max-width: 450px;
  }
}
.dc_domino_button {
  padding: 5px 20px;
  width: auto;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.dc_domino_button, .dc_domino_button svg, .dc_domino_button.slide::before, .dc_domino_button::after {
  -webkit-transition: all 0.3s Ease-In-Out;
  -moz-transition: all 0.3s Ease-In-Out;
  -o-transition: all 0.3s Ease-In-Out;
  transition: all 0.3s Ease-In-Out;
}
.dc_domino_button.expanded {
  width: 100%;
  display: flex !important;
}
.dc_domino_button.small {
  padding: 5px 10px;
}
.dc_domino_button.medium {
  padding: 10px 20px;
}
.dc_domino_button.medium {
  padding: 20px 30px;
}
.dc_domino_button.large {
  padding: 20px 30px;
}
.dc_domino_button.round {
  border-radius: 50px;
  -webkit-border-radius: 50px;
}
.dc_domino_button.rounded {
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.dc_domino_button.disabled {
  cursor: default;
}
.dc_domino_button span {
  position: relative;
}
.dc_domino_button svg {
  position: relative;
  height: 0.8em;
  width: auto;
  margin: 0 0.5em 0 0;
}
.dc_domino_button.slide::before, .dc_domino_button.slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.dc_domino_button.slide::before {
  border-radius: 0;
  margin-left: -100%;
}
.dc_domino_button.slide:hover::before {
  margin-left: 0;
}
.glow-on-hover {
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
}
.glow-on-hover:before {
  content: "";
  background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}
.glow-on-hover:active {
  color: #000;
}
.glow-on-hover:active:after {
  background: transparent;
}
.glow-on-hover:hover:before {
  opacity: 1;
}
.glow-on-hover:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #111;
  left: 0;
  top: 0;
  border-radius: 10px;
}
@keyframes glowing {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}
.dc_domino_button {
  background-color: #512851;
  color: #FFF;
  border: 1px solid #512851;
}
.dc_domino_button:hover {
  background-color: #0d060d;
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid #0d060d;
}
.dc_domino_button:hover svg {
  fill: rgba(255, 255, 255, 0.7);
}
.dc_domino_button:active {
  background-color: black;
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid black;
}
.dc_domino_button svg {
  fill: #FFF;
}
.dc_domino_button.slide::before {
  background-color: black;
}
.domino_cookies {
  display: block;
  position: fixed;
  background-color: rgba(81, 40, 81, 0.9);
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 12000;
}
.domino_cookies.pad {
  padding: 2em 1em;
}
.domino_cookies a {
  color: #FFF;
}
.domino_cookies a:hover {
  color: white;
}
.domino_cookies a.btn {
  padding: 4px 6px;
  white-space: nowrap;
  color: #FFF;
  background-color: #2f172f;
  -webkit-border-radius: 2px;
}
.domino_cookies a.btn:hover {
  color: #ff76ad;
  background-color: #0d060d;
}
.domino_cookies > div {
  position: relative;
  margin: 0 auto;
  font-family: "Fira Sans", sans-serif;
  font-size: 0.8em;
  line-height: 1.1em;
  color: #FFF;
  text-align: center;
  padding: 10px 0;
}
.domino_cookies.move-up {
  animation: domino-cookies-move-up 0.4s ease-in-out forwards;
}
.domino_cookies.move-down {
  animation: domino-cookies-move-down 0.4s ease-in-out forwards;
}
@keyframes domino-cookies-move-up {
  from {
    bottom: -60px;
  }
}
@keyframes domino-cookies-move-down {
  to {
    bottom: -60px;
  }
}
.domino-dominocert {
  width: 100%;
  display: flex;
}
.domino-dominocert a, .domino-dominocert h3, .domino-dominocert h4, .domino-dominocert img, .domino-dominocert .name, .domino-dominocert .subtitle {
  -webkit-transition: all 0.3s Ease-In-Out;
  -moz-transition: all 0.3s Ease-In-Out;
  -ms-transition: all 0.3s Ease-In-Out;
  -o-transition: all 0.3s Ease-In-Out;
  transition: all 0.3s Ease-In-Out;
}
.domino-dominocert > div {
  align-self: center;
}
.domino-dominocert > div:nth-child(1) {
  padding-right: 1em;
  text-align: center;
  box-sizing: border-box;
  flex: 1 1 0px;
}
.domino-dominocert > div:nth-child(1) a {
  opacity: 1;
}
.domino-dominocert > div:nth-child(1) a:hover h3, .domino-dominocert > div:nth-child(1) a:hover h4, .domino-dominocert > div:nth-child(1) a:hover img {
  opacity: 0.7;
}
.domino-dominocert > div:nth-child(1) img {
  margin: 0 auto;
  width: 100%;
  margin-bottom: 10px;
  max-width: 100px;
}
.domino-dominocert > div:nth-child(1) h3 {
  font: bold 16px/16px Arial, Helvetica, sans-serif !important;
  padding: 0 !important;
  margin: 0 0 5px 0 !important;
}
.domino-dominocert > div:nth-child(1) h4 {
  color: rgba(27, 25, 24, 0.7);
  font: 10px/10px Arial, Helvetica, sans-serif !important;
  padding: 0 !important;
  margin: 0 !important;
}
.domino-dominocert > div:nth-child(2) a {
  display: block;
  padding: 0 0 5px 0 !important;
  margin: 0 0 10px 0 !important;
  border-bottom: 1px solid rgba(27, 25, 24, 0.3) !important;
}
.domino-dominocert > div:nth-child(2) a .name {
  display: block;
  color: #1b1918;
  font: bold 12px/14px Arial, Helvetica, sans-serif !important;
}
.domino-dominocert > div:nth-child(2) a .subtitle {
  display: block;
  color: rgba(27, 25, 24, 0.7);
  font: 10px/12px Arial, Helvetica, sans-serif !important;
}
.domino-dominocert > div:nth-child(2) a:hover .name {
  color: rgba(27, 25, 24, 0.7);
}
.domino-dominocert > div:nth-child(2) a:hover .subtitle {
  color: rgba(27, 25, 24, 0.4);
}
.domino-dominocert > div:nth-child(2) div {
  font: 10px/12px Arial, Helvetica, sans-serif !important;
}
.domino-dominocert > div:nth-child(2) div .title {
  font: 10px/12px Arial, Helvetica, sans-serif !important;
  display: block;
  color: #1b1918;
  font-weight: bold;
  margin-bottom: 2px;
}
.domino-dominocert > div:nth-child(2) div span {
  font: 10px/12px Arial, Helvetica, sans-serif !important;
  color: #1b1918;
}
.domino-dominocert.dark > div:nth-child(1) h4 {
  color: rgba(255, 255, 255, 0.7);
}
.domino-dominocert.dark > div:nth-child(2) a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
}
.domino-dominocert.dark > div:nth-child(2) a .name {
  color: #FFF;
}
.domino-dominocert.dark > div:nth-child(2) a .subtitle {
  color: rgba(255, 255, 255, 0.7);
}
.domino-dominocert.dark > div:nth-child(2) a:hover .name {
  color: rgba(255, 255, 255, 0.7);
}
.domino-dominocert.dark > div:nth-child(2) a:hover .subtitle {
  color: rgba(255, 255, 255, 0.4);
}
.domino-dominocert.dark > div:nth-child(2) div {
  color: #FFF;
}
.domino-dominocert.dark > div:nth-child(2) div .title {
  color: #FFF;
}
.domino-dominocert.dark > div:nth-child(2) div span {
  color: #FFF;
}
.domino_footer {
  width: 100%;
  background-color: #e7e5e4;
  position: relative;
  font-family: "Fira Sans", sans-serif;
  font-size: 0.8em;
  line-height: 1em;
  color: #514b48;
}
.domino_footer > div {
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
}
.domino_footer a {
  color: #512851;
}
.domino_footer a:hover {
  color: #0d060d;
}
.dc_domino_header {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  margin-top: 0;
  top: auto;
  z-index: 10000;
  width: 100%;
  height: 60px;
  box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0.05);
  -moz-box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0.05);
  -webkit-box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.dc_domino_header > .grid-container {
  height: 100%;
}
.dc_domino_header > .grid {
  height: 100%;
  position: relative;
}
.dc_domino_header > .grid > .cell {
  height: 100%;
  position: relative;
}
.dc_domino_header.sticky {
  position: fixed;
  height: 60px;
  top: 0;
  -webkit-transition: all 0.3s Ease-In-Out;
  -moz-transition: all 0.3s Ease-In-Out;
  -o-transition: all 0.3s Ease-In-Out;
  transition: all 0.3s Ease-In-Out;
  /*& + .domino_sticky {
			height: $DominoHeader-small-height;
		}*/
}
@media screen and (min-width: 768px) {
  .dc_domino_header {
    position: absolute;
    margin-top: 0;
    top: auto;
    z-index: 10000;
    height: 60px;
    box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0.05);
    -moz-box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0.05);
    -webkit-box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0.05);
  }
  .dc_domino_header.sticky {
    /*& + .domino_sticky {
				height: $DominoHeader-medium-height;
			}*/
  }
}
@media screen and (min-width: 1024px) {
  .dc_domino_header {
    position: absolute;
    margin-top: 0;
    top: auto;
    z-index: 10000;
    height: 80px;
    box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0.05);
    -moz-box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0.05);
    -webkit-box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0.05);
  }
  .dc_domino_header.sticky {
    /*& + .domino_sticky {
				height: $DominoHeader-large-height;
			}*/
  }
}
.dc_domino_header_sticky {
  background-color: transparent;
  width: 100%;
  height: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .dc_domino_header_sticky {
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .dc_domino_header_sticky {
    height: auto;
  }
}
.dc_domino_headercontact {
  position: absolute;
  z-index: 10;
  top: 0;
  left: auto;
  right: 240px;
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0;
}
.dc_domino_headercontact .btn .hide-for-small-only {
  display: none;
}
.dc_domino_headercontact .btn .show-for-large {
  display: none;
}
.dc_domino_headercontact .btn .name {
  margin-left: 5px;
}
.dc_domino_headercontact .container {
  display: flex;
}
@media screen and (min-width: 768px) {
  .dc_domino_headercontact {
    position: absolute;
    z-index: 10;
    top: 0;
    left: auto;
    right: 240px;
    padding: 0;
  }
  .dc_domino_headercontact .btn .hide-for-small-only {
    display: inline-block;
  }
}
@media screen and (min-width: 1024px) {
  .dc_domino_headercontact {
    position: absolute;
    z-index: 10;
    top: 0;
    left: auto;
    right: 200px;
    padding: 0;
  }
  .dc_domino_headercontact .btn .show-for-large {
    display: inline-block;
  }
}
.dc_domino_headercontact .btn {
  color: #1b1918;
  background-color: #e7e5e4;
  display: flex;
  align-items: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Fira Sans", sans-serif;
  padding: 12px 5px;
  margin: 0 0 0 5px;
  border: 0;
}
.dc_domino_headercontact .btn, .dc_domino_headercontact .btn .icon svg {
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.dc_domino_headercontact .btn .icon {
  color: #b7b1ae;
  line-height: 0;
  font-size: 0;
}
.dc_domino_headercontact .btn .icon svg {
  height: 15px;
  max-width: 15px;
  fill: #b7b1ae;
}
.dc_domino_headercontact .btn:hover {
  color: #514b48 !important;
  background-color: #dbd8d7 !important;
}
.dc_domino_headercontact .btn:hover .icon {
  color: #9f9793;
}
.dc_domino_headercontact .btn:hover .icon svg {
  fill: #9f9793;
}
@media screen and (min-width: 768px) {
  .dc_domino_headercontact .btn {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    font-size: 14px;
    line-height: 20px;
    padding: 12px 15px;
    margin: 0 0 0 5px;
  }
}
@media screen and (min-width: 1024px) {
  .dc_domino_headercontact .btn {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    font-size: 14px;
    line-height: 20px;
    padding: 12px 15px;
    margin: 0 0 0 5px;
  }
}
.dc_domino_headercontact .btn.mail {
  color: #FFF;
  background-color: #512851;
  display: flex;
  align-items: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Fira Sans", sans-serif;
  padding: 12px 5px;
  margin: 0 0 0 5px;
  border: 0;
}
.dc_domino_headercontact .btn.mail, .dc_domino_headercontact .btn.mail .icon svg {
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.dc_domino_headercontact .btn.mail .icon {
  color: rgba(255, 255, 255, 0.5);
  line-height: 0;
  font-size: 0;
}
.dc_domino_headercontact .btn.mail .icon svg {
  height: 15px;
  max-width: 15px;
  fill: rgba(255, 255, 255, 0.5);
}
.dc_domino_headercontact .btn.mail:hover {
  color: rgba(255, 255, 255, 0.7) !important;
  background-color: #2f172f !important;
}
.dc_domino_headercontact .btn.mail:hover .icon {
  color: rgba(255, 255, 255, 0.9);
}
.dc_domino_headercontact .btn.mail:hover .icon svg {
  fill: rgba(255, 255, 255, 0.9);
}
@media screen and (min-width: 768px) {
  .dc_domino_headercontact .btn.mail {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    font-size: 14px;
    line-height: 20px;
    padding: 12px 15px;
    margin: 0 0 0 5px;
  }
}
@media screen and (min-width: 1024px) {
  .dc_domino_headercontact .btn.mail {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    font-size: 14px;
    line-height: 20px;
    padding: 12px 15px;
    margin: 0 0 0 5px;
  }
}
.dc_domino_headercontact .btn.tel {
  color: #1b1918;
  background-color: transparent;
  display: flex;
  align-items: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Fira Sans", sans-serif;
  padding: 12px 5px;
  margin: 0 0 0 5px;
  border: 0;
}
.dc_domino_headercontact .btn.tel, .dc_domino_headercontact .btn.tel .icon svg {
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.dc_domino_headercontact .btn.tel .icon {
  color: #9f9793;
  line-height: 0;
  font-size: 0;
}
.dc_domino_headercontact .btn.tel .icon svg {
  height: 15px;
  max-width: 15px;
  fill: #9f9793;
}
.dc_domino_headercontact .btn.tel:hover {
  color: #363230 !important;
  background-color: #f3f2f2 !important;
}
.dc_domino_headercontact .btn.tel:hover .icon {
  color: #b7b1ae;
}
.dc_domino_headercontact .btn.tel:hover .icon svg {
  fill: #b7b1ae;
}
@media screen and (min-width: 768px) {
  .dc_domino_headercontact .btn.tel {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    font-size: 14px;
    line-height: 20px;
    padding: 12px 15px;
    margin: 0 0 0 5px;
  }
}
@media screen and (min-width: 1024px) {
  .dc_domino_headercontact .btn.tel {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    font-size: 14px;
    line-height: 20px;
    padding: 12px 15px;
    margin: 0 0 0 5px;
  }
}
.dc_domino_headercontact .langflags {
  float: right;
  display: block;
  margin: 0 0 0 5px;
  background-color: transparent;
  border-radius: 10px;
  padding: 7px;
  -webkit-transition: all 0.1s Ease-In-Out;
  -moz-transition: all 0.1s Ease-In-Out;
  -o-transition: all 0.1s Ease-In-Out;
  transition: all 0.1s Ease-In-Out;
}
.dc_domino_headercontact .langflags.list {
  margin: 0;
}
.dc_domino_headercontact .langflags.list a {
  float: left;
  margin: 0 0 0 5px;
}
.dc_domino_headercontact .langflags a {
  position: relative;
  display: block;
  margin: 0 0 0 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  height: 30px;
  width: 30px;
  background-color: #FFF;
  background-size: cover;
  background-position: 40% 50%;
  background-repeat: no-repeat;
  border: 2px solid #FFF;
  -webkit-transition: all 0.1s Ease-In-Out;
  -moz-transition: all 0.1s Ease-In-Out;
  -o-transition: all 0.1s Ease-In-Out;
  transition: all 0.1s Ease-In-Out;
}
.dc_domino_headercontact .langflags a:hover, .dc_domino_headercontact .langflags a.active {
  border: 2px solid #cfcbc9;
}
.dc_domino_headercontact .langflags a:hover .arrow, .dc_domino_headercontact .langflags a.active .arrow {
  border-top: 3px solid rgba(255, 255, 255, 0.7);
}
.dc_domino_headercontact .langflags .arrow {
  position: absolute;
  bottom: -1px;
  right: -6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #FFF;
}
.dc_domino_headercontact .langflags.display {
  background-color: #9f9793;
}
.dc_domino_headercontact .langflags.display > div {
  display: block;
}
.dc_domino_headercontact .langflags > div {
  display: none;
}
.dc_domino_headercontact .langflags > div a:last-child {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .dc_domino_headercontact .langflags {
    float: right;
  }
}
@media screen and (min-width: 1024px) {
  .dc_domino_headercontact .langflags {
    float: right;
  }
}
.dc_domino_headercontact .langs {
  display: block;
  margin: 15px 0 0 5px;
}
.dc_domino_headercontact .langs.list {
  margin: 0;
}
.dc_domino_headercontact .langs.list a {
  float: left;
  margin: 0 0 0 5px;
}
.dc_domino_headercontact .langs .arrow {
  position: absolute;
  bottom: -1px;
  right: 0px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid;
}
.dc_domino_headercontact .langs.display > div {
  display: block;
}
.dc_domino_headercontact .langs > div {
  display: none;
}
.dc_domino_headercontact .langs > div a:last-child {
  margin: 0;
}
.dc_domino_headercontact .langs a {
  position: relative;
  display: block;
  color: #9f9793;
  font-size: 0.8;
  padding: 0.5em;
}
.dc_domino_headercontact .langs a:hover {
  color: #e7e5e4;
}
.dc_domino_headercontact .langs a.active {
  color: white;
}
.dc_domino_headercontact .langs a.active:hover {
  color: #e7e5e4;
}
.dc_domino_headercontact .langs a:first-child {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.dc_domino_headercontact .social {
  display: flex;
  margin: 0 0 0 5px;
}
.dc_domino_headercontact .social a:first-child {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.domino_lightbox {
  z-index: 12000;
  background-color: rgba(27, 25, 24, 0.8);
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  position: fixed;
}
.domino_lightbox .holder {
  background-color: transparent;
}
.domino_lightbox img {
  max-height: 90%;
  position: absolute;
  max-width: 80%;
  top: 10%;
  left: 10%;
  cursor: pointer;
  -moz-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.7);
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.7);
  -moz-transition: all 1s Ease-In-Out;
  -webkit-transition: all 1s Ease-In-Out;
  transition: all 1s Ease-In-Out;
  animation: imgfadeIn 1s;
}
.domino_lightbox img:empty {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.domino_lightbox img.full {
  animation: imgfadeIn 1s;
  -moz-transition: all 1s Ease-In-Out;
  -webkit-transition: all 1s Ease-In-Out;
  transition: all 1s Ease-In-Out;
  max-width: none;
}
.domino_lightbox a {
  -webkit-transition: all 0.3s Ease-In-Out;
  -moz-transition: all 0.3s Ease-In-Out;
  -o-transition: all 0.3s Ease-In-Out;
  transition: all 0.3s Ease-In-Out;
}
.domino_lightbox .close {
  position: absolute;
  z-index: 59;
  top: 0;
  right: 0;
  padding: 20px;
}
.domino_lightbox .close svg {
  fill: #FFF;
  height: 15px;
}
.domino_lightbox .close:hover svg {
  fill: rgba(255, 255, 255, 0.5);
}
.domino_lightbox .details {
  position: absolute;
  z-index: 60;
  bottom: 10px;
  left: 10px;
}
.domino_lightbox .details h2 {
  font-size: 20px;
  color: #FFF;
}
.domino_lightbox .details h3 {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
}
.domino_lightbox .details p {
  font-size: 12px;
  color: #999;
}
.domino_lightbox .info {
  position: absolute;
  z-index: 60;
  bottom: 10px;
  right: 10px;
  font-size: 13px;
  color: #FFF;
}
.domino_lightbox .arrows {
  position: absolute;
  z-index: 59;
  width: 5%;
  height: 20%;
  top: 40%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.domino_lightbox .arrows svg {
  fill: #FFF;
  width: 20%;
}
.domino_lightbox .arrows.picNext {
  right: 0;
  left: auto;
}
.domino_lightbox .arrows:hover svg {
  fill: rgba(255, 255, 255, 0.7);
}
.domino_lightbox .hidden {
  display: none;
}
@media screen and (orientation: portrait) {
  .domino_lightbox img {
    max-width: 90%;
  }
  .domino_lightbox img.full {
    max-width: none;
  }
}
@media screen and (orientation: landscape) {
  .domino_lightbox img {
    max-height: 90%;
  }
  .domino_lightbox img.full {
    max-height: none;
  }
}
@keyframes imgfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.dc_domino_logo {
  width: 120px;
  height: 100%;
  background-color: transparent;
  float: left;
  position: relative;
  top: 0;
  z-index: 2;
  display: block;
  -webkit-transition: all 0.3s Ease-In-Out;
  -moz-transition: all 0.3s Ease-In-Out;
  -o-transition: all 0.3s Ease-In-Out;
  transition: all 0.3s Ease-In-Out;
}
.dc_domino_logo a, .dc_domino_logo span {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyODMuNSA4NSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjgzLjUgODU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTEyMC4zLDYyLjlMMTIwLjMsNjIuOWMtMC4yLTAuNC0wLjUtMC43LTEuMy0wLjdjLTAuNSwwLTEsMC4yLTEuMywwLjZoMGwtMC4yLTAuNWgtMS4xdjVoMS4zdi0zLjQKCWMwLjEtMC4zLDAuNC0wLjYsMC44LTAuNmMwLjUsMCwwLjcsMC4zLDAuNywwLjl2My4xaDEuM3YtMy40YzAuMi0wLjQsMC41LTAuNiwwLjgtMC42YzAuMywwLDAuNywwLjIsMC43LDAuOHYzLjJoMS4zdi0zLjUKCWMwLTEuMS0wLjYtMS43LTEuNS0xLjdDMTIxLjEsNjIuMiwxMjAuNiw2Mi41LDEyMC4zLDYyLjkgTTExMy4xLDY3LjRjMS43LDAsMi4zLTEuMSwyLjMtMi42YzAtMS42LTAuNS0yLjYtMi4zLTIuNgoJYy0xLjcsMC0yLjMsMS4xLTIuMywyLjZDMTEwLjgsNjYuNCwxMTEuMyw2Ny40LDExMy4xLDY3LjQgTTExMi4yLDY0LjhjMC0xLDAuMy0xLjUsMC45LTEuNWMwLjcsMCwxLDAuNiwxLDEuNmMwLDEtMC4yLDEuNS0wLjksMS41CglDMTEyLjQsNjYuNCwxMTIuMiw2NS44LDExMi4yLDY0LjggTTEwNi40LDY0LjljMCwxLjgsMC44LDIuNiwyLjIsMi42YzEuMSwwLDEuNi0wLjQsMS44LTAuOGwtMC45LTAuOGMtMC4xLDAuMi0wLjQsMC41LTAuOSwwLjUKCWMtMC42LDAtMC45LTAuNS0wLjktMS42YzAtMS4xLDAuNC0xLjUsMS0xLjVjMC41LDAsMC44LDAuNCwwLjgsMC41bDAuOS0wLjljLTAuMy0wLjUtMC45LTAuNy0xLjctMC43CglDMTA3LjMsNjIuMiwxMDYuNCw2My4xLDEwNi40LDY0LjkgTTEwMy45LDY2LjZjMCwwLjUsMC40LDAuOSwwLjksMC45YzAuNSwwLDAuOS0wLjQsMC45LTAuOWMwLTAuNS0wLjQtMC45LTAuOS0wLjkKCUMxMDQuMyw2NS43LDEwMy45LDY2LjEsMTAzLjksNjYuNiBNMTAxLjEsNjMuMmMwLjUsMCwwLjgsMC4zLDAuOCwwLjh2MC4yaC0xLjhDMTAwLjEsNjMuNywxMDAuNSw2My4yLDEwMS4xLDYzLjIgTTEwMi40LDY1LjkKCWMtMC4yLDAuMi0wLjYsMC41LTEuMSwwLjVjLTAuOSwwLTEuMi0wLjQtMS4yLTEuMmgzYzAuMS0wLjQsMC4xLTAuNiwwLjEtMC45YzAtMS4yLTAuNy0yLTItMmMtMS41LDAtMi40LDEtMi40LDIuNgoJYzAsMS43LDAuOCwyLjYsMi40LDIuNmMxLDAsMS41LTAuMiwxLjgtMC42TDEwMi40LDY1Ljl6IE05Ni44LDY1LjljMCwwLjItMC4yLDAuNC0wLjYsMC40Yy0wLjYsMC0xLjEtMC40LTEuMy0wLjZsLTAuOCwwLjkKCWMwLjMsMC4zLDAuOSwwLjgsMiwwLjhjMS41LDAsMi0wLjksMi0xLjZjMC0xLjctMi40LTEuNC0yLjQtMi4yYzAtMC4yLDAuMi0wLjQsMC41LTAuNGMwLjUsMCwwLjgsMC4zLDEsMC41bDAuOS0wLjgKCWMtMC4zLTAuNC0wLjktMC43LTEuOC0wLjdjLTEuMiwwLTEuOSwwLjctMS45LDEuNkM5NC40LDY1LjUsOTYuOCw2NS4yLDk2LjgsNjUuOSBNODkuMSw2NS43YzAsMS4yLDAuNSwxLjgsMS42LDEuOAoJYzAuNiwwLDEtMC4yLDEuMy0wLjZoMGwwLjIsMC41aDEuMXYtNUg5MnYzLjVjLTAuMSwwLjItMC4zLDAuNi0wLjksMC42Yy0wLjUsMC0wLjctMC4zLTAuNy0wLjh2LTMuM2gtMS4zVjY1Ljd6IE04NS44LDY2LjQKCWMtMC41LDAtMC45LTAuNC0wLjktMS40YzAtMS40LDAuNS0xLjYsMS0xLjZjMC4yLDAsMC41LDAuMSwwLjcsMC4ydjIuNEM4Ni40LDY2LjIsODYuMSw2Ni40LDg1LjgsNjYuNCBNODYuNiw2Mi40CgljLTAuMiwwLTAuNC0wLjEtMC44LTAuMWMtMS4xLDAtMi4yLDAuNy0yLjIsMi44YzAsMS42LDAuOCwyLjMsMS44LDIuM2MwLjcsMCwxLjEtMC4zLDEuMi0wLjVoMGwwLjIsMC40aDEuMXYtNi44aC0xLjNWNjIuNHoKCSBNODEuNSw2NS45YzAsMC4yLTAuMiwwLjQtMC42LDAuNGMtMC42LDAtMS4xLTAuNC0xLjMtMC42bC0wLjgsMC45YzAuMywwLjMsMC45LDAuOCwyLDAuOGMxLjUsMCwyLTAuOSwyLTEuNmMwLTEuNy0yLjQtMS40LTIuNC0yLjIKCWMwLTAuMiwwLjItMC40LDAuNS0wLjRjMC41LDAsMC44LDAuMywxLDAuNWwwLjktMC44Yy0wLjMtMC40LTAuOS0wLjctMS44LTAuN2MtMS4yLDAtMS45LDAuNy0xLjksMS42CglDNzkuMiw2NS41LDgxLjUsNjUuMiw4MS41LDY1LjkgTTc3LjEsNjUuOWMwLDAuMi0wLjIsMC40LTAuNiwwLjRjLTAuNiwwLTEuMS0wLjQtMS4zLTAuNmwtMC44LDAuOWMwLjMsMC4zLDAuOSwwLjgsMiwwLjgKCWMxLjUsMCwyLTAuOSwyLTEuNmMwLTEuNy0yLjQtMS40LTIuNC0yLjJjMC0wLjIsMC4yLTAuNCwwLjUtMC40YzAuNSwwLDAuOCwwLjMsMSwwLjVsMC45LTAuOGMtMC4zLTAuNC0wLjktMC43LTEuOC0wLjcKCWMtMS4yLDAtMS45LDAuNy0xLjksMS42Qzc0LjgsNjUuNSw3Ny4xLDY1LjIsNzcuMSw2NS45IE03MS45LDYzLjJjMC41LDAsMC44LDAuMywwLjgsMC44djAuMmgtMS44QzcxLDYzLjcsNzEuMyw2My4yLDcxLjksNjMuMgoJIE03My4zLDY1LjljLTAuMiwwLjItMC42LDAuNS0xLjEsMC41Yy0wLjksMC0xLjItMC40LTEuMi0xLjJoM2MwLjEtMC40LDAuMS0wLjYsMC4xLTAuOWMwLTEuMi0wLjctMi0yLTJjLTEuNSwwLTIuNCwxLTIuNCwyLjYKCWMwLDEuNywwLjgsMi42LDIuNCwyLjZjMSwwLDEuNS0wLjIsMS44LTAuNkw3My4zLDY1Ljl6IE02OC43LDYzLjljMC0xLjEtMC42LTEuNy0xLjUtMS43Yy0wLjUsMC0xLjEsMC4yLTEuNCwwLjZoMGwtMC4zLTAuNWgtMS4xdjUKCWgxLjN2LTMuNGMwLjItMC40LDAuNS0wLjYsMC45LTAuNmMwLjUsMCwwLjcsMC4zLDAuNywwLjh2My4yaDEuM1Y2My45eiBNNjEuNiw2MC42djUuNWMwLDAuOCwwLjUsMS4zLDEuMywxLjMKCWMwLjMsMCwwLjUtMC4xLDAuNi0wLjF2LTEuMWMwLDAtMC4xLDAtMC4yLDBjLTAuMiwwLTAuNC0wLjEtMC40LTAuNXYtNS4yTDYxLjYsNjAuNnogTTU4LjgsNjAuNnY1LjVjMCwwLjgsMC41LDEuMywxLjMsMS4zCgljMC4zLDAsMC41LTAuMSwwLjYtMC4xdi0xLjFjMCwwLTAuMSwwLTAuMiwwYy0wLjIsMC0wLjQtMC4xLTAuNC0wLjV2LTUuMkw1OC44LDYwLjZ6IE01NS44LDYzLjJjMC41LDAsMC44LDAuMywwLjgsMC44djAuMmgtMS44CglDNTQuOCw2My43LDU1LjIsNjMuMiw1NS44LDYzLjIgTTU3LjEsNjUuOWMtMC4yLDAuMi0wLjYsMC41LTEuMSwwLjVjLTAuOSwwLTEuMi0wLjQtMS4yLTEuMmgzYzAuMS0wLjQsMC4xLTAuNiwwLjEtMC45CgljMC0xLjItMC43LTItMi0yYy0xLjUsMC0yLjQsMS0yLjQsMi42YzAsMS43LDAuOCwyLjYsMi40LDIuNmMxLDAsMS41LTAuMiwxLjgtMC42TDU3LjEsNjUuOXogTTQ5LjUsNjRsMC43LDMuNGgxLjZsMS4zLTVoLTEuMgoJbC0wLjUsMi4zYy0wLjEsMC42LTAuMiwxLjEtMC4zLDEuNmgwYzAtMC42LTAuMi0xLjEtMC4zLTEuNmwtMC41LTIuM2gtMS4zbC0wLjYsMi4zYy0wLjEsMC41LTAuMiwxLTAuMywxLjZoMAoJYy0wLjEtMC42LTAuMS0xLTAuMy0xLjZsLTAuNS0yLjNoLTEuM2wxLjMsNWgxLjVMNDkuNSw2NEw0OS41LDY0eiBNNDMuNiw2Ni42YzAsMC41LDAuNCwwLjksMC45LDAuOWMwLjUsMCwwLjktMC40LDAuOS0wLjkKCWMwLTAuNS0wLjQtMC45LTAuOS0wLjlDNDQsNjUuNyw0My42LDY2LjEsNDMuNiw2Ni42IE0zOS42LDY0bDAuNywzLjRoMS42bDEuMy01aC0xLjJsLTAuNSwyLjNjLTAuMSwwLjYtMC4yLDEuMS0wLjMsMS42aDAKCWMwLTAuNi0wLjItMS4xLTAuMy0xLjZsLTAuNS0yLjNIMzlsLTAuNiwyLjNjLTAuMSwwLjUtMC4yLDEtMC4zLDEuNmgwYy0wLjEtMC42LTAuMS0xLTAuMy0xLjZsLTAuNS0yLjNoLTEuM2wxLjMsNWgxLjVMMzkuNiw2NAoJTDM5LjYsNjR6IE0zMi4yLDY0bDAuNywzLjRoMS42bDEuMy01aC0xLjJMMzQsNjQuNmMtMC4xLDAuNi0wLjIsMS4xLTAuMywxLjZoMGMwLTAuNi0wLjItMS4xLTAuMy0xLjZsLTAuNS0yLjNoLTEuM2wtMC42LDIuMwoJYy0wLjEsMC41LTAuMiwxLTAuMywxLjZoMGMtMC4xLTAuNi0wLjEtMS0wLjMtMS42bC0wLjUtMi4zaC0xLjNsMS4zLDVoMS41TDMyLjIsNjRMMzIuMiw2NHogTTI0LjgsNjRsMC43LDMuNEgyN2wxLjMtNWgtMS4yCglsLTAuNSwyLjNjLTAuMSwwLjYtMC4yLDEuMS0wLjMsMS42aDBjMC0wLjYtMC4yLTEuMS0wLjMtMS42bC0wLjUtMi4zaC0xLjNsLTAuNiwyLjNjLTAuMSwwLjUtMC4yLDEtMC4zLDEuNmgwCgljLTAuMS0wLjYtMC4xLTEtMC4zLTEuNmwtMC41LTIuM2gtMS4zbDEuMyw1SDI0TDI0LjgsNjRMMjQuOCw2NHoiLz4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTI2OS4zLDM3LjJjMS45LDAsMC41LDQuOS02LjIsNy41QzI2NC40LDQwLjcsMjY2LjcsMzcuMywyNjkuMywzNy4yIE0yNjMuMyw1NS42Yy0zLjQsMC4xLTEuMi02LjItMC44LTguMwoJYzEwLjItMi45LDE0LjMtMTIuOCwzLjktMTIuNmMtNS4xLDAuMS05LjcsNS45LTEwLjksMTJjLTEuMiw2LTAuNCwxMS45LDksMTFjNS40LTAuNSwxMy4xLTguMywxMy45LTEyLjNjMC4zLTEuMywwLTIuMy0xLTIuMwoJQzI3Ny4zLDQzLjcsMjcwLjgsNTUuNSwyNjMuMyw1NS42IE0yNDEuNSwyMi41YzAsMCw1LjksNi42LDUuOSw2LjZsNS40LTcuM2wtMS42LTAuMmwtMy4xLDQuNGwtNC4xLTQuNmMwLDAtMC45LTAuMi0xLjMsMC4xCglDMjQyLjIsMjEuOCwyNDEuNiwyMi40LDI0MS41LDIyLjUgTTI0Mi44LDY1LjZjLTAuMSwyLjctMiwzLjgtMy45LDMuNWMtMi40LTAuNC0zLjMtNC4zLTEuMi03LjVjMC45LTEuNSwyLjMtMi44LDMuOS0zLjkKCUMyNDIuMiw2MS4xLDI0Mi44LDY0LjIsMjQyLjgsNjUuNiBNMjU3LDQ3Yy0wLjIsMC4xLTEuMSwwLjctOS4yLDQuM2MtMS4xLTMuOS0yLjYtNy4zLTMuNS05LjNjLTIuNS01LjMsMC4yLTUuNiwwLjUtNS42CgljMS42LTAuMiw2LjIsMS42LDEuOCw0LjdjLTIuMSwxLjUsMy42LDQuMyw1LjEtMC4zYzAuOS0yLjktMy42LTcuOC04LjYtNS43Yy01LDItNS41LDktMy45LDE0LjFjMC41LDEuNywxLjEsMy44LDEuNiw1LjkKCWMtNC4xLDIuOC02LjYsNi02LjgsOS4zYy0wLjMsNS42LDMuOSw3LjgsOS4zLDYuN2M3LjEtMS41LDYuOS05LjgsNS4xLTE3LjRjMy0xLjUsNi4yLTIuOSw4LjgtNC40QzI1OS4zLDQ4LjEsMjU3LjIsNDYuOSwyNTcsNDcKCSBNMjMyLjUsMzkuMmMxLjctNC0wLjUtNS4yLTQuOC00LjhsLTIuNSw3LjRjLTAuNiwyLTEuNCw0LjktMS43LDcuNmMtMS45LDIuNC00LjIsNC43LTUuNSw0LjdjLTIuOS0wLjEtMC43LTcuMywxLjgtMTQuOQoJYzEuNy00LTAuNS01LjItNC44LTQuOGwtMi41LDcuNGMtMS40LDQuOC00LDE0LjYsMi40LDE1LjRjMy4yLDAuNCw2LjQtMS45LDguNy00LjRjMC4zLDIuMywxLjQsNC4xLDQsNC40CgljNi41LDAuOCwxMi42LTkuNCwxMi42LTkuNGMxLjEtMi4yLDAuNy0zLjEtMC42LTMuM2MtMC40LDEuMS02LjMsOS43LTguOCw5LjVDMjI3LjgsNTMuOSwyMzAsNDYuNywyMzIuNSwzOS4yIE0yMDAuOCwzOS4yCgljMCwwLjktMS43LDUuOS0xLjgsMTAuNGMtMTEuOSwxNi43LTYuNy0xMi4yLTAuNS0xMi4yQzIwMC40LDM3LjQsMjAwLjgsMzguOCwyMDAuOCwzOS4yIE0yMDcuNSwzOS4yYzEuNS01LjcsMy44LTE0LjIsNy41LTI3LjQKCWMtMy45LTAuNC02LjQtMC45LTcuOCw0LjdsLTUuNCwyMC4yYy0wLjktMS41LTIuNS0yLjQtNC4zLTIuNGMtNi42LDAtMTEsOS4yLTExLDE0LjljMCw0LjQsMS41LDcuOSw2LjUsNy45YzIuNi0wLjEsNC45LTIsNi40LTQuMgoJYzAuNSwyLjIsMS43LDMuOSw0LjMsNC4yYzYuNSwwLjgsMTIuMS05LjQsMTIuMS05LjRjMS0yLjIsMC41LTMuMS0wLjktMy4zYy0wLjMsMS4xLTUuNyw5LjctOC4zLDkuNQoJQzIwMy42LDUzLjksMjA1LjUsNDYuNywyMDcuNSwzOS4yIE0xNTguNyw2NS42Yy0wLjEsMi43LTIsMy44LTMuOSwzLjVjLTIuNC0wLjQtMy4zLTQuMy0xLjItNy41YzAuOS0xLjUsMi4zLTIuOCwzLjktMy45CglDMTU4LjEsNjEuMSwxNTguNyw2NC4yLDE1OC43LDY1LjYgTTE3Mi45LDQ3Yy0wLjIsMC4xLTEuMSwwLjctOS4yLDQuM2MtMS4xLTMuOS0yLjYtNy4zLTMuNS05LjNjLTIuNS01LjMsMC4yLTUuNiwwLjUtNS42CgljMS42LTAuMiw2LjIsMS42LDEuOCw0LjdjLTIuMSwxLjUsMy42LDQuMyw1LjEtMC4zYzAuOS0yLjktMy42LTcuOC04LjYtNS43Yy01LDItNS41LDktMy45LDE0LjFjMC41LDEuNywxLjEsMy44LDEuNiw1LjkKCWMtNC4xLDIuOC02LjYsNi02LjgsOS4zYy0wLjMsNS42LDMuOSw3LjgsOS4zLDYuN2M3LjEtMS41LDYuOS05LjgsNS4xLTE3LjRjMy0xLjUsNi4yLTIuOSw4LjgtNC40QzE3NS4yLDQ4LjEsMTczLjEsNDYuOSwxNzIuOSw0NwoJIE0xNDEuOCw2NS42Yy0wLjEsMi43LTIsMy44LTMuOSwzLjVjLTIuNC0wLjQtMy4zLTQuMy0xLjItNy41YzAuOS0xLjUsMi4zLTIuOCwzLjktMy45QzE0MS4zLDYxLjEsMTQxLjksNjQuMiwxNDEuOCw2NS42IE0xNTYsNDcKCWMtMC4yLDAuMS0xLjEsMC43LTkuMiw0LjNjLTEuMS0zLjktMi42LTcuMy0zLjUtOS4zYy0yLjUtNS4zLDAuMi01LjYsMC41LTUuNmMxLjYtMC4yLDYuMiwxLjYsMS44LDQuN2MtMi4xLDEuNSwzLjYsNC4zLDUuMS0wLjMKCWMwLjktMi45LTMuNi03LjgtOC42LTUuN2MtNSwyLTUuNSw5LTMuOSwxNC4xYzAuNSwxLjcsMS4xLDMuOCwxLjYsNS45Yy00LjEsMi44LTYuNiw2LTYuOCw5LjNjLTAuMyw1LjYsMy45LDcuOCw5LjMsNi43CgljNy4xLTEuNSw2LjktOS44LDUuMS0xNy40YzMtMS41LDYuMi0yLjksOC44LTQuNEMxNTguMyw0OC4xLDE1Ni4zLDQ2LjksMTU2LDQ3IE0xMzIuNiwzNy4yYzEuOSwwLDAuNSw0LjktNi4yLDcuNQoJQzEyNy42LDQwLjcsMTMwLDM3LjMsMTMyLjYsMzcuMiBNMTI2LjUsNTUuNmMtMy40LDAuMS0xLjItNi4yLTAuOC04LjNjMTAuMi0yLjksMTQuMy0xMi44LDMuOS0xMi42Yy01LjEsMC4xLTkuNyw1LjktMTAuOSwxMgoJYy0xLjIsNi0wLjQsMTEuOSw5LDExYzUuNC0wLjUsMTMuMS04LjMsMTMuOS0xMi4zYzAuMy0xLjMsMC0yLjMtMS0yLjNDMTQwLjYsNDMuNywxMzQuMSw1NS41LDEyNi41LDU1LjYgTTExMy44LDQwLjMKCWMwLTMuMS0yLjItNi01LjUtNmMtMiwwLTMuOSwwLjctNS41LDEuOGMtMS40LTEuOC0zLjYtMS45LTYuMS0xLjZsLTUuOSwyMi40YzMuMywwLjYsNi40LDAuOSw3LjMtM2wyLjEtOC4xCgljMC40LTIuMywxLjYtNS44LDIuOS03LjJjMi4yLTIuMyw1LjYtMS43LDQuOCwxLjVjLTIuMSw3LjYtNS4zLDE2LjUsMC42LDE3LjJjNi41LDAuOCwxMy43LTkuNiwxMy43LTkuNmMxLjEtMi4yLDAuNy0zLjEtMC42LTMuMwoJYy0wLjQsMS4xLTcuNCw5LjktOS45LDkuOEMxMDguOCw1NC4xLDExMy4zLDQ0LjYsMTEzLjgsNDAuMyBNODUuMSw0M2MxLjctNi40LDQtMTQuOCw3LjEtMjZjMS01LTIuNi01LjUtNS01LjNsLTguOCwzMi4xaDAKCWMtMS4zLDUtMi43LDEyLjYsMy4zLDEzLjJjNi41LDAuOCwxMi42LTkuNCwxMi42LTkuNGMxLjEtMi4yLDAuNy0zLjEtMC42LTMuM2MtMC40LDEuMS02LjMsOS42LTguOCw5LjUKCUM4MS44LDUzLjksODMuNCw0OC45LDg1LjEsNDMgTTY5LjcsNDNjMS43LTYuNCw0LTE0LjgsNy4xLTI2YzEtNS0yLjYtNS41LTUtNS4zTDYzLDQzLjloMGMtMS4zLDUtMi43LDEyLjYsMy4zLDEzLjIKCWM2LjUsMC44LDEyLjYtOS40LDEyLjYtOS40YzEuMS0yLjIsMC43LTMuMS0wLjYtMy4zYy0wLjQsMS4xLTYuMyw5LjYtOC44LDkuNUM2Ni41LDUzLjksNjguMSw0OC45LDY5LjcsNDMgTTU3LjYsMzcuMgoJYzEuOSwwLDAuNSw0LjktNi4yLDcuNUM1Mi42LDQwLjcsNTUsMzcuMyw1Ny42LDM3LjIgTTUxLjUsNTUuNmMtMy40LDAuMS0xLjItNi4yLTAuOC04LjNjMTAuMi0yLjksMTQuMy0xMi44LDMuOS0xMi42CgljLTUuMSwwLjEtOS43LDUuOS0xMC45LDEyYy0xLjIsNi0wLjQsMTEuOSw5LDExYzUuNC0wLjUsMTMuMS04LjMsMTMuOS0xMi4zYzAuMy0xLjMsMC0yLjMtMS0yLjNDNjUuNiw0My43LDU5LjEsNTUuNSw1MS41LDU1LjYKCSBNMTIuOSwzOS4yYzEuNy00LTAuNS01LjItNC44LTQuOGwtMi41LDcuNGMtMS40LDQuOC00LDE0LjYsMi40LDE1LjRjNC40LDAuNSw4LjYtNCwxMC45LTdjLTAuMiwzLjUsMC42LDYuNSw0LjEsNwoJYzQuNywwLjcsOS4zLTQuNCwxMi43LTkuNGMwLjQsMC42LDAuOSwxLjEsMS40LDEuNWM4LjQsNC44LDEyLjctNi42LDEyLjctNi42bC0yLjYsMC4xYzAsMC0zLjEsNS44LTYuMSw1LjUKCWMtMi4xLTAuMi0zLjQtMS4xLTMuOS0yLjhjMi41LTQsNC03LjYsNC03LjZjMC43LTEuMywwLjctMi4yLDAuMi0yLjhsMCwwaDBjLTAuMS0wLjEtMC4yLTAuMy0wLjQtMC40Yy0zLjktMy43LTguNCw0LjctNi40LDEwLjkKCWMtMi42LDQuMy01LjYsOC4zLTguNCw4LjVjLTIuOSwwLjMtMC43LTcuMywxLjgtMTQuOWMxLjctNC0wLjUtNS4yLTQuOC00LjhsLTIuNSw3LjRjLTAuMywwLjktMC42LDItMC45LDMuMgoJYy0xLjIsMi4xLTYuMyw5LjItOC42LDkuMUM4LjIsNTMuOSwxMC41LDQ2LjcsMTIuOSwzOS4yIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 80%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  -webkit-transition: all 0.3s Ease-In-Out;
  -moz-transition: all 0.3s Ease-In-Out;
  -o-transition: all 0.3s Ease-In-Out;
  transition: all 0.3s Ease-In-Out;
  opacity: 1;
}
.dc_domino_logo a:hover, .dc_domino_logo span:hover {
  opacity: 0.7;
}
.dc_domino_logo a svg, .dc_domino_logo span svg {
  width: 100%;
}
.dc_domino_logo:hover {
  background-color: rgba(27, 25, 24, 0.05);
}
@media screen and (min-width: 768px) {
  .dc_domino_logo {
    width: 120px;
    height: 100%;
    position: relative;
    top: 0;
    z-index: 2;
    display: block;
  }
  .dc_domino_logo a, .dc_domino_logo span {
    background-size: 80%;
  }
}
@media screen and (min-width: 1024px) {
  .dc_domino_logo {
    width: 20%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
    display: block;
  }
  .dc_domino_logo a, .dc_domino_logo span {
    background-size: 80%;
  }
}
.dc_domino_logo.footer {
  width: 100%;
  height: 120px;
  background-color: transparent;
  float: left;
  position: relative;
  top: 0;
  z-index: 12;
  display: block;
  -webkit-transition: all 0.3s Ease-In-Out;
  -moz-transition: all 0.3s Ease-In-Out;
  -o-transition: all 0.3s Ease-In-Out;
  transition: all 0.3s Ease-In-Out;
}
.dc_domino_logo.footer a, .dc_domino_logo.footer span {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  -webkit-transition: all 0.3s Ease-In-Out;
  -moz-transition: all 0.3s Ease-In-Out;
  -o-transition: all 0.3s Ease-In-Out;
  transition: all 0.3s Ease-In-Out;
  opacity: 1;
}
.dc_domino_logo.footer a:hover, .dc_domino_logo.footer span:hover {
  opacity: 0.7;
}
.dc_domino_logo.footer a svg, .dc_domino_logo.footer span svg {
  width: 100%;
}
.dc_domino_logo.footer:hover {
  background-color: rgba(27, 25, 24, 0.05);
}
@media screen and (min-width: 768px) {
  .dc_domino_logo.footer {
    width: 100%;
    height: 120px;
    position: relative;
    top: 0;
    z-index: 2;
    display: flex;
  }
  .dc_domino_logo.footer a, .dc_domino_logo.footer span {
    background-size: contain;
  }
}
@media screen and (min-width: 1024px) {
  .dc_domino_logo.footer {
    width: 100%;
    height: 120px;
    position: relative;
    top: 0;
    z-index: 2;
    display: flex;
  }
  .dc_domino_logo.footer a, .dc_domino_logo.footer span {
    background-size: contain;
  }
}
.dc_domino_menu {
  background-color: transparent;
  width: auto;
  height: 100%;
  display: block;
  flex-flow: column;
  justify-content: left;
  overflow: inherit;
  position: relative;
  top: auto;
  z-index: inherit;
}
.dc_domino_menu a {
  -webkit-transition: all 0.3s Ease-In-Out;
  -moz-transition: all 0.3s Ease-In-Out;
  -o-transition: all 0.3s Ease-In-Out;
  transition: all 0.3s Ease-In-Out;
}
.dc_domino_menu > ul {
  background-color: transparent;
  display: none;
  width: 100%;
  height: auto;
  top: auto;
  left: auto;
  overflow: auto;
  list-style: none;
  position: initial;
  margin: 0;
  padding: 0;
}
.dc_domino_menu > ul.display {
  display: block;
}
.dc_domino_menu > ul > li {
  background-color: rgba(27, 25, 24, 0.98);
  display: inline-block;
  float: left;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.2s Ease-In-Out;
  -moz-transition: all 0.2s Ease-In-Out;
  -o-transition: all 0.2s Ease-In-Out;
  transition: all 0.2s Ease-In-Out;
}
.dc_domino_menu > ul > li .arrow {
  color: #FFF;
  background-color: rgba(27, 25, 24, 0.2);
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 2;
  font-size: 1em;
  line-height: 1.4em;
  padding: 10px;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.dc_domino_menu > ul > li .arrow svg {
  height: 20px;
  fill: #FFF;
}
.dc_domino_menu > ul > li .arrow:hover {
  color: rgba(255, 255, 255, 0.7);
  background-color: rgba(27, 25, 24, 0.4);
}
.dc_domino_menu > ul > li .arrow:hover svg {
  fill: rgba(255, 255, 255, 0.7);
}
.dc_domino_menu > ul > li .arrow.icon-arrow_down svg {
  transform: rotate(-90deg);
}
.dc_domino_menu > ul > li:first-child > a {
  box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0.1);
}
.dc_domino_menu > ul > li > a {
  color: #FFF !important;
  background-color: transparent !important;
  -moz-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.05);
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  width: 100%;
  font-family: "Fira Sans", sans-serif;
  font-size: 1em;
  line-height: 20px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  padding: 20px 20px 20px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.2s Ease-In-Out;
  -moz-transition: all 0.2s Ease-In-Out;
  -o-transition: all 0.2s Ease-In-Out;
  transition: all 0.2s Ease-In-Out;
  /*&:target + ul, &:target + div {
          display: none;
        }*/
}
.dc_domino_menu > ul > li > a:hover {
  color: rgba(255, 255, 255, 0.6) !important;
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.dc_domino_menu > ul > li > a.active {
  color: #512851 !important;
  background-color: rgba(0, 0, 0, 0.2) !important;
}
@media screen and (min-width: 768px) {
  .dc_domino_menu {
    top: auto;
  }
  > ul {
    margin: 60px 0 0 0;
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .dc_domino_menu {
    background-color: transparent;
    width: auto;
    height: 100%;
    display: flex;
    position: relative;
    top: auto;
    z-index: inherit;
  }
  .dc_domino_menu > ul {
    background-color: transparent;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: initial;
    margin: 0 0 0 20%;
    padding: 0;
    overflow: initial;
  }
  .dc_domino_menu > ul > li {
    background-color: transparent;
    width: auto;
    height: 100%;
    position: relative;
    text-align: center;
  }
  .dc_domino_menu > ul > li .arrow {
    display: none;
  }
  .dc_domino_menu > ul > li:first-child > a {
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.1);
  }
  .dc_domino_menu > ul > li > a {
    color: #1b1918 !important;
    background-color: transparent !important;
    -moz-box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, 0.05);
    padding: 10px 20px;
    font-family: "Fira Sans", sans-serif;
    font-size: 0.9em;
    line-height: 20px;
    font-weight: bold;
    font-style: normal;
    text-transform: normal;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .dc_domino_menu > ul > li > a:hover {
    color: #877d78 !important;
    background-color: rgba(27, 25, 24, 0.05) !important;
  }
  .dc_domino_menu > ul > li > a.active {
    color: #512851 !important;
    background-color: rgba(27, 25, 24, 0.05) !important;
  }
}
.dc_domino_menu.container {
  background-color: transparent;
  width: auto;
  height: auto;
  display: flex;
  flex-flow: column;
  justify-content: left;
  overflow: inherit;
  position: relative;
  top: auto;
  z-index: inherit;
}
.dc_domino_menu.container a {
  -webkit-transition: all 0.3s Ease-In-Out;
  -moz-transition: all 0.3s Ease-In-Out;
  -o-transition: all 0.3s Ease-In-Out;
  transition: all 0.3s Ease-In-Out;
}
.dc_domino_menu.container > ul {
  background-color: transparent;
  display: block;
  width: 100%;
  height: auto;
  top: auto;
  left: auto;
  overflow: auto;
  list-style: none;
  position: initial;
  margin: 60px 0 0 0;
  padding: 0;
}
.dc_domino_menu.container > ul.display {
  display: block;
}
.dc_domino_menu.container > ul > li {
  background-color: rgba(27, 25, 24, 0.98);
  display: inline-block;
  float: left;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.2s Ease-In-Out;
  -moz-transition: all 0.2s Ease-In-Out;
  -o-transition: all 0.2s Ease-In-Out;
  transition: all 0.2s Ease-In-Out;
}
.dc_domino_menu.container > ul > li .arrow {
  color: #FFF;
  background-color: rgba(27, 25, 24, 0.2);
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 2;
  font-size: 1em;
  line-height: 1.4em;
  padding: 10px;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.dc_domino_menu.container > ul > li .arrow svg {
  height: 20px;
  fill: #FFF;
}
.dc_domino_menu.container > ul > li .arrow:hover {
  color: rgba(255, 255, 255, 0.7);
  background-color: rgba(27, 25, 24, 0.4);
}
.dc_domino_menu.container > ul > li .arrow:hover svg {
  fill: rgba(255, 255, 255, 0.7);
}
.dc_domino_menu.container > ul > li .arrow.icon-arrow_down svg {
  transform: rotate(-90deg);
}
.dc_domino_menu.container > ul > li:first-child > a {
  box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0.1);
}
.dc_domino_menu.container > ul > li > a {
  color: #FFF !important;
  background-color: transparent !important;
  -moz-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.05);
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.05);
  width: 100%;
  font-family: "Fira Sans", sans-serif;
  font-size: 1em;
  line-height: 1.4em;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  padding: 20px 20px 20px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.2s Ease-In-Out;
  -moz-transition: all 0.2s Ease-In-Out;
  -o-transition: all 0.2s Ease-In-Out;
  transition: all 0.2s Ease-In-Out;
  /*&:target + ul, &:target + div {
          display: none;
        }*/
}
.dc_domino_menu.container > ul > li > a:hover {
  color: rgba(255, 255, 255, 0.6) !important;
  background-color: rgba(27, 25, 24, 0.05) !important;
}
.dc_domino_menu.container > ul > li > a.active {
  color: #000 !important;
  background-color: white !important;
}
@media screen and (min-width: 768px) {
  .dc_domino_menu.container {
    top: auto;
  }
  > ul {
    margin: 60px 0 0 0;
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .dc_domino_menu.container {
    background-color: transparent;
    width: auto;
    display: flex;
    position: relative;
    top: auto;
    z-index: inherit;
  }
  .dc_domino_menu.container > ul {
    background-color: transparent;
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    position: initial;
    margin: 0;
    padding: 0;
    overflow: initial;
  }
  .dc_domino_menu.container > ul > li {
    background-color: transparent;
    width: auto;
    position: relative;
    text-align: center;
  }
  .dc_domino_menu.container > ul > li .arrow {
    display: none;
  }
  .dc_domino_menu.container > ul > li:first-child > a {
    box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0.1);
  }
  .dc_domino_menu.container > ul > li > a {
    color: #FFF !important;
    background-color: transparent !important;
    -moz-box-shadow: inset -1px 0 0 0 rgba(255, 255, 255, 0.05);
    -webkit-box-shadow: inset -1px 0 0 0 rgba(255, 255, 255, 0.05);
    box-shadow: inset -1px 0 0 0 rgba(255, 255, 255, 0.05);
    padding: 30px 20px;
    font-family: "Fira Sans", sans-serif;
    font-size: 2em;
    line-height: 1.4em;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    display: block;
    width: 100%;
  }
  .dc_domino_menu.container > ul > li > a:hover {
    color: rgba(255, 255, 255, 0.5) !important;
    background-color: rgba(27, 25, 24, 0.05) !important;
  }
  .dc_domino_menu.container > ul > li > a.active {
    color: #000 !important;
    background-color: white !important;
  }
}
.dc_domino_menu.footer {
  background-color: transparent;
  width: auto;
  height: auto;
  display: flex;
  flex-flow: row;
  justify-content: left;
  overflow: hidden;
  position: relative;
  top: auto;
  z-index: inherit;
}
.dc_domino_menu.footer a {
  -webkit-transition: all 0.3s Ease-In-Out;
  -moz-transition: all 0.3s Ease-In-Out;
  -o-transition: all 0.3s Ease-In-Out;
  transition: all 0.3s Ease-In-Out;
}
.dc_domino_menu.footer > ul {
  background-color: transparent;
  display: block;
  width: 100%;
  height: auto;
  top: auto;
  left: auto;
  overflow: auto;
  list-style: none;
  position: initial;
  margin: 10px 0 0 0;
  padding: 0;
}
.dc_domino_menu.footer > ul.display {
  display: block;
}
.dc_domino_menu.footer > ul > li {
  background-color: transparent;
  display: inline-block;
  float: left;
  width: auto;
  position: relative;
  -webkit-transition: all 0.2s Ease-In-Out;
  -moz-transition: all 0.2s Ease-In-Out;
  -o-transition: all 0.2s Ease-In-Out;
  transition: all 0.2s Ease-In-Out;
}
.dc_domino_menu.footer > ul > li .arrow {
  color: #FFF;
  background-color: rgba(27, 25, 24, 0.2);
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 2;
  font-size: 1em;
  line-height: 1.4em;
  padding: 10px;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.dc_domino_menu.footer > ul > li .arrow svg {
  height: 20px;
  fill: #FFF;
}
.dc_domino_menu.footer > ul > li .arrow:hover {
  color: rgba(255, 255, 255, 0.7);
  background-color: rgba(27, 25, 24, 0.4);
}
.dc_domino_menu.footer > ul > li .arrow:hover svg {
  fill: rgba(255, 255, 255, 0.7);
}
.dc_domino_menu.footer > ul > li .arrow.icon-arrow_down svg {
  transform: rotate(-90deg);
}
.dc_domino_menu.footer > ul > li:first-child > a {
  box-shadow: inset 0 0 0 0 rgba(27, 25, 24, 0.05);
}
.dc_domino_menu.footer > ul > li > a {
  color: #1b1918 !important;
  background-color: transparent !important;
  -moz-box-shadow: inset 1px 0 0 0 rgba(27, 25, 24, 0.05);
  -webkit-box-shadow: inset 1px 0 0 0 rgba(27, 25, 24, 0.05);
  box-shadow: inset 1px 0 0 0 rgba(27, 25, 24, 0.05);
  width: 100%;
  font-family: "Fira Sans", sans-serif;
  font-size: 1em;
  line-height: 1.4em;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  padding: 10px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.2s Ease-In-Out;
  -moz-transition: all 0.2s Ease-In-Out;
  -o-transition: all 0.2s Ease-In-Out;
  transition: all 0.2s Ease-In-Out;
  /*&:target + ul, &:target + div {
          display: none;
        }*/
}
.dc_domino_menu.footer > ul > li > a:hover {
  color: rgba(255, 255, 255, 0.6) !important;
  background-color: rgba(27, 25, 24, 0.05) !important;
}
.dc_domino_menu.footer > ul > li > a.active {
  color: #512851 !important;
  background-color: rgba(27, 25, 24, 0.05) !important;
}
@media screen and (min-width: 768px) {
  .dc_domino_menu.footer {
    top: auto;
  }
  > ul {
    margin: 10px 0 0 0;
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .dc_domino_menu.footer {
    background-color: transparent;
    width: auto;
    display: flex;
    flex-flow: row;
    position: relative;
    top: auto;
    z-index: inherit;
  }
  .dc_domino_menu.footer > ul {
    background-color: transparent;
    display: block;
    width: auto;
    top: 0;
    left: 0;
    position: initial;
    margin: 10px 0 0 0;
    padding: 0;
    overflow: initial;
  }
  .dc_domino_menu.footer > ul > li {
    background-color: transparent;
    width: 100%;
    height: auto;
    position: relative;
    text-align: left;
  }
  .dc_domino_menu.footer > ul > li .arrow {
    display: none;
  }
  .dc_domino_menu.footer > ul > li:first-child > a {
    box-shadow: inset 0 -1px 0 0 rgba(27, 25, 24, 0.05);
  }
  .dc_domino_menu.footer > ul > li > a {
    color: #1b1918 !important;
    background-color: transparent !important;
    -moz-box-shadow: inset 0 -1px 0 0 rgba(27, 25, 24, 0.05);
    -webkit-box-shadow: inset 0 -1px 0 0 rgba(27, 25, 24, 0.05);
    box-shadow: inset 0 -1px 0 0 rgba(27, 25, 24, 0.05);
    padding: 10px 10px;
    font-family: "Fira Sans", sans-serif;
    font-size: 1em;
    line-height: 1.4em;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    display: block;
    width: 100%;
  }
  .dc_domino_menu.footer > ul > li > a:hover {
    color: rgba(27, 25, 24, 0.5) !important;
    background-color: rgba(27, 25, 24, 0.05) !important;
  }
  .dc_domino_menu.footer > ul > li > a.active {
    color: #512851 !important;
    background-color: rgba(27, 25, 24, 0.05) !important;
  }
}
.dc_domino_menu.side {
  background-color: transparent;
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
  overflow: hidden;
  position: relative;
  top: auto;
  z-index: inherit;
}
.dc_domino_menu.side a {
  -webkit-transition: all 0.3s Ease-In-Out;
  -moz-transition: all 0.3s Ease-In-Out;
  -o-transition: all 0.3s Ease-In-Out;
  transition: all 0.3s Ease-In-Out;
}
.dc_domino_menu.side > ul {
  background-color: transparent;
  display: none;
  width: 100%;
  height: auto;
  top: auto;
  left: auto;
  overflow: auto;
  list-style: none;
  position: initial;
  margin: 60px 0 0 0;
  padding: 0;
}
.dc_domino_menu.side > ul.display {
  display: block;
}
.dc_domino_menu.side > ul > li {
  background-color: rgba(27, 25, 24, 0.98);
  display: inline-block;
  float: left;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.2s Ease-In-Out;
  -moz-transition: all 0.2s Ease-In-Out;
  -o-transition: all 0.2s Ease-In-Out;
  transition: all 0.2s Ease-In-Out;
}
.dc_domino_menu.side > ul > li .arrow {
  color: #FFF;
  background-color: rgba(27, 25, 24, 0.2);
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 2;
  font-size: 1em;
  line-height: 1.4em;
  padding: 10px;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.dc_domino_menu.side > ul > li .arrow svg {
  height: 20px;
  fill: #FFF;
}
.dc_domino_menu.side > ul > li .arrow:hover {
  color: rgba(255, 255, 255, 0.7);
  background-color: rgba(27, 25, 24, 0.4);
}
.dc_domino_menu.side > ul > li .arrow:hover svg {
  fill: rgba(255, 255, 255, 0.7);
}
.dc_domino_menu.side > ul > li .arrow.icon-arrow_down svg {
  transform: rotate(-90deg);
}
.dc_domino_menu.side > ul > li:first-child > a {
  box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0.1);
}
.dc_domino_menu.side > ul > li > a {
  color: #FFF !important;
  background-color: transparent !important;
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
  width: 100%;
  font-family: "Fira Sans", sans-serif;
  font-size: 1.5em;
  line-height: 1.4em;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  padding: 10px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.2s Ease-In-Out;
  -moz-transition: all 0.2s Ease-In-Out;
  -o-transition: all 0.2s Ease-In-Out;
  transition: all 0.2s Ease-In-Out;
  /*&:target + ul, &:target + div {
          display: none;
        }*/
}
.dc_domino_menu.side > ul > li > a:hover {
  color: rgba(255, 255, 255, 0.6) !important;
  background-color: rgba(27, 25, 24, 0.05) !important;
}
.dc_domino_menu.side > ul > li > a.active {
  color: #000 !important;
  background-color: white !important;
}
@media screen and (min-width: 768px) {
  .dc_domino_menu.side {
    top: auto;
  }
  > ul {
    margin: 60px 0 0 0;
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .dc_domino_menu.side {
    background-color: transparent;
    width: auto;
    display: flex;
    flex-flow: column;
    position: relative;
    top: auto;
    z-index: inherit;
  }
  .dc_domino_menu.side > ul {
    background-color: transparent;
    display: block;
    width: auto;
    top: 0;
    left: 0;
    position: initial;
    margin: 0;
    padding: 0;
    overflow: initial;
  }
  .dc_domino_menu.side > ul > li {
    background-color: transparent;
    width: 100%;
    position: relative;
    text-align: left;
  }
  .dc_domino_menu.side > ul > li .arrow {
    display: none;
  }
  .dc_domino_menu.side > ul > li:first-child > a {
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.1);
  }
  .dc_domino_menu.side > ul > li > a {
    color: #6c6460 !important;
    background-color: transparent !important;
    -moz-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.05);
    padding: 10px 20px;
    font-family: "Fira Sans", sans-serif;
    font-size: 1em;
    line-height: 1em;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    display: block;
    width: 100%;
  }
  .dc_domino_menu.side > ul > li > a:hover {
    color: #cfcbc9 !important;
    background-color: rgba(27, 25, 24, 0.05) !important;
  }
  .dc_domino_menu.side > ul > li > a.active {
    color: #512851 !important;
    background-color: rgba(27, 25, 24, 0.05) !important;
  }
}
.dc_domino_menu.sub {
  background-color: transparent;
  width: 100%;
  height: auto;
  display: none;
  flex-flow: column;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  top: 120px;
  z-index: 5;
}
.dc_domino_menu.sub a {
  -webkit-transition: all 0.3s Ease-In-Out;
  -moz-transition: all 0.3s Ease-In-Out;
  -o-transition: all 0.3s Ease-In-Out;
  transition: all 0.3s Ease-In-Out;
}
.dc_domino_menu.sub > ul {
  background-color: transparent;
  display: none;
  width: 100%;
  height: auto;
  top: auto;
  left: auto;
  overflow: auto;
  list-style: none;
  position: initial;
  margin: 60px 0 0 0;
  padding: 0;
}
.dc_domino_menu.sub > ul.display {
  display: block;
}
.dc_domino_menu.sub > ul > li {
  background-color: rgba(27, 25, 24, 0.98);
  display: inline-block;
  float: left;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.2s Ease-In-Out;
  -moz-transition: all 0.2s Ease-In-Out;
  -o-transition: all 0.2s Ease-In-Out;
  transition: all 0.2s Ease-In-Out;
}
.dc_domino_menu.sub > ul > li .arrow {
  color: #FFF;
  background-color: rgba(27, 25, 24, 0.2);
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 2;
  font-size: 1em;
  line-height: 1.4em;
  padding: 10px;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.dc_domino_menu.sub > ul > li .arrow svg {
  height: 20px;
  fill: #FFF;
}
.dc_domino_menu.sub > ul > li .arrow:hover {
  color: rgba(255, 255, 255, 0.7);
  background-color: rgba(27, 25, 24, 0.4);
}
.dc_domino_menu.sub > ul > li .arrow:hover svg {
  fill: rgba(255, 255, 255, 0.7);
}
.dc_domino_menu.sub > ul > li .arrow.icon-arrow_down svg {
  transform: rotate(-90deg);
}
.dc_domino_menu.sub > ul > li:first-child > a {
  box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0.1);
}
.dc_domino_menu.sub > ul > li > a {
  color: #FFF !important;
  background-color: transparent !important;
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
  width: 100%;
  font-family: "Fira Sans", sans-serif;
  font-size: 1.5em;
  line-height: 1.4em;
  font-weight: bold;
  font-style: normal;
  text-transform: normal;
  padding: 10px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.2s Ease-In-Out;
  -moz-transition: all 0.2s Ease-In-Out;
  -o-transition: all 0.2s Ease-In-Out;
  transition: all 0.2s Ease-In-Out;
  /*&:target + ul, &:target + div {
          display: none;
        }*/
}
.dc_domino_menu.sub > ul > li > a:hover {
  color: rgba(255, 255, 255, 0.6) !important;
  background-color: rgba(27, 25, 24, 0.05) !important;
}
.dc_domino_menu.sub > ul > li > a.active {
  color: #000 !important;
  background-color: white !important;
}
@media screen and (min-width: 768px) {
  .dc_domino_menu.sub {
    top: auto;
  }
  > ul {
    margin: 60px 0 0 0;
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .dc_domino_menu.sub {
    background-color: transparent;
    width: auto;
    display: flex;
    flex-flow: row;
    position: absolute;
    top: 100px;
    z-index: 5;
  }
  .dc_domino_menu.sub > ul {
    background-color: transparent;
    display: block;
    width: auto;
    top: 0;
    left: 0;
    position: initial;
    margin: 0;
    padding: 0;
    overflow: initial;
  }
  .dc_domino_menu.sub > ul > li {
    background-color: transparent;
    width: auto;
    position: relative;
    text-align: center;
  }
  .dc_domino_menu.sub > ul > li .arrow {
    display: none;
  }
  .dc_domino_menu.sub > ul > li:first-child > a {
    box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0.1);
  }
  .dc_domino_menu.sub > ul > li > a {
    color: #FFF !important;
    background-color: transparent !important;
    -moz-box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, 0.05);
    padding: 10px 10px;
    font-family: "Fira Sans", sans-serif;
    font-size: 0.9em;
    line-height: 1em;
    font-weight: normal;
    font-style: normal;
    text-transform: normal;
    display: block;
    width: 100%;
  }
  .dc_domino_menu.sub > ul > li > a:hover {
    color: rgba(255, 255, 255, 0.5) !important;
    background-color: rgba(0, 0, 0, 0.05) !important;
  }
  .dc_domino_menu.sub > ul > li > a.active {
    color: #512851 !important;
    background-color: rgba(0, 0, 0, 0.1) !important;
  }
}
.dc_domino_menu .dropdown {
  position: relative;
  /*&:hover > ul {
      display: block;
    }*/
}
.dc_domino_menu .dropdown ul:not(.list) {
  background-color: transparent;
  list-style: none;
  left: 0;
  min-width: 230px;
  padding: 0;
  margin: 0;
  display: none;
}
.dc_domino_menu .dropdown ul:not(.list).show {
  display: block;
}
.dc_domino_menu .dropdown ul:not(.list) li {
  position: relative;
}
.dc_domino_menu .dropdown ul:not(.list) li a {
  color: #FFF !important;
  background-color: transparent !important;
  -moz-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.05);
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.05);
  font-family: "Fira Sans", sans-serif;
  font-size: 0.9em;
  line-height: 1.2em;
  font-weight: normal;
  font-style: normal;
  display: block;
  width: 100%;
  padding: 20px 20px 20px 30px;
}
.dc_domino_menu .dropdown ul:not(.list) li a:hover {
  color: rgba(255, 255, 255, 0.6) !important;
  background-color: rgba(27, 25, 24, 0.05) !important;
}
.dc_domino_menu .dropdown ul:not(.list) li a.active {
  color: #512851 !important;
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.dc_domino_menu .dropdown ul:not(.list) li ul {
  top: 0;
  left: auto;
}
@media screen and (min-width: 1024px) {
  .dc_domino_menu .dropdown {
    text-align: left;
  }
  .dc_domino_menu .dropdown ul:not(.list) {
    background-color: rgba(27, 25, 24, 0.9);
    backdrop-filter: none;
    display: none;
    position: absolute;
    z-index: 10;
  }
  .dc_domino_menu .dropdown ul:not(.list) li a {
    color: #e7e5e4 !important;
    background-color: transparent !important;
    -moz-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.05);
    -webkit-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.05);
    box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.05);
    padding: 20px 20px 20px 20px;
    text-align: left;
  }
  .dc_domino_menu .dropdown ul:not(.list) li a:hover {
    color: #9f9793 !important;
    background-color: rgba(0, 0, 0, 0.2) !important;
  }
  .dc_domino_menu .dropdown ul:not(.list) li a.active {
    color: #512851 !important;
    background-color: rgba(0, 0, 0, 0.2) !important;
  }
  .dc_domino_menu .dropdown ul:not(.list) li ul {
    left: 100%;
  }
}
.dc_domino_menu.side .dropdown {
  position: relative;
  /*&:hover > ul {
      display: block;
    }*/
}
.dc_domino_menu.side .dropdown ul:not(.list) {
  background-color: transparent;
  list-style: none;
  left: 0;
  min-width: 260px;
  padding: 0;
  margin: 0;
  display: none;
}
.dc_domino_menu.side .dropdown ul:not(.list).show {
  display: block;
}
.dc_domino_menu.side .dropdown ul:not(.list) li {
  position: relative;
}
.dc_domino_menu.side .dropdown ul:not(.list) li a {
  color: #FFF !important;
  background-color: transparent !important;
  -moz-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.05);
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.05);
  font-family: "Fira Sans", sans-serif;
  font-size: 0.9em;
  line-height: 1.2em;
  font-weight: normal;
  font-style: normal;
  display: block;
  width: 100%;
  padding: 15px 20px 15px 30px;
}
.dc_domino_menu.side .dropdown ul:not(.list) li a:hover {
  color: rgba(255, 255, 255, 0.6) !important;
  background-color: rgba(27, 25, 24, 0.05) !important;
}
.dc_domino_menu.side .dropdown ul:not(.list) li a.active {
  color: #ff76ad !important;
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.dc_domino_menu.side .dropdown ul:not(.list) li ul {
  top: 0;
  left: auto;
}
@media screen and (min-width: 1024px) {
  .dc_domino_menu.side .dropdown {
    text-align: left;
  }
  .dc_domino_menu.side .dropdown ul:not(.list) {
    background-color: transparent;
    backdrop-filter: none;
    display: block;
    position: relative;
    z-index: 10;
  }
  .dc_domino_menu.side .dropdown ul:not(.list) li a {
    color: #6c6460 !important;
    background-color: rgba(0, 0, 0, 0) !important;
    -moz-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.05);
    -webkit-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.05);
    box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.05);
    padding: 10px 10px 10px 30px;
    text-align: left;
  }
  .dc_domino_menu.side .dropdown ul:not(.list) li a:hover {
    color: #877d78 !important;
    background-color: rgba(0, 0, 0, 0.05) !important;
  }
  .dc_domino_menu.side .dropdown ul:not(.list) li a.active {
    color: #ffe08b !important;
    background-color: rgba(0, 0, 0, 0.05) !important;
  }
  .dc_domino_menu.side .dropdown ul:not(.list) li ul {
    left: 100%;
  }
}
.dc_domino_menu li.mega > div {
  background-color: rgba(27, 25, 24, 0.9);
  backdrop-filter: none;
  padding: 40px 0;
  display: none;
  min-height: 100%;
  width: 100%;
}
.dc_domino_menu li.mega > div.full {
  position: relative;
  left: 0;
  width: 100%;
}
.dc_domino_menu li.mega > div.show {
  display: block;
}
.dc_domino_menu li.mega > div h4 {
  color: #FFF;
  background-color: transparent;
  -moz-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.05);
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.05);
  font-family: "Fira Sans", sans-serif;
  font-size: 0.9em;
  line-height: 1.4em;
  font-weight: normal;
  font-style: normal;
  display: block;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 10px 0;
  text-transform: normal;
}
.dc_domino_menu li.mega > div h4 a {
  color: #FFF;
}
.dc_domino_menu li.mega > div h4 a:hover {
  color: rgba(255, 255, 255, 0.7);
  background-color: rgba(27, 25, 24, 0.1);
}
.dc_domino_menu li.mega > div h4:hover {
  -moz-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.05);
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.05);
}
.dc_domino_menu li.mega > div .module article h2 {
  padding: 1em 0 0 0;
  font-family: "Fira Sans", sans-serif;
  font-size: 1.4em;
  line-height: 1.2em;
  font-weight: normal;
  font-style: normal;
}
.dc_domino_menu li.mega > div .module article h2 a {
  color: #FFF;
  padding: 0;
  margin: 0 0 0.5em 0;
}
.dc_domino_menu li.mega > div .module article h2 a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.dc_domino_menu li.mega > div .module h3 {
  font-size: 16px;
  line-size: 22px;
  color: rgba(255, 255, 255, 0.7);
  padding: 0;
  margin: 0;
}
.dc_domino_menu li.mega > div .list {
  width: 100%;
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}
.dc_domino_menu li.mega > div .list > li > a {
  color: #FFF;
  background-color: transparent;
  -moz-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.05);
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.05);
  display: block;
  width: 100%;
  font-family: "Fira Sans", sans-serif;
  font-size: 1em;
  line-height: 1.4em;
  font-weight: normal;
  font-style: normal;
  padding: 10px 20px 10px 10px;
}
.dc_domino_menu li.mega > div .list > li > a:hover {
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(27, 25, 24, 0.05);
}
.dc_domino_menu li.mega > div .list > li ul {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 1024px) {
  .dc_domino_menu li.mega {
    text-align: left;
  }
  .dc_domino_menu li.mega > div {
    min-width: 450px;
    width: auto;
    position: absolute;
    min-height: auto;
  }
  .dc_domino_menu li.mega > div.full {
    position: fixed;
    left: 0;
    width: 100%;
  }
  .dc_domino_menu li.mega.full > div {
    position: absolute;
    left: 0;
    right: 0;
    min-width: 450px;
  }
}
.dc_domino_menu_button {
  color: #1b1918;
  background-color: rgba(27, 25, 24, 0);
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 12;
  left: auto;
  right: 0;
  top: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s Ease-In-Out;
  -moz-transition: all 0.3s Ease-In-Out;
  -o-transition: all 0.3s Ease-In-Out;
  transition: all 0.3s Ease-In-Out;
}
.dc_domino_menu_button:hover {
  color: rgba(27, 25, 24, 0.6);
  background-color: rgba(27, 25, 24, 0);
}
.dc_domino_menu_button:hover span {
  background-color: #1b1918;
}
.dc_domino_menu_button i {
  top: 24px;
  width: 40%;
  position: relative;
}
.dc_domino_menu_button i span {
  background-color: #1b1918;
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.dc_domino_menu_button i span:nth-child(1) {
  top: 0px;
}
.dc_domino_menu_button i span:nth-child(2) {
  top: 5px;
}
.dc_domino_menu_button i span:nth-child(3) {
  top: 10px;
}
.dc_domino_menu_button.open {
  background-color: rgba(27, 25, 24, 0);
}
.dc_domino_menu_button.open span {
  background-color: #1b1918;
}
.dc_domino_menu_button.open span:nth-child(1) {
  top: 4px;
  transform: rotate(135deg);
}
.dc_domino_menu_button.open span:nth-child(2) {
  opacity: 0;
  left: -20px;
}
.dc_domino_menu_button.open span:nth-child(3) {
  top: 4px;
  transform: rotate(-135deg);
}
@media screen and (min-width: 768px) {
  .dc_domino_menu_button {
    display: flex;
    left: auto;
    right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .dc_domino_menu_button {
    display: none;
    left: 240px;
    margin: 0;
    right: auto;
  }
}
.dc_domino_menu_button.container {
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(27, 25, 24, 0);
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  position: fixed;
  z-index: 12;
  left: auto;
  right: 0;
  top: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s Ease-In-Out;
  -moz-transition: all 0.3s Ease-In-Out;
  -o-transition: all 0.3s Ease-In-Out;
  transition: all 0.3s Ease-In-Out;
}
.dc_domino_menu_button.container:hover {
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(27, 25, 24, 0);
}
.dc_domino_menu_button.container:hover span {
  background-color: white;
}
.dc_domino_menu_button.container i {
  top: 24px;
  width: 40%;
  position: relative;
}
.dc_domino_menu_button.container i span {
  background-color: white;
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.dc_domino_menu_button.container i span:nth-child(1) {
  top: 0px;
}
.dc_domino_menu_button.container i span:nth-child(2) {
  top: 5px;
}
.dc_domino_menu_button.container i span:nth-child(3) {
  top: 10px;
}
.dc_domino_menu_button.container.open {
  background-color: rgba(27, 25, 24, 0);
}
.dc_domino_menu_button.container.open span {
  background-color: white;
}
.dc_domino_menu_button.container.open span:nth-child(1) {
  top: 4px;
  transform: rotate(135deg);
}
.dc_domino_menu_button.container.open span:nth-child(2) {
  opacity: 0;
  left: -20px;
}
.dc_domino_menu_button.container.open span:nth-child(3) {
  top: 4px;
  transform: rotate(-135deg);
}
@media screen and (min-width: 768px) {
  .dc_domino_menu_button.container {
    left: auto;
    right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .dc_domino_menu_button.container {
    left: 50%;
    margin: 0 0 0 -30px;
    right: auto;
  }
}
.dc_domino_menu_button.side {
  color: white;
  background-color: rgba(255, 255, 255, 0.05);
  height: 60px;
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: inherit;
  left: auto;
  right: auto;
  top: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s Ease-In-Out;
  -moz-transition: all 0.3s Ease-In-Out;
  -o-transition: all 0.3s Ease-In-Out;
  transition: all 0.3s Ease-In-Out;
}
.dc_domino_menu_button.side:hover {
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.1);
}
.dc_domino_menu_button.side:hover span {
  background-color: white;
}
.dc_domino_menu_button.side i {
  top: 24px;
  width: 30px;
  position: relative;
}
.dc_domino_menu_button.side i span {
  background-color: white;
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.dc_domino_menu_button.side i span:nth-child(1) {
  top: 0px;
}
.dc_domino_menu_button.side i span:nth-child(2) {
  top: 5px;
}
.dc_domino_menu_button.side i span:nth-child(3) {
  top: 10px;
}
.dc_domino_menu_button.side.open {
  background-color: rgba(255, 255, 255, 0.1);
}
.dc_domino_menu_button.side.open span {
  background-color: white;
}
.dc_domino_menu_button.side.open span:nth-child(1) {
  top: 4px;
  transform: rotate(135deg);
}
.dc_domino_menu_button.side.open span:nth-child(2) {
  opacity: 0;
  left: -20px;
}
.dc_domino_menu_button.side.open span:nth-child(3) {
  top: 4px;
  transform: rotate(-135deg);
}
@media screen and (min-width: 768px) {
  .dc_domino_menu_button.side {
    display: flex;
    left: auto;
    right: auto;
  }
}
@media screen and (min-width: 1024px) {
  .dc_domino_menu_button.side {
    display: none;
    left: auto;
    margin: 0;
    right: auto;
  }
}
.dc_domino_menu_button.sub {
  color: white;
  background-color: rgba(255, 255, 255, 0.05);
  height: 60px;
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: inherit;
  left: auto;
  right: auto;
  top: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s Ease-In-Out;
  -moz-transition: all 0.3s Ease-In-Out;
  -o-transition: all 0.3s Ease-In-Out;
  transition: all 0.3s Ease-In-Out;
}
.dc_domino_menu_button.sub:hover {
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.1);
}
.dc_domino_menu_button.sub:hover span {
  background-color: white;
}
.dc_domino_menu_button.sub i {
  top: 24px;
  width: 30px;
  position: relative;
}
.dc_domino_menu_button.sub i span {
  background-color: white;
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.dc_domino_menu_button.sub i span:nth-child(1) {
  top: 0px;
}
.dc_domino_menu_button.sub i span:nth-child(2) {
  top: 5px;
}
.dc_domino_menu_button.sub i span:nth-child(3) {
  top: 10px;
}
.dc_domino_menu_button.sub.open {
  background-color: rgba(255, 255, 255, 0.1);
}
.dc_domino_menu_button.sub.open span {
  background-color: white;
}
.dc_domino_menu_button.sub.open span:nth-child(1) {
  top: 4px;
  transform: rotate(135deg);
}
.dc_domino_menu_button.sub.open span:nth-child(2) {
  opacity: 0;
  left: -20px;
}
.dc_domino_menu_button.sub.open span:nth-child(3) {
  top: 4px;
  transform: rotate(-135deg);
}
@media screen and (min-width: 768px) {
  .dc_domino_menu_button.sub {
    display: flex;
    left: auto;
    right: auto;
  }
}
@media screen and (min-width: 1024px) {
  .dc_domino_menu_button.sub {
    display: none;
    left: auto;
    margin: 0;
    right: auto;
  }
}
.dc_domino_menu_container {
  background-color: rgba(27, 25, 24, 0.95);
  display: flex;
  opacity: 1;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 12;
  left: -100%;
  top: 0;
  padding: 0;
  overflow: auto;
  -webkit-transition: all 0.4s Ease-In-Out;
  -moz-transition: all 0.4s Ease-In-Out;
  -o-transition: all 0.4s Ease-In-Out;
  transition: all 0.4s Ease-In-Out;
}
.dc_domino_menu_container.display {
  display: flex;
  left: 0;
  top: 0;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .dc_domino_menu_container {
    overflow: auto;
  }
}
@media screen and (min-width: 1024px) {
  .dc_domino_menu_container {
    overflow: hidden;
  }
}
@keyframes domino_menu_container_slideLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.domino-module, .dc_domino_module {
  width: 100%;
}
.domino-module > header, .dc_domino_module > header {
  background-color: transparent;
  -moz-box-shadow: inset 0 -1px 0 0 #512851;
  -webkit-box-shadow: inset 0 -1px 0 0 #512851;
  box-shadow: inset 0 -1px 0 0 #512851;
  padding: 1em 0;
  margin-bottom: 0.5em;
}
.domino-module > header h2, .dc_domino_module > header h2 {
  color: #6c6460;
  padding: 0 !important;
  margin: 0 !important;
  font-family: "Fira Sans", sans-serif;
  font-size: 1em;
  line-height: 1em;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.domino-module > footer, .dc_domino_module > footer {
  background-color: transparent;
  -moz-box-shadow: inset 0 -1px 0 0 transparent;
  -webkit-box-shadow: inset 0 -1px 0 0 transparent;
  box-shadow: inset 0 -1px 0 0 transparent;
  padding: 1em 0;
  margin-bottom: 0.5em;
}
.domino-module .side-icon, .dc_domino_module .side-icon {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.domino-module .side-icon svg, .dc_domino_module .side-icon svg {
  width: 15px;
  max-height: 15px;
  margin-right: 5px;
}
.domino-module > .body, .dc_domino_module > .body {
  position: relative;
}
.domino-module article, .domino-module address, .dc_domino_module article, .dc_domino_module address {
  background-color: transparent;
  width: 100%;
}
.domino-module article .label, .domino-module address .label, .dc_domino_module article .label, .dc_domino_module address .label {
  margin-left: 10px;
  font-size: 16px;
  line-height: 16px;
  padding: 2px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.domino-module article header, .domino-module address header, .dc_domino_module article header, .dc_domino_module address header {
  background-color: transparent;
  padding: 0;
  margin: 0 0 0.5em 0;
  -moz-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
}
.domino-module article footer, .domino-module address footer, .dc_domino_module article footer, .dc_domino_module address footer {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.domino-module article.box, .domino-module address.box, .dc_domino_module article.box, .dc_domino_module address.box {
  background-color: transparent;
  -moz-box-shadow: inset 0 -1px 0 0 rgba(27, 25, 24, 0.1);
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(27, 25, 24, 0.1);
  box-shadow: inset 0 -1px 0 0 rgba(27, 25, 24, 0.1);
  -webkit-transition: "";
  -moz-transition: "";
  -o-transition: "";
  transition: "";
}
.domino-module article.box:nth-child(even), .domino-module address.box:nth-child(even), .dc_domino_module article.box:nth-child(even), .dc_domino_module address.box:nth-child(even) {
  background-color: rgba(27, 25, 24, 0.05);
}
.domino-module article.box:hover, .domino-module address.box:hover, .dc_domino_module article.box:hover, .dc_domino_module address.box:hover {
  background-color: transparent;
}
.domino-module article.box:hover:nth-child(even), .domino-module address.box:hover:nth-child(even), .dc_domino_module article.box:hover:nth-child(even), .dc_domino_module address.box:hover:nth-child(even) {
  background-color: rgba(27, 25, 24, 0.05);
}
.domino-module article.small h2, .domino-module address.small h2, .dc_domino_module article.small h2, .dc_domino_module address.small h2 {
  font-size: 1.2em;
}
.domino-module article.small h3, .domino-module address.small h3, .dc_domino_module article.small h3, .dc_domino_module address.small h3 {
  font-size: 1em;
}
.domino-module article:last-child, .domino-module address:last-child, .dc_domino_module article:last-child, .dc_domino_module address:last-child {
  margin-bottom: 0;
}
.domino-module article.padding, .domino-module address.padding, .dc_domino_module article.padding, .dc_domino_module address.padding {
  padding-top: 1em;
  padding-bottom: 1em;
}
.domino-module .profile-pic, .dc_domino_module .profile-pic {
  position: relative;
  width: 100%;
  display: flex;
}
.domino-module .profile-pic, .domino-module .profile-pic:hover, .domino-module .profile-pic img, .domino-module .profile-pic:hover img, .dc_domino_module .profile-pic, .dc_domino_module .profile-pic:hover, .dc_domino_module .profile-pic img, .dc_domino_module .profile-pic:hover img {
  -webkit-transition: all 0.2s Ease-In-Out;
  -moz-transition: all 0.2s Ease-In-Out;
  -o-transition: all 0.2s Ease-In-Out;
  transition: all 0.2s Ease-In-Out;
}
.domino-module .profile-pic:hover, .dc_domino_module .profile-pic:hover {
  opacity: 0.7;
}
.domino-module .profile-pic:hover.cover img, .domino-module .profile-pic:hover.ratio img, .dc_domino_module .profile-pic:hover.cover img, .dc_domino_module .profile-pic:hover.ratio img {
  transform: scale(1.1);
}
.domino-module .profile-pic.round, .dc_domino_module .profile-pic.round {
  border-radius: 1000px;
  overflow: hidden;
}
.domino-module .profile-pic.ratio img, .dc_domino_module .profile-pic.ratio img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.domino-module .profile-pic.cover img, .dc_domino_module .profile-pic.cover img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: 50% 50%;
}
.domino-module .profile-pic.contain img, .dc_domino_module .profile-pic.contain img {
  object-fit: contain;
  object-position: 50% 50%;
}
.domino-module .bg-pic, .dc_domino_module .bg-pic {
  height: 120px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
  margin-bottom: 1px;
}
.domino-module .bg-pic a, .dc_domino_module .bg-pic a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.domino-module .bg-pic a img, .dc_domino_module .bg-pic a img {
  display: none;
}
.domino-module.grid, .dc_domino_module.grid {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
.domino-module.grid article, .dc_domino_module.grid article {
  background-color: transparent;
  position: relative;
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.domino-module.grid article.margin, .dc_domino_module.grid article.margin {
  margin-bottom: 1em;
}
.domino-module.grid article.portrait, .dc_domino_module.grid article.portrait {
  height: 450px;
}
.domino-module.grid article.contain, .dc_domino_module.grid article.contain {
  background-size: contain;
}
.domino-module.grid article .collage-logo, .dc_domino_module.grid article .collage-logo {
  background-color: rgba(27, 25, 24, 0.7);
  position: absolute;
  left: 0;
  bottom: 0;
  height: 150px;
  width: 100%;
  display: block;
  z-index: 999;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.domino-module.grid article .overlay, .dc_domino_module.grid article .overlay {
  z-index: 1000;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent;
  -webkit-transition: all 0.2s Ease-In-Out;
  -moz-transition: all 0.2s Ease-In-Out;
  -o-transition: all 0.2s Ease-In-Out;
  transition: all 0.2s Ease-In-Out;
}
.domino-module.grid article .overlay:hover, .dc_domino_module.grid article .overlay:hover {
  background-color: rgba(27, 25, 24, 0.3);
}
.domino-module.grid article .overlay:hover + .collage-logo, .dc_domino_module.grid article .overlay:hover + .collage-logo {
  height: 160px;
  background-color: rgba(27, 25, 24, 0.5);
}
.domino-module.grid article div, .dc_domino_module.grid article div {
  background-color: rgba(27, 25, 24, 0.9);
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  padding: 1em;
  -webkit-transition: all 0.3s Ease-In-Out;
  -moz-transition: all 0.3s Ease-In-Out;
  -o-transition: all 0.3s Ease-In-Out;
  transition: all 0.3s Ease-In-Out;
  text-align: center;
}
.domino-module .pane, .dc_domino_module .pane {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
.domino-module .pane .overlay, .dc_domino_module .pane .overlay {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent;
  -webkit-transition: all 0.2s Ease-In-Out;
  -moz-transition: all 0.2s Ease-In-Out;
  -o-transition: all 0.2s Ease-In-Out;
  transition: all 0.2s Ease-In-Out;
}
.domino-module .pane .overlay:hover, .dc_domino_module .pane .overlay:hover {
  background-color: rgba(27, 25, 24, 0.3);
  -webkit-transition: all 0.2s Ease-In-Out;
  -moz-transition: all 0.2s Ease-In-Out;
  -o-transition: all 0.2s Ease-In-Out;
  transition: all 0.2s Ease-In-Out;
}
.domino-module .pane .overlay:hover ~ .header, .dc_domino_module .pane .overlay:hover ~ .header {
  padding: 1em 1em 2em 1em;
}
.domino-module .pane .overlay:hover ~ .pic img, .dc_domino_module .pane .overlay:hover ~ .pic img {
  transform: scale(1.1);
  -webkit-transition: all 0.2s Ease-In-Out;
  -moz-transition: all 0.2s Ease-In-Out;
  -o-transition: all 0.2s Ease-In-Out;
  transition: all 0.2s Ease-In-Out;
}
.domino-module .pane .header, .dc_domino_module .pane .header {
  background-color: rgba(27, 25, 24, 0.9);
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  z-index: 2;
  padding: 1em;
  -webkit-transition: all 0.2s Ease-In-Out;
  -moz-transition: all 0.2s Ease-In-Out;
  -o-transition: all 0.2s Ease-In-Out;
  transition: all 0.2s Ease-In-Out;
  text-align: center;
}
.domino-module .pane .pic, .dc_domino_module .pane .pic {
  background-color: transparent;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.domino-module .pane .pic img, .dc_domino_module .pane .pic img {
  position: absolute;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s Ease-In-Out;
  -moz-transition: all 0.2s Ease-In-Out;
  -o-transition: all 0.2s Ease-In-Out;
  transition: all 0.2s Ease-In-Out;
}
.domino-module address, .dc_domino_module address {
  font-style: inherit !important;
}
.domino-module.margin, .domino-module .margin, .dc_domino_module.margin, .dc_domino_module .margin {
  margin-bottom: 2em;
}
.domino-module .card, .dc_domino_module .card {
  background-color: !important;
  overflow: hidden;
}
.domino-module .card:hover, .dc_domino_module .card:hover {
  background-color: !important;
}
@media screen and (min-width: 768px) {
  .domino-module {
    /*&.grid {

        article {
            height: $DominoModuleGrid-medium-block-height;

            &.portrait {
                height: $DominoModuleGrid-medium-block-portrait-height;
            }
        }

    }*/
  }
}
@media screen and (min-width: 1024px) {
  .domino-module {
    /*&.grid {
        article {
            height: $DominoModuleGrid-large-block-height;

            &.portrait {
                height: $DominoModuleGrid-large-block-portrait-height;
            }
        }
    }*/
  }
}
.domino-module-pagination {
  background-color: transparent;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  margin: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
}
.domino-module-pagination > div {
  padding-top: 1em;
  padding-bottom: 1em;
}
.domino-module-pagination p {
  margin: 0;
  padding: 0;
  font-family: "Fira Sans", sans-serif !important;
  font-size: 0.8em !important;
  line-height: 1em !important;
  margin-bottom: 0 !important;
}
.domino-module-pagination .pages {
  font-family: "Fira Sans", sans-serif;
  font-size: 0.8em;
  line-height: 1em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.domino-module-pagination .paginate {
  color: #877d78 !important;
  background-color: #e7e5e4;
  margin: 0 2px 0 0;
  padding: 4px 7px 4px 7px;
  cursor: pointer;
}
.domino-module-pagination .paginate:hover {
  color: !important;
  background-color: #cfcbc9;
}
.domino-module-pagination .paginate:hover .arrow {
  border: solid;
  display: inline-block;
  border-width: 0 2px 2px 0;
  padding: 2px;
}
.domino-module-pagination .paginate.active {
  color: #e7e5e4 !important;
  background-color: #363230;
  cursor: default;
  font-weight: bold;
}
.domino-module-pagination .paginate.active .arrow {
  border: solid #e7e5e4;
  display: inline-block;
  border-width: 0 2px 2px 0;
  padding: 2px;
}
.domino-module-pagination .paginate .arrow {
  border: solid #877d78;
  display: inline-block;
  border-width: 0 2px 2px 0;
  padding: 2px;
  margin: 0 0 2px 0;
  transition: all 0.2s ease-out;
}
.domino-module-pagination .paginate .arrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.domino-module-pagination .paginate .arrow.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.domino-module-pagination .buttons {
  display: inline;
}
.domino-module-pagination span.pagination-current, .domino-module-pagination span.pagination-all, .domino-module-pagination span.pagination-entries {
  font-weight: bold;
}
.dc_domino_module .filter-bar {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  background-color: transparent;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 10px 10px 0 0;
  padding-top: 0.5em;
  padding-bottom: 0;
}
.dc_domino_module .filter-bar header {
  margin: 0 0 10px 0;
  border-bottom: 1px solid #dbd8d7;
}
.dc_domino_module .filter-bar header h2 {
  color: #514b48;
  padding: 5px 0 5px 0;
  margin: 0;
  font-family: "Fira Sans", sans-serif;
  font-size: 0.8em;
  font-weight: normal;
  font-style: normal;
  line-height: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dc_domino_module .filter-bar .cell {
  padding-top: 0;
  padding-bottom: 0.5em;
}
.dc_domino_module .filter-bar .cell.right {
  margin-left: auto;
}
.dc_domino_module .filter-bar .col {
  flex: 1 1 0;
  width: auto;
  min-height: 0;
  min-width: 0;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
}
.dc_domino_module .filter-bar input {
  margin-bottom: 0;
}
.dc_domino_module .filter-bar a {
  color: #512851;
  background-color: transparent;
  font-family: "Fira Sans", sans-serif;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  line-height: 1em;
  padding: 0;
  margin: 0;
  background-position: center top;
  display: inline-block;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}
.dc_domino_module .filter-bar a:hover {
  color: #512851;
  background-color: transparent;
}
.dc_domino_module .filter-bar a span {
  color: #512851;
  padding: 0;
  background-position: center top;
  display: inline-block;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}
.dc_domino_module .filter-bar a.is-active {
  color: #512851;
  background-color: transparent;
}
.dc_domino_module .filter-bar a.is-active:hover {
  color: #512851;
  background-color: transparent;
}
.dc_domino_module .filter-bar.right {
  margin-left: auto;
}
.dc_domino_module .filter-bar .text {
  color: #1b1918;
  font-family: "Fira Sans", sans-serif;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  line-height: 1em;
  margin: 0;
}
.dc_domino_module .filter-bar input {
  font-family: "Fira Sans", sans-serif;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  line-height: 1em;
}
@media screen and (min-width: 768px) {
  .dc_domino_module .filter-bar {
    padding-top: 1em;
    padding-bottom: 0;
  }
  .dc_domino_module .filter-bar .cell {
    padding-top: 0;
    padding-bottom: 1em;
  }
}
.domino_editor .domino_editor_subactions_sort button {
  display: block;
  width: 28px;
  height: 20px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.3);
  transition: all 0.2s Ease-In-Out;
  -webkit-transition: all 0.2s Ease-In-Out;
  cursor: pointer;
  border-radius: 2px;
  margin: 0 0 4px 0;
}
.domino_editor .domino_editor_subactions_sort button:hover {
  background-color: rgba(81, 40, 81, 0.7);
}
.domino_editor .domino_editor_subactions_sort button.active {
  background-color: #512851;
}
.domino_editor .domino_editor_subactions_sort button.active.sort-asc span {
  border-bottom: 10px solid #FFF;
}
.domino_editor .domino_editor_subactions_sort button.active.sort-desc span {
  border-top: 10px solid #FFF;
}
.domino_editor .domino_editor_subactions_sort button span {
  width: 0;
  position: absolute;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  top: 5px;
  left: 6px;
}
.domino_editor .domino_editor_subactions_sort button.sort-asc span {
  border-bottom: 10px solid #514b48;
}
.domino_editor .domino_editor_subactions_sort button.sort-asc:hover span {
  border-bottom: 10px solid rgba(255, 255, 255, 0.8);
}
.domino_editor .domino_editor_subactions_sort button.sort-desc span {
  border-top: 10px solid #514b48;
}
.domino_editor .domino_editor_subactions_sort button.sort-desc:hover span {
  border-top: 10px solid rgba(255, 255, 255, 0.8);
}
.dc_domino_module > .body .dc_domino_module_processing {
  position: absolute !important;
}
.dc_domino_module_processing {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.domino_editor_actions_processing_side {
  position: fixed;
  bottom: 1em;
  left: 1em;
  z-index: 10000;
}
.domino_editor_actions_processing {
  position: relative;
  display: block;
  padding: 20px 0;
  font-size: 14px;
  text-align: center;
}
.domino_editor_actions_processing .title {
  padding: 20px;
  color: #514b48;
  font: 14px/14px "Fira Sans", sans-serif;
}
.domino_editor_actions_processing .ctnr {
  display: flex;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.domino_editor_actions_processing .ldr {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin: auto;
  width: 20px;
  height: 20px;
}
.domino_editor_actions_processing .ldr.medium {
  width: 30px;
  height: 30px;
}
.domino_editor_actions_processing .ldr.large {
  width: 40px;
  height: 40px;
}
.domino_editor_actions_processing .ldr-blk {
  height: 35%;
  width: 35%;
  animation: domino_editor_actions_processing_pulse 0.75s ease-in infinite alternate;
  background-color: #512851;
}
.domino_editor_actions_processing .an_delay {
  animation-delay: 0.75s;
}
@keyframes domino_editor_actions_processing_pulse {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (min-width: 768px) {
  .dc_domino_module > .body .dc_domino_module_processing {
    border-radius: 5px;
  }
}
.domino-pic {
  background-color: rgba(27, 25, 24, 0.1);
  vertical-align: middle;
  text-align: center;
  height: 200px;
  line-height: 160px;
  position: relative;
}
.domino-pic > img {
  padding: 20px;
  max-height: 100%;
  box-sizing: border-box;
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  height: 100%;
}
.domino-pic a {
  padding: 20px;
  box-sizing: border-box;
  display: block;
  height: 100%;
  width: 100%;
  background-color: transparent;
}
.domino-pic a:hover {
  background-color: rgba(27, 25, 24, 0.2);
}
.domino-pic a:hover img {
  box-shadow: 0 0 6px 1px rgba(255, 118, 173, 0.5);
}
.domino-pic a img {
  max-height: 100%;
  box-sizing: border-box;
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  width: auto;
}
.domino-pic.slidr {
  height: 200px;
  line-height: 160px;
}
.domino-pic.stack-margin, .domino-pic.margin-bottom, .domino-pic-bg.stack-margin, .domino-pic-bg.margin-bottom, .domino-pic-touch.stack-margin, .domino-pic-touch.margin-bottom, .domino-pic-full.stack-margin, .domino-pic-full.margin-bottom {
  margin-bottom: 10px;
}
.domino-pic.skew25 img, .domino-pic-bg.skew25 img, .domino-pic-touch.skew25 img, .domino-pic-full.skew25 img {
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}
.domino-pic.skew15 img, .domino-pic-bg.skew15 img, .domino-pic-touch.skew15 img, .domino-pic-full.skew15 img {
  clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  -webkit-clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
}
.domino-pic.micro, .domino-pic-bg.micro, .domino-pic-full.micro {
  height: 60px;
}
.domino-pic.small, .domino-pic-bg.small, .domino-pic-full.small {
  height: 100px;
  line-height: 80px;
}
.domino-pic.medium, .domino-pic-bg.medium, .domino-pic-full.medium {
  height: 150px;
  line-height: 120px;
}
.domino-pic.large, .domino-pic-bg.large, .domino-pic-full.large {
  height: 250px;
}
.domino-pic.xlarge, .domino-pic-bg.xlarge, .domino-pic-full.xlarge {
  height: 350px;
}
.domino-pic.contain, .domino-pic-bg.contain, .domino-pic-full.contain {
  background-size: contain !important;
}
.domino-pic.size50p, .domino-pic-bg.size50p, .domino-pic-full.size50p {
  background-size: 50% !important;
}
.domino-pic.micro img, .domino-pic-touch.micro img, .domino-pic-full.micro img {
  height: 60px;
}
.domino-pic.small img, .domino-pic-touch.small img, .domino-pic-full.small img {
  height: 100px;
  line-height: 80px;
}
.domino-pic.small img a, .domino-pic-touch.small img a, .domino-pic-full.small img a {
  padding: 10px;
}
.domino-pic.medium img, .domino-pic-touch.medium img, .domino-pic-full.medium img {
  height: 150px;
  line-height: 120px;
}
.domino-pic.medium img a, .domino-pic-touch.medium img a, .domino-pic-full.medium img a {
  padding: 15px;
}
.domino-pic.large img, .domino-pic-touch.large img, .domino-pic-full.large img {
  height: 250px;
}
.domino-pic.xlarge img, .domino-pic-touch.xlarge img, .domino-pic-full.xlarge img {
  height: 350px;
}
.domino-pic-bg {
  background-color: rgba(27, 25, 24, 0.1);
  height: 200px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: all 200ms ease-out;
}
.domino-pic-bg.border {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.domino-pic-bg.square {
  width: 100%;
  height: auto !important;
  background-size: !important;
}
.domino-pic-bg.square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.domino-pic-bg img {
  position: relative;
  display: none;
}
.domino-pic-bg a {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  transition: all 200ms ease-out;
}
.domino-pic-bg a:hover {
  background-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 6px 1px rgba(255, 118, 173, 0.5);
}
.domino-pic-full {
  background-color: rgba(27, 25, 24, 0.1);
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.domino-pic-full a {
  opacity: 1;
  -webkit-transition: all 0.3s Ease-In-Out;
  -moz-transition: all 0.3s Ease-In-Out;
  -o-transition: all 0.3s Ease-In-Out;
  transition: all 0.3s Ease-In-Out;
}
.domino-pic-full a:hover {
  opacity: 0.7;
}
.domino-pic-full a img {
  width: 100%;
}
.domino-pic-full p {
  margin-top: 10px;
  font-size: 15px;
  line-height: 20px;
}
.domino-pic-touch {
  overflow: hidden;
  position: relative;
  background-color: transparent;
}
.domino-pic-touch div, .domino-pic-touch article, .domino-pic-touch img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.domino-pic-touch:hover div, .domino-pic-touch:focus div, .domino-pic-touch:hover article, .domino-pic-touch:focus article, .domino-pic-touch img:hover, .domino-pic-touch img:focus {
  opacity: 0.85;
  -ms-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -webkit-transform: scale(1.01);
  -o-transform: scale(1.01);
  transform: scale(1.01);
}
@media screen and (min-width: 768px) {
  .domino-pic.stack-margin, .domino-pic-bg.stack-margin, .domino-pic-full.stack-margin {
    margin-bottom: 0;
  }
  .domino-pic.large, .domino-pic-bg.large, .domino-pic-full.large {
    height: 50vh;
  }
  .domino-pic.xlarge, .domino-pic-bg.xlarge, .domino-pic-full.xlarge {
    height: 100vh;
  }
}
img[data-src] {
  opacity: 0;
}
img {
  opacity: 1;
  transition: opacity 1s;
}
.domino_shop .callout {
  width: 100%;
  padding: 1em;
  background-color: #e7e5e4;
  box-sizing: border-box;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  font: 14px/18px "Fira Sans", sans-serif;
  color: #877d78;
  margin-bottom: 1em;
}
.domino_shop .callout.error {
  color: #900;
}
.domino_shop .callout.success {
  color: #690;
}
.domino_shop .btn-success .btn {
  color: #FFF;
  background-color: #8B0;
}
.domino_shop .btn-success .btn .icon {
  color: rgba(255, 255, 255, 0.7);
}
.domino_shop .btn-success .btn:hover {
  color: rgba(255, 255, 255, 0.7);
  background-color: #638800;
}
.domino_shop .btn-success .btn:hover .icon {
  color: rgba(255, 255, 255, 0.5);
}
.domino_shop .btn {
  display: block;
  vertical-align: middle;
  margin: 0;
  width: 100%;
  font: inherit;
  padding: 15px;
  background-color: #514b48;
  color: #FFF;
  border: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  transition: all 0.25s ease-out;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.domino_shop .btn .icon {
  color: rgba(255, 255, 255, 0.7);
}
.domino_shop .btn .icon svg {
  height: 20px;
  max-width: 20px;
  margin: 0 10px 0 0;
}
.domino_shop .btn:hover {
  color: rgba(255, 255, 255, 0.8);
  background-color: #363230;
}
.domino_shop .btn:hover .icon {
  color: rgba(255, 255, 255, 0.5);
}
.domino_shop .btn.disabled {
  color: #9f9793 !important;
  background-color: #cfcbc9 !important;
}
.domino_shop .btn.disabled .icon {
  color: #9f9793 !important;
}
.domino_shop .btn.disabled:hover {
  color: #938a86 !important;
  background-color: #c3bebc !important;
}
.domino_shop .btn.disabled:hover .icon {
  color: #9f9793 !important;
}
.domino_shop .btn.margin {
  margin: 0 0 1em 0;
}
.domino_shop iframe {
  min-height: 1280px;
  width: 100%;
}
.domino_shop_basket_items .icon svg {
  height: 15px;
  max-width: 15px;
  fill: #512851;
}
.domino_shop_basket_items .items-total .price-total {
  display: block;
}
.domino_shop_basket_items .items-total .price-orig {
  display: inline-block;
  margin: 5px 0 0 0;
  padding: 5px;
  background-color: rgba(27, 25, 24, 0.1);
  border-radius: 5px;
  font-size: 14px;
}
.domino_shop_basket_items th {
  white-space: nowrap;
}
.domino_shop_basket_items th.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
}
.domino_shop_basket_items td.nowrap {
  white-space: nowrap;
}
.domino_shop_basket_items td h2 {
  font: bold 18px/18px "Fira Sans", sans-serif;
  color: #512851;
  margin: 0;
  padding: 5px 0;
}
.domino_shop_basket_items td h2.medium {
  font: bold 24px/24px "Fira Sans", sans-serif;
}
.domino_shop_basket_items td h2.large {
  font: bold 32px/32px "Fira Sans", sans-serif;
}
.domino_shop_basket_items td h2 a:hover {
  color: #9f9793;
}
.domino_shop_basket_items td h3 {
  font: normal 12px/12px "Fira Sans", sans-serif;
  color: #6c6460;
  margin: 0;
  padding: 5px 0;
}
.domino_shop_basket_items td h3.medium {
  font: bold 18px/18px "Fira Sans", sans-serif;
}
.domino_shop_basket_items td h3.large {
  font: bold 24px/24px "Fira Sans", sans-serif;
}
.domino_shop_basket_items td .to_free_postage {
  background-color: #06bb35;
  padding: 5px 8px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #FFF;
  font-size: 13px;
}
.domino_shop_basket_items td .quantity {
  background-color: transparent;
  box-shadow: inset -1px 0 0 0 rgba(27, 25, 24, 0);
  -webkit-box-shadow: inset -1px 0 0 0 rgba(27, 25, 24, 0);
  width: 100%;
  display: block;
  float: left;
  text-align: center;
}
.domino_shop_basket_items td .quantity .input {
  color: #6c6460;
  background-color: #eeedec;
  box-shadow: inset 0 -1px 0 0 rgba(27, 25, 24, 0.05);
  text-align: center;
  box-sizing: border-box;
  padding: 10px;
  display: block;
  width: 100%;
  height: 34px;
  font: 14px/14px "Fira Sans", sans-serif;
  /* Firefox */
}
.domino_shop_basket_items td .quantity .input::-webkit-outer-spin-button, .domino_shop_basket_items td .quantity .input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.domino_shop_basket_items td .quantity .input[type=number] {
  -moz-appearance: textfield;
}
.domino_shop_basket_items td .quantity .plusminus {
  color: #1b1918;
  display: block;
  box-sizing: border-box;
  font: 14px/14px "Fira Sans", sans-serif;
  padding: 6px;
  height: 30px;
  float: left;
  width: 50%;
  cursor: pointer;
}
.domino_shop_basket_items td .quantity .plusminus:first-child {
  box-shadow: inset 1px 0 0 0 rgba(27, 25, 24, 0.05);
}
.domino_shop_basket_items td .quantity .plusminus.disabled {
  color: rgba(27, 25, 24, 0.5);
  background-color: rgba(27, 25, 24, 0.1);
}
.domino_shop_basket_items td .quantity .plusminus:hover {
  color: rgba(27, 25, 24, 0.7);
  background-color: rgba(0, 0, 0, 0.2);
}
.domino_shop .tabs .buttons {
  background-color: transparent;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  display: flex;
  border-radius: 10px 0 0 0;
  overflow: hidden;
}
.domino_shop .tabs .buttons li {
  background-color: #dddbd9;
  backdrop-filter: blur(5px);
  box-shadow: inset 1px 0 0 0 rgba(27, 25, 24, 0.05);
  float: left;
  display: block;
  padding: 10px;
  transition: all 0.2s Ease-In-Out;
  cursor: pointer;
}
.domino_shop .tabs .buttons li:first-child {
  box-shadow: inset 0 0 0 0 rgba(27, 25, 24, 0);
}
.domino_shop .tabs .buttons li h2 {
  color: #6c6460;
  margin: 0 0 5px 0;
  padding: 0;
  font-family: "Fira Sans", sans-serif;
  font-size: 1em;
  line-height: 1em;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
}
.domino_shop .tabs .buttons li span {
  color: #877d78;
  font-size: 0.8em;
  line-height: 1em;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
}
.domino_shop .tabs .buttons li:hover {
  background-color: #d4d0ce;
  transition: all 0.2s Ease-In-Out;
}
.domino_shop .tabs .buttons li:hover h2 {
  color: #877d78;
}
.domino_shop .tabs .buttons li:hover span {
  color: #9f9793;
}
.domino_shop .tabs .buttons li.active {
  background-color: #f3f2f2;
  background: #f3f2f2;
}
.domino_shop .tabs .buttons li.active h2 {
  color: #512851;
}
.domino_shop .tabs .buttons li.active span {
  color: #6c6460;
}
.domino_shop .tabs .margin {
  margin: 0 0 1em 0;
}
.domino_shop .content {
  background-color: #f3f2f2;
  border-radius: 0 10px 10px 10px;
  display: block;
  width: 100%;
}
.domino_shop .content.padding {
  padding: 1em 0;
}
.domino_shop .content.margin {
  margin: 0 0 1em 0;
}
.domino_shop .content h2.small {
  font-size: 1em;
  line-height: 1.4em;
}
.domino_shop .content h3.small {
  font-size: 0.7em;
  line-height: 1.4em;
  font-weight: normal;
}
.domino_shop .content h2 {
  color: #512851 !important;
  font-family: "Fira Sans", sans-serif;
  font-size: 2em;
  line-height: 2em;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  margin: 0 0 5px 0;
  padding: 0;
}
.domino_shop .content h3 {
  color: #6c6460 !important;
  font-size: 1.4em;
  line-height: 1.4em;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  margin: 0 0 5px 0;
  padding: 0;
}
.domino_shop .content h4 {
  color: #514b48 !important;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  margin: 0 0 5px 0;
  padding: 0;
}
.domino_shop .content, .domino_shop .content p, .domino_shop .content ul, .domino_shop .content td, .domino_shop .content span {
  color: #363230 !important;
  font-size: 1em;
  line-height: 1.4em;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
}
.domino_shop .content small {
  font-size: 0.7em;
}
.domino_shop .content p, .domino_shop .content ul {
  margin: 0 0 5px 0;
  padding: 0;
}
.domino_shop .content input, .domino_shop .content textarea, .domino_shop .content select {
  color: #363230;
  background-color: #f3f2f2;
  border: 0;
  box-shadow: inset 0 0 0 1px #cfcbc9;
  padding: 10px;
}
.domino_shop .content input:focus, .domino_shop .content textarea:focus, .domino_shop .content select:focus {
  color: #363230;
  background-color: white;
  box-shadow: inset 0 0 0 1px #9f9793;
  border: 0;
}
.domino_shop .terms {
  width: 100%;
  padding: 1em;
  background-color: #e7e5e4;
  box-sizing: border-box;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  font: 14px/18px "Fira Sans", sans-serif;
  color: #877d78;
  margin-bottom: 1em;
}
.domino_shop_modules_bar {
  flex-flow: row wrap;
  box-sizing: border-box;
}
.domino_shop_modules_bar a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.domino_shop_modules_bar .basket-add, .domino_shop_modules_bar .basket-remove {
  width: 70%;
}
.domino_shop_modules_bar .basket-quantity {
  width: 25%;
  margin-right: 5%;
}
.domino_shop_modules_bar a.btn, .domino_shop_modules_bar .basket-quantity, .domino_shop_modules_bar span.not-available {
  color: !important;
  flex: 0 0 auto;
}
.domino_shop_modules_bar a.btn .icn, .domino_shop_modules_bar .basket-quantity .icn, .domino_shop_modules_bar span.not-available .icn {
  line-height: 0;
}
.domino_shop_modules_bar a.btn:hover, .domino_shop_modules_bar .basket-quantity:hover, .domino_shop_modules_bar span.not-available:hover {
  color: !important;
}
.domino_shop_modules_bar a.btn.right, .domino_shop_modules_bar .basket-quantity.right, .domino_shop_modules_bar span.not-available.right {
  margin-left: auto;
}
.domino_shop_modules_bar a.btn.basket-quantity, .domino_shop_modules_bar .basket-quantity.basket-quantity, .domino_shop_modules_bar span.not-available.basket-quantity {
  color: !important;
  border: 0;
}
.domino_shop_modules_bar a.btn.basket-quantity:after, .domino_shop_modules_bar .basket-quantity.basket-quantity:after, .domino_shop_modules_bar span.not-available.basket-quantity:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid;
}
.domino_shop_modules_bar a.btn.favourites-add, .domino_shop_modules_bar .basket-quantity.favourites-add, .domino_shop_modules_bar span.not-available.favourites-add {
  color: !important;
}
.domino_shop_modules_bar a.btn.favourites-add:hover, .domino_shop_modules_bar .basket-quantity.favourites-add:hover, .domino_shop_modules_bar span.not-available.favourites-add:hover {
  color: !important;
}
.domino_shop_modules_bar a.btn.not-available, .domino_shop_modules_bar .basket-quantity.not-available, .domino_shop_modules_bar span.not-available.not-available {
  color: !important;
}
.domino_shop_modules_bar a.btn.not-available:hover, .domino_shop_modules_bar .basket-quantity.not-available:hover, .domino_shop_modules_bar span.not-available.not-available:hover {
  color: !important;
}
.domino_shop_modules_bar a.btn.basket-add, .domino_shop_modules_bar .basket-quantity.basket-add, .domino_shop_modules_bar span.not-available.basket-add {
  color: !important;
}
.domino_shop_modules_bar a.btn.basket-add:hover, .domino_shop_modules_bar .basket-quantity.basket-add:hover, .domino_shop_modules_bar span.not-available.basket-add:hover {
  color: !important;
}
@media screen and (min-width: 768px) {
  .domino_shop_modules_bar .basket-add, .domino_shop_modules_bar .basket-remove {
    width: auto;
  }
  .domino_shop_modules_bar .basket-quantity {
    width: 80px !important;
    margin-right: auto;
  }
}
.dc_domino_shop_module_footer {
  display: flex;
  flex-flow: row wrap;
  background: #f5f5f4 !important;
  box-shadow: inset -1px 0 10px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset -1px 0 10px 0 rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  overflow: hidden;
}
.dc_domino_shop_module_footer.three .col {
  max-width: 33.3333333333%;
}
.dc_domino_shop_module_footer.four .col {
  max-width: 25%;
}
.dc_domino_shop_module_footer .col {
  width: 100%;
  max-width: 25%;
  min-width: 0;
  min-height: 0;
  text-align: center;
  transition: all 0.2s Ease-In-Out;
  -webkit-transition: all 0.2s Ease-In-Out;
}
.dc_domino_shop_module_footer .col.right {
  margin-left: auto;
}
.dc_domino_shop_module_footer .col .basket-add.disabled {
  background-color: rgba(27, 25, 24, 0.1);
}
.dc_domino_shop_module_footer .col .basket-add.disabled .title {
  color: rgba(27, 25, 24, 0.5);
}
.dc_domino_shop_module_footer .col .basket-add.disabled svg {
  fill: rgba(27, 25, 24, 0.3);
}
.dc_domino_shop_module_footer .col.added a {
  color: #FFF !important;
  background-color: #512851;
}
.dc_domino_shop_module_footer .col.added a .icn svg {
  fill: rgba(255, 255, 255, 0.7);
}
.dc_domino_shop_module_footer .col.added a:hover {
  color: rgba(255, 255, 255, 0.7) !important;
  background-color: #2f172f;
}
.dc_domino_shop_module_footer .col.added a:hover .icn svg {
  fill: rgba(255, 255, 255, 0.5);
}
.dc_domino_shop_module_footer .col:last-child a {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.dc_domino_shop_module_footer .col:last-child a:hover {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.dc_domino_shop_module_footer .col a {
  display: flex;
  flex-direction: column;
  padding: 10px;
  color: #514b48 !important;
  background-color: transparent;
  height: 100%;
  transition: all 0.2s Ease-In-Out;
  -webkit-transition: all 0.2s Ease-In-Out;
  box-shadow: inset -1px 0 0 0 rgba(27, 25, 24, 0.07);
  -webkit-box-shadow: inset -1px 0 0 0 rgba(27, 25, 24, 0.07);
  /*span {
          flex: 1 auto;
          display: block;
        }*/
}
.dc_domino_shop_module_footer .col a:hover:not(.disabled) {
  background-color: rgba(0, 0, 0, 0.05);
  color: #6c6460 !important;
  box-shadow: inset -1px 0 0 0 rgba(27, 25, 24, 0.07);
  -webkit-box-shadow: inset -1px 0 0 0 rgba(27, 25, 24, 0.07);
}
.dc_domino_shop_module_footer .col a:hover:not(.disabled) .icn svg {
  fill: rgba(81, 40, 81, 0.8);
}
.dc_domino_shop_module_footer .col a .icn {
  color: #512851;
  margin: 0;
  transition: all 0.2s Ease-In-Out;
  -webkit-transition: all 0.2s Ease-In-Out;
}
.dc_domino_shop_module_footer .col a .icn svg {
  height: 20px;
  max-width: 20px;
  fill: #512851;
}
.dc_domino_shop_module_footer .col a .title {
  font-family: "Fira Sans", sans-serif;
  font-size: 12px;
  line-height: 12px;
}
.dc_domino_shop_module_footer .col .quantity {
  background-color: transparent;
  box-shadow: inset -1px 0 0 0 rgba(27, 25, 24, 0.07);
  -webkit-box-shadow: inset -1px 0 0 0 rgba(27, 25, 24, 0.07);
  width: 100%;
  display: block;
  float: left;
  text-align: center;
  /*.value {
          box-sizing: border-box;
          padding: 14px;
          display: block;
          width: 100%;
          color: lighten($neutral-color, 30%);
          height: 42px;
          font: 14px/14px $font-family-main;
          box-shadow: inset 0 -1px 0 0 rgba($neutral-color, 0.05);
        }*/
}
.dc_domino_shop_module_footer .col .quantity .input {
  color: #6c6460;
  background-color: transparent;
  box-shadow: inset 0 -1px 0 0 rgba(27, 25, 24, 0.05);
  text-align: center;
  box-sizing: border-box;
  padding: 10px;
  display: block;
  width: 100%;
  height: 34px;
  font: 14px/14px "Fira Sans", sans-serif;
  /* Firefox */
}
.dc_domino_shop_module_footer .col .quantity .input::-webkit-outer-spin-button, .dc_domino_shop_module_footer .col .quantity .input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.dc_domino_shop_module_footer .col .quantity .input[type=number] {
  -moz-appearance: textfield;
}
.dc_domino_shop_module_footer .col .quantity .plusminus {
  color: #1b1918;
  display: block;
  box-sizing: border-box;
  font: 14px/14px "Fira Sans", sans-serif;
  padding: 6px;
  height: 30px;
  float: left;
  width: 50%;
  -webkit-transition: all 0.3s Ease-In-Out;
  -moz-transition: all 0.3s Ease-In-Out;
  -ms-transition: all 0.3s Ease-In-Out;
  -o-transition: all 0.3s Ease-In-Out;
  transition: all 0.3s Ease-In-Out;
  cursor: pointer;
}
.dc_domino_shop_module_footer .col .quantity .plusminus:first-child {
  box-shadow: inset 1px 0 0 0 rgba(27, 25, 24, 0.05);
}
.dc_domino_shop_module_footer .col .quantity .plusminus.disabled {
  color: rgba(27, 25, 24, 0.5);
  background-color: rgba(27, 25, 24, 0.1);
}
.dc_domino_shop_module_footer .col .quantity .plusminus:hover {
  color: rgba(27, 25, 24, 0.7);
  background-color: rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .dc_domino_shop_module_footer .col {
    max-width: 15%;
  }
}
@media screen and (min-width: 1024px) {
  .dc_domino_shop_module_footer .col {
    max-width: 15%;
  }
}
.domino_shop header {
  color: #e7e5e4 !important;
  background: #dbd8d7;
  background-color: #363230;
  box-shadow: inset 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  font-family: "Fira Sans", sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  padding: 0.5em 1em;
  margin: 0 0 10px 0;
  border-radius: 5px;
  border-bottom: 0;
}
.domino_shop header.margin {
  margin: 0 0 1em 0;
}
.domino_shop_headerbasket {
  background-color: #363230;
}
.domino_shop_headerbasket a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.domino_shop_headerbasket a.btn.light {
  background-color: #1b1918;
  transition: all 0.3s Ease-In-Out;
  -webkit-transition: all 0.3s Ease-In-Out;
  -moz-transition: all 0.3s Ease-In-Out;
  -o-transition: all 0.3s Ease-In-Out;
}
.domino_shop_headerbasket a.btn.light .icon {
  color: #FFF;
}
.domino_shop_headerbasket a.btn .icon.shake {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
.domino_shop_headerbasket a.btn .basket-num {
  position: absolute;
  display: block;
}
.domino_shop_headerbasket a.btn .basket-num.shake {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
.domino_shop_headerbasket .basket {
  margin: 0;
  display: none;
  position: absolute;
  right: 0;
  overflow: scroll;
  box-sizing: border-box;
  min-height: 80px;
}
.domino_shop_headerbasket .basket-popup {
  display: none;
  opacity: 0;
  position: absolute;
  box-sizing: border-box;
}
.domino_shop_headerbasket .basket-popup h2 span {
  margin: 0 10px 0 0;
}
.domino_shop_headerbasket .basket-popup h2 span svg {
  height: 20px;
  max-width: 20px;
}
.domino_shop_headerbasket .basket-popup.display {
  opacity: 1;
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-3px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(3px, 0, 0);
  }
}
.domino-headercontact .btn .icon svg {
  height: 20px;
  max-width: 20px;
}
.domino-headercontact .btn.basket {
  background-color: #512851;
  color: #f3f2f2;
}
.domino-headercontact .btn.basket .icon {
  color: #5f5854;
}
.domino-headercontact .btn.basket .icon svg {
  fill: #5f5854;
}
.domino-headercontact .btn.basket .value {
  background-color: rgba(0, 0, 0, 0.2);
  color: #f3f2f2;
  margin: 0 0 0 5px;
  padding: 5px;
  border-radius: 5px;
}
.domino-headercontact .btn.basket:hover {
  background-color: #2f172f !important;
  color: #e7e5e4 !important;
}
.domino-headercontact .btn.basket:hover .icon {
  color: #443f3c !important;
}
.domino-headercontact .btn.basket:hover .icon svg {
  fill: #443f3c !important;
}
.domino-headercontact .btn.basket:hover .value {
  background-color: rgba(0, 0, 0, 0.3) !important;
  color: #e7e5e4 !important;
}
.domino-headercontact .btn.checkout {
  background-color: #ff76ad;
  color: #f3f2f2;
}
.domino-headercontact .btn.checkout .icon {
  color: #5f5854;
}
.domino-headercontact .btn.checkout:hover {
  background-color: #ff438e !important;
  color: #e7e5e4 !important;
}
.domino-headercontact .btn.checkout:hover .icon {
  color: #443f3c !important;
}
.domino-headercontact .btn.favourites {
  background-color: #ffe08b;
  color: #f3f2f2;
}
.domino-headercontact .btn.favourites .icon {
  color: #5f5854;
}
.domino-headercontact .btn.favourites .value {
  background-color: rgba(0, 0, 0, 0.2);
  color: #f3f2f2;
  margin: 0 0 0 5px;
  padding: 5px;
  border-radius: 5px;
}
.domino-headercontact .btn.favourites:hover {
  background-color: #ffd258 !important;
  color: #e7e5e4 !important;
}
.domino-headercontact .btn.favourites:hover .icon {
  color: #443f3c !important;
}
.domino-headercontact .btn.favourites:hover .value {
  background-color: rgba(0, 0, 0, 0.3) !important;
  color: #e7e5e4 !important;
}
.domino_shop_headerfavourites a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.domino_shop_headerfavourites a.btn.light {
  background-color: #1b1918;
  transition: all 0.3s Ease-In-Out;
  -webkit-transition: all 0.3s Ease-In-Out;
  -moz-transition: all 0.3s Ease-In-Out;
  -o-transition: all 0.3s Ease-In-Out;
}
.domino_shop_headerfavourites a.btn.light .icon {
  color: #FFF;
}
.domino_shop_headerfavourites a.btn .icon.shake {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
.domino_shop_headerfavourites a.btn .favourites-num {
  position: absolute;
  display: block;
}
.domino_shop_headerfavourites a.btn .favourites-num.shake {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
.domino_shop_headerfavourites .favourites {
  background-color: #ffe08b;
  margin: 0;
  display: none;
  position: absolute;
  right: 0;
  max-height: 450px;
  overflow: scroll;
  box-sizing: border-box;
  min-height: 80px;
}
.domino_shop_headerfavourites .favourites-popup {
  display: none;
  opacity: 0;
  position: absolute;
  box-sizing: border-box;
}
.domino_shop_headerfavourites .favourites-popup h2 span {
  margin: 0 10px 0 0;
}
.domino_shop_headerfavourites .favourites-popup h2 span svg {
  height: 20px;
  max-width: 20px;
}
.domino_shop_headerfavourites .favourites-popup.display {
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .domino_shop_headerfavourites .favourites {
    max-height: 550px;
  }
}
.dc_domino_shop_module_price .price-block {
  margin-bottom: 10px;
}
.dc_domino_shop_module_price .price-block.shrink {
  max-width: 100%;
}
.dc_domino_shop_module_price .price-block .vat-text {
  color: #9f9793;
  font-size: 0.7em;
  line-height: 1em;
  font-family: "Fira Sans", sans-serif;
  margin: 0;
  padding: 10px 0 0 0;
}
.dc_domino_shop_module_price .price-block .price-lowest {
  color: #514b48;
  font-size: 0.7em;
  line-height: 1em;
  font-family: "Fira Sans", sans-serif;
  margin: 0;
  padding: 10px 0 0 0;
}
.dc_domino_shop_module_price .price-block .price-lowest .field-price-lowest {
  font-weight: bold;
}
.dc_domino_shop_module_price .price-block > div {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e7e5e4;
}
.dc_domino_shop_module_price .price-block > div .title {
  color: #877d78;
  font-size: 0.9em;
  line-height: 1em;
  font-family: "Fira Sans", sans-serif;
}
.dc_domino_shop_module_price .price-block > div .value {
  font-size: 0.9em;
  line-height: 1em;
  font-family: "Fira Sans", sans-serif;
  text-align: right;
  display: inline;
}
.dc_domino_shop_module_price .price-block > div .unit {
  color: #877d78;
  font-size: 0.7em;
  line-height: 0.8em;
  font-family: "Fira Sans", sans-serif;
  white-space: nowrap;
}
.dc_domino_shop_module_price .price-block > div.price-reg .value {
  color: #514b48;
  text-decoration: line-through;
}
.dc_domino_shop_module_price .price-block > div.price-reg .value-reg {
  color: #514b48;
}
.dc_domino_shop_module_price .price-block > div.price-dis .title, .dc_domino_shop_module_price .price-block > div.price-web .title {
  color: #67bd45;
}
.dc_domino_shop_module_price .price-block > div.price-dis .value, .dc_domino_shop_module_price .price-block > div.price-web .value {
  display: inline;
  color: #FFF;
  background-color: #67bd45;
  font-size: 0.9em;
  line-height: 1em;
  font-family: "Fira Sans", sans-serif;
  border-radius: 5px;
  padding: 1px 5px;
}
.dc_domino_shop_module_price .price-block > div.discount .title {
  color: #877d78;
}
.dc_domino_shop_module_price .price-block > div.discount .value {
  color: #877d78;
  font-size: 0.9em;
  line-height: 1em;
  font-family: "Fira Sans", sans-serif;
}
@media screen and (min-width: 768px) {
  .dc_domino_shop_module_price .price-block.shrink {
    max-width: 50%;
  }
}
.domino_shop {
  color: #1b1918;
}
.domino_shop p {
  color: #1b1918;
}
.domino_shop .form {
  background-color: #e7e5e4;
  width: 100%;
}
.domino_shop .confirm {
  width: 100%;
  background-color: transparent;
}
.domino_shop .confirm-field h2 {
  color: #512851;
  border-bottom: 1px solid #cfcbc9;
  font-family: "Fira Sans", sans-serif;
  font-size: 0.8em;
  line-height: 1em;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  padding: 0.5em 0;
  margin: 0 0 0.5em 0;
}
.domino_shop .confirm-field h3 {
  color: #6c6460;
  font-family: "Fira Sans", sans-serif;
  font-size: 0.8em;
  line-height: 0.8em;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  padding: 0 0 0.5em 0;
  margin: 0 0 0.5em 0;
}
.domino_shop .steps_header {
  background-color: #512851;
  width: 100%;
}
.domino_shop .steps_header .step {
  background-color: transparent;
  -moz-box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.07);
  box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.07);
  text-align: center;
  padding: 0.5em;
  box-sizing: border-box;
}
.domino_shop .steps_header .step h2 {
  color: #FFF !important;
  margin: 0 0 0.2em 0;
  padding: 0;
  font-family: "Fira Sans", sans-serif;
  font-size: 1em;
  line-height: 1em;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
}
.domino_shop .steps_header .step h3 {
  color: rgba(255, 255, 255, 0.5) !important;
  margin: 0 0 0.2em 0;
  padding: 0;
  font-family: "Fira Sans", sans-serif;
  font-size: 1em;
  line-height: 1em;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
}
.domino_shop .steps_header .step.active {
  background-color: transparent;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4));
}
@media screen and (min-width: 768px) {
  .domino_shop .steps_header .step {
    padding: 2em;
  }
  .domino_shop .steps_header .step h2 {
    font-size: 1.5em;
    margin: 0 0 0.5em 0;
  }
  .domino_shop .steps_header .step h3 {
    font-size: 1.1em;
  }
}
.dc_domino_shop_title {
  padding: 0;
  background: linear-gradient(to right, #402040, #512851);
  background-color: inherit;
  text-align: center;
  position: relative;
}
.dc_domino_shop_title h1 {
  color: #FFF !important;
  margin: 0 0 0.5em 0;
  padding: 0;
  font-family: "Fira Sans", sans-serif;
  font-size: 2em;
  line-height: 1em;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
}
.dc_domino_shop_title h2 {
  color: rgba(255, 255, 255, 0.6) !important;
  margin: 0 0 0.5em 0;
  padding: 0;
  font-family: "Fira Sans", sans-serif;
  font-size: 1.5em;
  line-height: 1em;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
}
.dc_domino_shop_title .label {
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.1);
  padding: 3px 20px 5px 20px;
  font-family: "Fira Sans", sans-serif;
  font-size: 1.5em;
  line-height: 1em;
  font-weight: normal;
  font-style: normal;
  border-radius: 25px;
  text-transform: none;
  overflow: hidden;
}
.dc_domino_shop_module_items-selector {
  display: block;
  background-color: transparent !important;
  position: relative;
  padding: 10px 0;
}
.dc_domino_shop_module_items-selector .items-selected {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  transition: all 0.3s Ease-In-Out;
}
.dc_domino_shop_module_items-selector .items-selected.show {
  background-color: #e7e5e4;
}
.dc_domino_shop_module_items-selector .items-selected.show .title {
  color: #6c6460;
}
.dc_domino_shop_module_items-selector .items-selected.show .arrow svg {
  transition: all 0.3s Ease-In-Out;
}
.dc_domino_shop_module_items-selector .items-selected:hover {
  background-color: #e7e5e4;
}
.dc_domino_shop_module_items-selector .items-selected:hover .arrow svg {
  transition: all 0.3s Ease-In-Out;
  fill: #512851;
}
.dc_domino_shop_module_items-selector .items-selected:hover .title {
  color: #6c6460;
}
.dc_domino_shop_module_items-selector .items-selected .title {
  flex: 1 0 auto;
  max-width: 90%;
  color: #514b48;
  padding: 10px;
  text-align: left;
  transition: all 0.3s Ease-In-Out;
  font-size: 0.9em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dc_domino_shop_module_items-selector .items-selected .arrow {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  margin: 0;
  transition: all 0.3s Ease-In-Out;
  -webkit-transition: all 0.3s Ease-In-Out;
}
.dc_domino_shop_module_items-selector .items-selected .arrow svg {
  height: 10px;
  max-width: 10px;
  fill: #cfcbc9;
}
.dc_domino_shop_module_items-selector .items-dropdown {
  display: none;
  position: absolute;
  z-index: 10000;
  width: 100%;
}
.dc_domino_shop_module_items-selector .items-dropdown.show {
  display: block;
}
.dc_domino_shop_module_items-selector .items-dropdown .item {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 10px;
  color: #514b48 !important;
  background-color: rgba(255, 255, 255, 0.95);
  height: 100%;
  transition: all 0.2s Ease-In-Out;
  -webkit-transition: all 0.2s Ease-In-Out;
  box-shadow: inset 0 1px 0 0 rgba(27, 25, 24, 0.05);
  -webkit-box-shadow: inset 0 1px 0 0 rgba(27, 25, 24, 0.05);
  /*span {
        flex: 1 auto;
        display: block;
      }*/
}
.dc_domino_shop_module_items-selector .items-dropdown .item .left {
  flex: 0 0 auto;
  width: 60%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dc_domino_shop_module_items-selector .items-dropdown .item .left small {
  display: inline;
}
.dc_domino_shop_module_items-selector .items-dropdown .item .left small svg {
  margin: 0 0 0 5px;
  height: 10px;
  fill: #512851;
}
.dc_domino_shop_module_items-selector .items-dropdown .item .price {
  flex: 0 0 auto;
  width: 40%;
  text-align: right;
}
.dc_domino_shop_module_items-selector .items-dropdown .item .price .unit {
  font-size: 0.7em;
  color: #9f9793;
}
.dc_domino_shop_module_items-selector .items-dropdown .item .title {
  display: block;
  color: #514b48;
  padding: 0;
  margin: 0;
  font-weight: normal;
  font-family: "Fira Sans", sans-serif;
  font-size: 1em;
  line-height: 1em;
}
.dc_domino_shop_module_items-selector .items-dropdown .item .subtitle {
  display: block;
  color: #877d78;
  padding: 0;
  margin: 0;
  font-family: "Fira Sans", sans-serif;
  font-size: 0.8em;
  line-height: 1em;
}
.dc_domino_shop_module_items-selector .items-dropdown div.item {
  background-color: rgba(238, 238, 238, 0.9);
  color: #6c6460 !important;
  box-shadow: inset 0 1px 0 0 rgba(27, 25, 24, 0.05);
  -webkit-box-shadow: inset 0 1px 0 0 rgba(27, 25, 24, 0.05);
}
.dc_domino_shop_module_items-selector .items-dropdown a:hover {
  background-color: rgba(238, 238, 238, 0.9);
  color: #6c6460 !important;
  box-shadow: inset 0 1px 0 0 rgba(27, 25, 24, 0.05);
  -webkit-box-shadow: inset 0 1px 0 0 rgba(27, 25, 24, 0.05);
}
.domino_shop_basket_type .type_button {
  overflow: hidden;
  border-radius: 50px;
}
.domino_shop_basket_type .type_button a.active {
  background-color: #363230;
  color: #FFF;
  border: 1px solid #363230;
}
.domino-site-index-blocks {
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  z-index: 1;
  margin-bottom: 0;
}
.domino-site-index-blocks div[view="Domino.App.Block.Bit"] {
  display: contents;
}
.domino-site-index-blocks .fs-large {
  font-size: 2em;
}
.domino-site-index-blocks .ta-c ul, .domino-site-index-blocks .ta-r ul {
  list-style-position: inside;
  margin-left: 0;
}
.domino-site-index-blocks .bg-height {
  height: 300px !important;
}
.domino-site-index-blocks .bg-cover {
  display: block;
  position: absolute;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.domino-site-index-blocks .bg-cover img {
  display: none;
  position: relative;
}
.domino-site-index-blocks .pic-center {
  width: auto;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.domino-site-index-blocks .icon-big {
  max-width: 100px;
}
.domino-site-index-blocks.hover:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
.domino-site-index-blocks > .overlay {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.domino-site-index-blocks .columns-header {
  margin-bottom: 1.5em;
}
.domino-site-index-blocks.h2-margin h2 {
  margin-bottom: 1em;
}
.domino-site-index-blocks.h3-margin h3 {
  margin-bottom: 1em;
}
.domino-site-index-blocks .ico {
  box-sizing: border-box;
  padding: 0 30%;
  height: 100px;
  margin: 0 0 1em 0;
}
.domino-site-index-blocks .ico svg {
  height: 100% !important;
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  .domino-site-index-blocks .bg-height {
    height: auto !important;
  }
}
.bg-fixed {
  background-attachment: fixed;
}
[type="text"], [type="password"], [type="date"], [type="datetime"], [type="datetime-local"], [type="month"], [type="week"], [type="email"], [type="number"], [type="search"], [type="tel"], [type="time"], [type="url"], [type="color"], select, textarea, button, .button {
  font-family: "Fira Sans", sans-serif;
  font-size: 1em;
  font-weight: normal;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  overflow: visible;
  border-radius: 0;
  -webkit-border-radius: 0;
  padding: 1em;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
}
[type="text"]:focus, [type="password"]:focus, [type="date"]:focus, [type="datetime"]:focus, [type="datetime-local"]:focus, [type="month"]:focus, [type="week"]:focus, [type="email"]:focus, [type="number"]:focus, [type="search"]:focus, [type="tel"]:focus, [type="time"]:focus, [type="url"]:focus, [type="color"]:focus, select:focus, textarea:focus, button:focus, .button:focus {
  outline: none;
}
[type="text"].margin, [type="password"].margin, [type="date"].margin, [type="datetime"].margin, [type="datetime-local"].margin, [type="month"].margin, [type="week"].margin, [type="email"].margin, [type="number"].margin, [type="search"].margin, [type="tel"].margin, [type="time"].margin, [type="url"].margin, [type="color"].margin, select.margin, textarea.margin, button.margin, .button.margin {
  margin: 0 0 1em 0;
}
[type="text"].round, [type="password"].round, [type="date"].round, [type="datetime"].round, [type="datetime-local"].round, [type="month"].round, [type="week"].round, [type="email"].round, [type="number"].round, [type="search"].round, [type="tel"].round, [type="time"].round, [type="url"].round, [type="color"].round, select.round, textarea.round, button.round, .button.round {
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
[type="text"].round-left, [type="password"].round-left, [type="date"].round-left, [type="datetime"].round-left, [type="datetime-local"].round-left, [type="month"].round-left, [type="week"].round-left, [type="email"].round-left, [type="number"].round-left, [type="search"].round-left, [type="tel"].round-left, [type="time"].round-left, [type="url"].round-left, [type="color"].round-left, select.round-left, textarea.round-left, button.round-left, .button.round-left {
  border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
}
[type="text"].round-right, [type="password"].round-right, [type="date"].round-right, [type="datetime"].round-right, [type="datetime-local"].round-right, [type="month"].round-right, [type="week"].round-right, [type="email"].round-right, [type="number"].round-right, [type="search"].round-right, [type="tel"].round-right, [type="time"].round-right, [type="url"].round-right, [type="color"].round-right, select.round-right, textarea.round-right, button.round-right, .button.round-right {
  border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0 10px 10px 0;
}
[type="text"]:disabled, [type="text"].disabled, [type="password"]:disabled, [type="password"].disabled, [type="date"]:disabled, [type="date"].disabled, [type="datetime"]:disabled, [type="datetime"].disabled, [type="datetime-local"]:disabled, [type="datetime-local"].disabled, [type="month"]:disabled, [type="month"].disabled, [type="week"]:disabled, [type="week"].disabled, [type="email"]:disabled, [type="email"].disabled, [type="number"]:disabled, [type="number"].disabled, [type="search"]:disabled, [type="search"].disabled, [type="tel"]:disabled, [type="tel"].disabled, [type="time"]:disabled, [type="time"].disabled, [type="url"]:disabled, [type="url"].disabled, [type="color"]:disabled, [type="color"].disabled, select:disabled, select.disabled, textarea:disabled, textarea.disabled, button:disabled, button.disabled, .button:disabled, .button.disabled {
  cursor: default;
}
[type="text"].expanded, [type="password"].expanded, [type="date"].expanded, [type="datetime"].expanded, [type="datetime-local"].expanded, [type="month"].expanded, [type="week"].expanded, [type="email"].expanded, [type="number"].expanded, [type="search"].expanded, [type="tel"].expanded, [type="time"].expanded, [type="url"].expanded, [type="color"].expanded, select.expanded, textarea.expanded, button.expanded, .button.expanded {
  width: 100%;
}
[type="text"].small, [type="password"].small, [type="date"].small, [type="datetime"].small, [type="datetime-local"].small, [type="month"].small, [type="week"].small, [type="email"].small, [type="number"].small, [type="search"].small, [type="tel"].small, [type="time"].small, [type="url"].small, [type="color"].small, select.small, textarea.small, button.small, .button.small {
  padding: 0.5em;
}
[type="text"].medium, [type="password"].medium, [type="date"].medium, [type="datetime"].medium, [type="datetime-local"].medium, [type="month"].medium, [type="week"].medium, [type="email"].medium, [type="number"].medium, [type="search"].medium, [type="tel"].medium, [type="time"].medium, [type="url"].medium, [type="color"].medium, select.medium, textarea.medium, button.medium, .button.medium {
  padding: 1em;
}
[type="text"].large, [type="password"].large, [type="date"].large, [type="datetime"].large, [type="datetime-local"].large, [type="month"].large, [type="week"].large, [type="email"].large, [type="number"].large, [type="search"].large, [type="tel"].large, [type="time"].large, [type="url"].large, [type="color"].large, select.large, textarea.large, button.large, .button.large {
  padding: 1.5em;
}
select, [type="text"], [type="password"], [type="date"], [type="datetime"], [type="datetime-local"], [type="month"], [type="week"], [type="email"], [type="number"], [type="search"], [type="tel"], [type="time"], [type="url"], [type="color"], textarea {
  color: #1b1918;
  background-color: #FFF;
  border: 0;
  box-shadow: inset 0 0 0 rgba(27, 25, 24, 0.1);
  -webkit-box-shadow: inset 0 0 0 rgba(27, 25, 24, 0.1);
  width: 100%;
}
select:focus, [type="text"]:focus, [type="password"]:focus, [type="date"]:focus, [type="datetime"]:focus, [type="datetime-local"]:focus, [type="month"]:focus, [type="week"]:focus, [type="email"]:focus, [type="number"]:focus, [type="search"]:focus, [type="tel"]:focus, [type="time"]:focus, [type="url"]:focus, [type="color"]:focus, textarea:focus {
  color: #363230;
  background-color: #f3f2f2;
  border: 0px solid #1b1918;
}
input[type="text"]:disabled, button:disabled, input[type="submit"]:disabled {
  color: #9f9793;
  background-color: #e7e5e4;
  border: 0;
  box-shadow: 0;
  -webkit-box-shadow: 0;
}
[type="checkbox"], [type="radio"] {
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
textarea {
  height: auto;
  min-height: 50px;
  overflow: auto;
}
label {
  color: #1b1918;
  margin: 0 0 5px 0;
  font-weight: bold;
}
label > input, label > textarea, label > select {
  margin: 0.5em 0 1em 0 !important;
}
label.is-invalid-label {
  color: #C00 !important;
}
label.is-valid-label {
  color: #390 !important;
}
label .is-invalid-input {
  border: 1px solid #C00 !important;
}
label .is-valid-input {
  border: 1px solid #390 !important;
}
label .form-error {
  display: none;
  margin-top: 5px;
  font-weight: bold;
  font-size: 14px;
}
label .form-error.is-visible {
  display: block;
}
fieldset, .fieldset {
  border: 1px solid #cfcbc9;
}
fieldset.margin, .fieldset.margin {
  margin: 0 0 1em 0;
}
fieldset legend, .fieldset legend {
  color: #1b1918;
  font-family: "Fira Sans", sans-serif;
  font-size: 1em;
  line-height: 1em;
  font-weight: bold;
  font-style: normal;
  text-transform: normal;
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
button, .button {
  color: #FFF;
  background-color: #512851;
  border: 0;
  width: auto;
  cursor: pointer;
  outline: none;
}
button, button svg, button.slide::before, button::after, .button, .button svg, .button.slide::before, .button::after {
  -webkit-transition: all 0.3s Ease-In-Out;
  -moz-transition: all 0.3s Ease-In-Out;
  -o-transition: all 0.3s Ease-In-Out;
  transition: all 0.3s Ease-In-Out;
}
button svg, .button svg {
  position: relative;
  height: 0.8em;
  width: auto;
  margin: 0 0.5em 0 0;
}
button:hover, .button:hover {
  color: rgba(255, 255, 255, 0.7);
  background-color: #0d060d;
  border: 0;
}
button.slide, .button.slide {
  position: relative;
  overflow: hidden;
}
button.slide::before, .button.slide::before {
  background-color: #0d060d;
  z-index: -1;
}
button.slide::before, button.slide::after, .button.slide::before, .button.slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
button.slide::before, .button.slide::before {
  border-radius: 0;
  margin-left: -100%;
}
button.slide:hover::before, .button.slide:hover::before {
  margin-left: 0;
}
[data-whatinput="mouse"] button {
  outline: 0;
}
button, .button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/* ==================================================================== */
/* CHECKBOX TYPE 8 ---------------------------------------------------- */
/* ==================================================================== */
.switch-input[type="checkbox"] {
  display: none;
}
.switch-input[type="checkbox"] + label.switch-paddle {
  cursor: pointer;
  font-size: 1em;
}
.switch-input + label.switch-paddle {
  box-sizing: unset;
  background-color: #FFF;
  padding: 9px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  margin-right: 30px;
  width: 40px;
  height: 15px;
}
.switch-input + label.switch-paddle:after {
  content: " ";
  position: absolute;
  background: #CCC;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
}
.switch-input + label.switch-paddle:before {
  content: " ";
  position: absolute;
  background: white;
  top: 2px;
  left: 2px;
  z-index: 99999;
  width: 29px;
  height: 29px;
  border-radius: 100px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5), inset 0 -18px 15px -10px rgba(0, 0, 0, 0.05);
}
.switch-input + label.switch-paddle:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.switch-input:checked + label.switch-paddle:before {
  content: " ";
  position: absolute;
  left: 27px;
  border-radius: 100px;
}
.switch-input + label.switch-paddle {
  overflow: hidden;
}
.switch-input:checked + label.switch-paddle:after {
  content: " ";
  font-size: 1.5em;
  position: absolute;
  background: #63C99C;
}
.switch-input + label.switch-paddle:after, .switch-input + label.switch-paddle:before, .switch-input label.switch-paddle {
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
/* ==================================================================== */
/* CHECKBOX TYPE 11 ---------------------------------------------------- */
/* ==================================================================== */
[id^="checkbox-11-"] + label {
  background-color: #FFF;
  padding: 11px 9px;
  border-radius: 7px;
  display: inline-block;
  position: relative;
  margin-right: 30px;
  width: 55px;
  height: 10px;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1), 0 0 10px rgba(245, 146, 146, 0.4);
}
[id^="checkbox-11-"] + label:before {
  content: " ";
  position: absolute;
  background: #FFF;
  top: 0px;
  z-index: 99999;
  left: 0px;
  width: 24px;
  color: #FFF;
  height: 32px;
  border-radius: 7px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
}
[id^="checkbox-11-"] + label:after {
  content: "OFF";
  position: absolute;
  top: 7px;
  left: 37px;
  font-size: 1.2em;
  color: white;
  font-weight: bold;
  padding: 5px;
  border-radius: 100px;
}
[id^="checkbox-11-"]:checked + label {
  background: #67A5DF;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1), 0 0 10px rgba(146, 196, 245, 0.4);
}
[id^="checkbox-11-"]:checked + label:after {
  content: "ON";
  left: 6px;
}
[id^="checkbox-11-"]:checked + label:before {
  content: " ";
  position: absolute;
  z-index: 99999;
  left: 49px;
}
[id^="checkbox-11-"] + label:after {
  left: 35px;
}
#checkbox-11-3 + label:before {
  width: 21px;
  height: 22px;
  top: 3px;
  left: 3px;
}
#checkbox-11-3:checked + label:before {
  left: 49px;
}
#checkbox-11-2 + label:after, #checkbox-11-2 + label:before, #checkbox label {
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
body {
  background-color: #e7e5e4;
  background-image: none;
  color: #1b1918;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 18px;
  font-family: "Fira Sans", sans-serif;
}
@media screen and (min-width: 576px) {
  body {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  body {
    font-size: 16px;
  }
}
.grid-container {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
.grid-container.left {
  margin: inherit !important;
}
.grid-unmargin {
  margin-left: -1em;
  margin-right: -1em;
}
.grid {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}
.grid > .shrink {
  width: auto;
}
.grid.align-center {
  justify-content: center;
}
.grid.align-right {
  justify-content: right;
}
.grid.box {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  -moz-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.07);
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.07);
}
.grid.grid-padding > .cell {
  padding-left: 1em;
  padding-right: 1em;
  box-sizing: border-box;
}
.grid.grid-padding > .cell.unpadding {
  padding-left: 0;
  padding-right: 0;
}
.grid-padding > .cell {
  padding-left: 1em;
  padding-right: 1em;
}
.grid-unpadding > .cell {
  padding-left: 0;
  padding-right: 0;
}
.grid > .cell {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.grid > .cell.shrink {
  flex: 0 0 auto;
}
.grid > .cell .small-unpadding {
  padding-left: 0;
  padding-right: 0;
}
.grid > .cell.small-auto {
  flex: 1 1 0;
  width: auto;
}
.grid > .cell.small-1 {
  width: 8.3333333333%;
}
.grid > .cell.small-2 {
  width: 16.6666666667%;
}
.grid > .cell.small-3 {
  width: 25%;
}
.grid > .cell.small-4 {
  width: 33.3333333333%;
}
.grid > .cell.small-5 {
  width: 41.6666666667%;
}
.grid > .cell.small-6 {
  width: 50%;
}
.grid > .cell.small-7 {
  width: 58.3333333333%;
}
.grid > .cell.small-8 {
  width: 66.6666666667%;
}
.grid > .cell.small-9 {
  width: 75%;
}
.grid > .cell.small-10 {
  width: 83.3333333333%;
}
.grid > .cell.small-11 {
  width: 91.6666666667%;
}
.grid > .cell.small-12 {
  width: 100%;
}
.grid > .cell.small-order-1 {
  order: 1;
}
.grid > .cell.small-order-2 {
  order: 2;
}
.grid > .cell.small-order-3 {
  order: 3;
}
.grid > .cell.small-order-4 {
  order: 4;
}
.grid > .cell.small-order-5 {
  order: 5;
}
.grid > .cell.small-order-6 {
  order: 6;
}
.grid > .cell.small-order-7 {
  order: 7;
}
.grid > .cell.small-order-8 {
  order: 8;
}
.grid > .cell.small-order-9 {
  order: 9;
}
.grid > .cell.small-order-10 {
  order: 10;
}
.grid > .cell.small-order-11 {
  order: 11;
}
.grid > .cell.small-order-12 {
  order: 12;
}
.grid > .cell.offset-0 {
  margin-left: 0;
}
.grid > .cell.offset-1 {
  margin-left: 8.3333333333%;
}
.grid > .cell.offset-2 {
  margin-left: 16.6666666667%;
}
.grid > .cell.offset-3 {
  margin-left: 25%;
}
.grid > .cell.offset-4 {
  margin-left: 33.3333333333%;
}
.grid > .cell.offset-5 {
  margin-left: 41.6666666667%;
}
.grid > .cell.offset-6 {
  margin-left: 50%;
}
.grid > .cell.offset-7 {
  margin-left: 58.3333333333%;
}
.grid > .cell.offset-8 {
  margin-left: 66.6666666667%;
}
.grid > .cell.offset-9 {
  margin-left: 75%;
}
.grid > .cell.offset-10 {
  margin-left: 83.3333333333%;
}
.grid > .cell.offset-11 {
  margin-left: 91.6666666667%;
}
.grid > .cell.offset-12 {
  margin-left: 100%;
}
@media screen and (min-width: 768px) {
  .hide-for-small-only {
    display: revert !important;
  }
  .grid > .cell.medium-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid > .cell .medium-unpadding {
    padding-left: 0;
    padding-right: 0;
  }
  .grid > .cell.medium-1 {
    width: 8.3333333333%;
  }
  .grid > .cell.medium-2 {
    width: 16.6666666667%;
  }
  .grid > .cell.medium-3 {
    width: 25%;
  }
  .grid > .cell.medium-4 {
    width: 33.3333333333%;
  }
  .grid > .cell.medium-5 {
    width: 41.6666666667%;
  }
  .grid > .cell.medium-6 {
    width: 50%;
  }
  .grid > .cell.medium-7 {
    width: 58.3333333333%;
  }
  .grid > .cell.medium-8 {
    width: 66.6666666667%;
  }
  .grid > .cell.medium-9 {
    width: 75%;
  }
  .grid > .cell.medium-10 {
    width: 83.3333333333%;
  }
  .grid > .cell.medium-11 {
    width: 91.6666666667%;
  }
  .grid > .cell.medium-12 {
    width: 100%;
  }
  .grid > .cell.medium-order-1 {
    order: 1;
  }
  .grid > .cell.medium-order-2 {
    order: 2;
  }
  .grid > .cell.medium-order-3 {
    order: 3;
  }
  .grid > .cell.medium-order-4 {
    order: 4;
  }
  .grid > .cell.medium-order-5 {
    order: 5;
  }
  .grid > .cell.medium-order-6 {
    order: 6;
  }
  .grid > .cell.medium-order-7 {
    order: 7;
  }
  .grid > .cell.medium-order-8 {
    order: 8;
  }
  .grid > .cell.medium-order-9 {
    order: 9;
  }
  .grid > .cell.medium-order-10 {
    order: 10;
  }
  .grid > .cell.medium-order-11 {
    order: 11;
  }
  .grid > .cell.medium-order-12 {
    order: 12;
  }
  .grid > .cell.medium-offset-0 {
    margin-left: 0;
  }
  .grid > .cell.medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid > .cell.medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid > .cell.medium-offset-3 {
    margin-left: 25%;
  }
  .grid > .cell.medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid > .cell.medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid > .cell.medium-offset-6 {
    margin-left: 50%;
  }
  .grid > .cell.medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid > .cell.medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid > .cell.medium-offset-9 {
    margin-left: 75%;
  }
  .grid > .cell.medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid > .cell.medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid > .cell.medium-offset-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .grid > .cell.large-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid > .cell .large-unpadding {
    padding-left: 0;
    padding-right: 0;
  }
  .grid > .cell.large-1 {
    width: 8.3333333333%;
  }
  .grid > .cell.large-2 {
    width: 16.6666666667%;
  }
  .grid > .cell.large-3 {
    width: 25%;
  }
  .grid > .cell.large-4 {
    width: 33.3333333333%;
  }
  .grid > .cell.large-5 {
    width: 41.6666666667%;
  }
  .grid > .cell.large-6 {
    width: 50%;
  }
  .grid > .cell.large-7 {
    width: 58.3333333333%;
  }
  .grid > .cell.large-8 {
    width: 66.6666666667%;
  }
  .grid > .cell.large-9 {
    width: 75%;
  }
  .grid > .cell.large-10 {
    width: 83.3333333333%;
  }
  .grid > .cell.large-11 {
    width: 91.6666666667%;
  }
  .grid > .cell.large-12 {
    width: 100%;
  }
  .grid > .cell.large-order-1 {
    order: 1;
  }
  .grid > .cell.large-order-2 {
    order: 2;
  }
  .grid > .cell.large-order-3 {
    order: 3;
  }
  .grid > .cell.large-order-4 {
    order: 4;
  }
  .grid > .cell.large-order-5 {
    order: 5;
  }
  .grid > .cell.large-order-6 {
    order: 6;
  }
  .grid > .cell.large-order-7 {
    order: 7;
  }
  .grid > .cell.large-order-8 {
    order: 8;
  }
  .grid > .cell.large-order-9 {
    order: 9;
  }
  .grid > .cell.large-order-10 {
    order: 10;
  }
  .grid > .cell.large-order-11 {
    order: 11;
  }
  .grid > .cell.large-order-12 {
    order: 12;
  }
  .grid > .cell.large-offset-0 {
    margin-left: 0;
  }
  .grid > .cell.large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid > .cell.large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid > .cell.large-offset-3 {
    margin-left: 25%;
  }
  .grid > .cell.large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid > .cell.large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid > .cell.large-offset-6 {
    margin-left: 50%;
  }
  .grid > .cell.large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid > .cell.large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid > .cell.large-offset-9 {
    margin-left: 75%;
  }
  .grid > .cell.large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid > .cell.large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid > .cell.large-offset-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .grid > .cell.xlarge-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid > .cell .xlarge-unpadding {
    padding-left: 0;
    padding-right: 0;
  }
  .grid > .cell.xlarge-1 {
    width: 8.3333333333%;
  }
  .grid > .cell.xlarge-2 {
    width: 16.6666666667%;
  }
  .grid > .cell.xlarge-3 {
    width: 25%;
  }
  .grid > .cell.xlarge-4 {
    width: 33.3333333333%;
  }
  .grid > .cell.xlarge-5 {
    width: 41.6666666667%;
  }
  .grid > .cell.xlarge-6 {
    width: 50%;
  }
  .grid > .cell.xlarge-7 {
    width: 58.3333333333%;
  }
  .grid > .cell.xlarge-8 {
    width: 66.6666666667%;
  }
  .grid > .cell.xlarge-9 {
    width: 75%;
  }
  .grid > .cell.xlarge-10 {
    width: 83.3333333333%;
  }
  .grid > .cell.xlarge-11 {
    width: 91.6666666667%;
  }
  .grid > .cell.xlarge-12 {
    width: 100%;
  }
  .grid > .cell.xlarge-order-1 {
    order: 1;
  }
  .grid > .cell.xlarge-order-2 {
    order: 2;
  }
  .grid > .cell.xlarge-order-3 {
    order: 3;
  }
  .grid > .cell.xlarge-order-4 {
    order: 4;
  }
  .grid > .cell.xlarge-order-5 {
    order: 5;
  }
  .grid > .cell.xlarge-order-6 {
    order: 6;
  }
  .grid > .cell.xlarge-order-7 {
    order: 7;
  }
  .grid > .cell.xlarge-order-8 {
    order: 8;
  }
  .grid > .cell.xlarge-order-9 {
    order: 9;
  }
  .grid > .cell.xlarge-order-10 {
    order: 10;
  }
  .grid > .cell.xlarge-order-11 {
    order: 11;
  }
  .grid > .cell.xlarge-order-12 {
    order: 12;
  }
  .grid > .cell.xlarge-offset-0 {
    margin-left: 0;
  }
  .grid > .cell.large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid > .cell.large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid > .cell.large-offset-3 {
    margin-left: 25%;
  }
  .grid > .cell.large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid > .cell.large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid > .cell.large-offset-6 {
    margin-left: 50%;
  }
  .grid > .cell.large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid > .cell.large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid > .cell.large-offset-9 {
    margin-left: 75%;
  }
  .grid > .cell.large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid > .cell.large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid > .cell.large-offset-12 {
    margin-left: 100%;
  }
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *::before, *::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
ul {
  padding-inline-start: 20px;
}
figure {
  margin: 0;
}
img {
  display: block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
details {
  display: block;
}
summary {
  display: list-item;
}
menu {
  display: block;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
object {
  max-width: none !important;
}
pre {
  overflow: auto;
}
table {
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
table .nowrap {
  white-space: nowrap;
}
table.head-nowrap thead tr th {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
table.body-nowrap tbody tr td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
table thead {
  color: #512851;
  background-color: transparent;
  font-size: 1em;
  line-height: 1.4;
  font-weight: bold;
  font-style: normal;
}
table thead tr {
  border-bottom: 1px solid #512851;
}
table tbody {
  color: #514b48;
  background-color: transparent;
  font-size: 1em;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
}
table tbody tr {
  background-color: transparent;
  border-bottom: 1px solid rgba(27, 25, 24, 0.2);
}
table tbody tr:nth-child(even) {
  background-color: transparent;
}
table th {
  background-color: transparent;
  padding: 0.5em;
  margin: 0 0 0.5em 0;
  text-align: left;
}
table td {
  background-color: transparent;
  padding: 0.5em;
  margin: 0;
  text-align: left;
}
table th.grow, table td.grow {
  width: 100%;
}
h1, h2, h3, h4, h5 {
  font-weight: normal;
  margin-top: 0;
}
h1 {
  margin: 0;
  padding: 0;
  color: #512851;
  font-family: "Fira Sans", sans-serif;
  font-size: 3rem;
  line-height: 1em;
}
h3 {
  margin: 0;
  padding: 0;
  color: #512851;
  font-family: "Fira Sans", sans-serif;
  font-size: 2rem;
  line-height: 1em;
}
h4 {
  margin: 0;
  padding: 0;
  color: #512851;
  font-family: "Fira Sans", sans-serif;
  font-size: 1.5rem;
  line-height: 1em;
}
h5 {
  margin: 0;
  padding: 0;
  color: #512851;
  font-family: "Fira Sans", sans-serif;
  font-size: 1rem;
  line-height: 1em;
}
h6 {
  margin: 0;
  padding: 0;
  color: #512851;
  font-family: "Fira Sans", sans-serif;
  font-size: 1rem;
  line-height: 1em;
}
small {
  display: block;
}
p {
  color: #1b1918;
  font-size: 1em;
  line-height: 1em;
  font-family: "Fira Sans", sans-serif;
}
a {
  color: #512851;
  text-decoration: none;
}
a:hover {
  color: #514b48;
}
.text-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.hide-for-small-only {
  display: none !important;
}
.text-balance {
  text-wrap: balance;
}
.ovf-h {
  overflow: hidden;
}
.hide {
  display: none;
}
.bg-fixed {
  background-attachment: fixed;
}
.visually-hidden {
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 - a 0 height clip, off to the bottom right of the visible 1px box */
  clip: rect(1px, 1px, 1px, 1px);
  /*maybe deprecated but we need to support legacy browsers */
  clip-path: inset(50%);
  /*modern browsers, clip-path works inwards from each corner*/
  white-space: nowrap;
  /* added line to stop words getting smushed together (as they go onto seperate lines and some screen readers do not understand line feeds as a space */
}
@media screen and (min-width: 768px) {
  .hide-for-small-only {
    display: unset !important;
  }
}
@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-o-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fadeOutToNone {
  0% {
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@-moz-keyframes fadeOutToNone {
  0% {
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@-o-keyframes fadeOutToNone {
  0% {
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@keyframes fadeOutToNone {
  0% {
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
/*
 * Vertical align
 * */
.d-n {
  display: none;
}
.d-b {
  display: block;
}
.d-f {
  display: flex;
}
/*
 * Sizes
 * */
.fs-xs {
  font-size: 0.5em !important;
}
.fs-s {
  font-size: 0.75em !important;
}
.fs-m {
  font-size: 1em !important;
}
.fs-l {
  font-size: 1.25em !important;
}
.fs-xl {
  font-size: 1.5em !important;
}
.fs-xxl {
  font-size: 1.75em !important;
}
/*
 * Font family
 * */
.ff-h1 {
  font-family: "Fira Sans", sans-serif !important;
}
.ff-sh {
  font-family: "Fira Sans", sans-serif !important;
}
.ff-tl {
  font-family: "Fira Sans", sans-serif !important;
}
.ff-st {
  font-family: "Fira Sans", sans-serif !important;
}
.ff-tx {
  font-family: "Fira Sans", sans-serif !important;
}
/*
 * Font weight
 * */
.fw-b {
  font-weight: bold !important;
}
/*
 * Border radius
 * */
.br-5 {
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
}
.br-10 {
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
}
/*
 * Rations
 * */
.ar-1x2 {
  padding-bottom: 200%;
}
.ar-2x3 {
  padding-bottom: 150%;
}
.ar-3x4 {
  padding-bottom: 133.3333333333%;
}
.ar-1x1 {
  padding-bottom: 100%;
}
.ar-4x3 {
  padding-bottom: 75%;
}
.ar-3x2 {
  padding-bottom: 66.6666666667%;
}
.ar-16x9 {
  padding-bottom: 56.25%;
}
.ar-2x1 {
  padding-bottom: 50%;
}
.ar-5x2 {
  padding-bottom: 40%;
}
.ar-3x1 {
  padding-bottom: 33.3333333333%;
}
.ar-4x1 {
  padding-bottom: 25%;
}
.ar-5x1 {
  padding-bottom: 20%;
}
.ar-8x1 {
  padding-bottom: 12.5%;
}
.ar-10x1 {
  padding-bottom: 10%;
}
/*
 * Widths
 * */
.w-u {
  width: unset !important;
}
.w-a {
  width: auto !important;
}
.w-50 {
  width: 50px !important;
}
.w-100 {
  width: 100px !important;
}
.w-30pc {
  width: 30% !important;
}
.w-50pc {
  width: 50% !important;
}
.w-70pc {
  width: 70% !important;
}
.w-100pc {
  width: 100% !important;
}
/*
 * Heights
 * */
.h-u {
  height: unset !important;
}
.h-a {
  height: auto !important;
}
.h-50 {
  height: 50px !important;
}
.h-100 {
  height: 100px !important;
}
.h-200 {
  height: 200px !important;
}
.h-300 {
  height: 300px !important;
}
.h-100pc {
  height: 100% !important;
}
.h-100vh {
  height: 100vh !important;
}
.h-80vh {
  height: 80vh !important;
}
.h-75vh {
  height: 75vh !important;
}
.h-50vh {
  height: 50vh !important;
}
.h-40vh {
  height: 40vh !important;
}
.h-30vh {
  height: 30vh !important;
}
.h-20vh {
  height: 20vh !important;
}
/*
 * Position
 * */
.p-r {
  position: relative !important;
}
.p-a {
  position: absolute !important;
}
.p-f {
  position: fixed !important;
}
/*
 * lines
 * */
.line-clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.lc-1 {
  -webkit-line-clamp: 1;
}
.lc-2 {
  -webkit-line-clamp: 2;
}
.lc-3 {
  -webkit-line-clamp: 3;
}
.lc-4 {
  -webkit-line-clamp: 4;
}
.lc-5 {
  -webkit-line-clamp: 5;
}
/*
 * Paddings
 * */
.p-0 {
  padding: 0em !important;
}
.pt-0 {
  padding-top: 0em !important;
}
.pb-0 {
  padding-bottom: 0em !important;
}
.ptb-0 {
  padding-top: 0em !important;
  padding-bottom: 0em !important;
}
.pl-0 {
  padding-left: 0em !important;
}
.pr-0 {
  padding-right: 0em !important;
}
.plr-0 {
  padding-left: 0em !important;
  padding-right: 0em !important;
}
.p-05 {
  padding: 0.5em !important;
}
.pt-05 {
  padding-top: 0.5em !important;
}
.pb-05 {
  padding-bottom: 0.5em !important;
}
.ptb-05 {
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important;
}
.pl-05 {
  padding-left: 0.5em !important;
}
.pr-05 {
  padding-right: 0.5em !important;
}
.plr-05 {
  padding-left: 0.5em !important;
  padding-right: 0.5em !important;
}
.p-1 {
  padding: 1em !important;
}
.pt-1 {
  padding-top: 1em !important;
}
.pb-1 {
  padding-bottom: 1em !important;
}
.ptb-1 {
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}
.pl-1 {
  padding-left: 1em !important;
}
.pr-1 {
  padding-right: 1em !important;
}
.plr-1 {
  padding-left: 1em !important;
  padding-right: 1em !important;
}
.p-2 {
  padding: 2em !important;
}
.pt-2 {
  padding-top: 2em !important;
}
.pb-2 {
  padding-bottom: 2em !important;
}
.ptb-2 {
  padding-top: 2em !important;
  padding-bottom: 2em !important;
}
.pl-2 {
  padding-left: 2em !important;
}
.pr-2 {
  padding-right: 2em !important;
}
.plr-2 {
  padding-left: 2em !important;
  padding-right: 2em !important;
}
.p-5 {
  padding: 5em !important;
}
.pt-5 {
  padding-top: 5em !important;
}
.pb-5 {
  padding-bottom: 5em !important;
}
.ptb-5 {
  padding-top: 5em !important;
  padding-bottom: 5em !important;
}
.pl-5 {
  padding-left: 5em !important;
}
.pr-5 {
  padding-right: 5em !important;
}
.plr-5 {
  padding-left: 5em !important;
  padding-right: 5em !important;
}
.p-10 {
  padding: 10em !important;
}
.pt-10 {
  padding-top: 10em !important;
}
.pb-10 {
  padding-bottom: 10em !important;
}
.ptb-10 {
  padding-top: 10em !important;
  padding-bottom: 10em !important;
}
.pl-10 {
  padding-left: 10em !important;
}
.pr-10 {
  padding-right: 10em !important;
}
.plr-10 {
  padding-left: 10em !important;
  padding-right: 10em !important;
}
.p-20pc {
  padding: 20% !important;
}
.pt-20pc {
  padding-top: 20% !important;
}
.pb-20pc {
  padding-bottom: 20% !important;
}
.ptb-20pc {
  padding-top: 20% !important;
  padding-bottom: 20% !important;
}
.pl-20pc {
  padding-left: 20% !important;
}
.pr-20pc {
  padding-right: 20% !important;
}
.plr-20pc {
  padding-left: 20% !important;
  padding-right: 20% !important;
}
.p-30pc {
  padding: 30% !important;
}
.pt-30pc {
  padding-top: 30% !important;
}
.pb-30pc {
  padding-bottom: 30% !important;
}
.ptb-30pc {
  padding-top: 30% !important;
  padding-bottom: 30% !important;
}
.pl-30pc {
  padding-left: 30% !important;
}
.pr-30pc {
  padding-right: 30% !important;
}
.plr-30pc {
  padding-left: 30% !important;
  padding-right: 30% !important;
}
.p-40pc {
  padding: 40% !important;
}
.pt-40pc {
  padding-top: 40% !important;
}
.pb-40pc {
  padding-bottom: 40% !important;
}
.ptb-40pc {
  padding-top: 40% !important;
  padding-bottom: 40% !important;
}
.pl-40pc {
  padding-left: 40% !important;
}
.pr-40pc {
  padding-right: 40% !important;
}
.plr-40pc {
  padding-left: 40% !important;
  padding-right: 40% !important;
}
/*
 * Margins
 * */
.m-a {
  margin: auto;
}
.mt-a {
  margin-top: auto;
}
.mb-a {
  margin-bottom: auto;
}
.mtb-a {
  margin-top: auto;
  margin-bottom: auto;
}
.mlr-a {
  margin-left: auto;
  margin-right: auto;
}
.m-0 {
  margin: 0em;
}
.mt-0 {
  margin-top: 0em;
}
.mb-0 {
  margin-bottom: 0em;
}
.mtb-0 {
  margin-top: 0em;
  margin-bottom: 0em;
}
.mlr-0 {
  margin-left: 0em;
  margin-right: 0em;
}
.m-1 {
  margin: 1em;
}
.mt-1 {
  margin-top: 1em;
}
.mb-1 {
  margin-bottom: 1em;
}
.mtb-1 {
  margin-top: 1em;
  margin-bottom: 1em;
}
.mlr-1 {
  margin-left: 1em;
  margin-right: 1em;
}
.m-2 {
  margin: 2em;
}
.mt-2 {
  margin-top: 2em;
}
.mb-2 {
  margin-bottom: 2em;
}
.mtb-2 {
  margin-top: 2em;
  margin-bottom: 2em;
}
.mlr-2 {
  margin-left: 2em;
  margin-right: 2em;
}
.m-5 {
  margin: 5em;
}
.mt-5 {
  margin-top: 5em;
}
.mb-5 {
  margin-bottom: 5em;
}
.mtb-5 {
  margin-top: 5em;
  margin-bottom: 5em;
}
.mlr-5 {
  margin-left: 5em;
  margin-right: 5em;
}
.m-10 {
  margin: 10em;
}
.mt-10 {
  margin-top: 10em;
}
.mb-10 {
  margin-bottom: 10em;
}
.mtb-10 {
  margin-top: 10em;
  margin-bottom: 10em;
}
.mlr-10 {
  margin-left: 10em;
  margin-right: 10em;
}
/*
 * Text align
 * */
.ta-l {
  text-align: left;
}
.ta-r {
  text-align: right;
}
.ta-c {
  text-align: center;
}
.ta-j {
  text-align: justify;
}
/*
 * Justify-content
 * */
.jc-l {
  justify-content: left;
}
.jc-c {
  justify-content: center;
}
.jc-r {
  justify-content: flex-end;
}
/*
 * Vertical align
 * */
.va-t {
  display: flex;
  align-items: start;
}
.va-c {
  display: flex;
  align-items: center;
}
.va-b {
  display: flex;
  align-items: flex-end;
}
/*
 * Overflow
 * */
.of-s {
  overflow: scroll;
}
.of-h {
  overflow: hidden;
}
/*
 * Text transform
 * */
.tt-u {
  text-transform: uppercase;
}
/*
 * Text shadow
 * */
.ts-s30 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.ts-m30 {
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}
.ts-l30 {
  text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 300px) {
  .xs_d-n {
    display: none;
  }
  .xs_d-b {
    display: block;
  }
  .xs_d-f {
    display: flex;
  }
  .xs_ar-1x2 {
    padding-bottom: 200% !important;
  }
  .xs_ar-2x3 {
    padding-bottom: 150% !important;
  }
  .xs_ar-3x4 {
    padding-bottom: 133.3333333333% !important;
  }
  .xs_ar-1x1 {
    padding-bottom: 100% !important;
  }
  .xs_ar-4x3 {
    padding-bottom: 75% !important;
  }
  .xs_ar-3x2 {
    padding-bottom: 66.6666666667% !important;
  }
  .xs_ar-16x9 {
    padding-bottom: 56.25% !important;
  }
  .xs_ar-2x1 {
    padding-bottom: 50% !important;
  }
  .xs_ar-5x2 {
    padding-bottom: 40% !important;
  }
  .xs_ar-3x1 {
    padding-bottom: 33.3333333333% !important;
  }
  .xs_ar-4x1 {
    padding-bottom: 25% !important;
  }
  .xs_ar-5x1 {
    padding-bottom: 20% !important;
  }
  .xs_ar-8x1 {
    padding-bottom: 12.5% !important;
  }
  .xs_ar-10x1 {
    padding-bottom: 10% !important;
  }
  .xs_lc-1 {
    -webkit-line-clamp: 1;
  }
  .xs_lc-2 {
    -webkit-line-clamp: 2;
  }
  .xs_lc-3 {
    -webkit-line-clamp: 3;
  }
  .xs_lc-4 {
    -webkit-line-clamp: 4;
  }
  .xs_lc-5 {
    -webkit-line-clamp: 5;
  }
  .xs_w-u {
    width: unset !important;
  }
  .xs_w-a {
    width: auto !important;
  }
  .xs_w-50 {
    width: 50px !important;
  }
  .xs_w-100 {
    width: 100px !important;
  }
  .xs_w-30pc {
    width: 30% !important;
  }
  .xs_w-50pc {
    width: 50% !important;
  }
  .xs_w-70pc {
    width: 70% !important;
  }
  .xs_w-100pc {
    width: 100% !important;
  }
  .xs_h-u {
    height: unset !important;
  }
  .xs_h-a {
    height: auto !important;
  }
  .xs_h-50 {
    height: 50px !important;
  }
  .xs_h-100 {
    height: 100px !important;
  }
  .xs_h-200 {
    height: 200px !important;
  }
  .xs_h-300 {
    height: 300px !important;
  }
  .xs_h-100pc {
    height: 100% !important;
  }
  .xs_h-100vh {
    height: 100vh !important;
  }
  .xs_h-80vh {
    height: 80vh !important;
  }
  .xs_h-75vh {
    height: 75vh !important;
  }
  .xs_h-50vh {
    height: 50vh !important;
  }
  .xs_h-40vh {
    height: 40vh !important;
  }
  .xs_h-30vh {
    height: 30vh !important;
  }
  .xs_h-20vh {
    height: 20vh !important;
  }
  .xs_pt-0 {
    padding-top: 0em !important;
  }
  .xs_pb-0 {
    padding-bottom: 0em !important;
  }
  .xs_ptb-0 {
    padding-top: 0em !important;
    padding-bottom: 0em !important;
  }
  .xs_pl-0 {
    padding-left: 0em !important;
  }
  .xs_pr-0 {
    padding-right: 0em !important;
  }
  .xs_plr-0 {
    padding-left: 0em !important;
    padding-right: 0em !important;
  }
  .xs_plr-0 {
    padding-left: 0em !important;
    padding-right: 0em !important;
  }
  .xs_pt-05 {
    padding-top: 0.5em !important;
  }
  .xs_pb-05 {
    padding-bottom: 0.5em !important;
  }
  .xs_ptb-05 {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
  }
  .xs_pl-05 {
    padding-left: 0.5em !important;
  }
  .xs_pr-05 {
    padding-right: 0.5em !important;
  }
  .xs_plr-05 {
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
  }
  .xs_plr-05 {
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
  }
  .xs_pt-1 {
    padding-top: 1em !important;
  }
  .xs_pb-1 {
    padding-bottom: 1em !important;
  }
  .xs_ptb-1 {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }
  .xs_pl-1 {
    padding-left: 1em !important;
  }
  .xs_pr-1 {
    padding-right: 1em !important;
  }
  .xs_plr-1 {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
  .xs_plr-1 {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
  .xs_pt-2 {
    padding-top: 2em !important;
  }
  .xs_pb-2 {
    padding-bottom: 2em !important;
  }
  .xs_ptb-2 {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
  }
  .xs_pl-2 {
    padding-left: 2em !important;
  }
  .xs_pr-2 {
    padding-right: 2em !important;
  }
  .xs_plr-2 {
    padding-left: 2em !important;
    padding-right: 2em !important;
  }
  .xs_plr-2 {
    padding-left: 2em !important;
    padding-right: 2em !important;
  }
  .xs_pt-5 {
    padding-top: 5em !important;
  }
  .xs_pb-5 {
    padding-bottom: 5em !important;
  }
  .xs_ptb-5 {
    padding-top: 5em !important;
    padding-bottom: 5em !important;
  }
  .xs_pl-5 {
    padding-left: 5em !important;
  }
  .xs_pr-5 {
    padding-right: 5em !important;
  }
  .xs_plr-5 {
    padding-left: 5em !important;
    padding-right: 5em !important;
  }
  .xs_plr-5 {
    padding-left: 5em !important;
    padding-right: 5em !important;
  }
  .xs_pt-10 {
    padding-top: 10em !important;
  }
  .xs_pb-10 {
    padding-bottom: 10em !important;
  }
  .xs_ptb-10 {
    padding-top: 10em !important;
    padding-bottom: 10em !important;
  }
  .xs_pl-10 {
    padding-left: 10em !important;
  }
  .xs_pr-10 {
    padding-right: 10em !important;
  }
  .xs_plr-10 {
    padding-left: 10em !important;
    padding-right: 10em !important;
  }
  .xs_plr-10 {
    padding-left: 10em !important;
    padding-right: 10em !important;
  }
  .xs_pt-20pc {
    padding-top: 20% !important;
  }
  .xs_pb-20pc {
    padding-bottom: 20% !important;
  }
  .xs_ptb-20pc {
    padding-top: 20% !important;
    padding-bottom: 20% !important;
  }
  .xs_pl-20pc {
    padding-left: 20% !important;
  }
  .xs_pr-20pc {
    padding-right: 20% !important;
  }
  .xs_plr-20pc {
    padding-left: 20% !important;
    padding-right: 20% !important;
  }
  .xs_plr-20pc {
    padding-left: 20% !important;
    padding-right: 20% !important;
  }
  .xs_pt-30pc {
    padding-top: 30% !important;
  }
  .xs_pb-30pc {
    padding-bottom: 30% !important;
  }
  .xs_ptb-30pc {
    padding-top: 30% !important;
    padding-bottom: 30% !important;
  }
  .xs_pl-30pc {
    padding-left: 30% !important;
  }
  .xs_pr-30pc {
    padding-right: 30% !important;
  }
  .xs_plr-30pc {
    padding-left: 30% !important;
    padding-right: 30% !important;
  }
  .xs_plr-30pc {
    padding-left: 30% !important;
    padding-right: 30% !important;
  }
  .xs_pt-40pc {
    padding-top: 40% !important;
  }
  .xs_pb-40pc {
    padding-bottom: 40% !important;
  }
  .xs_ptb-40pc {
    padding-top: 40% !important;
    padding-bottom: 40% !important;
  }
  .xs_pl-40pc {
    padding-left: 40% !important;
  }
  .xs_pr-40pc {
    padding-right: 40% !important;
  }
  .xs_plr-40pc {
    padding-left: 40% !important;
    padding-right: 40% !important;
  }
  .xs_plr-40pc {
    padding-left: 40% !important;
    padding-right: 40% !important;
  }
  .xs_mt-a {
    margin-top: auto !important;
  }
  .xs_mb-a {
    margin-bottom: auto !important;
  }
  .xs_mtb-a {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .xs_ml-a {
    margin-left: auto !important;
  }
  .xs_mr-a {
    margin-right: auto !important;
  }
  .xs_mlr-a {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .xs_mlr-a {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .xs_mt-0 {
    margin-top: 0em !important;
  }
  .xs_mb-0 {
    margin-bottom: 0em !important;
  }
  .xs_mtb-0 {
    margin-top: 0em !important;
    margin-bottom: 0em !important;
  }
  .xs_ml-0 {
    margin-left: 0em !important;
  }
  .xs_mr-0 {
    margin-right: 0em !important;
  }
  .xs_mlr-0 {
    margin-left: 0em !important;
    margin-right: 0em !important;
  }
  .xs_mlr-0 {
    margin-left: 0em !important;
    margin-right: 0em !important;
  }
  .xs_mt-1 {
    margin-top: 1em !important;
  }
  .xs_mb-1 {
    margin-bottom: 1em !important;
  }
  .xs_mtb-1 {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
  }
  .xs_ml-1 {
    margin-left: 1em !important;
  }
  .xs_mr-1 {
    margin-right: 1em !important;
  }
  .xs_mlr-1 {
    margin-left: 1em !important;
    margin-right: 1em !important;
  }
  .xs_mlr-1 {
    margin-left: 1em !important;
    margin-right: 1em !important;
  }
  .xs_mt-2 {
    margin-top: 2em !important;
  }
  .xs_mb-2 {
    margin-bottom: 2em !important;
  }
  .xs_mtb-2 {
    margin-top: 2em !important;
    margin-bottom: 2em !important;
  }
  .xs_ml-2 {
    margin-left: 2em !important;
  }
  .xs_mr-2 {
    margin-right: 2em !important;
  }
  .xs_mlr-2 {
    margin-left: 2em !important;
    margin-right: 2em !important;
  }
  .xs_mlr-2 {
    margin-left: 2em !important;
    margin-right: 2em !important;
  }
  .xs_mt-5 {
    margin-top: 5em !important;
  }
  .xs_mb-5 {
    margin-bottom: 5em !important;
  }
  .xs_mtb-5 {
    margin-top: 5em !important;
    margin-bottom: 5em !important;
  }
  .xs_ml-5 {
    margin-left: 5em !important;
  }
  .xs_mr-5 {
    margin-right: 5em !important;
  }
  .xs_mlr-5 {
    margin-left: 5em !important;
    margin-right: 5em !important;
  }
  .xs_mlr-5 {
    margin-left: 5em !important;
    margin-right: 5em !important;
  }
  .xs_mt-10 {
    margin-top: 10em !important;
  }
  .xs_mb-10 {
    margin-bottom: 10em !important;
  }
  .xs_mtb-10 {
    margin-top: 10em !important;
    margin-bottom: 10em !important;
  }
  .xs_ml-10 {
    margin-left: 10em !important;
  }
  .xs_mr-10 {
    margin-right: 10em !important;
  }
  .xs_mlr-10 {
    margin-left: 10em !important;
    margin-right: 10em !important;
  }
  .xs_mlr-10 {
    margin-left: 10em !important;
    margin-right: 10em !important;
  }
  .xs_va-t {
    display: flex;
    align-items: start;
  }
  .xs_va-c {
    display: flex;
    align-items: center;
  }
  .xs_va-b {
    display: flex;
    align-items: flex-end;
  }
  .xs_ta-l {
    text-align: left !important;
  }
  .xs_ta-r {
    text-align: right !important;
  }
  .xs_ta-c {
    text-align: center !important;
  }
  .xs_ta-j {
    text-align: justify !important;
  }
  .xs_p-r {
    position: relative !important;
  }
  .xs_p-a {
    position: absolute !important;
  }
  .xs_p-f {
    position: fixed !important;
  }
  .xs_fs-xs {
    font-size: 0.5em !important;
  }
  .xs_fs-s {
    font-size: 0.75em !important;
  }
  .xs_fs-m {
    font-size: 1em !important;
  }
  .xs_fs-l {
    font-size: 1.25em !important;
  }
  .xs_fs-xl {
    font-size: 1.5em !important;
  }
  .xs_fs-xxl {
    font-size: 1.75em !important;
  }
}
@media screen and (min-width: 576px) {
  .s_d-n {
    display: none;
  }
  .s_d-b {
    display: block;
  }
  .s_d-f {
    display: flex;
  }
  .s_ar-1x2 {
    padding-bottom: 200% !important;
  }
  .s_ar-2x3 {
    padding-bottom: 150% !important;
  }
  .s_ar-3x4 {
    padding-bottom: 133.3333333333% !important;
  }
  .s_ar-1x1 {
    padding-bottom: 100% !important;
  }
  .s_ar-4x3 {
    padding-bottom: 75% !important;
  }
  .s_ar-3x2 {
    padding-bottom: 66.6666666667% !important;
  }
  .s_ar-16x9 {
    padding-bottom: 56.25% !important;
  }
  .s_ar-2x1 {
    padding-bottom: 50% !important;
  }
  .s_ar-5x2 {
    padding-bottom: 40% !important;
  }
  .s_ar-3x1 {
    padding-bottom: 33.3333333333% !important;
  }
  .s_ar-4x1 {
    padding-bottom: 25% !important;
  }
  .s_ar-5x1 {
    padding-bottom: 20% !important;
  }
  .s_ar-8x1 {
    padding-bottom: 12.5% !important;
  }
  .s_ar-10x1 {
    padding-bottom: 10% !important;
  }
  .s_lc-1 {
    -webkit-line-clamp: 1;
  }
  .s_lc-2 {
    -webkit-line-clamp: 2;
  }
  .s_lc-3 {
    -webkit-line-clamp: 3;
  }
  .s_lc-4 {
    -webkit-line-clamp: 4;
  }
  .s_lc-5 {
    -webkit-line-clamp: 5;
  }
  .s_w-u {
    width: unset !important;
  }
  .s_w-a {
    width: auto !important;
  }
  .s_w-50 {
    width: 50px !important;
  }
  .s_w-100 {
    width: 100px !important;
  }
  .s_w-30pc {
    width: 30% !important;
  }
  .s_w-50pc {
    width: 50% !important;
  }
  .s_w-70pc {
    width: 70% !important;
  }
  .s_w-100pc {
    width: 100% !important;
  }
  .s_h-u {
    height: unset !important;
  }
  .s_h-a {
    height: auto !important;
  }
  .s_h-50 {
    height: 50px !important;
  }
  .s_h-100 {
    height: 100px !important;
  }
  .s_h-200 {
    height: 200px !important;
  }
  .s_h-300 {
    height: 300px !important;
  }
  .s_h-100pc {
    height: 100% !important;
  }
  .s_h-100vh {
    height: 100vh !important;
  }
  .s_h-80vh {
    height: 80vh !important;
  }
  .s_h-75vh {
    height: 75vh !important;
  }
  .s_h-50vh {
    height: 50vh !important;
  }
  .s_h-40vh {
    height: 40vh !important;
  }
  .s_h-30vh {
    height: 30vh !important;
  }
  .s_h-20vh {
    height: 20vh !important;
  }
  .s_pt-0 {
    padding-top: 0em !important;
  }
  .s_pb-0 {
    padding-bottom: 0em !important;
  }
  .s_ptb-0 {
    padding-top: 0em !important;
    padding-bottom: 0em !important;
  }
  .s_pl-0 {
    padding-left: 0em !important;
  }
  .s_pr-0 {
    padding-right: 0em !important;
  }
  .s_plr-0 {
    padding-left: 0em !important;
    padding-right: 0em !important;
  }
  .s_plr-0 {
    padding-left: 0em !important;
    padding-right: 0em !important;
  }
  .s_pt-05 {
    padding-top: 0.5em !important;
  }
  .s_pb-05 {
    padding-bottom: 0.5em !important;
  }
  .s_ptb-05 {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
  }
  .s_pl-05 {
    padding-left: 0.5em !important;
  }
  .s_pr-05 {
    padding-right: 0.5em !important;
  }
  .s_plr-05 {
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
  }
  .s_plr-05 {
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
  }
  .s_pt-1 {
    padding-top: 1em !important;
  }
  .s_pb-1 {
    padding-bottom: 1em !important;
  }
  .s_ptb-1 {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }
  .s_pl-1 {
    padding-left: 1em !important;
  }
  .s_pr-1 {
    padding-right: 1em !important;
  }
  .s_plr-1 {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
  .s_plr-1 {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
  .s_pt-2 {
    padding-top: 2em !important;
  }
  .s_pb-2 {
    padding-bottom: 2em !important;
  }
  .s_ptb-2 {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
  }
  .s_pl-2 {
    padding-left: 2em !important;
  }
  .s_pr-2 {
    padding-right: 2em !important;
  }
  .s_plr-2 {
    padding-left: 2em !important;
    padding-right: 2em !important;
  }
  .s_plr-2 {
    padding-left: 2em !important;
    padding-right: 2em !important;
  }
  .s_pt-5 {
    padding-top: 5em !important;
  }
  .s_pb-5 {
    padding-bottom: 5em !important;
  }
  .s_ptb-5 {
    padding-top: 5em !important;
    padding-bottom: 5em !important;
  }
  .s_pl-5 {
    padding-left: 5em !important;
  }
  .s_pr-5 {
    padding-right: 5em !important;
  }
  .s_plr-5 {
    padding-left: 5em !important;
    padding-right: 5em !important;
  }
  .s_plr-5 {
    padding-left: 5em !important;
    padding-right: 5em !important;
  }
  .s_pt-10 {
    padding-top: 10em !important;
  }
  .s_pb-10 {
    padding-bottom: 10em !important;
  }
  .s_ptb-10 {
    padding-top: 10em !important;
    padding-bottom: 10em !important;
  }
  .s_pl-10 {
    padding-left: 10em !important;
  }
  .s_pr-10 {
    padding-right: 10em !important;
  }
  .s_plr-10 {
    padding-left: 10em !important;
    padding-right: 10em !important;
  }
  .s_plr-10 {
    padding-left: 10em !important;
    padding-right: 10em !important;
  }
  .s_pt-20pc {
    padding-top: 20% !important;
  }
  .s_pb-20pc {
    padding-bottom: 20% !important;
  }
  .s_ptb-20pc {
    padding-top: 20% !important;
    padding-bottom: 20% !important;
  }
  .s_pl-20pc {
    padding-left: 20% !important;
  }
  .s_pr-20pc {
    padding-right: 20% !important;
  }
  .s_plr-20pc {
    padding-left: 20% !important;
    padding-right: 20% !important;
  }
  .s_plr-20pc {
    padding-left: 20% !important;
    padding-right: 20% !important;
  }
  .s_pt-30pc {
    padding-top: 30% !important;
  }
  .s_pb-30pc {
    padding-bottom: 30% !important;
  }
  .s_ptb-30pc {
    padding-top: 30% !important;
    padding-bottom: 30% !important;
  }
  .s_pl-30pc {
    padding-left: 30% !important;
  }
  .s_pr-30pc {
    padding-right: 30% !important;
  }
  .s_plr-30pc {
    padding-left: 30% !important;
    padding-right: 30% !important;
  }
  .s_plr-30pc {
    padding-left: 30% !important;
    padding-right: 30% !important;
  }
  .s_pt-40pc {
    padding-top: 40% !important;
  }
  .s_pb-40pc {
    padding-bottom: 40% !important;
  }
  .s_ptb-40pc {
    padding-top: 40% !important;
    padding-bottom: 40% !important;
  }
  .s_pl-40pc {
    padding-left: 40% !important;
  }
  .s_pr-40pc {
    padding-right: 40% !important;
  }
  .s_plr-40pc {
    padding-left: 40% !important;
    padding-right: 40% !important;
  }
  .s_plr-40pc {
    padding-left: 40% !important;
    padding-right: 40% !important;
  }
  .s_mt-a {
    margin-top: auto !important;
  }
  .s_mb-a {
    margin-bottom: auto !important;
  }
  .s_mtb-a {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .s_ml-a {
    margin-left: auto !important;
  }
  .s_mr-a {
    margin-right: auto !important;
  }
  .s_mlr-a {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .s_mlr-a {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .s_mt-0 {
    margin-top: 0em !important;
  }
  .s_mb-0 {
    margin-bottom: 0em !important;
  }
  .s_mtb-0 {
    margin-top: 0em !important;
    margin-bottom: 0em !important;
  }
  .s_ml-0 {
    margin-left: 0em !important;
  }
  .s_mr-0 {
    margin-right: 0em !important;
  }
  .s_mlr-0 {
    margin-left: 0em !important;
    margin-right: 0em !important;
  }
  .s_mlr-0 {
    margin-left: 0em !important;
    margin-right: 0em !important;
  }
  .s_mt-1 {
    margin-top: 1em !important;
  }
  .s_mb-1 {
    margin-bottom: 1em !important;
  }
  .s_mtb-1 {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
  }
  .s_ml-1 {
    margin-left: 1em !important;
  }
  .s_mr-1 {
    margin-right: 1em !important;
  }
  .s_mlr-1 {
    margin-left: 1em !important;
    margin-right: 1em !important;
  }
  .s_mlr-1 {
    margin-left: 1em !important;
    margin-right: 1em !important;
  }
  .s_mt-2 {
    margin-top: 2em !important;
  }
  .s_mb-2 {
    margin-bottom: 2em !important;
  }
  .s_mtb-2 {
    margin-top: 2em !important;
    margin-bottom: 2em !important;
  }
  .s_ml-2 {
    margin-left: 2em !important;
  }
  .s_mr-2 {
    margin-right: 2em !important;
  }
  .s_mlr-2 {
    margin-left: 2em !important;
    margin-right: 2em !important;
  }
  .s_mlr-2 {
    margin-left: 2em !important;
    margin-right: 2em !important;
  }
  .s_mt-5 {
    margin-top: 5em !important;
  }
  .s_mb-5 {
    margin-bottom: 5em !important;
  }
  .s_mtb-5 {
    margin-top: 5em !important;
    margin-bottom: 5em !important;
  }
  .s_ml-5 {
    margin-left: 5em !important;
  }
  .s_mr-5 {
    margin-right: 5em !important;
  }
  .s_mlr-5 {
    margin-left: 5em !important;
    margin-right: 5em !important;
  }
  .s_mlr-5 {
    margin-left: 5em !important;
    margin-right: 5em !important;
  }
  .s_mt-10 {
    margin-top: 10em !important;
  }
  .s_mb-10 {
    margin-bottom: 10em !important;
  }
  .s_mtb-10 {
    margin-top: 10em !important;
    margin-bottom: 10em !important;
  }
  .s_ml-10 {
    margin-left: 10em !important;
  }
  .s_mr-10 {
    margin-right: 10em !important;
  }
  .s_mlr-10 {
    margin-left: 10em !important;
    margin-right: 10em !important;
  }
  .s_mlr-10 {
    margin-left: 10em !important;
    margin-right: 10em !important;
  }
  .s_va-t {
    display: flex;
    align-items: start;
  }
  .s_va-c {
    display: flex;
    align-items: center;
  }
  .s_va-b {
    display: flex;
    align-items: flex-end;
  }
  .s_ta-l {
    text-align: left !important;
  }
  .s_ta-r {
    text-align: right !important;
  }
  .s_ta-c {
    text-align: center !important;
  }
  .s_ta-j {
    text-align: justify !important;
  }
  .s_p-r {
    position: relative !important;
  }
  .s_p-a {
    position: absolute !important;
  }
  .s_p-f {
    position: fixed !important;
  }
  .s_fs-xs {
    font-size: 0.5em !important;
  }
  .s_fs-s {
    font-size: 0.75em !important;
  }
  .s_fs-m {
    font-size: 1em !important;
  }
  .s_fs-l {
    font-size: 1.25em !important;
  }
  .s_fs-xl {
    font-size: 1.5em !important;
  }
  .s_fs-xxl {
    font-size: 1.75em !important;
  }
}
@media screen and (min-width: 768px) {
  .m_d-n {
    display: none;
  }
  .m_d-b {
    display: block;
  }
  .m_d-f {
    display: flex;
  }
  .m_ar-1x2 {
    padding-bottom: 200% !important;
  }
  .m_ar-2x3 {
    padding-bottom: 150% !important;
  }
  .m_ar-3x4 {
    padding-bottom: 133.3333333333% !important;
  }
  .m_ar-1x1 {
    padding-bottom: 100% !important;
  }
  .m_ar-4x3 {
    padding-bottom: 75% !important;
  }
  .m_ar-3x2 {
    padding-bottom: 66.6666666667% !important;
  }
  .m_ar-16x9 {
    padding-bottom: 56.25% !important;
  }
  .m_ar-2x1 {
    padding-bottom: 50% !important;
  }
  .m_ar-5x2 {
    padding-bottom: 40% !important;
  }
  .m_ar-3x1 {
    padding-bottom: 33.3333333333% !important;
  }
  .m_ar-4x1 {
    padding-bottom: 25% !important;
  }
  .m_ar-5x1 {
    padding-bottom: 20% !important;
  }
  .m_ar-8x1 {
    padding-bottom: 12.5% !important;
  }
  .m_ar-10x1 {
    padding-bottom: 10% !important;
  }
  .m_lc-1 {
    -webkit-line-clamp: 1;
  }
  .m_lc-2 {
    -webkit-line-clamp: 2;
  }
  .m_lc-3 {
    -webkit-line-clamp: 3;
  }
  .m_lc-4 {
    -webkit-line-clamp: 4;
  }
  .m_lc-5 {
    -webkit-line-clamp: 5;
  }
  .m_w-u {
    width: unset !important;
  }
  .m_w-a {
    width: auto !important;
  }
  .m_w-50 {
    width: 50px !important;
  }
  .m_w-100 {
    width: 100px !important;
  }
  .m_w-30pc {
    width: 30% !important;
  }
  .m_w-50pc {
    width: 50% !important;
  }
  .m_w-70pc {
    width: 70% !important;
  }
  .m_w-100pc {
    width: 100% !important;
  }
  .m_h-u {
    height: unset !important;
  }
  .m_h-a {
    height: auto !important;
  }
  .m_h-50 {
    height: 50px !important;
  }
  .m_h-100 {
    height: 100px !important;
  }
  .m_h-200 {
    height: 200px !important;
  }
  .m_h-300 {
    height: 300px !important;
  }
  .m_h-100pc {
    height: 100% !important;
  }
  .m_h-100vh {
    height: 100vh !important;
  }
  .m_h-80vh {
    height: 80vh !important;
  }
  .m_h-75vh {
    height: 75vh !important;
  }
  .m_h-50vh {
    height: 50vh !important;
  }
  .m_h-40vh {
    height: 40vh !important;
  }
  .m_h-30vh {
    height: 30vh !important;
  }
  .m_h-20vh {
    height: 20vh !important;
  }
  .m_pt-0 {
    padding-top: 0em !important;
  }
  .m_pb-0 {
    padding-bottom: 0em !important;
  }
  .m_ptb-0 {
    padding-top: 0em !important;
    padding-bottom: 0em !important;
  }
  .m_pl-0 {
    padding-left: 0em !important;
  }
  .m_pr-0 {
    padding-right: 0em !important;
  }
  .m_plr-0 {
    padding-left: 0em !important;
    padding-right: 0em !important;
  }
  .m_plr-0 {
    padding-left: 0em !important;
    padding-right: 0em !important;
  }
  .m_pt-05 {
    padding-top: 0.5em !important;
  }
  .m_pb-05 {
    padding-bottom: 0.5em !important;
  }
  .m_ptb-05 {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
  }
  .m_pl-05 {
    padding-left: 0.5em !important;
  }
  .m_pr-05 {
    padding-right: 0.5em !important;
  }
  .m_plr-05 {
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
  }
  .m_plr-05 {
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
  }
  .m_pt-1 {
    padding-top: 1em !important;
  }
  .m_pb-1 {
    padding-bottom: 1em !important;
  }
  .m_ptb-1 {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }
  .m_pl-1 {
    padding-left: 1em !important;
  }
  .m_pr-1 {
    padding-right: 1em !important;
  }
  .m_plr-1 {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
  .m_plr-1 {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
  .m_pt-2 {
    padding-top: 2em !important;
  }
  .m_pb-2 {
    padding-bottom: 2em !important;
  }
  .m_ptb-2 {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
  }
  .m_pl-2 {
    padding-left: 2em !important;
  }
  .m_pr-2 {
    padding-right: 2em !important;
  }
  .m_plr-2 {
    padding-left: 2em !important;
    padding-right: 2em !important;
  }
  .m_plr-2 {
    padding-left: 2em !important;
    padding-right: 2em !important;
  }
  .m_pt-5 {
    padding-top: 5em !important;
  }
  .m_pb-5 {
    padding-bottom: 5em !important;
  }
  .m_ptb-5 {
    padding-top: 5em !important;
    padding-bottom: 5em !important;
  }
  .m_pl-5 {
    padding-left: 5em !important;
  }
  .m_pr-5 {
    padding-right: 5em !important;
  }
  .m_plr-5 {
    padding-left: 5em !important;
    padding-right: 5em !important;
  }
  .m_plr-5 {
    padding-left: 5em !important;
    padding-right: 5em !important;
  }
  .m_pt-10 {
    padding-top: 10em !important;
  }
  .m_pb-10 {
    padding-bottom: 10em !important;
  }
  .m_ptb-10 {
    padding-top: 10em !important;
    padding-bottom: 10em !important;
  }
  .m_pl-10 {
    padding-left: 10em !important;
  }
  .m_pr-10 {
    padding-right: 10em !important;
  }
  .m_plr-10 {
    padding-left: 10em !important;
    padding-right: 10em !important;
  }
  .m_plr-10 {
    padding-left: 10em !important;
    padding-right: 10em !important;
  }
  .m_pt-20pc {
    padding-top: 20% !important;
  }
  .m_pb-20pc {
    padding-bottom: 20% !important;
  }
  .m_ptb-20pc {
    padding-top: 20% !important;
    padding-bottom: 20% !important;
  }
  .m_pl-20pc {
    padding-left: 20% !important;
  }
  .m_pr-20pc {
    padding-right: 20% !important;
  }
  .m_plr-20pc {
    padding-left: 20% !important;
    padding-right: 20% !important;
  }
  .m_plr-20pc {
    padding-left: 20% !important;
    padding-right: 20% !important;
  }
  .m_pt-30pc {
    padding-top: 30% !important;
  }
  .m_pb-30pc {
    padding-bottom: 30% !important;
  }
  .m_ptb-30pc {
    padding-top: 30% !important;
    padding-bottom: 30% !important;
  }
  .m_pl-30pc {
    padding-left: 30% !important;
  }
  .m_pr-30pc {
    padding-right: 30% !important;
  }
  .m_plr-30pc {
    padding-left: 30% !important;
    padding-right: 30% !important;
  }
  .m_plr-30pc {
    padding-left: 30% !important;
    padding-right: 30% !important;
  }
  .m_pt-40pc {
    padding-top: 40% !important;
  }
  .m_pb-40pc {
    padding-bottom: 40% !important;
  }
  .m_ptb-40pc {
    padding-top: 40% !important;
    padding-bottom: 40% !important;
  }
  .m_pl-40pc {
    padding-left: 40% !important;
  }
  .m_pr-40pc {
    padding-right: 40% !important;
  }
  .m_plr-40pc {
    padding-left: 40% !important;
    padding-right: 40% !important;
  }
  .m_plr-40pc {
    padding-left: 40% !important;
    padding-right: 40% !important;
  }
  .m_mt-a {
    margin-top: auto !important;
  }
  .m_mb-a {
    margin-bottom: auto !important;
  }
  .m_mtb-a {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .m_ml-a {
    margin-left: auto !important;
  }
  .m_mr-a {
    margin-right: auto !important;
  }
  .m_mlr-a {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .m_mlr-a {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .m_mt-0 {
    margin-top: 0em !important;
  }
  .m_mb-0 {
    margin-bottom: 0em !important;
  }
  .m_mtb-0 {
    margin-top: 0em !important;
    margin-bottom: 0em !important;
  }
  .m_ml-0 {
    margin-left: 0em !important;
  }
  .m_mr-0 {
    margin-right: 0em !important;
  }
  .m_mlr-0 {
    margin-left: 0em !important;
    margin-right: 0em !important;
  }
  .m_mlr-0 {
    margin-left: 0em !important;
    margin-right: 0em !important;
  }
  .m_mt-1 {
    margin-top: 1em !important;
  }
  .m_mb-1 {
    margin-bottom: 1em !important;
  }
  .m_mtb-1 {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
  }
  .m_ml-1 {
    margin-left: 1em !important;
  }
  .m_mr-1 {
    margin-right: 1em !important;
  }
  .m_mlr-1 {
    margin-left: 1em !important;
    margin-right: 1em !important;
  }
  .m_mlr-1 {
    margin-left: 1em !important;
    margin-right: 1em !important;
  }
  .m_mt-2 {
    margin-top: 2em !important;
  }
  .m_mb-2 {
    margin-bottom: 2em !important;
  }
  .m_mtb-2 {
    margin-top: 2em !important;
    margin-bottom: 2em !important;
  }
  .m_ml-2 {
    margin-left: 2em !important;
  }
  .m_mr-2 {
    margin-right: 2em !important;
  }
  .m_mlr-2 {
    margin-left: 2em !important;
    margin-right: 2em !important;
  }
  .m_mlr-2 {
    margin-left: 2em !important;
    margin-right: 2em !important;
  }
  .m_mt-5 {
    margin-top: 5em !important;
  }
  .m_mb-5 {
    margin-bottom: 5em !important;
  }
  .m_mtb-5 {
    margin-top: 5em !important;
    margin-bottom: 5em !important;
  }
  .m_ml-5 {
    margin-left: 5em !important;
  }
  .m_mr-5 {
    margin-right: 5em !important;
  }
  .m_mlr-5 {
    margin-left: 5em !important;
    margin-right: 5em !important;
  }
  .m_mlr-5 {
    margin-left: 5em !important;
    margin-right: 5em !important;
  }
  .m_mt-10 {
    margin-top: 10em !important;
  }
  .m_mb-10 {
    margin-bottom: 10em !important;
  }
  .m_mtb-10 {
    margin-top: 10em !important;
    margin-bottom: 10em !important;
  }
  .m_ml-10 {
    margin-left: 10em !important;
  }
  .m_mr-10 {
    margin-right: 10em !important;
  }
  .m_mlr-10 {
    margin-left: 10em !important;
    margin-right: 10em !important;
  }
  .m_mlr-10 {
    margin-left: 10em !important;
    margin-right: 10em !important;
  }
  .m_va-t {
    display: flex;
    align-items: start;
  }
  .m_va-c {
    display: flex;
    align-items: center;
  }
  .m_va-b {
    display: flex;
    align-items: flex-end;
  }
  .m_ta-l {
    text-align: left !important;
  }
  .m_ta-r {
    text-align: right !important;
  }
  .m_ta-c {
    text-align: center !important;
  }
  .m_ta-j {
    text-align: justify !important;
  }
  .m_p-r {
    position: relative !important;
  }
  .m_p-a {
    position: absolute !important;
  }
  .m_p-f {
    position: fixed !important;
  }
  .m_fs-xs {
    font-size: 0.5em !important;
  }
  .m_fs-s {
    font-size: 0.75em !important;
  }
  .m_fs-m {
    font-size: 1em !important;
  }
  .m_fs-l {
    font-size: 1.25em !important;
  }
  .m_fs-xl {
    font-size: 1.5em !important;
  }
  .m_fs-xxl {
    font-size: 1.75em !important;
  }
}
@media screen and (min-width: 1024px) {
  .l_d-n {
    display: none;
  }
  .l_d-b {
    display: block;
  }
  .l_d-f {
    display: flex;
  }
  .l_ar-1x2 {
    padding-bottom: 200% !important;
  }
  .l_ar-2x3 {
    padding-bottom: 150% !important;
  }
  .l_ar-3x4 {
    padding-bottom: 133.3333333333% !important;
  }
  .l_ar-1x1 {
    padding-bottom: 100% !important;
  }
  .l_ar-4x3 {
    padding-bottom: 75% !important;
  }
  .l_ar-3x2 {
    padding-bottom: 66.6666666667% !important;
  }
  .l_ar-16x9 {
    padding-bottom: 56.25% !important;
  }
  .l_ar-2x1 {
    padding-bottom: 50% !important;
  }
  .l_ar-5x2 {
    padding-bottom: 40% !important;
  }
  .l_ar-3x1 {
    padding-bottom: 33.3333333333% !important;
  }
  .l_ar-4x1 {
    padding-bottom: 25% !important;
  }
  .l_ar-5x1 {
    padding-bottom: 20% !important;
  }
  .l_ar-8x1 {
    padding-bottom: 12.5% !important;
  }
  .l_ar-10x1 {
    padding-bottom: 10% !important;
  }
  .l_lc-1 {
    -webkit-line-clamp: 1;
  }
  .l_lc-2 {
    -webkit-line-clamp: 2;
  }
  .l_lc-3 {
    -webkit-line-clamp: 3;
  }
  .l_lc-4 {
    -webkit-line-clamp: 4;
  }
  .l_lc-5 {
    -webkit-line-clamp: 5;
  }
  .l_w-u {
    width: unset !important;
  }
  .l_w-a {
    width: auto !important;
  }
  .l_w-50 {
    width: 50px !important;
  }
  .l_w-100 {
    width: 100px !important;
  }
  .l_w-30pc {
    width: 30% !important;
  }
  .l_w-50pc {
    width: 50% !important;
  }
  .l_w-70pc {
    width: 70% !important;
  }
  .l_w-100pc {
    width: 100% !important;
  }
  .l_h-u {
    height: unset !important;
  }
  .l_h-a {
    height: auto !important;
  }
  .l_h-50 {
    height: 50px !important;
  }
  .l_h-100 {
    height: 100px !important;
  }
  .l_h-200 {
    height: 200px !important;
  }
  .l_h-300 {
    height: 300px !important;
  }
  .l_h-100pc {
    height: 100% !important;
  }
  .l_h-100vh {
    height: 100vh !important;
  }
  .l_h-80vh {
    height: 80vh !important;
  }
  .l_h-75vh {
    height: 75vh !important;
  }
  .l_h-50vh {
    height: 50vh !important;
  }
  .l_h-40vh {
    height: 40vh !important;
  }
  .l_h-30vh {
    height: 30vh !important;
  }
  .l_h-20vh {
    height: 20vh !important;
  }
  .l_pt-0 {
    padding-top: 0em !important;
  }
  .l_pb-0 {
    padding-bottom: 0em !important;
  }
  .l_ptb-0 {
    padding-top: 0em !important;
    padding-bottom: 0em !important;
  }
  .l_pl-0 {
    padding-left: 0em !important;
  }
  .l_pr-0 {
    padding-right: 0em !important;
  }
  .l_plr-0 {
    padding-left: 0em !important;
    padding-right: 0em !important;
  }
  .l_plr-0 {
    padding-left: 0em !important;
    padding-right: 0em !important;
  }
  .l_pt-05 {
    padding-top: 0.5em !important;
  }
  .l_pb-05 {
    padding-bottom: 0.5em !important;
  }
  .l_ptb-05 {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
  }
  .l_pl-05 {
    padding-left: 0.5em !important;
  }
  .l_pr-05 {
    padding-right: 0.5em !important;
  }
  .l_plr-05 {
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
  }
  .l_plr-05 {
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
  }
  .l_pt-1 {
    padding-top: 1em !important;
  }
  .l_pb-1 {
    padding-bottom: 1em !important;
  }
  .l_ptb-1 {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }
  .l_pl-1 {
    padding-left: 1em !important;
  }
  .l_pr-1 {
    padding-right: 1em !important;
  }
  .l_plr-1 {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
  .l_plr-1 {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
  .l_pt-2 {
    padding-top: 2em !important;
  }
  .l_pb-2 {
    padding-bottom: 2em !important;
  }
  .l_ptb-2 {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
  }
  .l_pl-2 {
    padding-left: 2em !important;
  }
  .l_pr-2 {
    padding-right: 2em !important;
  }
  .l_plr-2 {
    padding-left: 2em !important;
    padding-right: 2em !important;
  }
  .l_plr-2 {
    padding-left: 2em !important;
    padding-right: 2em !important;
  }
  .l_pt-5 {
    padding-top: 5em !important;
  }
  .l_pb-5 {
    padding-bottom: 5em !important;
  }
  .l_ptb-5 {
    padding-top: 5em !important;
    padding-bottom: 5em !important;
  }
  .l_pl-5 {
    padding-left: 5em !important;
  }
  .l_pr-5 {
    padding-right: 5em !important;
  }
  .l_plr-5 {
    padding-left: 5em !important;
    padding-right: 5em !important;
  }
  .l_plr-5 {
    padding-left: 5em !important;
    padding-right: 5em !important;
  }
  .l_pt-10 {
    padding-top: 10em !important;
  }
  .l_pb-10 {
    padding-bottom: 10em !important;
  }
  .l_ptb-10 {
    padding-top: 10em !important;
    padding-bottom: 10em !important;
  }
  .l_pl-10 {
    padding-left: 10em !important;
  }
  .l_pr-10 {
    padding-right: 10em !important;
  }
  .l_plr-10 {
    padding-left: 10em !important;
    padding-right: 10em !important;
  }
  .l_plr-10 {
    padding-left: 10em !important;
    padding-right: 10em !important;
  }
  .l_pt-20pc {
    padding-top: 20% !important;
  }
  .l_pb-20pc {
    padding-bottom: 20% !important;
  }
  .l_ptb-20pc {
    padding-top: 20% !important;
    padding-bottom: 20% !important;
  }
  .l_pl-20pc {
    padding-left: 20% !important;
  }
  .l_pr-20pc {
    padding-right: 20% !important;
  }
  .l_plr-20pc {
    padding-left: 20% !important;
    padding-right: 20% !important;
  }
  .l_plr-20pc {
    padding-left: 20% !important;
    padding-right: 20% !important;
  }
  .l_pt-30pc {
    padding-top: 30% !important;
  }
  .l_pb-30pc {
    padding-bottom: 30% !important;
  }
  .l_ptb-30pc {
    padding-top: 30% !important;
    padding-bottom: 30% !important;
  }
  .l_pl-30pc {
    padding-left: 30% !important;
  }
  .l_pr-30pc {
    padding-right: 30% !important;
  }
  .l_plr-30pc {
    padding-left: 30% !important;
    padding-right: 30% !important;
  }
  .l_plr-30pc {
    padding-left: 30% !important;
    padding-right: 30% !important;
  }
  .l_pt-40pc {
    padding-top: 40% !important;
  }
  .l_pb-40pc {
    padding-bottom: 40% !important;
  }
  .l_ptb-40pc {
    padding-top: 40% !important;
    padding-bottom: 40% !important;
  }
  .l_pl-40pc {
    padding-left: 40% !important;
  }
  .l_pr-40pc {
    padding-right: 40% !important;
  }
  .l_plr-40pc {
    padding-left: 40% !important;
    padding-right: 40% !important;
  }
  .l_plr-40pc {
    padding-left: 40% !important;
    padding-right: 40% !important;
  }
  .l_mt-a {
    margin-top: auto !important;
  }
  .l_mb-a {
    margin-bottom: auto !important;
  }
  .l_mtb-a {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .l_ml-a {
    margin-left: auto !important;
  }
  .l_mr-a {
    margin-right: auto !important;
  }
  .l_mlr-a {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .l_mlr-a {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .l_mt-0 {
    margin-top: 0em !important;
  }
  .l_mb-0 {
    margin-bottom: 0em !important;
  }
  .l_mtb-0 {
    margin-top: 0em !important;
    margin-bottom: 0em !important;
  }
  .l_ml-0 {
    margin-left: 0em !important;
  }
  .l_mr-0 {
    margin-right: 0em !important;
  }
  .l_mlr-0 {
    margin-left: 0em !important;
    margin-right: 0em !important;
  }
  .l_mlr-0 {
    margin-left: 0em !important;
    margin-right: 0em !important;
  }
  .l_mt-1 {
    margin-top: 1em !important;
  }
  .l_mb-1 {
    margin-bottom: 1em !important;
  }
  .l_mtb-1 {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
  }
  .l_ml-1 {
    margin-left: 1em !important;
  }
  .l_mr-1 {
    margin-right: 1em !important;
  }
  .l_mlr-1 {
    margin-left: 1em !important;
    margin-right: 1em !important;
  }
  .l_mlr-1 {
    margin-left: 1em !important;
    margin-right: 1em !important;
  }
  .l_mt-2 {
    margin-top: 2em !important;
  }
  .l_mb-2 {
    margin-bottom: 2em !important;
  }
  .l_mtb-2 {
    margin-top: 2em !important;
    margin-bottom: 2em !important;
  }
  .l_ml-2 {
    margin-left: 2em !important;
  }
  .l_mr-2 {
    margin-right: 2em !important;
  }
  .l_mlr-2 {
    margin-left: 2em !important;
    margin-right: 2em !important;
  }
  .l_mlr-2 {
    margin-left: 2em !important;
    margin-right: 2em !important;
  }
  .l_mt-5 {
    margin-top: 5em !important;
  }
  .l_mb-5 {
    margin-bottom: 5em !important;
  }
  .l_mtb-5 {
    margin-top: 5em !important;
    margin-bottom: 5em !important;
  }
  .l_ml-5 {
    margin-left: 5em !important;
  }
  .l_mr-5 {
    margin-right: 5em !important;
  }
  .l_mlr-5 {
    margin-left: 5em !important;
    margin-right: 5em !important;
  }
  .l_mlr-5 {
    margin-left: 5em !important;
    margin-right: 5em !important;
  }
  .l_mt-10 {
    margin-top: 10em !important;
  }
  .l_mb-10 {
    margin-bottom: 10em !important;
  }
  .l_mtb-10 {
    margin-top: 10em !important;
    margin-bottom: 10em !important;
  }
  .l_ml-10 {
    margin-left: 10em !important;
  }
  .l_mr-10 {
    margin-right: 10em !important;
  }
  .l_mlr-10 {
    margin-left: 10em !important;
    margin-right: 10em !important;
  }
  .l_mlr-10 {
    margin-left: 10em !important;
    margin-right: 10em !important;
  }
  .l_va-t {
    display: flex;
    align-items: start;
  }
  .l_va-c {
    display: flex;
    align-items: center;
  }
  .l_va-b {
    display: flex;
    align-items: flex-end;
  }
  .l_ta-l {
    text-align: left !important;
  }
  .l_ta-r {
    text-align: right !important;
  }
  .l_ta-c {
    text-align: center !important;
  }
  .l_ta-j {
    text-align: justify !important;
  }
  .l_p-r {
    position: relative !important;
  }
  .l_p-a {
    position: absolute !important;
  }
  .l_p-f {
    position: fixed !important;
  }
  .l_fs-xs {
    font-size: 0.5em !important;
  }
  .l_fs-s {
    font-size: 0.75em !important;
  }
  .l_fs-m {
    font-size: 1em !important;
  }
  .l_fs-l {
    font-size: 1.25em !important;
  }
  .l_fs-xl {
    font-size: 1.5em !important;
  }
  .l_fs-xxl {
    font-size: 1.75em !important;
  }
}
@media screen and (min-width: 1280px) {
  .xl_d-n {
    display: none;
  }
  .xl_d-b {
    display: block;
  }
  .xl_d-f {
    display: flex;
  }
  .xl_ar-1x2 {
    padding-bottom: 200% !important;
  }
  .xl_ar-2x3 {
    padding-bottom: 150% !important;
  }
  .xl_ar-3x4 {
    padding-bottom: 133.3333333333% !important;
  }
  .xl_ar-1x1 {
    padding-bottom: 100% !important;
  }
  .xl_ar-4x3 {
    padding-bottom: 75% !important;
  }
  .xl_ar-3x2 {
    padding-bottom: 66.6666666667% !important;
  }
  .xl_ar-16x9 {
    padding-bottom: 56.25% !important;
  }
  .xl_ar-2x1 {
    padding-bottom: 50% !important;
  }
  .xl_ar-5x2 {
    padding-bottom: 40% !important;
  }
  .xl_ar-3x1 {
    padding-bottom: 33.3333333333% !important;
  }
  .xl_ar-4x1 {
    padding-bottom: 25% !important;
  }
  .xl_ar-5x1 {
    padding-bottom: 20% !important;
  }
  .xl_ar-8x1 {
    padding-bottom: 12.5% !important;
  }
  .xl_ar-10x1 {
    padding-bottom: 10% !important;
  }
  .xl_lc-1 {
    -webkit-line-clamp: 1;
  }
  .xl_lc-2 {
    -webkit-line-clamp: 2;
  }
  .xl_lc-3 {
    -webkit-line-clamp: 3;
  }
  .xl_lc-4 {
    -webkit-line-clamp: 4;
  }
  .xl_lc-5 {
    -webkit-line-clamp: 5;
  }
  .xl_w-u {
    width: unset !important;
  }
  .xl_w-a {
    width: auto !important;
  }
  .xl_w-50 {
    width: 50px !important;
  }
  .xl_w-100 {
    width: 100px !important;
  }
  .xl_w-30pc {
    width: 30% !important;
  }
  .xl_w-50pc {
    width: 50% !important;
  }
  .xl_w-70pc {
    width: 70% !important;
  }
  .xl_w-100pc {
    width: 100% !important;
  }
  .xl_h-u {
    height: unset !important;
  }
  .xl_h-a {
    height: auto !important;
  }
  .xl_h-50 {
    height: 50px !important;
  }
  .xl_h-100 {
    height: 100px !important;
  }
  .xl_h-200 {
    height: 200px !important;
  }
  .xl_h-300 {
    height: 300px !important;
  }
  .xl_h-100pc {
    height: 100% !important;
  }
  .xl_h-100vh {
    height: 100vh !important;
  }
  .xl_h-80vh {
    height: 80vh !important;
  }
  .xl_h-75vh {
    height: 75vh !important;
  }
  .xl_h-50vh {
    height: 50vh !important;
  }
  .xl_h-40vh {
    height: 40vh !important;
  }
  .xl_h-30vh {
    height: 30vh !important;
  }
  .xl_h-20vh {
    height: 20vh !important;
  }
  .xl_pt-0 {
    padding-top: 0em !important;
  }
  .xl_pb-0 {
    padding-bottom: 0em !important;
  }
  .xl_ptb-0 {
    padding-top: 0em !important;
    padding-bottom: 0em !important;
  }
  .xl_pl-0 {
    padding-left: 0em !important;
  }
  .xl_pr-0 {
    padding-right: 0em !important;
  }
  .xl_plr-0 {
    padding-left: 0em !important;
    padding-right: 0em !important;
  }
  .xl_plr-0 {
    padding-left: 0em !important;
    padding-right: 0em !important;
  }
  .xl_pt-05 {
    padding-top: 0.5em !important;
  }
  .xl_pb-05 {
    padding-bottom: 0.5em !important;
  }
  .xl_ptb-05 {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
  }
  .xl_pl-05 {
    padding-left: 0.5em !important;
  }
  .xl_pr-05 {
    padding-right: 0.5em !important;
  }
  .xl_plr-05 {
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
  }
  .xl_plr-05 {
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
  }
  .xl_pt-1 {
    padding-top: 1em !important;
  }
  .xl_pb-1 {
    padding-bottom: 1em !important;
  }
  .xl_ptb-1 {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }
  .xl_pl-1 {
    padding-left: 1em !important;
  }
  .xl_pr-1 {
    padding-right: 1em !important;
  }
  .xl_plr-1 {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
  .xl_plr-1 {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
  .xl_pt-2 {
    padding-top: 2em !important;
  }
  .xl_pb-2 {
    padding-bottom: 2em !important;
  }
  .xl_ptb-2 {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
  }
  .xl_pl-2 {
    padding-left: 2em !important;
  }
  .xl_pr-2 {
    padding-right: 2em !important;
  }
  .xl_plr-2 {
    padding-left: 2em !important;
    padding-right: 2em !important;
  }
  .xl_plr-2 {
    padding-left: 2em !important;
    padding-right: 2em !important;
  }
  .xl_pt-5 {
    padding-top: 5em !important;
  }
  .xl_pb-5 {
    padding-bottom: 5em !important;
  }
  .xl_ptb-5 {
    padding-top: 5em !important;
    padding-bottom: 5em !important;
  }
  .xl_pl-5 {
    padding-left: 5em !important;
  }
  .xl_pr-5 {
    padding-right: 5em !important;
  }
  .xl_plr-5 {
    padding-left: 5em !important;
    padding-right: 5em !important;
  }
  .xl_plr-5 {
    padding-left: 5em !important;
    padding-right: 5em !important;
  }
  .xl_pt-10 {
    padding-top: 10em !important;
  }
  .xl_pb-10 {
    padding-bottom: 10em !important;
  }
  .xl_ptb-10 {
    padding-top: 10em !important;
    padding-bottom: 10em !important;
  }
  .xl_pl-10 {
    padding-left: 10em !important;
  }
  .xl_pr-10 {
    padding-right: 10em !important;
  }
  .xl_plr-10 {
    padding-left: 10em !important;
    padding-right: 10em !important;
  }
  .xl_plr-10 {
    padding-left: 10em !important;
    padding-right: 10em !important;
  }
  .xl_pt-20pc {
    padding-top: 20% !important;
  }
  .xl_pb-20pc {
    padding-bottom: 20% !important;
  }
  .xl_ptb-20pc {
    padding-top: 20% !important;
    padding-bottom: 20% !important;
  }
  .xl_pl-20pc {
    padding-left: 20% !important;
  }
  .xl_pr-20pc {
    padding-right: 20% !important;
  }
  .xl_plr-20pc {
    padding-left: 20% !important;
    padding-right: 20% !important;
  }
  .xl_plr-20pc {
    padding-left: 20% !important;
    padding-right: 20% !important;
  }
  .xl_pt-30pc {
    padding-top: 30% !important;
  }
  .xl_pb-30pc {
    padding-bottom: 30% !important;
  }
  .xl_ptb-30pc {
    padding-top: 30% !important;
    padding-bottom: 30% !important;
  }
  .xl_pl-30pc {
    padding-left: 30% !important;
  }
  .xl_pr-30pc {
    padding-right: 30% !important;
  }
  .xl_plr-30pc {
    padding-left: 30% !important;
    padding-right: 30% !important;
  }
  .xl_plr-30pc {
    padding-left: 30% !important;
    padding-right: 30% !important;
  }
  .xl_pt-40pc {
    padding-top: 40% !important;
  }
  .xl_pb-40pc {
    padding-bottom: 40% !important;
  }
  .xl_ptb-40pc {
    padding-top: 40% !important;
    padding-bottom: 40% !important;
  }
  .xl_pl-40pc {
    padding-left: 40% !important;
  }
  .xl_pr-40pc {
    padding-right: 40% !important;
  }
  .xl_plr-40pc {
    padding-left: 40% !important;
    padding-right: 40% !important;
  }
  .xl_plr-40pc {
    padding-left: 40% !important;
    padding-right: 40% !important;
  }
  .xl_mt-a {
    margin-top: auto !important;
  }
  .xl_mb-a {
    margin-bottom: auto !important;
  }
  .xl_mtb-a {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .xl_ml-a {
    margin-left: auto !important;
  }
  .xl_mr-a {
    margin-right: auto !important;
  }
  .xl_mlr-a {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .xl_mlr-a {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .xl_mt-0 {
    margin-top: 0em !important;
  }
  .xl_mb-0 {
    margin-bottom: 0em !important;
  }
  .xl_mtb-0 {
    margin-top: 0em !important;
    margin-bottom: 0em !important;
  }
  .xl_ml-0 {
    margin-left: 0em !important;
  }
  .xl_mr-0 {
    margin-right: 0em !important;
  }
  .xl_mlr-0 {
    margin-left: 0em !important;
    margin-right: 0em !important;
  }
  .xl_mlr-0 {
    margin-left: 0em !important;
    margin-right: 0em !important;
  }
  .xl_mt-1 {
    margin-top: 1em !important;
  }
  .xl_mb-1 {
    margin-bottom: 1em !important;
  }
  .xl_mtb-1 {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
  }
  .xl_ml-1 {
    margin-left: 1em !important;
  }
  .xl_mr-1 {
    margin-right: 1em !important;
  }
  .xl_mlr-1 {
    margin-left: 1em !important;
    margin-right: 1em !important;
  }
  .xl_mlr-1 {
    margin-left: 1em !important;
    margin-right: 1em !important;
  }
  .xl_mt-2 {
    margin-top: 2em !important;
  }
  .xl_mb-2 {
    margin-bottom: 2em !important;
  }
  .xl_mtb-2 {
    margin-top: 2em !important;
    margin-bottom: 2em !important;
  }
  .xl_ml-2 {
    margin-left: 2em !important;
  }
  .xl_mr-2 {
    margin-right: 2em !important;
  }
  .xl_mlr-2 {
    margin-left: 2em !important;
    margin-right: 2em !important;
  }
  .xl_mlr-2 {
    margin-left: 2em !important;
    margin-right: 2em !important;
  }
  .xl_mt-5 {
    margin-top: 5em !important;
  }
  .xl_mb-5 {
    margin-bottom: 5em !important;
  }
  .xl_mtb-5 {
    margin-top: 5em !important;
    margin-bottom: 5em !important;
  }
  .xl_ml-5 {
    margin-left: 5em !important;
  }
  .xl_mr-5 {
    margin-right: 5em !important;
  }
  .xl_mlr-5 {
    margin-left: 5em !important;
    margin-right: 5em !important;
  }
  .xl_mlr-5 {
    margin-left: 5em !important;
    margin-right: 5em !important;
  }
  .xl_mt-10 {
    margin-top: 10em !important;
  }
  .xl_mb-10 {
    margin-bottom: 10em !important;
  }
  .xl_mtb-10 {
    margin-top: 10em !important;
    margin-bottom: 10em !important;
  }
  .xl_ml-10 {
    margin-left: 10em !important;
  }
  .xl_mr-10 {
    margin-right: 10em !important;
  }
  .xl_mlr-10 {
    margin-left: 10em !important;
    margin-right: 10em !important;
  }
  .xl_mlr-10 {
    margin-left: 10em !important;
    margin-right: 10em !important;
  }
  .xl_va-t {
    display: flex;
    align-items: start;
  }
  .xl_va-c {
    display: flex;
    align-items: center;
  }
  .xl_va-b {
    display: flex;
    align-items: flex-end;
  }
  .xl_ta-l {
    text-align: left !important;
  }
  .xl_ta-r {
    text-align: right !important;
  }
  .xl_ta-c {
    text-align: center !important;
  }
  .xl_ta-j {
    text-align: justify !important;
  }
  .xl_p-r {
    position: relative !important;
  }
  .xl_p-a {
    position: absolute !important;
  }
  .xl_p-f {
    position: fixed !important;
  }
  .xl_fs-xs {
    font-size: 0.5em !important;
  }
  .xl_fs-s {
    font-size: 0.75em !important;
  }
  .xl_fs-m {
    font-size: 1em !important;
  }
  .xl_fs-l {
    font-size: 1.25em !important;
  }
  .xl_fs-xl {
    font-size: 1.5em !important;
  }
  .xl_fs-xxl {
    font-size: 1.75em !important;
  }
}
.domino-site-index-blocks {
  background-color: #FFF;
}
.domino-site-index-blocks p {
  color: #111;
  font-family: "Fira Sans", sans-serif;
  font-size: 1em;
  line-height: 1.7em;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 1em;
}
.domino-site-index-blocks div {
  color: #111;
  font-family: "Fira Sans", sans-serif;
  font-size: 1em;
  line-height: 1.7em;
  font-style: normal;
  font-weight: normal;
}
.domino-site-index-blocks h1 {
  color: #111;
  font-family: "Fira Sans", sans-serif;
  font-size: 2.5em;
  line-height: 1.1em;
  font-style: normal;
  font-weight: bold;
  margin-bottom: 0.1em;
}
.domino-site-index-blocks h2 {
  color: #222;
  font-family: "Fira Sans", sans-serif;
  font-size: 1.8em;
  line-height: 1.1em;
  font-style: normal;
  font-weight: bold;
  margin-bottom: 0.1em;
}
.domino-site-index-blocks h3 {
  color: #333;
  font-family: "Fira Sans", sans-serif;
  font-size: 1.2em;
  line-height: 1.1em;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 0.4em;
}
.domino-site-index-blocks h4 {
  color: #444;
  font-family: "Fira Sans", sans-serif;
  font-size: 1em;
  line-height: 1.1em;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 0.4em;
}
.domino-site-index-blocks h5 {
  color: #555;
  font-family: "Fira Sans", sans-serif;
  font-size: 1em;
  line-height: 1em;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 0.4em;
}
.domino-site-index-blocks h6 {
  color: #666;
  font-family: "Fira Sans", sans-serif;
  font-size: 0.9em;
  line-height: 1em;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 0.4em;
}
.domino-site-index-blocks footer {
  color: #777;
  font-family: "Fira Sans", sans-serif;
  font-size: 0.9em;
  line-height: 1em;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 0.4em;
}
.domino-site-index-blocks .meta {
  color: #777;
  font-family: "Fira Sans", sans-serif;
  font-size: 0.9em;
  line-height: 1em;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 0.4em;
}
.domino-site-index-blocks .icon {
  color: #666;
}
.domino-site-index-blocks.nobg {
  background-color: transparent;
}
.domino-site-index-blocks.bg {
  background-color: #FFF;
}
.domino-site-index-blocks a:not(.button):not(.dc_domino_button):not(.btn) {
  color: #666;
}
.domino-site-index-blocks a:not(.button):not(.dc_domino_button):not(.btn):hover {
  color: #999;
}
.domino-site-index-blocks a:not(.button):not(.dc_domino_button):not(.btn):active {
  color: #444;
}
.domino-site-index-blocks.overlay, .domino-site-index-blocks > .overlay {
  background-color: rgba(255, 255, 255, 0.8);
}
.domino-site-index-blocks > .bg {
  background-color: #FFF;
}
.domino-site-index-blocks.hover:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
.domino-site-index-blocks .ico svg, .domino-site-index-blocks .side-icon svg {
  fill: #666;
}
.domino-site-index-blocks .ico a:hover svg, .domino-site-index-blocks .side-icon a:hover svg {
  fill: #999;
}
.domino-site-index-blocks span[class^="icon-"] {
  color: #666;
}
.domino-site-index-blocks table thead {
  color: #512851;
  background-color: transparent;
}
.domino-site-index-blocks table thead tr {
  border-bottom: 1px solid #512851;
}
.domino-site-index-blocks table tbody {
  color: #1b1918;
  background-color: transparent;
}
.domino-site-index-blocks table tbody tr {
  background-color: transparent;
  border-bottom: 1px solid rgba(27, 25, 24, 0.2);
}
.domino-site-index-blocks table tbody tr:nth-child(even) {
  background-color: transparent;
}
.domino-site-index-blocks table th {
  background-color: transparent;
}
.domino-site-index-blocks table td {
  background-color: transparent;
}
.domino-site-index-blocks .dc_domino_module > header {
  background-color: transparent;
  -moz-box-shadow: inset 0 -1px 0 0 #512851;
  -webkit-box-shadow: inset 0 -1px 0 0 #512851;
  box-shadow: inset 0 -1px 0 0 #512851;
}
.domino-site-index-blocks .dc_domino_module > header h2 {
  color: #512851;
}
.domino-site-index-blocks .dc_domino_module .card {
  background-color: !important;
  overflow: hidden;
}
.domino-site-index-blocks .dc_domino_module .card:hover {
  background-color: !important;
}
.domino-site-index-blocks .dc_domino_module .pane .header {
  background-color: rgba(64, 32, 64, 0.9);
}
.domino-site-index-blocks .dc_domino_module .pane .header h2 {
  color: #FFF;
}
.domino-site-index-blocks .dc_domino_module .pane .header h3 {
  color: rgba(255, 255, 255, 0.7);
}
.domino-site-index-blocks .dc_domino_module .pane .header h4, .domino-site-index-blocks .dc_domino_module .pane .header .meta {
  color: rgba(255, 255, 255, 0.5);
}
.domino-site-index-blocks .domino-module-pagination .paginate {
  color: !important;
}
.domino-site-index-blocks .domino-module-pagination .paginate:hover {
  color: !important;
}
.domino-site-index-blocks .domino-module-pagination .paginate.active {
  color: !important;
}
.domino-site-index-blocks .domino-module-pagination .paginate span {
  color: !important;
}
.domino-site-index-blocks .dc_domino_button {
  background-color: transparent;
  color: #512851;
  border: 1px solid rgba(81, 40, 81, 0.3);
}
.domino-site-index-blocks .dc_domino_button:hover {
  background-color: transparent;
  color: #1b1918;
  border: 1px solid #512851;
}
.domino-site-index-blocks .dc_domino_button:hover svg {
  fill: #1b1918;
}
.domino-site-index-blocks .dc_domino_button svg {
  fill: rgba(81, 40, 81, 0.3);
}
.domino-site-index-blocks .dc_domino_button.slide::before {
  background-color: #512851;
}
.domino-site-index-blocks.black {
  background-color: #262322;
}
.domino-site-index-blocks.black p {
  color: #e7e5e4;
}
.domino-site-index-blocks.black div {
  color: #e7e5e4;
}
.domino-site-index-blocks.black h1 {
  color: #512851;
}
.domino-site-index-blocks.black h2 {
  color: #512851;
}
.domino-site-index-blocks.black h3 {
  color: #cfcbc9;
}
.domino-site-index-blocks.black h4 {
  color: #cfcbc9;
}
.domino-site-index-blocks.black h5 {
  color: #b7b1ae;
}
.domino-site-index-blocks.black h6 {
  color: #b7b1ae;
}
.domino-site-index-blocks.black footer {
  color: #b7b1ae;
}
.domino-site-index-blocks.black .meta {
  color: #b7b1ae;
}
.domino-site-index-blocks.black .icon {
  color: #512851;
}
.domino-site-index-blocks.black.nobg {
  background-color: transparent;
}
.domino-site-index-blocks.black.bg {
  background-color: #262322;
}
.domino-site-index-blocks.black a:not(.button):not(.dc_domino_button):not(.btn) {
  color: #512851;
}
.domino-site-index-blocks.black a:not(.button):not(.dc_domino_button):not(.btn):hover {
  color: rgba(81, 40, 81, 0.7);
}
.domino-site-index-blocks.black a:not(.button):not(.dc_domino_button):not(.btn):active {
  color: #b7b1ae;
}
.domino-site-index-blocks.black.overlay, .domino-site-index-blocks.black > .overlay {
  background-color: rgba(27, 25, 24, 0.8);
}
.domino-site-index-blocks.black > .bg {
  background-color: #262322;
}
.domino-site-index-blocks.black.hover:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
.domino-site-index-blocks.black .ico svg, .domino-site-index-blocks.black .side-icon svg {
  fill: #512851;
}
.domino-site-index-blocks.black .ico a:hover svg, .domino-site-index-blocks.black .side-icon a:hover svg {
  fill: rgba(81, 40, 81, 0.7);
}
.domino-site-index-blocks.black span[class^="icon-"] {
  color: #512851;
}
.domino-site-index-blocks.black table thead {
  color: #512851;
  background-color: transparent;
}
.domino-site-index-blocks.black table thead tr {
  border-bottom: 1px solid #512851;
}
.domino-site-index-blocks.black table tbody {
  color: #e7e5e4;
  background-color: transparent;
}
.domino-site-index-blocks.black table tbody tr {
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.domino-site-index-blocks.black table tbody tr:nth-child(even) {
  background-color: transparent;
}
.domino-site-index-blocks.black table th {
  background-color: transparent;
}
.domino-site-index-blocks.black table td {
  background-color: transparent;
}
.domino-site-index-blocks.black .dc_domino_module > header {
  background-color: transparent;
  -moz-box-shadow: inset 0 -1px 0 0 #512851;
  -webkit-box-shadow: inset 0 -1px 0 0 #512851;
  box-shadow: inset 0 -1px 0 0 #512851;
}
.domino-site-index-blocks.black .dc_domino_module > header h2 {
  color: #512851;
}
.domino-site-index-blocks.black .dc_domino_module .card {
  background-color: !important;
  overflow: hidden;
}
.domino-site-index-blocks.black .dc_domino_module .card:hover {
  background-color: !important;
}
.domino-site-index-blocks.black .dc_domino_module .pane .header {
  background-color: rgba(64, 32, 64, 0.9);
}
.domino-site-index-blocks.black .dc_domino_module .pane .header h2 {
  color: #FFF;
}
.domino-site-index-blocks.black .dc_domino_module .pane .header h3 {
  color: rgba(255, 255, 255, 0.7);
}
.domino-site-index-blocks.black .dc_domino_module .pane .header h4, .domino-site-index-blocks.black .dc_domino_module .pane .header .meta {
  color: rgba(255, 255, 255, 0.5);
}
.domino-site-index-blocks.black .domino-module-pagination .paginate {
  color: !important;
}
.domino-site-index-blocks.black .domino-module-pagination .paginate:hover {
  color: !important;
}
.domino-site-index-blocks.black .domino-module-pagination .paginate.active {
  color: !important;
}
.domino-site-index-blocks.black .domino-module-pagination .paginate span {
  color: !important;
}
.domino-site-index-blocks.black .dc_domino_button {
  background-color: transparent;
  color: #512851;
  border: 1px solid rgba(81, 40, 81, 0.3);
}
.domino-site-index-blocks.black .dc_domino_button:hover {
  background-color: transparent;
  color: #1b1918;
  border: 1px solid #512851;
}
.domino-site-index-blocks.black .dc_domino_button:hover svg {
  fill: #1b1918;
}
.domino-site-index-blocks.black .dc_domino_button svg {
  fill: rgba(81, 40, 81, 0.3);
}
.domino-site-index-blocks.black .dc_domino_button.slide::before {
  background-color: #512851;
}
.domino-site-index-blocks.dark {
  background-color: #2e2b29;
}
.domino-site-index-blocks.dark p {
  color: #e7e5e4;
}
.domino-site-index-blocks.dark div {
  color: #e7e5e4;
}
.domino-site-index-blocks.dark h1 {
  color: #FFF;
}
.domino-site-index-blocks.dark h2 {
  color: rgba(255, 255, 255, 0.7);
}
.domino-site-index-blocks.dark h3 {
  color: rgba(255, 255, 255, 0.5);
}
.domino-site-index-blocks.dark h4 {
  color: #cfcbc9;
}
.domino-site-index-blocks.dark h5 {
  color: #b7b1ae;
}
.domino-site-index-blocks.dark h6 {
  color: #b7b1ae;
}
.domino-site-index-blocks.dark footer {
  color: #b7b1ae;
}
.domino-site-index-blocks.dark .meta {
  color: #b7b1ae;
}
.domino-site-index-blocks.dark .icon {
  color: #FFF;
}
.domino-site-index-blocks.dark.nobg {
  background-color: transparent;
}
.domino-site-index-blocks.dark.bg {
  background-color: #2e2b29;
}
.domino-site-index-blocks.dark a:not(.button):not(.dc_domino_button):not(.btn) {
  color: #512851;
}
.domino-site-index-blocks.dark a:not(.button):not(.dc_domino_button):not(.btn):hover {
  color: rgba(81, 40, 81, 0.7);
}
.domino-site-index-blocks.dark a:not(.button):not(.dc_domino_button):not(.btn):active {
  color: #b7b1ae;
}
.domino-site-index-blocks.dark.overlay, .domino-site-index-blocks.dark > .overlay {
  background-color: rgba(27, 25, 24, 0.6);
}
.domino-site-index-blocks.dark > .bg {
  background-color: #2e2b29;
}
.domino-site-index-blocks.dark.hover:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
.domino-site-index-blocks.dark .ico svg, .domino-site-index-blocks.dark .side-icon svg {
  fill: #FFF;
}
.domino-site-index-blocks.dark .ico a:hover svg, .domino-site-index-blocks.dark .side-icon a:hover svg {
  fill: rgba(255, 255, 255, 0.7);
}
.domino-site-index-blocks.dark span[class^="icon-"] {
  color: #FFF;
}
.domino-site-index-blocks.dark table thead {
  color: #512851;
  background-color: transparent;
}
.domino-site-index-blocks.dark table thead tr {
  border-bottom: 1px solid #512851;
}
.domino-site-index-blocks.dark table tbody {
  color: #e7e5e4;
  background-color: transparent;
}
.domino-site-index-blocks.dark table tbody tr {
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.domino-site-index-blocks.dark table tbody tr:nth-child(even) {
  background-color: transparent;
}
.domino-site-index-blocks.dark table th {
  background-color: transparent;
}
.domino-site-index-blocks.dark table td {
  background-color: transparent;
}
.domino-site-index-blocks.dark .dc_domino_module > header {
  background-color: transparent;
  -moz-box-shadow: inset 0 -1px 0 0 #512851;
  -webkit-box-shadow: inset 0 -1px 0 0 #512851;
  box-shadow: inset 0 -1px 0 0 #512851;
}
.domino-site-index-blocks.dark .dc_domino_module > header h2 {
  color: #e7e5e4;
}
.domino-site-index-blocks.dark .dc_domino_module .card {
  background-color: !important;
  overflow: hidden;
}
.domino-site-index-blocks.dark .dc_domino_module .card:hover {
  background-color: !important;
}
.domino-site-index-blocks.dark .dc_domino_module .pane .header {
  background-color: rgba(81, 40, 81, 0.9);
}
.domino-site-index-blocks.dark .dc_domino_module .pane .header h2 {
  color: #FFF;
}
.domino-site-index-blocks.dark .dc_domino_module .pane .header h3 {
  color: rgba(255, 255, 255, 0.7);
}
.domino-site-index-blocks.dark .dc_domino_module .pane .header h4, .domino-site-index-blocks.dark .dc_domino_module .pane .header .meta {
  color: rgba(255, 255, 255, 0.5);
}
.domino-site-index-blocks.dark .domino-module-pagination .paginate {
  color: !important;
}
.domino-site-index-blocks.dark .domino-module-pagination .paginate:hover {
  color: !important;
}
.domino-site-index-blocks.dark .domino-module-pagination .paginate.active {
  color: !important;
}
.domino-site-index-blocks.dark .domino-module-pagination .paginate span {
  color: !important;
}
.domino-site-index-blocks.dark .dc_domino_button {
  background-color: transparent;
  color: #FFF;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.domino-site-index-blocks.dark .dc_domino_button:hover {
  background-color: transparent;
  color: #1b1918;
  border: 1px solid #FFF;
}
.domino-site-index-blocks.dark .dc_domino_button:hover svg {
  fill: #1b1918;
}
.domino-site-index-blocks.dark .dc_domino_button svg {
  fill: rgba(255, 255, 255, 0.3);
}
.domino-site-index-blocks.dark .dc_domino_button.slide::before {
  background-color: #FFF;
}
.domino-site-index-blocks.light {
  background-color: #eceae9;
}
.domino-site-index-blocks.light p {
  color: #514b48;
}
.domino-site-index-blocks.light div {
  color: #1b1918;
}
.domino-site-index-blocks.light h1 {
  color: #733973;
}
.domino-site-index-blocks.light h2 {
  color: #512851;
}
.domino-site-index-blocks.light h3 {
  color: #733973;
}
.domino-site-index-blocks.light h4 {
  color: #6c6460;
}
.domino-site-index-blocks.light h5 {
  color: #877d78;
}
.domino-site-index-blocks.light h6 {
  color: #877d78;
}
.domino-site-index-blocks.light footer {
  color: #9f9793;
}
.domino-site-index-blocks.light .meta {
  color: #6c6460;
}
.domino-site-index-blocks.light .icon {
  color: #512851;
}
.domino-site-index-blocks.light.nobg {
  background-color: transparent;
}
.domino-site-index-blocks.light.bg {
  background-color: #eceae9;
}
.domino-site-index-blocks.light a:not(.button):not(.dc_domino_button):not(.btn) {
  color: #733973;
}
.domino-site-index-blocks.light a:not(.button):not(.dc_domino_button):not(.btn):hover {
  color: #514b48;
}
.domino-site-index-blocks.light a:not(.button):not(.dc_domino_button):not(.btn):active {
  color: #514b48;
}
.domino-site-index-blocks.light.overlay, .domino-site-index-blocks.light > .overlay {
  background-color: rgba(27, 25, 24, 0.8);
}
.domino-site-index-blocks.light > .bg {
  background-color: #eceae9;
}
.domino-site-index-blocks.light.hover:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
.domino-site-index-blocks.light .ico svg, .domino-site-index-blocks.light .side-icon svg {
  fill: #512851;
}
.domino-site-index-blocks.light .ico a:hover svg, .domino-site-index-blocks.light .side-icon a:hover svg {
  fill: rgba(81, 40, 81, 0.7);
}
.domino-site-index-blocks.light span[class^="icon-"] {
  color: #512851;
}
.domino-site-index-blocks.light table thead {
  color: #512851;
  background-color: transparent;
}
.domino-site-index-blocks.light table thead tr {
  border-bottom: 1px solid #512851;
}
.domino-site-index-blocks.light table tbody {
  color: #1b1918;
  background-color: transparent;
}
.domino-site-index-blocks.light table tbody tr {
  background-color: transparent;
  border-bottom: 1px solid rgba(27, 25, 24, 0.2);
}
.domino-site-index-blocks.light table tbody tr:nth-child(even) {
  background-color: transparent;
}
.domino-site-index-blocks.light table th {
  background-color: transparent;
}
.domino-site-index-blocks.light table td {
  background-color: transparent;
}
.domino-site-index-blocks.light .dc_domino_module > header {
  background-color: transparent;
  -moz-box-shadow: inset 0 -1px 0 0 #d4d0ce;
  -webkit-box-shadow: inset 0 -1px 0 0 #d4d0ce;
  box-shadow: inset 0 -1px 0 0 #d4d0ce;
}
.domino-site-index-blocks.light .dc_domino_module > header h2 {
  color: #6c6460;
}
.domino-site-index-blocks.light .dc_domino_module .card {
  background-color: !important;
  overflow: hidden;
}
.domino-site-index-blocks.light .dc_domino_module .card:hover {
  background-color: !important;
}
.domino-site-index-blocks.light .dc_domino_module .pane .header {
  background-color: rgba(64, 32, 64, 0.9);
}
.domino-site-index-blocks.light .dc_domino_module .pane .header h2 {
  color: #FFF;
}
.domino-site-index-blocks.light .dc_domino_module .pane .header h3 {
  color: rgba(255, 255, 255, 0.7);
}
.domino-site-index-blocks.light .dc_domino_module .pane .header h4, .domino-site-index-blocks.light .dc_domino_module .pane .header .meta {
  color: rgba(255, 255, 255, 0.5);
}
.domino-site-index-blocks.light .domino-module-pagination {
  background-color: transparent;
}
.domino-site-index-blocks.light .domino-module-pagination .paginate {
  color: #877d78 !important;
  background-color: #e7e5e4;
}
.domino-site-index-blocks.light .domino-module-pagination .paginate:hover {
  color: !important;
  background-color: #cfcbc9;
}
.domino-site-index-blocks.light .domino-module-pagination .paginate.active {
  color: #e7e5e4 !important;
  background-color: #363230;
}
.domino-site-index-blocks.light .domino-module-pagination .paginate span {
  color: #877d78 !important;
}
.domino-site-index-blocks.primary {
  background-color: #512851;
}
.domino-site-index-blocks.primary p {
  color: #FFF;
}
.domino-site-index-blocks.primary div {
  color: #FFF;
}
.domino-site-index-blocks.primary h1 {
  color: #e4c7e4;
}
.domino-site-index-blocks.primary h2 {
  color: #e4c7e4;
}
.domino-site-index-blocks.primary h3 {
  color: #d3a5d3;
}
.domino-site-index-blocks.primary h4 {
  color: #c283c2;
}
.domino-site-index-blocks.primary h5 {
  color: #b161b1;
}
.domino-site-index-blocks.primary h6 {
  color: black;
}
.domino-site-index-blocks.primary footer {
  color: black;
}
.domino-site-index-blocks.primary .meta {
  color: #b161b1;
}
.domino-site-index-blocks.primary .icon {
  color: #e4c7e4;
}
.domino-site-index-blocks.primary.nobg {
  background-color: transparent;
}
.domino-site-index-blocks.primary.bg {
  background-color: #512851;
}
.domino-site-index-blocks.primary a:not(.button):not(.dc_domino_button):not(.btn) {
  color: #e4c7e4;
}
.domino-site-index-blocks.primary a:not(.button):not(.dc_domino_button):not(.btn):hover {
  color: #c283c2;
}
.domino-site-index-blocks.primary a:not(.button):not(.dc_domino_button):not(.btn):active {
  color: black;
}
.domino-site-index-blocks.primary.overlay, .domino-site-index-blocks.primary > .overlay {
  background-color: rgba(81, 40, 81, 0.8);
}
.domino-site-index-blocks.primary > .bg {
  background-color: #512851;
}
.domino-site-index-blocks.primary.hover:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
.domino-site-index-blocks.primary .ico svg, .domino-site-index-blocks.primary .side-icon svg {
  fill: #e4c7e4;
}
.domino-site-index-blocks.primary .ico a:hover svg, .domino-site-index-blocks.primary .side-icon a:hover svg {
  fill: #c283c2;
}
.domino-site-index-blocks.primary span[class^="icon-"] {
  color: #e4c7e4;
}
.domino-site-index-blocks.primary table thead {
  color: #FFF;
  background-color: transparent;
}
.domino-site-index-blocks.primary table thead tr {
  border-bottom: 1px solid #FFF;
}
.domino-site-index-blocks.primary table tbody {
  color: #FFF;
  background-color: transparent;
}
.domino-site-index-blocks.primary table tbody tr {
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.domino-site-index-blocks.primary table tbody tr:nth-child(even) {
  background-color: transparent;
}
.domino-site-index-blocks.primary table th {
  background-color: transparent;
}
.domino-site-index-blocks.primary table td {
  background-color: transparent;
}
.domino-site-index-blocks.primary .dc_domino_module > header {
  background-color: transparent;
  -moz-box-shadow: inset 0 -1px 0 0 #512851;
  -webkit-box-shadow: inset 0 -1px 0 0 #512851;
  box-shadow: inset 0 -1px 0 0 #512851;
}
.domino-site-index-blocks.primary .dc_domino_module > header h2 {
  color: #6c6460;
}
.domino-site-index-blocks.primary .dc_domino_module .card {
  background-color: !important;
  overflow: hidden;
}
.domino-site-index-blocks.primary .dc_domino_module .card:hover {
  background-color: !important;
}
.domino-site-index-blocks.primary .dc_domino_module .pane .header {
  background-color: rgba(27, 25, 24, 0.9);
}
.domino-site-index-blocks.primary .dc_domino_module .pane .header h2 {
  color: #512851;
}
.domino-site-index-blocks.primary .dc_domino_module .pane .header h3 {
  color: rgba(255, 255, 255, 0.7);
}
.domino-site-index-blocks.primary .dc_domino_module .pane .header h4, .domino-site-index-blocks.primary .dc_domino_module .pane .header .meta {
  color: rgba(255, 255, 255, 0.5);
}
.domino-site-index-blocks.primary .domino-module-pagination .paginate {
  color: !important;
}
.domino-site-index-blocks.primary .domino-module-pagination .paginate:hover {
  color: !important;
}
.domino-site-index-blocks.primary .domino-module-pagination .paginate.active {
  color: !important;
}
.domino-site-index-blocks.primary .domino-module-pagination .paginate span {
  color: !important;
}
.domino-site-index-blocks.primary .dc_domino_button {
  background-color: transparent;
  color: #FFF;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.domino-site-index-blocks.primary .dc_domino_button:hover {
  background-color: transparent;
  color: #1b1918;
  border: 1px solid #FFF;
}
.domino-site-index-blocks.primary .dc_domino_button:hover svg {
  fill: #1b1918;
}
.domino-site-index-blocks.primary .dc_domino_button svg {
  fill: rgba(255, 255, 255, 0.3);
}
.domino-site-index-blocks.primary .dc_domino_button.slide::before {
  background-color: #FFF;
}
.domino-site-index-blocks.white {
  background-color: #f5f5f4;
}
.domino-site-index-blocks.white p {
  color: #514b48;
}
.domino-site-index-blocks.white div {
  color: #514b48;
}
.domino-site-index-blocks.white h1 {
  color: #512851;
}
.domino-site-index-blocks.white h2 {
  color: #512851;
}
.domino-site-index-blocks.white h3 {
  color: #6c6460;
}
.domino-site-index-blocks.white h4 {
  color: #877d78;
}
.domino-site-index-blocks.white h5 {
  color: #9f9793;
}
.domino-site-index-blocks.white h6 {
  color: #b7b1ae;
}
.domino-site-index-blocks.white footer {
  color: #b7b1ae;
}
.domino-site-index-blocks.white .meta {
  color: #877d78;
}
.domino-site-index-blocks.white .icon {
  color: #9f9793;
}
.domino-site-index-blocks.white.nobg {
  background-color: transparent;
}
.domino-site-index-blocks.white.bg {
  background-color: #f5f5f4;
}
.domino-site-index-blocks.white a:not(.button):not(.dc_domino_button):not(.btn) {
  color: #512851;
}
.domino-site-index-blocks.white a:not(.button):not(.dc_domino_button):not(.btn):hover {
  color: #877d78;
}
.domino-site-index-blocks.white a:not(.button):not(.dc_domino_button):not(.btn):active {
  color: #514b48;
}
.domino-site-index-blocks.white.overlay, .domino-site-index-blocks.white > .overlay {
  background-color: rgba(255, 255, 255, 0.8);
}
.domino-site-index-blocks.white > .bg {
  background-color: #f5f5f4;
}
.domino-site-index-blocks.white.hover:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
.domino-site-index-blocks.white .ico svg, .domino-site-index-blocks.white .side-icon svg {
  fill: #9f9793;
}
.domino-site-index-blocks.white .ico a:hover svg, .domino-site-index-blocks.white .side-icon a:hover svg {
  fill: #514b48;
}
.domino-site-index-blocks.white span[class^="icon-"] {
  color: #9f9793;
}
.domino-site-index-blocks.white table thead {
  color: #512851;
  background-color: transparent;
}
.domino-site-index-blocks.white table thead tr {
  border-bottom: 1px solid #512851;
}
.domino-site-index-blocks.white table tbody {
  color: #1b1918;
  background-color: transparent;
}
.domino-site-index-blocks.white table tbody tr {
  background-color: transparent;
  border-bottom: 1px solid rgba(27, 25, 24, 0.2);
}
.domino-site-index-blocks.white table tbody tr:nth-child(even) {
  background-color: transparent;
}
.domino-site-index-blocks.white table th {
  background-color: transparent;
}
.domino-site-index-blocks.white table td {
  background-color: transparent;
}
.domino-site-index-blocks.white .dc_domino_module > header {
  background-color: transparent;
  -moz-box-shadow: inset 0 -1px 0 0 #dbd8d7;
  -webkit-box-shadow: inset 0 -1px 0 0 #dbd8d7;
  box-shadow: inset 0 -1px 0 0 #dbd8d7;
}
.domino-site-index-blocks.white .dc_domino_module > header h2 {
  color: #512851;
}
.domino-site-index-blocks.white .dc_domino_module .card {
  background-color: !important;
  overflow: hidden;
}
.domino-site-index-blocks.white .dc_domino_module .card:hover {
  background-color: !important;
}
.domino-site-index-blocks.white .dc_domino_module .pane .header {
  background-color: rgba(64, 32, 64, 0.9);
}
.domino-site-index-blocks.white .dc_domino_module .pane .header h2 {
  color: #FFF;
}
.domino-site-index-blocks.white .dc_domino_module .pane .header h3 {
  color: rgba(255, 255, 255, 0.7);
}
.domino-site-index-blocks.white .dc_domino_module .pane .header h4, .domino-site-index-blocks.white .dc_domino_module .pane .header .meta {
  color: rgba(255, 255, 255, 0.5);
}
.domino-site-index-blocks.white .domino-module-pagination {
  background-color: transparent;
}
.domino-site-index-blocks.white .domino-module-pagination .paginate {
  color: #877d78 !important;
  background-color: #e7e5e4;
}
.domino-site-index-blocks.white .domino-module-pagination .paginate:hover {
  color: !important;
  background-color: #cfcbc9;
}
.domino-site-index-blocks.white .domino-module-pagination .paginate.active {
  color: #e7e5e4 !important;
  background-color: #363230;
}
.domino-site-index-blocks.white .domino-module-pagination .paginate span {
  color: #877d78 !important;
}
/**
 * filename: scss/_FooterSettings.scss
 * developer: Domino
 * item: Footer
 * version: v1.0.0
 * date: 5. 6. 17
 */
/**
 * filename: scss/Error.scss
 * developer: Domino
 * item: Error
 * version: v1.0.0
 * date: 14. 7. 17
 */
.domino-error {
  width: 100%;
  background-color: #F3F3F3;
  height: 100vh;
}
.domino-error h1 {
  color: #444;
  font-size: 4em;
}
.domino-error p {
  color: #666;
  font-size: 1.1em;
  line-height: 1.4em;
}
.domino-error > div {
  font-family: Arial, Helvetica, sans-serif;
  color: #999;
  font-size: 0.8em;
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
  height: 100%;
  align-items: center;
}
.domino-error .footer-link:link, .domino-error .footer-link:visited {
  color: #666;
}
.domino-error .footer-link:hover {
  color: #333;
}
.dc_domino_moreless .minimize-overview .content {
  overflow: auto;
  overflow-y: hidden;
  height: auto;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  -webkit-line-clamp: none;
  -webkit-box-orient: vertical;
}
.dc_domino_moreless .minimize-overview .content.hidden {
  -webkit-line-clamp: 3;
}
.dc_domino_moreless .gradient {
  position: relative;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0);
  /* IE6-9 */
  height: 27px;
  margin-top: -27px;
}
.dc_domino_moreless .gradient.hidden {
  height: 0;
  margin-top: 0;
}
.dc_domino_moreless .more {
  padding: 10px 0;
}
.dc_domino_moreless .more small {
  cursor: pointer;
}
.dc_domino_slideshow {
  background-color: #2f172f;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  z-index: 1;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: inherit;
  -webkit-transition: all 1s Ease-In-Out;
  -moz-transition: all 1s Ease-In-Out;
  -o-transition: all 1s Ease-In-Out;
  transition: all 1s Ease-In-Out;
  overflow: hidden;
}
.dc_domino_slideshow.nobg {
  background-color: transparent;
}
.dc_domino_slideshow .overlink {
  background-color: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s Ease-In-Out;
  -moz-transition: all 1s Ease-In-Out;
  -o-transition: all 1s Ease-In-Out;
  transition: all 1s Ease-In-Out;
}
.dc_domino_slideshow .overlink:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.dc_domino_slideshow .bg {
  fill: !important;
}
.dc_domino_slideshow .template {
  background: transparent;
  background-position: 50% 100.5%;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0;
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 2 !important;
}
.dc_domino_slideshow .template .view {
  background: transparent;
  position: absolute;
  height: 100%;
  width: 100%;
  animation: viewFadeIn 1s Ease-In-Out;
}
.dc_domino_slideshow .template .view.view-hide {
  height: auto;
  width: auto;
}
.dc_domino_slideshow .template .view.hide {
  transition: all 1s Ease-In-Out;
  opacity: 0;
}
.dc_domino_slideshow .template .dc_domino_block {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: auto;
}
.dc_domino_slideshow .container {
  position: relative;
  top: auto;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 1s Ease-In-Out;
}
.dc_domino_slideshow .container .slide, .dc_domino_slideshow .container .slide .sld {
  position: absolute;
  height: 100%;
  width: 100%;
}
@keyframes viewFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.dc_domino_slideshow .buttons {
  width: 100%;
  -webkit-transition: all 0.3s Ease-In-Out;
  -moz-transition: all 0.3s Ease-In-Out;
  -o-transition: all 0.3s Ease-In-Out;
  transition: all 0.3s Ease-In-Out;
}
.dc_domino_slideshow .buttons .side {
  position: absolute;
  z-index: 16;
  width: 0;
  height: 100%;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dc_domino_slideshow .buttons .side.other {
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
}
.dc_domino_slideshow .buttons .side.other a {
  margin: 0 0 0 80px;
}
.dc_domino_slideshow .buttons.show a {
  -webkit-animation: dc_domino_slideshow_buttons-show 0.5s forwards ease-in-out;
  -o-animation: dc_domino_slideshow_buttons-show 0.5s forwards ease-in-out;
  -moz-animation: dc_domino_slideshow_buttons-show 0.5s forwards ease-in-out;
  animation: dc_domino_slideshow_buttons-show 0.5s forwards ease-in-out;
}
.dc_domino_slideshow .buttons.show .other a {
  -webkit-animation: dc_domino_slideshow_buttons-show-2 0.5s forwards ease-in-out;
  -o-animation: dc_domino_slideshow_buttons-show-2 0.5s forwards ease-in-out;
  -moz-animation: dc_domino_slideshow_buttons-show-2 0.5s forwards ease-in-out;
  animation: dc_domino_slideshow_buttons-show-2 0.5s forwards ease-in-out;
}
.dc_domino_slideshow .buttons.hid a {
  -webkit-animation: dc_domino_slideshow_buttons-hide 0.5s forwards ease-in-out;
  -o-animation: dc_domino_slideshow_buttons-hide 0.5s forwards ease-in-out;
  -moz-animation: dc_domino_slideshow_buttons-hide 0.5s forwards ease-in-out;
  animation: dc_domino_slideshow_buttons-hide 0.5s forwards ease-in-out;
}
.dc_domino_slideshow .buttons.hid .other a {
  -webkit-animation: dc_domino_slideshow_buttons-hide-2 0.5s forwards ease-in-out;
  -o-animation: dc_domino_slideshow_buttons-hide-2 0.5s forwards ease-in-out;
  -moz-animation: dc_domino_slideshow_buttons-hide-2 0.5s forwards ease-in-out;
  animation: dc_domino_slideshow_buttons-hide-2 0.5s forwards ease-in-out;
}
.dc_domino_slideshow .buttons a {
  margin: 0 0 0 -80px;
  padding: 5px;
}
.dc_domino_slideshow .buttons a svg {
  height: 40px;
  width: auto;
  fill: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.3s Ease-In-Out;
  -moz-transition: all 0.3s Ease-In-Out;
  -o-transition: all 0.3s Ease-In-Out;
  transition: all 0.3s Ease-In-Out;
}
.dc_domino_slideshow .buttons a:hover svg, .dc_domino_slideshow .buttons a.active svg {
  fill: rgba(255, 255, 255, 0.4);
}
.dc_domino_slideshow .buttons.next {
  right: 0;
  left: auto;
}
.dc_domino_slideshow .buttons:hover span {
  color: !important;
}
@media screen and (min-width: 768px) {
  .dc_domino_slideshow .buttons {
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
  }
  .dc_domino_slideshow .buttons .side.other a {
    margin: 0 0 0 40px;
  }
  .dc_domino_slideshow .buttons a {
    margin: 0 0 0 -40px;
    padding: 5px;
  }
}
@media screen and (min-width: 1024px) {
  .dc_domino_slideshow .buttons {
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
  }
  .dc_domino_slideshow .buttons .side.other a {
    margin: 0 0 0 40px;
  }
  .dc_domino_slideshow .buttons a {
    margin: 0 0 0 -40px;
    padding: 5px;
  }
}
@-webkit-keyframes dc_domino_slideshow_buttons-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(60px);
  }
}
@-webkit-keyframes dc_domino_slideshow_buttons-hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(-60px);
  }
}
@-webkit-keyframes dc_domino_slideshow_buttons-show-2 {
  0% {
    opacity: 0;
    transform: rotate(180deg);
  }
  100% {
    opacity: 1;
    transform: translateX(-60px) rotate(180deg);
  }
}
@-webkit-keyframes dc_domino_slideshow_buttons-hide-2 {
  0% {
    opacity: 1;
    transform: translateX(-60px) rotate(180deg);
  }
  100% {
    opacity: 0;
    transform: translateX(60px) rotate(180deg);
  }
}
.dc_domino_slideshow_loader {
  display: block;
  position: absolute;
  z-index: 15;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  color: #FFF;
  font-size: 5px;
  margin: 40px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  text-indent: -9999em;
  opacity: 1;
  animation-delay: 1s;
  -webkit-animation: domino-slideshow-loader-appear 1s ease-in-out, domino-slideshow-loader-spin 1.3s infinite linear;
  animation: domino-slideshow-loader-appear 1s ease-in-out, domino-slideshow-loader-spin 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.dc_domino_slideshow_loader.hide {
  opacity: 1;
  animation-delay: 0s;
  -webkit-animation: domino-slideshow-loader-hide 2s ease-in-out;
  animation: domino-slideshow-loader-hide 2s ease-in-out;
}
@-webkit-keyframes domino-slideshow-loader-appear {
  0% {
    opacity: 0;
  }
}
@keyframes domino-slideshow-loader-appear {
  0% {
    opacity: 0;
  }
}
@-webkit-keyframes domino-slideshow-loader-hide {
  100% {
    opacity: 0;
  }
}
@keyframes domino-slideshow-loader-hide {
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes domino-slideshow-loader-spin {
  0%, 100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes domino-slideshow-loader-spin {
  0%, 100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
.dc_domino_slideshow .more {
  width: 100%;
  display: flex;
  position: absolute;
  z-index: 15;
  opacity: 0;
  bottom: -40px;
  left: 0;
  justify-content: center;
  transition: all 1s Ease-In-Out;
  -webkit-transition: all 1s Ease-In-Out;
}
.dc_domino_slideshow .more.show {
  -webkit-animation: dc_domino_slideshow_more-show 1s forwards ease-in-out;
  -o-animation: dc_domino_slideshow_more-show 1s forwards ease-in-out;
  -moz-animation: dc_domino_slideshow_more-show 1s forwards ease-in-out;
  animation: dc_domino_slideshow_more-show 1s forwards ease-in-out;
}
.dc_domino_slideshow .more.hide {
  -webkit-animation: dc_domino_slideshow_more-hide 1s forwards ease-in-out;
  -o-animation: dc_domino_slideshow_more-hide 1s forwards ease-in-out;
  -moz-animation: dc_domino_slideshow_more-hide 1s forwards ease-in-out;
  animation: dc_domino_slideshow_more-hide 1s forwards ease-in-out;
}
.dc_domino_slideshow .more a svg {
  fill: rgba(255, 255, 255, 0.7);
  height: 40px;
  -webkit-animation: dc_domino_slideshow_more-bounce 3s infinite ease-in-out;
  -o-animation: dc_domino_slideshow_more-bounce 3s infinite ease-in-out;
  -moz-animation: dc_domino_slideshow_more-bounce 3s infinite ease-in-out;
  animation: dc_domino_slideshow_more-bounce 3s infinite ease-in-out;
}
.dc_domino_slideshow .more a:hover .svg {
  fill: rgba(255, 255, 255, 0.4);
}
@-webkit-keyframes dc_domino_slideshow_more-show {
  0% {
    opacity: 0;
    bottom: -40px;
  }
  100% {
    opacity: 1;
    bottom: 20px;
  }
}
@-webkit-keyframes dc_domino_slideshow_more-hide {
  0% {
    opacity: 1;
    bottom: 20px;
  }
  100% {
    opacity: 0;
    bottom: -40px;
  }
}
@-webkit-keyframes dc_domino_slideshow_more-bounce {
  0% {
    -webkit-transform: scale(0.9);
    opacity: 0.7;
  }
  50% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.9);
    opacity: 0.7;
  }
}
@keyframes dc_domino_slideshow_more-bounce {
  0% {
    transform: scale(0.9);
    opacity: 0.7;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.7;
  }
}
.dc_domino_slideshow .nav {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: initial;
  flex-flow: initial;
  position: absolute;
  z-index: 15;
  top: auto;
  bottom: -45px;
  left: auto;
  right: 0;
  margin: 0 0 20px 0;
  -webkit-transition: all 0.3s Ease-In-Out;
  -moz-transition: all 0.3s Ease-In-Out;
  -o-transition: all 0.3s Ease-In-Out;
  transition: all 0.3s Ease-In-Out;
}
.dc_domino_slideshow .nav.show {
  -webkit-animation: dc_domino_slideshow_buttons-nav-show 1s forwards ease-in-out;
  -o-animation: dc_domino_slideshow_buttons-nav-show 1s forwards ease-in-out;
  -moz-animation: dc_domino_slideshow_buttons-nav-show 1s forwards ease-in-out;
  animation: dc_domino_slideshow_buttons-nav-show 1s forwards ease-in-out;
}
.dc_domino_slideshow .nav.hid {
  -webkit-animation: dc_domino_slideshow_buttons-nav-hide 1s forwards ease-in-out;
  -o-animation: dc_domino_slideshow_buttons-nav-hide 1s forwards ease-in-out;
  -moz-animation: dc_domino_slideshow_buttons-nav-hide 1s forwards ease-in-out;
  animation: dc_domino_slideshow_buttons-nav-hide 1s forwards ease-in-out;
}
.dc_domino_slideshow .nav a {
  margin: 0;
  padding: 5px;
}
.dc_domino_slideshow .nav a i svg {
  display: none;
}
.dc_domino_slideshow .nav a svg {
  height: 15px;
  width: auto;
  fill: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s Ease-In-Out;
  -moz-transition: all 0.3s Ease-In-Out;
  -o-transition: all 0.3s Ease-In-Out;
  transition: all 0.3s Ease-In-Out;
}
.dc_domino_slideshow .nav a:hover svg {
  fill: rgba(255, 255, 255, 0.6);
}
.dc_domino_slideshow .nav a.active b svg {
  display: none;
}
.dc_domino_slideshow .nav a.active i svg {
  display: inline;
}
.dc_domino_slideshow .nav a.active svg {
  fill: rgba(255, 255, 255, 0.7);
}
.dc_domino_slideshow .nav:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .dc_domino_slideshow .nav {
    right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .dc_domino_slideshow .nav {
    right: 0;
  }
}
@-webkit-keyframes dc_domino_slideshow_buttons-nav-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(-45px);
  }
}
@-webkit-keyframes dc_domino_slideshow_buttons-nav-hide {
  0% {
    opacity: 1;
    transform: translateY(-45px);
  }
  100% {
    opacity: 0;
  }
}
.dc_domino_slideshow_slides_ads {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: transparent;
  -webkit-transition: all 1s Ease-In-Out;
  -moz-transition: all 1s Ease-In-Out;
  -o-transition: all 1s Ease-In-Out;
  transition: all 1s Ease-In-Out;
  opacity: 1;
}
.dc_domino_slideshow_slides_ads .ads, .dc_domino_slideshow_slides_ads .block {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  z-index: auto;
}
.dc_domino_slideshow_slides_ads.hide {
  opacity: 0;
}
.dc_domino_slideshow_slides_ads.hdVer .slides {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.dc_domino_slideshow_slides_ads article {
  background-color: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: display-article 1s both;
  animation: display-article 1s both;
}
.dc_domino_slideshow_slides_ads article .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.dc_domino_slideshow_slides_ads article .title {
  position: absolute;
  background-color: transparent;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  top: 5%;
  bottom: auto;
  left: 5%;
  right: auto;
  padding: 20px;
  margin: 0 auto;
  text-align: left;
  max-width: 400px;
}
.dc_domino_slideshow_slides_ads article .title h2 {
  color: #FFF;
  font-size: 30px;
  line-height: 1em;
  font-family: "Fira Sans", sans-serif;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}
.dc_domino_slideshow_slides_ads article .title h3 {
  color: #FFF;
  font-size: 20px;
  line-height: 1em;
  font-family: "Fira Sans", sans-serif;
  font-weight: normal;
  padding: 0;
  margin: 0 0 0 0;
}
@-webkit-keyframes display-article {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes display-article {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes hide-article {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hide-article {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.dc_domino_socialsites {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: left;
  align-items: center;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: auto;
  height: auto;
}
.dc_domino_socialsites a {
  padding: 10px;
  line-height: 0;
}
.dc_domino_socialsites a, .dc_domino_socialsites a svg {
  -moz-transition: all 0.2s Ease-In-Out;
  -o-transition: all 0.2s Ease-In-Out;
  transition: all 0.2s Ease-In-Out;
}
.dc_domino_socialsites a svg {
  fill: #512851;
  height: 20px;
  max-width: 20px;
}
.dc_domino_socialsites a:hover svg {
  fill: #ff76ad;
}
@media screen and (min-width: 768px) {
  .dc_domino_socialsites {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: left;
    align-items: center;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto;
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .dc_domino_socialsites {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: left;
    align-items: center;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto;
    height: auto;
  }
}
