* {
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  height: 100vh;
  font-size: 16px;
  font-family: "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  box-sizing: border-box;
  max-height: 100vh;
  background-color: black;
}
body .content-wrapper {
  background-color: rgba(0, 0, 0, 0.8);
}
body .content-wrapper::after {
  content: " ";
  display: block;
  float: none;
  clear: both;
}
body ol, body ul {
  list-style: none;
  padding-left: 0;
}
body a {
  text-decoration: none;
  color: #ffffff;
  font-size: 1em;
}
body a:hover {
  font-weight: bold;
}
body .top-menu {
  height: 8vh;
  min-height: 6vh;
  background-image: url("../images/danywhy-logo-w.png");
  background-position: 30px center;
  background-repeat: no-repeat;
  background-size: auto 50%;
  padding: 5px 0;
  background-color: rgba(0, 0, 0, 0.8);
}
body .footer-menu {
  height: 4vh;
  min-height: 4vh;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 15px 15px;
  box-sizing: border-box;
  text-align: right;
}
.tile {
  min-height: 29vh;
  height: 29vh;
  display: block;
  position: relative;
  border: 3px solid black;
  box-sizing: border-box;
  transition: all ease-in-out 0.2s;
}
.tile h2 {
  font-size: 1.8em;
  line-height: 1em;
  bottom: 0;
  position: absolute;
  right: 10px;
  color: #fff;
  text-transform: uppercase;
  text-align: right;
}
@media (min-width: 581px) and (max-width: 1000px) {
  .tile h2 {
    font-size: 1.7em;
  }
}
@media (max-width: 580px) {
  .tile h2 {
    font-size: 1.9em;
  }
}
@media (max-width: 500px) {
  .tile h2 {
    font-size: 1.9em;
  }
}
.tile h2 span {
  font-size: smaller;
  text-transform: lowercase;
  white-space: nowrap;
}
.tile a:link, .tile a:visited {
  text-decoration: none;
  font-weight: bold;
  color: black;
  cursor: pointer;
}
.tile a {
  cursor: pointer;
  transition: all 0.5s ease-out;
}
.tile:hover {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.7);
  z-index: 4;
  background-color: rgba(0, 0, 0, 0.7);
}
.tile.social {
  border: none;
  box-shadow: none;
  background-color: transparent;
}
.tile.social > .tile {
  height: 14.5vh;
  min-height: 14.5vh;
}
.tile > .hero-image {
  display: block;
  height: 100%;
  box-sizing: border-box;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.3;
  filter: grayscale(100);
  -webkit-filter: grayscale(100);
  overflow: hidden;
}
.tile.datenschutz .hero-image {
  background-image: url("../images/daniel-simon-datenschutz.jpg");
}
.tile.investor .hero-image {
  background-image: url("../images/daniel-simon-investor.jpg");
}
.tile.entrepreneur .hero-image {
  background-image: url("../images/daniel-simon-entrepreneur.jpg");
}
.tile.sportler .hero-image {
  background-image: url("../images/daniel-simon-sportler.jpg");
}
.tile.vater .hero-image {
  background-image: url("../images/daniel-simon-vater.jpg");
}
.tile.logistik .hero-image {
  background-image: url("../images/daniel-simon-logistik.jpg");
}
.tile.vorstand .hero-image {
  background-image: url("../images/daniel-simon-vorstand.jpg");
}
.tile.infrastruktur .hero-image {
  background-image: url("../images/daniel-simon-digitale-infrastruktur.jpg");
}
.tile .xing .hero-image {
  background-image: url("../images/daniel-simon-xing.svg");
  opacity: 0.2;
}
.tile .linkedin .hero-image {
  background-image: url("../images/daniel-simon-linkedin.svg");
  opacity: 0.2;
}
.tile .twitter .hero-image {
  background-image: url("../images/daniel-simon-twitter.svg");
  opacity: 0.2;
}
.tile .youtube .hero-image {
  background-image: url("../images/daniel-simon-youtube.svg");
  opacity: 0.2;
}
.tile .kontakt .hero-image {
  background-image: url("../images/daniel-simon-kontakt.svg");
  opacity: 0.2;
}

.animated-modal {
  max-width: 50vw;
  border-radius: 4px;
  overflow: hidden;
  transform: translateY(-50px);
  transition: all 0.7s;
  cursor: pointer;
}
.animated-modal#kontakt {
  min-width: 25vw;
}
@media (max-width: 580px) {
  .animated-modal#kontakt {
    min-width: 95vw;
  }
}
@media (max-width: 580px) {
  .animated-modal {
    max-width: 95vw;
  }
}

.animated-modal h2,
.animated-modal p {
  transform: translateY(-50px);
  opacity: 0;
  font-size: 1.2em;
  line-height: 1.6em;
  transition-property: transform, opacity;
  transition-duration: 0.4s;
}
@media (max-width: 580px) {
  .animated-modal h2,
.animated-modal p {
    font-size: 1.1em;
    line-height: 1.2em;
  }
}

/* Final state */
.fancybox-slide--current .animated-modal,
.fancybox-slide--current .animated-modal h2,
.fancybox-slide--current .animated-modal p {
  transform: translateY(0);
  opacity: 1;
}

/* Reveal content with different delays */
.fancybox-slide--current .animated-modal h2 {
  transition-duration: 0.2s;
}

.fancybox-slide--current .animated-modal p {
  transition-duration: 0.4s;
}

#kontakt h2 {
  font-size: 2vw;
  line-height: 3.5vh;
}
@media (min-width: 581px) and (max-width: 1000px) {
  #kontakt h2 {
    font-size: 3vw;
  }
}
@media (max-width: 580px) {
  #kontakt h2 {
    font-size: 5vw;
  }
}
@media (max-width: 500px) {
  #kontakt h2 {
    font-size: 7vw;
  }
}
#kontakt .form_container {
  width: 100%;
  display: block;
  color: #ffffff;
}
#kontakt .form_container input[type=select], #kontakt .form_container input[type=text], #kontakt .form_container input[type=email], #kontakt .form_container textarea, #kontakt .form_container select, #kontakt .form_container input[type=tel] {
  height: 6vh;
  width: 100%;
  margin-bottom: 15px;
  display: inline-block;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  color: #ffffff;
  border-bottom: 2px solid cornflowerblue;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-size: 1em;
}
#kontakt .form_container input[type=select]:hover, #kontakt .form_container input[type=select]:focus, #kontakt .form_container input[type=select]:active, #kontakt .form_container input[type=text]:hover, #kontakt .form_container input[type=text]:focus, #kontakt .form_container input[type=text]:active, #kontakt .form_container input[type=email]:hover, #kontakt .form_container input[type=email]:focus, #kontakt .form_container input[type=email]:active, #kontakt .form_container textarea:hover, #kontakt .form_container textarea:focus, #kontakt .form_container textarea:active, #kontakt .form_container select:hover, #kontakt .form_container select:focus, #kontakt .form_container select:active, #kontakt .form_container input[type=tel]:hover, #kontakt .form_container input[type=tel]:focus, #kontakt .form_container input[type=tel]:active {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
}
#kontakt .form_container input[type=select]::placeholder, #kontakt .form_container input[type=text]::placeholder, #kontakt .form_container input[type=email]::placeholder, #kontakt .form_container textarea::placeholder, #kontakt .form_container select::placeholder, #kontakt .form_container input[type=tel]::placeholder {
  color: #ffffff;
}
#kontakt .form_container textarea {
  overflow: auto;
  min-height: 10vh;
  overflow-y: visible;
}
#kontakt .form_container select {
  background: linear-gradient(45deg, transparent 50%, cornflowerblue 50%), linear-gradient(135deg, cornflowerblue 50%, transparent 50%), linear-gradient(to right, rgba(100, 149, 237, 0.11), rgba(100, 149, 237, 0.11));
  background-position: calc(100% - 21px) calc(1em + 2px), calc(100% - 16px) calc(1em + 2px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
}
#kontakt .form_container input[type=submit] {
  min-height: 3vh;
  background-color: cornflowerblue;
  color: #fff;
  display: block;
  width: 100%;
  font-size: 1em;
  padding: 10px 0;
}
#kontakt .form_container input[type=checkbox] {
  margin-bottom: 15px;
}
#kontakt .form_container label {
  line-height: 1em;
  font-size: 0.8em;
}
#kontakt .form_container #form-message {
  text-align: left;
  line-height: 1.8em;
  margin-top: 10px;
}
#kontakt .form_container #form-message.success::before {
  width: 10px;
  height: 10px;
  content: " ";
  display: inline-block;
  margin-right: 10px;
  border-radius: 100%;
  background-color: greenyellow;
  vertical-align: middle;
}
#kontakt .form_container #form-message.loading::before {
  width: 10px;
  height: 10px;
  content: " ";
  display: inline-block;
  margin-right: 10px;
  border-radius: 100%;
  background-color: orange;
  vertical-align: middle;
}

#impressum .no-style {
  text-decoration: none;
}
#impressum p {
  font-size: 0.8em;
}

.container:after {
  content: "";
  display: table;
  clear: both;
}

.row:before, .row-reverse:before, .row:after, .row-reverse:after {
  content: "";
  display: table;
}

.row:after, .row-reverse:after {
  clear: both;
}

.row, .row-reverse {
  zoom: 1;
}

.gr-0, .gr-1, .gr-2, .gr-3, .gr-4, .gr-5, .gr-6, .gr-7, .gr-8, .gr-9, .gr-10, .gr-11, .gr-12 {
  display: inline-block;
  min-height: 1px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}

.gr-adapt {
  display: table-cell;
  width: 1px;
  white-space: nowrap !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1rem;
}

.gr-grow {
  display: table-cell;
  width: 99999px;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1rem;
}

.push-0, .push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12 {
  position: relative;
}

.pull-0, .pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12 {
  position: relative;
}

.nowrap {
  white-space: nowrap;
}

.nowrap > * {
  white-space: normal;
}

.wrap {
  white-space: normal;
}

.gr-centered {
  display: block !important;
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  clear: both !important;
}

@media screen and (max-width: 580px) {
  .container\@mobile:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media screen and (max-width: 580px) {
  .row\@mobile:before, .row-reverse\@mobile:before, .row\@mobile:after, .row-reverse\@mobile:after {
    content: "";
    display: table;
  }
  .row\@mobile:after, .row-reverse\@mobile:after {
    clear: both;
  }
  .row\@mobile, .row-reverse\@mobile {
    zoom: 1;
  }
}
@media screen and (max-width: 580px) {
  .gr-0\@mobile, .gr-1\@mobile, .gr-2\@mobile, .gr-3\@mobile, .gr-4\@mobile, .gr-5\@mobile, .gr-6\@mobile, .gr-7\@mobile, .gr-8\@mobile, .gr-9\@mobile, .gr-10\@mobile, .gr-11\@mobile, .gr-12\@mobile {
    display: inline-block;
    min-height: 1px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
  }
}
@media screen and (max-width: 580px) {
  .gr-adapt\@mobile {
    display: table-cell;
    width: 1px;
    white-space: nowrap !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1rem;
  }
}
@media screen and (max-width: 580px) {
  .gr-grow\@mobile {
    display: table-cell;
    width: 99999px;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1rem;
  }
}
@media screen and (max-width: 580px) {
  .push-0\@mobile, .push-1\@mobile, .push-2\@mobile, .push-3\@mobile, .push-4\@mobile, .push-5\@mobile, .push-6\@mobile, .push-7\@mobile, .push-8\@mobile, .push-9\@mobile, .push-10\@mobile, .push-11\@mobile, .push-12\@mobile {
    position: relative;
  }
}
@media screen and (max-width: 580px) {
  .pull-0\@mobile, .pull-1\@mobile, .pull-2\@mobile, .pull-3\@mobile, .pull-4\@mobile, .pull-5\@mobile, .pull-6\@mobile, .pull-7\@mobile, .pull-8\@mobile, .pull-9\@mobile, .pull-10\@mobile, .pull-11\@mobile, .pull-12\@mobile {
    position: relative;
  }
}
@media screen and (max-width: 580px) {
  .nowrap\@mobile {
    white-space: nowrap;
  }
  .nowrap\@mobile > * {
    white-space: normal;
  }
}
@media screen and (max-width: 580px) {
  .wrap\@mobile {
    white-space: normal;
  }
}
@media screen and (max-width: 580px) {
  .gr-centered\@mobile {
    display: block !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    clear: both !important;
  }
}
@media screen and (min-width: 581px) and (max-width: 900px) {
  .container\@tablet:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media screen and (min-width: 581px) and (max-width: 900px) {
  .row\@tablet:before, .row-reverse\@tablet:before, .row\@tablet:after, .row-reverse\@tablet:after {
    content: "";
    display: table;
  }
  .row\@tablet:after, .row-reverse\@tablet:after {
    clear: both;
  }
  .row\@tablet, .row-reverse\@tablet {
    zoom: 1;
  }
}
@media screen and (min-width: 581px) and (max-width: 900px) {
  .gr-0\@tablet, .gr-1\@tablet, .gr-2\@tablet, .gr-3\@tablet, .gr-4\@tablet, .gr-5\@tablet, .gr-6\@tablet, .gr-7\@tablet, .gr-8\@tablet, .gr-9\@tablet, .gr-10\@tablet, .gr-11\@tablet, .gr-12\@tablet {
    display: inline-block;
    min-height: 1px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
  }
}
@media screen and (min-width: 581px) and (max-width: 900px) {
  .gr-adapt\@tablet {
    display: table-cell;
    width: 1px;
    white-space: nowrap !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1rem;
  }
}
@media screen and (min-width: 581px) and (max-width: 900px) {
  .gr-grow\@tablet {
    display: table-cell;
    width: 99999px;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1rem;
  }
}
@media screen and (min-width: 581px) and (max-width: 900px) {
  .push-0\@tablet, .push-1\@tablet, .push-2\@tablet, .push-3\@tablet, .push-4\@tablet, .push-5\@tablet, .push-6\@tablet, .push-7\@tablet, .push-8\@tablet, .push-9\@tablet, .push-10\@tablet, .push-11\@tablet, .push-12\@tablet {
    position: relative;
  }
}
@media screen and (min-width: 581px) and (max-width: 900px) {
  .pull-0\@tablet, .pull-1\@tablet, .pull-2\@tablet, .pull-3\@tablet, .pull-4\@tablet, .pull-5\@tablet, .pull-6\@tablet, .pull-7\@tablet, .pull-8\@tablet, .pull-9\@tablet, .pull-10\@tablet, .pull-11\@tablet, .pull-12\@tablet {
    position: relative;
  }
}
@media screen and (min-width: 581px) and (max-width: 900px) {
  .nowrap\@tablet {
    white-space: nowrap;
  }
  .nowrap\@tablet > * {
    white-space: normal;
  }
}
@media screen and (min-width: 581px) and (max-width: 900px) {
  .wrap\@tablet {
    white-space: normal;
  }
}
@media screen and (min-width: 581px) and (max-width: 900px) {
  .gr-centered\@tablet {
    display: block !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    clear: both !important;
  }
}
@media screen and (min-width: 901px) and (max-width: 1000px) {
  .container\@smalldesktop:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media screen and (min-width: 901px) and (max-width: 1000px) {
  .row\@smalldesktop:before, .row-reverse\@smalldesktop:before, .row\@smalldesktop:after, .row-reverse\@smalldesktop:after {
    content: "";
    display: table;
  }
  .row\@smalldesktop:after, .row-reverse\@smalldesktop:after {
    clear: both;
  }
  .row\@smalldesktop, .row-reverse\@smalldesktop {
    zoom: 1;
  }
}
@media screen and (min-width: 901px) and (max-width: 1000px) {
  .gr-0\@smalldesktop, .gr-1\@smalldesktop, .gr-2\@smalldesktop, .gr-3\@smalldesktop, .gr-4\@smalldesktop, .gr-5\@smalldesktop, .gr-6\@smalldesktop, .gr-7\@smalldesktop, .gr-8\@smalldesktop, .gr-9\@smalldesktop, .gr-10\@smalldesktop, .gr-11\@smalldesktop, .gr-12\@smalldesktop {
    display: inline-block;
    min-height: 1px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
  }
}
@media screen and (min-width: 901px) and (max-width: 1000px) {
  .gr-adapt\@smalldesktop {
    display: table-cell;
    width: 1px;
    white-space: nowrap !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1rem;
  }
}
@media screen and (min-width: 901px) and (max-width: 1000px) {
  .gr-grow\@smalldesktop {
    display: table-cell;
    width: 99999px;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1rem;
  }
}
@media screen and (min-width: 901px) and (max-width: 1000px) {
  .push-0\@smalldesktop, .push-1\@smalldesktop, .push-2\@smalldesktop, .push-3\@smalldesktop, .push-4\@smalldesktop, .push-5\@smalldesktop, .push-6\@smalldesktop, .push-7\@smalldesktop, .push-8\@smalldesktop, .push-9\@smalldesktop, .push-10\@smalldesktop, .push-11\@smalldesktop, .push-12\@smalldesktop {
    position: relative;
  }
}
@media screen and (min-width: 901px) and (max-width: 1000px) {
  .pull-0\@smalldesktop, .pull-1\@smalldesktop, .pull-2\@smalldesktop, .pull-3\@smalldesktop, .pull-4\@smalldesktop, .pull-5\@smalldesktop, .pull-6\@smalldesktop, .pull-7\@smalldesktop, .pull-8\@smalldesktop, .pull-9\@smalldesktop, .pull-10\@smalldesktop, .pull-11\@smalldesktop, .pull-12\@smalldesktop {
    position: relative;
  }
}
@media screen and (min-width: 901px) and (max-width: 1000px) {
  .nowrap\@smalldesktop {
    white-space: nowrap;
  }
  .nowrap\@smalldesktop > * {
    white-space: normal;
  }
}
@media screen and (min-width: 901px) and (max-width: 1000px) {
  .wrap\@smalldesktop {
    white-space: normal;
  }
}
@media screen and (min-width: 901px) and (max-width: 1000px) {
  .gr-centered\@smalldesktop {
    display: block !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    clear: both !important;
  }
}
@media screen and (min-width: 1001px) {
  .container\@desktop:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media screen and (min-width: 1001px) {
  .row\@desktop:before, .row-reverse\@desktop:before, .row\@desktop:after, .row-reverse\@desktop:after {
    content: "";
    display: table;
  }
  .row\@desktop:after, .row-reverse\@desktop:after {
    clear: both;
  }
  .row\@desktop, .row-reverse\@desktop {
    zoom: 1;
  }
}
@media screen and (min-width: 1001px) {
  .gr-0\@desktop, .gr-1\@desktop, .gr-2\@desktop, .gr-3\@desktop, .gr-4\@desktop, .gr-5\@desktop, .gr-6\@desktop, .gr-7\@desktop, .gr-8\@desktop, .gr-9\@desktop, .gr-10\@desktop, .gr-11\@desktop, .gr-12\@desktop {
    display: inline-block;
    min-height: 1px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
  }
}
@media screen and (min-width: 1001px) {
  .gr-adapt\@desktop {
    display: table-cell;
    width: 1px;
    white-space: nowrap !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1001px) {
  .gr-grow\@desktop {
    display: table-cell;
    width: 99999px;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1001px) {
  .push-0\@desktop, .push-1\@desktop, .push-2\@desktop, .push-3\@desktop, .push-4\@desktop, .push-5\@desktop, .push-6\@desktop, .push-7\@desktop, .push-8\@desktop, .push-9\@desktop, .push-10\@desktop, .push-11\@desktop, .push-12\@desktop {
    position: relative;
  }
}
@media screen and (min-width: 1001px) {
  .pull-0\@desktop, .pull-1\@desktop, .pull-2\@desktop, .pull-3\@desktop, .pull-4\@desktop, .pull-5\@desktop, .pull-6\@desktop, .pull-7\@desktop, .pull-8\@desktop, .pull-9\@desktop, .pull-10\@desktop, .pull-11\@desktop, .pull-12\@desktop {
    position: relative;
  }
}
@media screen and (min-width: 1001px) {
  .nowrap\@desktop {
    white-space: nowrap;
  }
  .nowrap\@desktop > * {
    white-space: normal;
  }
}
@media screen and (min-width: 1001px) {
  .wrap\@desktop {
    white-space: normal;
  }
}
@media screen and (min-width: 1001px) {
  .gr-centered\@desktop {
    display: block !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    clear: both !important;
  }
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: device-width;
  }
}
#gridle-settings {
  content: '{ "version" : "2.0.46", "states" : { "default":{ "name" : "default", "min-width" : null, "max-width" : null, "query" : null, "classes" : true, "context" : "12", "column-width" : null, "gutter-width" : "0px", "gutter-height" : "0", "gutter-top" : "0", "gutter-right" : "0px", "gutter-bottom" : "0", "gutter-left" : "0px", "direction" : "ltr", "dir-attribute" : false, "name-multiplicator" : "1", "states-classes" : false, "classes-prefix" : null, "_" : true }, "mobile":{ "name" : "mobile", "min-width" : null, "max-width" : "580px", "query" : "screen and (max-width: 580px)", "classes" : true, "context" : "12", "column-width" : null, "gutter-width" : "0px", "gutter-height" : "0", "gutter-top" : "0", "gutter-right" : "0px", "gutter-bottom" : "0", "gutter-left" : "0px", "direction" : "ltr", "dir-attribute" : false, "name-multiplicator" : "1", "states-classes" : false, "classes-prefix" : null, "_" : true }, "tablet":{ "name" : "tablet", "min-width" : "581px", "max-width" : "900px", "query" : "screen and (min-width: 581px) and (max-width: 900px)", "classes" : true, "context" : "12", "column-width" : null, "gutter-width" : "0px", "gutter-height" : "0", "gutter-top" : "0", "gutter-right" : "0px", "gutter-bottom" : "0", "gutter-left" : "0px", "direction" : "ltr", "dir-attribute" : false, "name-multiplicator" : "1", "states-classes" : false, "classes-prefix" : null, "_" : true }, "smalldesktop":{ "name" : "smalldesktop", "min-width" : "901px", "max-width" : "1000px", "query" : "screen and (min-width: 901px) and (max-width: 1000px)", "classes" : true, "context" : "12", "column-width" : null, "gutter-width" : "0px", "gutter-height" : "0", "gutter-top" : "0", "gutter-right" : "0px", "gutter-bottom" : "0", "gutter-left" : "0px", "direction" : "ltr", "dir-attribute" : false, "name-multiplicator" : "1", "states-classes" : false, "classes-prefix" : null, "_" : true }, "desktop":{ "name" : "desktop", "min-width" : "1001px", "max-width" : null, "query" : "screen and (min-width: 1001px)", "classes" : true, "context" : "12", "column-width" : null, "gutter-width" : "0px", "gutter-height" : "0", "gutter-top" : "0", "gutter-right" : "0px", "gutter-bottom" : "0", "gutter-left" : "0px", "direction" : "ltr", "dir-attribute" : false, "name-multiplicator" : "1", "states-classes" : false, "classes-prefix" : null, "_" : true }} }';
}

.gr-0 {
  width: 0%;
}

.push-0 {
  left: 0%;
  right: auto;
}

.pull-0 {
  right: 0%;
  left: auto;
}

.prefix-0 {
  margin-left: 0%;
}

.suffix-0 {
  margin-right: 0%;
}

.gr-1 {
  width: 8.3333333333%;
}

.push-1 {
  left: 8.3333333333%;
  right: auto;
}

.pull-1 {
  right: 8.3333333333%;
  left: auto;
}

.prefix-1 {
  margin-left: 8.3333333333%;
}

.suffix-1 {
  margin-right: 8.3333333333%;
}

.gr-2 {
  width: 16.6666666667%;
}

.push-2 {
  left: 16.6666666667%;
  right: auto;
}

.pull-2 {
  right: 16.6666666667%;
  left: auto;
}

.prefix-2 {
  margin-left: 16.6666666667%;
}

.suffix-2 {
  margin-right: 16.6666666667%;
}

.gr-3 {
  width: 25%;
}

.push-3 {
  left: 25%;
  right: auto;
}

.pull-3 {
  right: 25%;
  left: auto;
}

.prefix-3 {
  margin-left: 25%;
}

.suffix-3 {
  margin-right: 25%;
}

.gr-4 {
  width: 33.3333333333%;
}

.push-4 {
  left: 33.3333333333%;
  right: auto;
}

.pull-4 {
  right: 33.3333333333%;
  left: auto;
}

.prefix-4 {
  margin-left: 33.3333333333%;
}

.suffix-4 {
  margin-right: 33.3333333333%;
}

.gr-5 {
  width: 41.6666666667%;
}

.push-5 {
  left: 41.6666666667%;
  right: auto;
}

.pull-5 {
  right: 41.6666666667%;
  left: auto;
}

.prefix-5 {
  margin-left: 41.6666666667%;
}

.suffix-5 {
  margin-right: 41.6666666667%;
}

.gr-6 {
  width: 50%;
}

.push-6 {
  left: 50%;
  right: auto;
}

.pull-6 {
  right: 50%;
  left: auto;
}

.prefix-6 {
  margin-left: 50%;
}

.suffix-6 {
  margin-right: 50%;
}

.gr-7 {
  width: 58.3333333333%;
}

.push-7 {
  left: 58.3333333333%;
  right: auto;
}

.pull-7 {
  right: 58.3333333333%;
  left: auto;
}

.prefix-7 {
  margin-left: 58.3333333333%;
}

.suffix-7 {
  margin-right: 58.3333333333%;
}

.gr-8 {
  width: 66.6666666667%;
}

.push-8 {
  left: 66.6666666667%;
  right: auto;
}

.pull-8 {
  right: 66.6666666667%;
  left: auto;
}

.prefix-8 {
  margin-left: 66.6666666667%;
}

.suffix-8 {
  margin-right: 66.6666666667%;
}

.gr-9 {
  width: 75%;
}

.push-9 {
  left: 75%;
  right: auto;
}

.pull-9 {
  right: 75%;
  left: auto;
}

.prefix-9 {
  margin-left: 75%;
}

.suffix-9 {
  margin-right: 75%;
}

.gr-10 {
  width: 83.3333333333%;
}

.push-10 {
  left: 83.3333333333%;
  right: auto;
}

.pull-10 {
  right: 83.3333333333%;
  left: auto;
}

.prefix-10 {
  margin-left: 83.3333333333%;
}

.suffix-10 {
  margin-right: 83.3333333333%;
}

.gr-11 {
  width: 91.6666666667%;
}

.push-11 {
  left: 91.6666666667%;
  right: auto;
}

.pull-11 {
  right: 91.6666666667%;
  left: auto;
}

.prefix-11 {
  margin-left: 91.6666666667%;
}

.suffix-11 {
  margin-right: 91.6666666667%;
}

.gr-12 {
  width: 100%;
}

.push-12 {
  left: 100%;
  right: auto;
}

.pull-12 {
  right: 100%;
  left: auto;
}

.prefix-12 {
  margin-left: 100%;
}

.suffix-12 {
  margin-right: 100%;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clear {
  clear: both;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.no-gutter {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.no-gutter-left {
  padding-left: 0;
}

.no-gutter-right {
  padding-right: 0;
}

.no-gutter-top {
  padding-top: 0;
}

.no-gutter-bottom {
  padding-bottom: 0;
}

.auto-height {
  height: inherit;
}

.row {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0px;
  margin-right: 0px;
}

[class*=no-gutter] > .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.row-reverse {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0px;
  margin-right: 0px;
  transform: rotateY(180deg);
}

.row-reverse > [class*=gr-] {
  transform: rotateY(-180deg);
}

[class*=no-gutter] > .row-reverse {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.row-full {
  width: 100vw;
  margin-left: 50% !important;
  margin-right: 0 !important;
  -webkit-transform: translateX(-50%);
  -moz-transition: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.col {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0px;
  margin-right: 0px;
}

.col-reverse {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0px;
  margin-right: 0px;
  transform: rotateX(180deg);
}

.col-reverse > [class*=gr-] {
  transform: rotateX(-180deg);
}

.gr-table {
  display: table-cell;
  float: none;
  vertical-align: top;
}

.row-align-left {
  font-size: 0;
  clear: both;
  text-align: left;
}

.row-align-left > * {
  float: none !important;
  vertical-align: bottom;
  font-size: 1rem;
}

@-moz-document url-prefix() {
  .row-align-left > * {
    margin-right: -0.5px;
  }
}
.row-align-center {
  font-size: 0;
  clear: both;
  text-align: center;
}

.row-align-center > * {
  float: none !important;
  vertical-align: bottom;
  font-size: 1rem;
}

@-moz-document url-prefix() {
  .row-align-center > * {
    margin-right: -0.5px;
  }
}
.row-align-center > * {
  text-align: left;
}

.row-align-right {
  font-size: 0;
  clear: both;
  text-align: right;
}

.row-align-right > * {
  float: none !important;
  vertical-align: bottom;
  font-size: 1rem;
}

@-moz-document url-prefix() {
  .row-align-right > * {
    margin-right: -0.5px;
  }
}
.row-align-right > * {
  text-align: left;
}

.row-align-middle {
  font-size: 0;
  clear: both;
  vertical-align: middle;
}

.row-align-middle > * {
  float: none !important;
  vertical-align: middle;
  font-size: 1rem;
}

@-moz-document url-prefix() {
  .row-align-middle > * {
    margin-right: -0.5px;
  }
}
.row-align-top {
  font-size: 0;
  clear: both;
  vertical-align: top;
}

.row-align-top > * {
  float: none !important;
  vertical-align: top;
  font-size: 1rem;
}

@-moz-document url-prefix() {
  .row-align-top > * {
    margin-right: -0.5px;
  }
}
.row-align-bottom {
  font-size: 0;
  clear: both;
  vertical-align: bottom;
}

.row-align-bottom > * {
  float: none !important;
  vertical-align: bottom;
  font-size: 1rem;
}

@-moz-document url-prefix() {
  .row-align-bottom > * {
    margin-right: -0.5px;
  }
}
.hide {
  display: none;
}

.not-visible {
  visibility: hidden;
}

.show {
  display: block;
}

.show-inline {
  display: inline-block;
}

.visible {
  visibility: visible;
}

.row-debug {
  position: relative;
  z-index: 99999;
  overflow: hidden;
}

.row-debug:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 99999px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.02) 50%);
  background-size: 16.6666666667% 100%;
  z-index: 99999;
}

body {
  direction: ltr;
}

@media screen and (max-width: 580px) {
  .gr-0\@mobile {
    width: 0%;
  }
  .push-0\@mobile {
    left: 0%;
    right: auto;
  }
  .pull-0\@mobile {
    right: 0%;
    left: auto;
  }
  .prefix-0\@mobile {
    margin-left: 0%;
  }
  .suffix-0\@mobile {
    margin-right: 0%;
  }
  .gr-1\@mobile {
    width: 8.3333333333%;
  }
  .push-1\@mobile {
    left: 8.3333333333%;
    right: auto;
  }
  .pull-1\@mobile {
    right: 8.3333333333%;
    left: auto;
  }
  .prefix-1\@mobile {
    margin-left: 8.3333333333%;
  }
  .suffix-1\@mobile {
    margin-right: 8.3333333333%;
  }
  .gr-2\@mobile {
    width: 16.6666666667%;
  }
  .push-2\@mobile {
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2\@mobile {
    right: 16.6666666667%;
    left: auto;
  }
  .prefix-2\@mobile {
    margin-left: 16.6666666667%;
  }
  .suffix-2\@mobile {
    margin-right: 16.6666666667%;
  }
  .gr-3\@mobile {
    width: 25%;
  }
  .push-3\@mobile {
    left: 25%;
    right: auto;
  }
  .pull-3\@mobile {
    right: 25%;
    left: auto;
  }
  .prefix-3\@mobile {
    margin-left: 25%;
  }
  .suffix-3\@mobile {
    margin-right: 25%;
  }
  .gr-4\@mobile {
    width: 33.3333333333%;
  }
  .push-4\@mobile {
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4\@mobile {
    right: 33.3333333333%;
    left: auto;
  }
  .prefix-4\@mobile {
    margin-left: 33.3333333333%;
  }
  .suffix-4\@mobile {
    margin-right: 33.3333333333%;
  }
  .gr-5\@mobile {
    width: 41.6666666667%;
  }
  .push-5\@mobile {
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5\@mobile {
    right: 41.6666666667%;
    left: auto;
  }
  .prefix-5\@mobile {
    margin-left: 41.6666666667%;
  }
  .suffix-5\@mobile {
    margin-right: 41.6666666667%;
  }
  .gr-6\@mobile {
    width: 50%;
  }
  .push-6\@mobile {
    left: 50%;
    right: auto;
  }
  .pull-6\@mobile {
    right: 50%;
    left: auto;
  }
  .prefix-6\@mobile {
    margin-left: 50%;
  }
  .suffix-6\@mobile {
    margin-right: 50%;
  }
  .gr-7\@mobile {
    width: 58.3333333333%;
  }
  .push-7\@mobile {
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7\@mobile {
    right: 58.3333333333%;
    left: auto;
  }
  .prefix-7\@mobile {
    margin-left: 58.3333333333%;
  }
  .suffix-7\@mobile {
    margin-right: 58.3333333333%;
  }
  .gr-8\@mobile {
    width: 66.6666666667%;
  }
  .push-8\@mobile {
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8\@mobile {
    right: 66.6666666667%;
    left: auto;
  }
  .prefix-8\@mobile {
    margin-left: 66.6666666667%;
  }
  .suffix-8\@mobile {
    margin-right: 66.6666666667%;
  }
  .gr-9\@mobile {
    width: 75%;
  }
  .push-9\@mobile {
    left: 75%;
    right: auto;
  }
  .pull-9\@mobile {
    right: 75%;
    left: auto;
  }
  .prefix-9\@mobile {
    margin-left: 75%;
  }
  .suffix-9\@mobile {
    margin-right: 75%;
  }
  .gr-10\@mobile {
    width: 83.3333333333%;
  }
  .push-10\@mobile {
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10\@mobile {
    right: 83.3333333333%;
    left: auto;
  }
  .prefix-10\@mobile {
    margin-left: 83.3333333333%;
  }
  .suffix-10\@mobile {
    margin-right: 83.3333333333%;
  }
  .gr-11\@mobile {
    width: 91.6666666667%;
  }
  .push-11\@mobile {
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11\@mobile {
    right: 91.6666666667%;
    left: auto;
  }
  .prefix-11\@mobile {
    margin-left: 91.6666666667%;
  }
  .suffix-11\@mobile {
    margin-right: 91.6666666667%;
  }
  .gr-12\@mobile {
    width: 100%;
  }
  .push-12\@mobile {
    left: 100%;
    right: auto;
  }
  .pull-12\@mobile {
    right: 100%;
    left: auto;
  }
  .prefix-12\@mobile {
    margin-left: 100%;
  }
  .suffix-12\@mobile {
    margin-right: 100%;
  }
  .float-left\@mobile {
    float: left;
  }
  .float-right\@mobile {
    float: right;
  }
  .clear\@mobile {
    clear: both;
  }
  .clear-left\@mobile {
    clear: left;
  }
  .clear-right\@mobile {
    clear: right;
  }
  .no-gutter\@mobile {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .no-gutter-left\@mobile {
    padding-left: 0;
  }
  .no-gutter-right\@mobile {
    padding-right: 0;
  }
  .no-gutter-top\@mobile {
    padding-top: 0;
  }
  .no-gutter-bottom\@mobile {
    padding-bottom: 0;
  }
  .auto-height\@mobile {
    height: inherit;
  }
  .row\@mobile {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0px;
    margin-right: 0px;
  }
  [class*=no-gutter] > .row\@mobile {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .row-reverse\@mobile {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0px;
    margin-right: 0px;
    transform: rotateY(180deg);
  }
  .row-reverse\@mobile > [class*=gr-] {
    transform: rotateY(-180deg);
  }
  [class*=no-gutter] > .row-reverse\@mobile {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .row-full\@mobile {
    width: 100vw;
    margin-left: 50% !important;
    margin-right: 0 !important;
    -webkit-transform: translateX(-50%);
    -moz-transition: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .col\@mobile {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0px;
    margin-right: 0px;
  }
  .col-reverse\@mobile {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0px;
    margin-right: 0px;
    transform: rotateX(180deg);
  }
  .col-reverse\@mobile > [class*=gr-] {
    transform: rotateX(-180deg);
  }
  .gr-table\@mobile {
    display: table-cell;
    float: none;
    vertical-align: top;
  }
  .row-align-left\@mobile {
    font-size: 0;
    clear: both;
    text-align: left;
  }
  .row-align-left\@mobile > * {
    float: none !important;
    vertical-align: bottom;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-left\@mobile > * {
      margin-right: -0.5px;
    }
  }
  .row-align-center\@mobile {
    font-size: 0;
    clear: both;
    text-align: center;
  }
  .row-align-center\@mobile > * {
    float: none !important;
    vertical-align: bottom;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-center\@mobile > * {
      margin-right: -0.5px;
    }
  }
  .row-align-center\@mobile > * {
    text-align: left;
  }
  .row-align-right\@mobile {
    font-size: 0;
    clear: both;
    text-align: right;
  }
  .row-align-right\@mobile > * {
    float: none !important;
    vertical-align: bottom;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-right\@mobile > * {
      margin-right: -0.5px;
    }
  }
  .row-align-right\@mobile > * {
    text-align: left;
  }
  .row-align-middle\@mobile {
    font-size: 0;
    clear: both;
    vertical-align: middle;
  }
  .row-align-middle\@mobile > * {
    float: none !important;
    vertical-align: middle;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-middle\@mobile > * {
      margin-right: -0.5px;
    }
  }
  .row-align-top\@mobile {
    font-size: 0;
    clear: both;
    vertical-align: top;
  }
  .row-align-top\@mobile > * {
    float: none !important;
    vertical-align: top;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-top\@mobile > * {
      margin-right: -0.5px;
    }
  }
  .row-align-bottom\@mobile {
    font-size: 0;
    clear: both;
    vertical-align: bottom;
  }
  .row-align-bottom\@mobile > * {
    float: none !important;
    vertical-align: bottom;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-bottom\@mobile > * {
      margin-right: -0.5px;
    }
  }
  .hide\@mobile {
    display: none;
  }
  .not-visible\@mobile {
    visibility: hidden;
  }
  .show\@mobile {
    display: block;
  }
  .show-inline\@mobile {
    display: inline-block;
  }
  .visible\@mobile {
    visibility: visible;
  }
  .row-debug\@mobile {
    position: relative;
    z-index: 99999;
    overflow: hidden;
  }
  .row-debug\@mobile:before {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99999px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.02) 50%);
    background-size: 16.6666666667% 100%;
    z-index: 99999;
  }
  body {
    direction: ltr;
  }
}
@media screen and (min-width: 581px) and (max-width: 900px) {
  .gr-0\@tablet {
    width: 0%;
  }
  .push-0\@tablet {
    left: 0%;
    right: auto;
  }
  .pull-0\@tablet {
    right: 0%;
    left: auto;
  }
  .prefix-0\@tablet {
    margin-left: 0%;
  }
  .suffix-0\@tablet {
    margin-right: 0%;
  }
  .gr-1\@tablet {
    width: 8.3333333333%;
  }
  .push-1\@tablet {
    left: 8.3333333333%;
    right: auto;
  }
  .pull-1\@tablet {
    right: 8.3333333333%;
    left: auto;
  }
  .prefix-1\@tablet {
    margin-left: 8.3333333333%;
  }
  .suffix-1\@tablet {
    margin-right: 8.3333333333%;
  }
  .gr-2\@tablet {
    width: 16.6666666667%;
  }
  .push-2\@tablet {
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2\@tablet {
    right: 16.6666666667%;
    left: auto;
  }
  .prefix-2\@tablet {
    margin-left: 16.6666666667%;
  }
  .suffix-2\@tablet {
    margin-right: 16.6666666667%;
  }
  .gr-3\@tablet {
    width: 25%;
  }
  .push-3\@tablet {
    left: 25%;
    right: auto;
  }
  .pull-3\@tablet {
    right: 25%;
    left: auto;
  }
  .prefix-3\@tablet {
    margin-left: 25%;
  }
  .suffix-3\@tablet {
    margin-right: 25%;
  }
  .gr-4\@tablet {
    width: 33.3333333333%;
  }
  .push-4\@tablet {
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4\@tablet {
    right: 33.3333333333%;
    left: auto;
  }
  .prefix-4\@tablet {
    margin-left: 33.3333333333%;
  }
  .suffix-4\@tablet {
    margin-right: 33.3333333333%;
  }
  .gr-5\@tablet {
    width: 41.6666666667%;
  }
  .push-5\@tablet {
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5\@tablet {
    right: 41.6666666667%;
    left: auto;
  }
  .prefix-5\@tablet {
    margin-left: 41.6666666667%;
  }
  .suffix-5\@tablet {
    margin-right: 41.6666666667%;
  }
  .gr-6\@tablet {
    width: 50%;
  }
  .push-6\@tablet {
    left: 50%;
    right: auto;
  }
  .pull-6\@tablet {
    right: 50%;
    left: auto;
  }
  .prefix-6\@tablet {
    margin-left: 50%;
  }
  .suffix-6\@tablet {
    margin-right: 50%;
  }
  .gr-7\@tablet {
    width: 58.3333333333%;
  }
  .push-7\@tablet {
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7\@tablet {
    right: 58.3333333333%;
    left: auto;
  }
  .prefix-7\@tablet {
    margin-left: 58.3333333333%;
  }
  .suffix-7\@tablet {
    margin-right: 58.3333333333%;
  }
  .gr-8\@tablet {
    width: 66.6666666667%;
  }
  .push-8\@tablet {
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8\@tablet {
    right: 66.6666666667%;
    left: auto;
  }
  .prefix-8\@tablet {
    margin-left: 66.6666666667%;
  }
  .suffix-8\@tablet {
    margin-right: 66.6666666667%;
  }
  .gr-9\@tablet {
    width: 75%;
  }
  .push-9\@tablet {
    left: 75%;
    right: auto;
  }
  .pull-9\@tablet {
    right: 75%;
    left: auto;
  }
  .prefix-9\@tablet {
    margin-left: 75%;
  }
  .suffix-9\@tablet {
    margin-right: 75%;
  }
  .gr-10\@tablet {
    width: 83.3333333333%;
  }
  .push-10\@tablet {
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10\@tablet {
    right: 83.3333333333%;
    left: auto;
  }
  .prefix-10\@tablet {
    margin-left: 83.3333333333%;
  }
  .suffix-10\@tablet {
    margin-right: 83.3333333333%;
  }
  .gr-11\@tablet {
    width: 91.6666666667%;
  }
  .push-11\@tablet {
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11\@tablet {
    right: 91.6666666667%;
    left: auto;
  }
  .prefix-11\@tablet {
    margin-left: 91.6666666667%;
  }
  .suffix-11\@tablet {
    margin-right: 91.6666666667%;
  }
  .gr-12\@tablet {
    width: 100%;
  }
  .push-12\@tablet {
    left: 100%;
    right: auto;
  }
  .pull-12\@tablet {
    right: 100%;
    left: auto;
  }
  .prefix-12\@tablet {
    margin-left: 100%;
  }
  .suffix-12\@tablet {
    margin-right: 100%;
  }
  .float-left\@tablet {
    float: left;
  }
  .float-right\@tablet {
    float: right;
  }
  .clear\@tablet {
    clear: both;
  }
  .clear-left\@tablet {
    clear: left;
  }
  .clear-right\@tablet {
    clear: right;
  }
  .no-gutter\@tablet {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .no-gutter-left\@tablet {
    padding-left: 0;
  }
  .no-gutter-right\@tablet {
    padding-right: 0;
  }
  .no-gutter-top\@tablet {
    padding-top: 0;
  }
  .no-gutter-bottom\@tablet {
    padding-bottom: 0;
  }
  .auto-height\@tablet {
    height: inherit;
  }
  .row\@tablet {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0px;
    margin-right: 0px;
  }
  [class*=no-gutter] > .row\@tablet {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .row-reverse\@tablet {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0px;
    margin-right: 0px;
    transform: rotateY(180deg);
  }
  .row-reverse\@tablet > [class*=gr-] {
    transform: rotateY(-180deg);
  }
  [class*=no-gutter] > .row-reverse\@tablet {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .row-full\@tablet {
    width: 100vw;
    margin-left: 50% !important;
    margin-right: 0 !important;
    -webkit-transform: translateX(-50%);
    -moz-transition: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .col\@tablet {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0px;
    margin-right: 0px;
  }
  .col-reverse\@tablet {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0px;
    margin-right: 0px;
    transform: rotateX(180deg);
  }
  .col-reverse\@tablet > [class*=gr-] {
    transform: rotateX(-180deg);
  }
  .gr-table\@tablet {
    display: table-cell;
    float: none;
    vertical-align: top;
  }
  .row-align-left\@tablet {
    font-size: 0;
    clear: both;
    text-align: left;
  }
  .row-align-left\@tablet > * {
    float: none !important;
    vertical-align: bottom;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-left\@tablet > * {
      margin-right: -0.5px;
    }
  }
  .row-align-center\@tablet {
    font-size: 0;
    clear: both;
    text-align: center;
  }
  .row-align-center\@tablet > * {
    float: none !important;
    vertical-align: bottom;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-center\@tablet > * {
      margin-right: -0.5px;
    }
  }
  .row-align-center\@tablet > * {
    text-align: left;
  }
  .row-align-right\@tablet {
    font-size: 0;
    clear: both;
    text-align: right;
  }
  .row-align-right\@tablet > * {
    float: none !important;
    vertical-align: bottom;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-right\@tablet > * {
      margin-right: -0.5px;
    }
  }
  .row-align-right\@tablet > * {
    text-align: left;
  }
  .row-align-middle\@tablet {
    font-size: 0;
    clear: both;
    vertical-align: middle;
  }
  .row-align-middle\@tablet > * {
    float: none !important;
    vertical-align: middle;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-middle\@tablet > * {
      margin-right: -0.5px;
    }
  }
  .row-align-top\@tablet {
    font-size: 0;
    clear: both;
    vertical-align: top;
  }
  .row-align-top\@tablet > * {
    float: none !important;
    vertical-align: top;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-top\@tablet > * {
      margin-right: -0.5px;
    }
  }
  .row-align-bottom\@tablet {
    font-size: 0;
    clear: both;
    vertical-align: bottom;
  }
  .row-align-bottom\@tablet > * {
    float: none !important;
    vertical-align: bottom;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-bottom\@tablet > * {
      margin-right: -0.5px;
    }
  }
  .hide\@tablet {
    display: none;
  }
  .not-visible\@tablet {
    visibility: hidden;
  }
  .show\@tablet {
    display: block;
  }
  .show-inline\@tablet {
    display: inline-block;
  }
  .visible\@tablet {
    visibility: visible;
  }
  .row-debug\@tablet {
    position: relative;
    z-index: 99999;
    overflow: hidden;
  }
  .row-debug\@tablet:before {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99999px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.02) 50%);
    background-size: 16.6666666667% 100%;
    z-index: 99999;
  }
  body {
    direction: ltr;
  }
}
@media screen and (min-width: 901px) and (max-width: 1000px) {
  .gr-0\@smalldesktop {
    width: 0%;
  }
  .push-0\@smalldesktop {
    left: 0%;
    right: auto;
  }
  .pull-0\@smalldesktop {
    right: 0%;
    left: auto;
  }
  .prefix-0\@smalldesktop {
    margin-left: 0%;
  }
  .suffix-0\@smalldesktop {
    margin-right: 0%;
  }
  .gr-1\@smalldesktop {
    width: 8.3333333333%;
  }
  .push-1\@smalldesktop {
    left: 8.3333333333%;
    right: auto;
  }
  .pull-1\@smalldesktop {
    right: 8.3333333333%;
    left: auto;
  }
  .prefix-1\@smalldesktop {
    margin-left: 8.3333333333%;
  }
  .suffix-1\@smalldesktop {
    margin-right: 8.3333333333%;
  }
  .gr-2\@smalldesktop {
    width: 16.6666666667%;
  }
  .push-2\@smalldesktop {
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2\@smalldesktop {
    right: 16.6666666667%;
    left: auto;
  }
  .prefix-2\@smalldesktop {
    margin-left: 16.6666666667%;
  }
  .suffix-2\@smalldesktop {
    margin-right: 16.6666666667%;
  }
  .gr-3\@smalldesktop {
    width: 25%;
  }
  .push-3\@smalldesktop {
    left: 25%;
    right: auto;
  }
  .pull-3\@smalldesktop {
    right: 25%;
    left: auto;
  }
  .prefix-3\@smalldesktop {
    margin-left: 25%;
  }
  .suffix-3\@smalldesktop {
    margin-right: 25%;
  }
  .gr-4\@smalldesktop {
    width: 33.3333333333%;
  }
  .push-4\@smalldesktop {
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4\@smalldesktop {
    right: 33.3333333333%;
    left: auto;
  }
  .prefix-4\@smalldesktop {
    margin-left: 33.3333333333%;
  }
  .suffix-4\@smalldesktop {
    margin-right: 33.3333333333%;
  }
  .gr-5\@smalldesktop {
    width: 41.6666666667%;
  }
  .push-5\@smalldesktop {
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5\@smalldesktop {
    right: 41.6666666667%;
    left: auto;
  }
  .prefix-5\@smalldesktop {
    margin-left: 41.6666666667%;
  }
  .suffix-5\@smalldesktop {
    margin-right: 41.6666666667%;
  }
  .gr-6\@smalldesktop {
    width: 50%;
  }
  .push-6\@smalldesktop {
    left: 50%;
    right: auto;
  }
  .pull-6\@smalldesktop {
    right: 50%;
    left: auto;
  }
  .prefix-6\@smalldesktop {
    margin-left: 50%;
  }
  .suffix-6\@smalldesktop {
    margin-right: 50%;
  }
  .gr-7\@smalldesktop {
    width: 58.3333333333%;
  }
  .push-7\@smalldesktop {
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7\@smalldesktop {
    right: 58.3333333333%;
    left: auto;
  }
  .prefix-7\@smalldesktop {
    margin-left: 58.3333333333%;
  }
  .suffix-7\@smalldesktop {
    margin-right: 58.3333333333%;
  }
  .gr-8\@smalldesktop {
    width: 66.6666666667%;
  }
  .push-8\@smalldesktop {
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8\@smalldesktop {
    right: 66.6666666667%;
    left: auto;
  }
  .prefix-8\@smalldesktop {
    margin-left: 66.6666666667%;
  }
  .suffix-8\@smalldesktop {
    margin-right: 66.6666666667%;
  }
  .gr-9\@smalldesktop {
    width: 75%;
  }
  .push-9\@smalldesktop {
    left: 75%;
    right: auto;
  }
  .pull-9\@smalldesktop {
    right: 75%;
    left: auto;
  }
  .prefix-9\@smalldesktop {
    margin-left: 75%;
  }
  .suffix-9\@smalldesktop {
    margin-right: 75%;
  }
  .gr-10\@smalldesktop {
    width: 83.3333333333%;
  }
  .push-10\@smalldesktop {
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10\@smalldesktop {
    right: 83.3333333333%;
    left: auto;
  }
  .prefix-10\@smalldesktop {
    margin-left: 83.3333333333%;
  }
  .suffix-10\@smalldesktop {
    margin-right: 83.3333333333%;
  }
  .gr-11\@smalldesktop {
    width: 91.6666666667%;
  }
  .push-11\@smalldesktop {
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11\@smalldesktop {
    right: 91.6666666667%;
    left: auto;
  }
  .prefix-11\@smalldesktop {
    margin-left: 91.6666666667%;
  }
  .suffix-11\@smalldesktop {
    margin-right: 91.6666666667%;
  }
  .gr-12\@smalldesktop {
    width: 100%;
  }
  .push-12\@smalldesktop {
    left: 100%;
    right: auto;
  }
  .pull-12\@smalldesktop {
    right: 100%;
    left: auto;
  }
  .prefix-12\@smalldesktop {
    margin-left: 100%;
  }
  .suffix-12\@smalldesktop {
    margin-right: 100%;
  }
  .float-left\@smalldesktop {
    float: left;
  }
  .float-right\@smalldesktop {
    float: right;
  }
  .clear\@smalldesktop {
    clear: both;
  }
  .clear-left\@smalldesktop {
    clear: left;
  }
  .clear-right\@smalldesktop {
    clear: right;
  }
  .no-gutter\@smalldesktop {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .no-gutter-left\@smalldesktop {
    padding-left: 0;
  }
  .no-gutter-right\@smalldesktop {
    padding-right: 0;
  }
  .no-gutter-top\@smalldesktop {
    padding-top: 0;
  }
  .no-gutter-bottom\@smalldesktop {
    padding-bottom: 0;
  }
  .auto-height\@smalldesktop {
    height: inherit;
  }
  .row\@smalldesktop {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0px;
    margin-right: 0px;
  }
  [class*=no-gutter] > .row\@smalldesktop {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .row-reverse\@smalldesktop {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0px;
    margin-right: 0px;
    transform: rotateY(180deg);
  }
  .row-reverse\@smalldesktop > [class*=gr-] {
    transform: rotateY(-180deg);
  }
  [class*=no-gutter] > .row-reverse\@smalldesktop {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .row-full\@smalldesktop {
    width: 100vw;
    margin-left: 50% !important;
    margin-right: 0 !important;
    -webkit-transform: translateX(-50%);
    -moz-transition: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .col\@smalldesktop {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0px;
    margin-right: 0px;
  }
  .col-reverse\@smalldesktop {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0px;
    margin-right: 0px;
    transform: rotateX(180deg);
  }
  .col-reverse\@smalldesktop > [class*=gr-] {
    transform: rotateX(-180deg);
  }
  .gr-table\@smalldesktop {
    display: table-cell;
    float: none;
    vertical-align: top;
  }
  .row-align-left\@smalldesktop {
    font-size: 0;
    clear: both;
    text-align: left;
  }
  .row-align-left\@smalldesktop > * {
    float: none !important;
    vertical-align: bottom;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-left\@smalldesktop > * {
      margin-right: -0.5px;
    }
  }
  .row-align-center\@smalldesktop {
    font-size: 0;
    clear: both;
    text-align: center;
  }
  .row-align-center\@smalldesktop > * {
    float: none !important;
    vertical-align: bottom;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-center\@smalldesktop > * {
      margin-right: -0.5px;
    }
  }
  .row-align-center\@smalldesktop > * {
    text-align: left;
  }
  .row-align-right\@smalldesktop {
    font-size: 0;
    clear: both;
    text-align: right;
  }
  .row-align-right\@smalldesktop > * {
    float: none !important;
    vertical-align: bottom;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-right\@smalldesktop > * {
      margin-right: -0.5px;
    }
  }
  .row-align-right\@smalldesktop > * {
    text-align: left;
  }
  .row-align-middle\@smalldesktop {
    font-size: 0;
    clear: both;
    vertical-align: middle;
  }
  .row-align-middle\@smalldesktop > * {
    float: none !important;
    vertical-align: middle;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-middle\@smalldesktop > * {
      margin-right: -0.5px;
    }
  }
  .row-align-top\@smalldesktop {
    font-size: 0;
    clear: both;
    vertical-align: top;
  }
  .row-align-top\@smalldesktop > * {
    float: none !important;
    vertical-align: top;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-top\@smalldesktop > * {
      margin-right: -0.5px;
    }
  }
  .row-align-bottom\@smalldesktop {
    font-size: 0;
    clear: both;
    vertical-align: bottom;
  }
  .row-align-bottom\@smalldesktop > * {
    float: none !important;
    vertical-align: bottom;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-bottom\@smalldesktop > * {
      margin-right: -0.5px;
    }
  }
  .hide\@smalldesktop {
    display: none;
  }
  .not-visible\@smalldesktop {
    visibility: hidden;
  }
  .show\@smalldesktop {
    display: block;
  }
  .show-inline\@smalldesktop {
    display: inline-block;
  }
  .visible\@smalldesktop {
    visibility: visible;
  }
  .row-debug\@smalldesktop {
    position: relative;
    z-index: 99999;
    overflow: hidden;
  }
  .row-debug\@smalldesktop:before {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99999px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.02) 50%);
    background-size: 16.6666666667% 100%;
    z-index: 99999;
  }
  body {
    direction: ltr;
  }
}
@media screen and (min-width: 1001px) {
  .gr-0\@desktop {
    width: 0%;
  }
  .push-0\@desktop {
    left: 0%;
    right: auto;
  }
  .pull-0\@desktop {
    right: 0%;
    left: auto;
  }
  .prefix-0\@desktop {
    margin-left: 0%;
  }
  .suffix-0\@desktop {
    margin-right: 0%;
  }
  .gr-1\@desktop {
    width: 8.3333333333%;
  }
  .push-1\@desktop {
    left: 8.3333333333%;
    right: auto;
  }
  .pull-1\@desktop {
    right: 8.3333333333%;
    left: auto;
  }
  .prefix-1\@desktop {
    margin-left: 8.3333333333%;
  }
  .suffix-1\@desktop {
    margin-right: 8.3333333333%;
  }
  .gr-2\@desktop {
    width: 16.6666666667%;
  }
  .push-2\@desktop {
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2\@desktop {
    right: 16.6666666667%;
    left: auto;
  }
  .prefix-2\@desktop {
    margin-left: 16.6666666667%;
  }
  .suffix-2\@desktop {
    margin-right: 16.6666666667%;
  }
  .gr-3\@desktop {
    width: 25%;
  }
  .push-3\@desktop {
    left: 25%;
    right: auto;
  }
  .pull-3\@desktop {
    right: 25%;
    left: auto;
  }
  .prefix-3\@desktop {
    margin-left: 25%;
  }
  .suffix-3\@desktop {
    margin-right: 25%;
  }
  .gr-4\@desktop {
    width: 33.3333333333%;
  }
  .push-4\@desktop {
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4\@desktop {
    right: 33.3333333333%;
    left: auto;
  }
  .prefix-4\@desktop {
    margin-left: 33.3333333333%;
  }
  .suffix-4\@desktop {
    margin-right: 33.3333333333%;
  }
  .gr-5\@desktop {
    width: 41.6666666667%;
  }
  .push-5\@desktop {
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5\@desktop {
    right: 41.6666666667%;
    left: auto;
  }
  .prefix-5\@desktop {
    margin-left: 41.6666666667%;
  }
  .suffix-5\@desktop {
    margin-right: 41.6666666667%;
  }
  .gr-6\@desktop {
    width: 50%;
  }
  .push-6\@desktop {
    left: 50%;
    right: auto;
  }
  .pull-6\@desktop {
    right: 50%;
    left: auto;
  }
  .prefix-6\@desktop {
    margin-left: 50%;
  }
  .suffix-6\@desktop {
    margin-right: 50%;
  }
  .gr-7\@desktop {
    width: 58.3333333333%;
  }
  .push-7\@desktop {
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7\@desktop {
    right: 58.3333333333%;
    left: auto;
  }
  .prefix-7\@desktop {
    margin-left: 58.3333333333%;
  }
  .suffix-7\@desktop {
    margin-right: 58.3333333333%;
  }
  .gr-8\@desktop {
    width: 66.6666666667%;
  }
  .push-8\@desktop {
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8\@desktop {
    right: 66.6666666667%;
    left: auto;
  }
  .prefix-8\@desktop {
    margin-left: 66.6666666667%;
  }
  .suffix-8\@desktop {
    margin-right: 66.6666666667%;
  }
  .gr-9\@desktop {
    width: 75%;
  }
  .push-9\@desktop {
    left: 75%;
    right: auto;
  }
  .pull-9\@desktop {
    right: 75%;
    left: auto;
  }
  .prefix-9\@desktop {
    margin-left: 75%;
  }
  .suffix-9\@desktop {
    margin-right: 75%;
  }
  .gr-10\@desktop {
    width: 83.3333333333%;
  }
  .push-10\@desktop {
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10\@desktop {
    right: 83.3333333333%;
    left: auto;
  }
  .prefix-10\@desktop {
    margin-left: 83.3333333333%;
  }
  .suffix-10\@desktop {
    margin-right: 83.3333333333%;
  }
  .gr-11\@desktop {
    width: 91.6666666667%;
  }
  .push-11\@desktop {
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11\@desktop {
    right: 91.6666666667%;
    left: auto;
  }
  .prefix-11\@desktop {
    margin-left: 91.6666666667%;
  }
  .suffix-11\@desktop {
    margin-right: 91.6666666667%;
  }
  .gr-12\@desktop {
    width: 100%;
  }
  .push-12\@desktop {
    left: 100%;
    right: auto;
  }
  .pull-12\@desktop {
    right: 100%;
    left: auto;
  }
  .prefix-12\@desktop {
    margin-left: 100%;
  }
  .suffix-12\@desktop {
    margin-right: 100%;
  }
  .float-left\@desktop {
    float: left;
  }
  .float-right\@desktop {
    float: right;
  }
  .clear\@desktop {
    clear: both;
  }
  .clear-left\@desktop {
    clear: left;
  }
  .clear-right\@desktop {
    clear: right;
  }
  .no-gutter\@desktop {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .no-gutter-left\@desktop {
    padding-left: 0;
  }
  .no-gutter-right\@desktop {
    padding-right: 0;
  }
  .no-gutter-top\@desktop {
    padding-top: 0;
  }
  .no-gutter-bottom\@desktop {
    padding-bottom: 0;
  }
  .auto-height\@desktop {
    height: inherit;
  }
  .row\@desktop {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0px;
    margin-right: 0px;
  }
  [class*=no-gutter] > .row\@desktop {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .row-reverse\@desktop {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0px;
    margin-right: 0px;
    transform: rotateY(180deg);
  }
  .row-reverse\@desktop > [class*=gr-] {
    transform: rotateY(-180deg);
  }
  [class*=no-gutter] > .row-reverse\@desktop {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .row-full\@desktop {
    width: 100vw;
    margin-left: 50% !important;
    margin-right: 0 !important;
    -webkit-transform: translateX(-50%);
    -moz-transition: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .col\@desktop {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0px;
    margin-right: 0px;
  }
  .col-reverse\@desktop {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0px;
    margin-right: 0px;
    transform: rotateX(180deg);
  }
  .col-reverse\@desktop > [class*=gr-] {
    transform: rotateX(-180deg);
  }
  .gr-table\@desktop {
    display: table-cell;
    float: none;
    vertical-align: top;
  }
  .row-align-left\@desktop {
    font-size: 0;
    clear: both;
    text-align: left;
  }
  .row-align-left\@desktop > * {
    float: none !important;
    vertical-align: bottom;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-left\@desktop > * {
      margin-right: -0.5px;
    }
  }
  .row-align-center\@desktop {
    font-size: 0;
    clear: both;
    text-align: center;
  }
  .row-align-center\@desktop > * {
    float: none !important;
    vertical-align: bottom;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-center\@desktop > * {
      margin-right: -0.5px;
    }
  }
  .row-align-center\@desktop > * {
    text-align: left;
  }
  .row-align-right\@desktop {
    font-size: 0;
    clear: both;
    text-align: right;
  }
  .row-align-right\@desktop > * {
    float: none !important;
    vertical-align: bottom;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-right\@desktop > * {
      margin-right: -0.5px;
    }
  }
  .row-align-right\@desktop > * {
    text-align: left;
  }
  .row-align-middle\@desktop {
    font-size: 0;
    clear: both;
    vertical-align: middle;
  }
  .row-align-middle\@desktop > * {
    float: none !important;
    vertical-align: middle;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-middle\@desktop > * {
      margin-right: -0.5px;
    }
  }
  .row-align-top\@desktop {
    font-size: 0;
    clear: both;
    vertical-align: top;
  }
  .row-align-top\@desktop > * {
    float: none !important;
    vertical-align: top;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-top\@desktop > * {
      margin-right: -0.5px;
    }
  }
  .row-align-bottom\@desktop {
    font-size: 0;
    clear: both;
    vertical-align: bottom;
  }
  .row-align-bottom\@desktop > * {
    float: none !important;
    vertical-align: bottom;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-bottom\@desktop > * {
      margin-right: -0.5px;
    }
  }
  .hide\@desktop {
    display: none;
  }
  .not-visible\@desktop {
    visibility: hidden;
  }
  .show\@desktop {
    display: block;
  }
  .show-inline\@desktop {
    display: inline-block;
  }
  .visible\@desktop {
    visibility: visible;
  }
  .row-debug\@desktop {
    position: relative;
    z-index: 99999;
    overflow: hidden;
  }
  .row-debug\@desktop:before {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99999px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.02) 50%);
    background-size: 16.6666666667% 100%;
    z-index: 99999;
  }
  body {
    direction: ltr;
  }
}
[class*=gr-] > [class^=row],
[class*=gr-] > [class^=col] {
  margin-left: 0px;
  margin-right: 0px;
}

@media screen and (max-width: 580px) {
  [class*=gr-] > [class^=row],
[class*=gr-] > [class^=col] {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (min-width: 581px) and (max-width: 900px) {
  [class*=gr-] > [class^=row],
[class*=gr-] > [class^=col] {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (min-width: 901px) and (max-width: 1000px) {
  [class*=gr-] > [class^=row],
[class*=gr-] > [class^=col] {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (min-width: 1001px) {
  [class*=gr-] > [class^=row],
[class*=gr-] > [class^=col] {
    margin-left: 0px;
    margin-right: 0px;
  }
}

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