.text-center {
  text-align: center; }

.feedback-button {
  background: #eb1424;
  border: #eb1424;
  color: #fff;
  padding: 17px 59px; }
  .feedback-button:hover {
    color: #ffffff;
    background-color: #bdbdbd;
    border-color: #bdbdbd; }

.content p, .content ol, .content ul {
  margin-bottom: 15px; }

iframe {
  margin-bottom: 20px; }

.footer__motivation {
  background-color: rgba(0, 0, 0, 0.9); }

.footer__data {
  background-color: #000; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.62857143;
  color: #434f53;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #989da2;
  text-decoration: none; }

a:hover,
a:focus {
  color: #989da2;
  text-decoration: underline; }

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 3px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 768px) {
  .container {
    max-width: 720px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%; }

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%; }

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%; }

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%; }

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333333%; }

.offset-2 {
  margin-left: 16.66666667%; }

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

.offset-4 {
  margin-left: 33.33333333%; }

.offset-5 {
  margin-left: 41.66666667%; }

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

.offset-7 {
  margin-left: 58.33333333%; }

.offset-8 {
  margin-left: 66.66666667%; }

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

.offset-10 {
  margin-left: 83.33333333%; }

.offset-11 {
  margin-left: 91.66666667%; }

@media (min-width: 768px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%; }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%; }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%; }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333333%; }
  .offset-sm-2 {
    margin-left: 16.66666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333333%; }
  .offset-sm-5 {
    margin-left: 41.66666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333333%; }
  .offset-sm-8 {
    margin-left: 66.66666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333333%; }
  .offset-sm-11 {
    margin-left: 91.66666667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 768px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 768px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

.col-xs-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%; }

.col-xs-2 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%; }

.col-xs-3 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 25%;
  max-width: 25%; }

.col-xs-4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%; }

.col-xs-5 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%; }

.col-xs-6 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 50%;
  max-width: 50%; }

.col-xs-7 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%; }

.col-xs-8 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%; }

.col-xs-9 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 75%;
  max-width: 75%; }

.col-xs-10 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%; }

.col-xs-11 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%; }

.col-xs-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%; }

/* Accessibility: hide screen reader texts (and prefer "top" for RTL languages).
Reference: http://blog.rrwd.nl/2015/04/04/the-screen-reader-text-class-why-and-how/ */
.mejs-offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal; }

.mejs-container {
  background: #000;
  box-sizing: border-box;
  font-family: 'Helvetica', Arial, serif;
  position: relative;
  text-align: left;
  text-indent: 0;
  vertical-align: top; }

.mejs-container * {
  box-sizing: border-box; }

/* Hide native play button and control bar from iOS to favor plugin button */
.mejs-container video::-webkit-media-controls,
.mejs-container video::-webkit-media-controls-panel,
.mejs-container video::-webkit-media-controls-panel-container,
.mejs-container video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important; }

.mejs-fill-container,
.mejs-fill-container .mejs-container {
  height: 100%;
  width: 100%; }

.mejs-fill-container {
  background: transparent;
  margin: 0 auto;
  overflow: hidden;
  position: relative; }

.mejs-container:focus {
  outline: none; }

.mejs-iframe-overlay {
  height: 100%;
  position: absolute;
  width: 100%; }

.mejs-embed,
.mejs-embed body {
  background: #000;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.mejs-fullscreen {
  overflow: hidden !important; }

.mejs-container-fullscreen {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000; }

.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
  height: 100% !important;
  width: 100% !important; }

/* Start: LAYERS */
.mejs-background {
  left: 0;
  position: absolute;
  top: 0; }

.mejs-mediaelement {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0; }

.mejs-poster {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1; }

:root .mejs-poster-img {
  display: none; }

.mejs-poster-img {
  border: 0;
  padding: 0; }

.mejs-overlay {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0; }

.mejs-layer {
  z-index: 1; }

.mejs-overlay-play {
  cursor: pointer; }

.mejs-overlay-button {
  background-position: 0 -39px;
  height: 80px;
  width: 80px; }

.mejs-overlay:hover > .mejs-overlay-button {
  background-position: -80px -39px; }

.mejs-overlay-loading {
  height: 80px;
  width: 80px; }

.mejs-overlay-loading-bg-img {
  -webkit-animation: mejs-loading-spinner 1s linear infinite;
  animation: mejs-loading-spinner 1s linear infinite;
  display: block;
  height: 80px;
  width: 80px;
  z-index: 1; }

@-webkit-keyframes mejs-loading-spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes mejs-loading-spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* End: LAYERS */
/* Start: CONTROL BAR */
.mejs-controls {
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 0 10px;
  position: absolute;
  width: 100%;
  z-index: 3; }

.mejs-controls:not([style*='display: none']) {
  background: rgba(255, 0, 0, 0.7);
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.35));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.35)); }

.mejs-button,
.mejs-time,
.mejs-time-rail {
  font-size: 10px;
  height: 40px;
  line-height: 10px;
  margin: 0;
  width: 32px; }

.mejs-button > button {
  border: 0;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  margin: 10px 6px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-decoration: none;
  width: 20px; }

/* :focus for accessibility */
.mejs-button > button:focus {
  outline: dotted 1px #999; }

.mejs-container-keyboard-inactive a,
.mejs-container-keyboard-inactive a:focus,
.mejs-container-keyboard-inactive button,
.mejs-container-keyboard-inactive button:focus,
.mejs-container-keyboard-inactive [role=slider],
.mejs-container-keyboard-inactive [role=slider]:focus {
  outline: 0; }

/* End: CONTROL BAR */
/* Start: Time (Current / Duration) */
.mejs-time {
  box-sizing: content-box;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  height: 24px;
  overflow: hidden;
  padding: 16px 6px 0;
  text-align: center;
  width: auto; }

/* End: Time (Current / Duration) */
/* Start: Play/Pause/Stop */
.mejs-play > button {
  background-position: 0 0; }

.mejs-pause > button {
  background-position: -20px 0; }

.mejs-replay > button {
  background-position: -160px 0; }

/* End: Play/Pause/Stop */
/* Start: Progress Bar */
.mejs-time-rail {
  direction: ltr;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 40px;
  margin: 0 10px;
  padding-top: 10px;
  position: relative; }

.mejs-time-total,
.mejs-time-buffering,
.mejs-time-loaded,
.mejs-time-current,
.mejs-time-float,
.mejs-time-hovered,
.mejs-time-float-current,
.mejs-time-float-corner,
.mejs-time-marker {
  border-radius: 2px;
  cursor: pointer;
  display: block;
  height: 10px;
  position: absolute; }

.mejs-time-total {
  background: rgba(255, 255, 255, 0.3);
  margin: 5px 0 0;
  width: 100%; }

.mejs-time-buffering {
  -webkit-animation: buffering-stripes 2s linear infinite;
  animation: buffering-stripes 2s linear infinite;
  background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
  background-size: 15px 15px;
  width: 100%; }

@-webkit-keyframes buffering-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 30px 0; } }

@keyframes buffering-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 30px 0; } }

.mejs-time-loaded {
  background: rgba(255, 255, 255, 0.3); }

.mejs-time-current,
.mejs-time-handle-content {
  background: rgba(255, 255, 255, 0.9); }

.mejs-time-hovered {
  background: rgba(255, 255, 255, 0.5);
  z-index: 10; }

.mejs-time-hovered.negative {
  background: rgba(0, 0, 0, 0.2); }

.mejs-time-current,
.mejs-time-buffering,
.mejs-time-loaded,
.mejs-time-hovered {
  left: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: 0.15s ease-in all;
  transition: 0.15s ease-in all;
  width: 100%; }

.mejs-time-buffering {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1); }

.mejs-time-hovered {
  -webkit-transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
  transition: height 0.1s cubic-bezier(0.44, 0, 1, 1); }

.mejs-time-hovered.no-hover {
  -webkit-transform: scaleX(0) !important;
  -ms-transform: scaleX(0) !important;
  transform: scaleX(0) !important; }

.mejs-time-handle,
.mejs-time-handle-content {
  border: 4px solid transparent;
  cursor: pointer;
  left: 0;
  position: absolute;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  z-index: 11; }

.mejs-time-handle-content {
  border: 4px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  height: 10px;
  left: -7px;
  top: -4px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  width: 10px; }

.mejs-time-rail:hover .mejs-time-handle-content,
.mejs-time-rail .mejs-time-handle-content:focus,
.mejs-time-rail .mejs-time-handle-content:active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.mejs-time-float {
  background: #eee;
  border: solid 1px #333;
  bottom: 100%;
  color: #111;
  display: none;
  height: 17px;
  margin-bottom: 9px;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 36px; }

.mejs-time-float-current {
  display: block;
  left: 0;
  margin: 2px;
  text-align: center;
  width: 30px; }

.mejs-time-float-corner {
  border: solid 5px #eee;
  border-color: #eee transparent transparent;
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  line-height: 0;
  position: absolute;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0; }

.mejs-long-video .mejs-time-float {
  margin-left: -23px;
  width: 64px; }

.mejs-long-video .mejs-time-float-current {
  width: 60px; }

.mejs-broadcast {
  color: #fff;
  height: 10px;
  position: absolute;
  top: 15px;
  width: 100%; }

/* End: Progress Bar */
/* Start: Fullscreen */
.mejs-fullscreen-button > button {
  background-position: -80px 0; }

.mejs-unfullscreen > button {
  background-position: -100px 0; }

/* End: Fullscreen */
/* Start: Mute/Volume */
.mejs-mute > button {
  background-position: -60px 0; }

.mejs-unmute > button {
  background-position: -40px 0; }

.mejs-volume-button {
  position: relative; }

.mejs-volume-button > .mejs-volume-slider {
  -webkit-backface-visibility: hidden;
  background: rgba(50, 50, 50, 0.7);
  border-radius: 0;
  bottom: 100%;
  display: none;
  height: 115px;
  left: 50%;
  margin: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 25px;
  z-index: 1; }

.mejs-volume-button:hover {
  border-radius: 0 0 4px 4px; }

.mejs-volume-total {
  background: rgba(255, 255, 255, 0.5);
  height: 100px;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 8px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2px; }

.mejs-volume-current {
  background: rgba(255, 255, 255, 0.9);
  left: 0;
  margin: 0;
  position: absolute;
  width: 100%; }

.mejs-volume-handle {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 1px;
  cursor: ns-resize;
  height: 6px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 16px; }

.mejs-horizontal-volume-slider {
  display: block;
  height: 36px;
  position: relative;
  vertical-align: middle;
  width: 56px; }

.mejs-horizontal-volume-total {
  background: rgba(50, 50, 50, 0.8);
  border-radius: 2px;
  font-size: 1px;
  height: 8px;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 16px;
  width: 50px; }

.mejs-horizontal-volume-current {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  font-size: 1px;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.mejs-horizontal-volume-handle {
  display: none; }

/* End: Mute/Volume */
/* Start: Track (Captions and Chapters) */
.mejs-captions-button,
.mejs-chapters-button {
  position: relative; }

.mejs-captions-button > button {
  background-position: -140px 0; }

.mejs-chapters-button > button {
  background-position: -180px 0; }

.mejs-captions-button > .mejs-captions-selector,
.mejs-chapters-button > .mejs-chapters-selector {
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  border-radius: 0;
  bottom: 100%;
  margin-right: -43px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 50%;
  visibility: visible;
  width: 86px; }

.mejs-chapters-button > .mejs-chapters-selector {
  margin-right: -55px;
  width: 110px; }

.mejs-captions-selector-list,
.mejs-chapters-selector-list {
  list-style-type: none !important;
  margin: 0;
  overflow: hidden;
  padding: 0; }

.mejs-captions-selector-list-item,
.mejs-chapters-selector-list-item {
  color: #fff;
  cursor: pointer;
  display: block;
  list-style-type: none !important;
  margin: 0 0 6px;
  overflow: hidden;
  padding: 0; }

.mejs-captions-selector-list-item:hover,
.mejs-chapters-selector-list-item:hover {
  background-color: #c8c8c8 !important;
  background-color: rgba(255, 255, 255, 0.4) !important; }

.mejs-captions-selector-input,
.mejs-chapters-selector-input {
  clear: both;
  float: left;
  left: -1000px;
  margin: 3px 3px 0 5px;
  position: absolute; }

.mejs-captions-selector-label,
.mejs-chapters-selector-label {
  cursor: pointer;
  float: left;
  font-size: 10px;
  line-height: 15px;
  padding: 4px 10px 0;
  width: 100%; }

.mejs-captions-selected,
.mejs-chapters-selected {
  color: #21f8f8; }

.mejs-captions-translations {
  font-size: 10px;
  margin: 0 0 5px; }

.mejs-captions-layer {
  bottom: 0;
  color: #fff;
  font-size: 16px;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-align: center; }

.mejs-captions-layer a {
  color: #fff;
  text-decoration: underline; }

.mejs-captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: normal; }

.mejs-captions-position {
  bottom: 15px;
  left: 0;
  position: absolute;
  width: 100%; }

.mejs-captions-position-hover {
  bottom: 35px; }

.mejs-captions-text,
.mejs-captions-text * {
  background: rgba(20, 20, 20, 0.5);
  box-shadow: 5px 0 0 rgba(20, 20, 20, 0.5), -5px 0 0 rgba(20, 20, 20, 0.5);
  padding: 0;
  white-space: pre-wrap; }

.mejs-container.mejs-hide-cues video::-webkit-media-text-track-container {
  display: none; }

/* End: Track (Captions and Chapters) */
/* Start: Error */
.mejs-overlay-error {
  position: relative; }

.mejs-overlay-error > img {
  left: 0;
  max-width: 100%;
  position: absolute;
  top: 0;
  z-index: -1; }

.mejs-cannotplay,
.mejs-cannotplay a {
  color: #fff;
  font-size: 0.8em; }

.mejs-cannotplay {
  position: relative; }

.mejs-cannotplay p,
.mejs-cannotplay a {
  display: inline-block;
  padding: 0 15px;
  width: 100%; }

/* End: Error */
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s; }

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s; }

@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }

@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-s-error .mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-s-error .mfp-preloader a {
  color: #CCC; }

.mfp-s-error .mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-error .mfp-preloader:after {
  display: none; }

.mfp-preloader:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 5px solid rgba(184, 184, 184, 0.2);
  border-left-color: #b8b8b8;
  -webkit-animation: defaultLoader 1.1s infinite linear;
  animation: defaultLoader 1.1s infinite linear; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  text-align: right;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  margin: 0;
  top: 50%;
  margin-top: -50px;
  padding: 0;
  width: 80px;
  height: 100px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  text-align: center;
  line-height: 100px;
  color: #fff;
  font-size: 48px;
  opacity: 0.3; }

.mfp-arrow:active {
  margin-top: -48px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  content: "\f104"; }

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  content: "\f105"; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.moto-popup .mfp-container {
  padding: 0 15px; }

.moto-popup .mfp-close {
  color: #fff;
  top: 10px;
  height: 40px;
  text-align: right;
  width: 100%; }

.moto-popup .mfp-content {
  padding: 50px 0;
  max-width: 100%; }

.moto-popup .moto-popup_content {
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff; }

@media screen and (max-width: 1039px) {
  .moto-popup .moto-popup_content {
    max-height: initial; } }

* {
  margin: 0;
  padding: 0; }

a {
  color: #337ab7;
  text-decoration: none; }

a:hover,
a:focus {
  color: #23527c;
  text-decoration: none; }

.moto-container_width-fixed,
.row-fixed .container-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.moto-disabling_row-fixed .moto-container_width-fixed,
.moto-disabling_row-fixed .row-fixed .container-fluid {
  max-width: none; }

html {
  min-height: 100%; }

body {
  position: relative;
  overflow-x: hidden;
  min-height: 100%; }

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important; }

.moto-widget {
  position: relative; }

.moto-widget-cover,
.frame-empty {
  display: none; }

.moto-widget > .moto-widget__content-wrapper,
.moto-widget__content-wrapper > .moto-widget__content {
  position: relative; }

.moto-anchor {
  position: absolute;
  top: 0; }

.moto-align-left {
  text-align: left; }

.moto-align-center {
  text-align: center; }

.moto-align-right {
  text-align: right; }

.moto-absolute-position__container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.moto-absolute-position {
  position: absolute; }

.moto-absolute-position_left-top {
  top: 0;
  left: 0; }

.moto-absolute-position_center-top,
.moto-absolute-position_top {
  top: 0;
  left: 50%;
  transform: translateX(-50%); }

.moto-absolute-position_right-top {
  top: 0;
  right: 0; }

.moto-absolute-position_left-center,
.moto-absolute-position_left {
  left: 0;
  top: 50%;
  transform: translateY(-50%); }

.moto-absolute-position_center-center,
.moto-absolute-position_center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.moto-absolute-position_right-center,
.moto-absolute-position_right {
  right: 0;
  top: 50%;
  transform: translateY(-50%); }

.moto-absolute-position_left-bottom {
  bottom: 0;
  left: 0; }

.moto-absolute-position_center-bottom,
.moto-absolute-position_bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%); }

.moto-absolute-position_right-bottom {
  bottom: 0;
  right: 0; }

.moto-back-to-top-button {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  z-index: 500; }

.moto-back-to-top-button.moto-back-to-top-button_visible {
  visibility: visible;
  opacity: 1; }

.moto-back-to-top-button .moto-back-to-top-button-link {
  display: inline-block; }

.moto-popup__content_error {
  font-family: Verdana, sans-serif;
  color: #d3d8db;
  font-size: 16px;
  text-align: center; }

.moto-popup_content .moto-sticky__attached_top {
  top: 50px; }

.moto-background-video-container {
  overflow: hidden;
  border-radius: inherit;
  transform: translateZ(0); }

.moto-background-video {
  min-height: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  width: auto; }

.moto-background-video_fill-by-height {
  max-height: 100%;
  max-width: initial; }

@keyframes defaultLoader {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.moto-widget-loader {
  background: transparent;
  width: 100%;
  height: 100%;
  position: relative; }

.moto-widget-loader > .moto-widget-loader__indicator {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 5px solid;
  border-top-color: rgba(24, 27, 39, 0.2);
  border-right-color: rgba(24, 27, 39, 0.2);
  border-bottom-color: rgba(24, 27, 39, 0.2);
  border-left-color: #181b27;
  animation: defaultLoader 1.1s infinite linear; }

@media screen and (max-width: 1039px) {
  .moto-visible-on_desktop {
    display: none; } }

@media screen and (max-width: 767px) {
  .moto-visible-on_tablet {
    display: none; } }

@media screen and (max-width: 479px) {
  .moto-visible-on_mobile-h {
    display: none; } }

@media screen and (max-width: 1039px) {
  .moto-align-left_tablet {
    text-align: left; }
  .moto-align-center_tablet {
    text-align: center; }
  .moto-align-right_tablet {
    text-align: right; } }

@media screen and (max-width: 767px) {
  .moto-align-left_mobile-h {
    text-align: left; }
  .moto-align-center_mobile-h {
    text-align: center; }
  .moto-align-right_mobile-h {
    text-align: right; } }

@media screen and (max-width: 479px) {
  .moto-align-left_mobile-v {
    text-align: left; }
  .moto-align-center_mobile-v {
    text-align: center; }
  .moto-align-right_mobile-v {
    text-align: right; } }

.moto-widget_flex-alignment.moto-align-left .moto-widget__flex-alignment-element {
  justify-content: flex-start; }

.moto-widget_flex-alignment.moto-align-center .moto-widget__flex-alignment-element {
  justify-content: center; }

.moto-widget_flex-alignment.moto-align-right .moto-widget__flex-alignment-element {
  justify-content: flex-end; }

@media screen and (max-width: 1039px) {
  .moto-widget_flex-alignment.moto-align-left_tablet .moto-widget__flex-alignment-element {
    justify-content: flex-start; }
  .moto-widget_flex-alignment.moto-align-center_tablet .moto-widget__flex-alignment-element {
    justify-content: center; }
  .moto-widget_flex-alignment.moto-align-right_tablet .moto-widget__flex-alignment-element {
    justify-content: flex-end; } }

@media screen and (max-width: 767px) {
  .moto-widget_flex-alignment.moto-align-left_mobile-h .moto-widget__flex-alignment-element {
    justify-content: flex-start; }
  .moto-widget_flex-alignment.moto-align-center_mobile-h .moto-widget__flex-alignment-element {
    justify-content: center; }
  .moto-widget_flex-alignment.moto-align-right_mobile-h .moto-widget__flex-alignment-element {
    justify-content: flex-end; } }

@media screen and (max-width: 479px) {
  .moto-widget_flex-alignment.moto-align-left_mobile-v .moto-widget__flex-alignment-element {
    justify-content: flex-start; }
  .moto-widget_flex-alignment.moto-align-center_mobile-v .moto-widget__flex-alignment-element {
    justify-content: center; }
  .moto-widget_flex-alignment.moto-align-right_mobile-v .moto-widget__flex-alignment-element {
    justify-content: flex-end; } }

.moto-sticky__hidden {
  display: none; }

.moto-sticky__attached,
.moto-sticky__attached_top,
.moto-sticky__attached_bottom {
  position: fixed;
  z-index: 400;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-transform: none; }

.moto-sticky__attached_top {
  top: 0; }

.moto-sticky__attached_bottom {
  bottom: 0; }

.moto-sticky-pseudo-element {
  position: static; }

@media screen and (max-width: 767px) {
  .moto-sticky-pseudo-element,
  .moto-widget.moto-sticky__hidden {
    display: none !important; }
  .moto-widget.moto-sticky__attached,
  .moto-section.moto-sticky__attached {
    position: static !important;
    width: auto !important;
    -webkit-transform: initial;
    transform: initial; } }

.lazyload {
  min-height: 1px;
  display: block; }

.moto-widget-accordion .moto-widget-accordion__header {
  display: flex;
  cursor: pointer;
  user-select: none; }

.moto-widget-accordion .moto-widget-accordion__header:focus {
  outline: none; }

.moto-widget-accordion .moto-widget-accordion__header-item {
  display: flex;
  justify-content: center;
  flex-direction: column; }

.moto-widget-accordion .moto-widget-accordion__header-icon {
  order: 2; }

.moto-widget-accordion .moto-widget-accordion__header-title {
  width: 100%;
  order: 3; }

.moto-widget-accordion .moto-widget-accordion__collapse-icon {
  order: 4; }

.moto-widget-accordion .moto-widget-accordion__item_collapse-icon-left .moto-widget-accordion__collapse-icon {
  order: 1; }

.moto-widget-accordion .moto-widget-accordion__item:last-child {
  margin-bottom: 0; }

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__header {
  padding: 13px 3px; }

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__header-item {
  margin: 0 7px; }

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__content {
  padding: 6px 10px 13px; }

.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__header {
  padding: 12px 15px; }

.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__header-item {
  margin: 0 5px; }

.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__content {
  padding: 6px 20px 12px; }

.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__header {
  padding: 13px 25px; }

.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__header-item {
  margin: 0 5px; }

.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__content {
  padding: 7px 30px 13px; }

.moto-media-player .moto-media-player-container,
.moto-media-player .mejs-inner,
.moto-media-player .mejs-container,
.moto-media-player .mejs-controls {
  min-height: 42px; }

.moto-media-player .mejs-time {
  white-space: nowrap; }

.moto-media-player .mejs-time span {
  position: relative;
  width: auto;
  display: inline-block; }

.moto-media-player .mejs-controls .mejs-button button {
  width: 41px;
  height: 100%; }

.moto-media-player .mejs-container {
  background: none;
  height: 100%; }

.moto-media-player .mejs-controls {
  display: flex;
  background: none;
  overflow: hidden;
  z-index: 1;
  border: 1px solid;
  padding: 0; }

.moto-media-player .mejs-controls div {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  font-weight: inherit; }

.moto-media-player .mejs-controls > div {
  float: none;
  display: inline-block;
  border-left: 1px solid;
  border-color: inherit; }

.moto-media-player .mejs-controls > div:first-child {
  border: none; }

.moto-media-player .mejs-controls .mejs-button {
  height: 100%;
  width: 41px;
  position: relative; }

.moto-media-player .mejs-controls .mejs-button.mejs-moto-download-button a,
.moto-media-player .mejs-controls .mejs-button button {
  padding: 0;
  margin: 0;
  background: none;
  color: #d3d8db; }

.moto-media-player .mejs-controls .mejs-button.mejs-moto-download-button a:before,
.moto-media-player .mejs-controls .mejs-button button:before {
  display: inline-block;
  font: normal normal normal 19px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  position: relative;
  transition: 0.5s; }

.moto-media-player .mejs-controls .mejs-button.mejs-moto-download-button a:hover,
.moto-media-player .mejs-controls .mejs-button button:hover {
  color: #81868c; }

.moto-media-player .mejs-controls .mejs-button.mejs-play button:before {
  content: "\f04b"; }

.moto-media-player .mejs-controls .mejs-button.mejs-pause button:before {
  content: "\f04c"; }

.moto-media-player .mejs-controls .mejs-button.mejs-stop button:before {
  content: "\f04d"; }

.moto-media-player .mejs-controls .mejs-button.mejs-replay button:before {
  content: "\f01e"; }

.moto-media-player .mejs-controls .mejs-time-rail {
  position: relative;
  padding: 0 10px;
  margin: 0;
  height: 100%;
  display: flex; }

.moto-media-player .mejs-controls .mejs-time-rail .mejs-time-total {
  width: calc(100% - 20px);
  left: 10px; }

.moto-media-player .mejs-controls .mejs-time-rail div.mejs-moto-track-name {
  flex: 1;
  padding-top: 6px;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 22px;
  background: transparent;
  white-space: nowrap; }

.moto-media-player .mejs-controls .mejs-spacer {
  width: 10px; }

.moto-media-player .mejs-controls .mejs-time {
  overflow: visible;
  padding: 6px 0 0;
  color: inherit; }

.moto-media-player .mejs-controls .mejs-time span {
  padding-left: 3px;
  cursor: default; }

.moto-media-player .mejs-controls .mejs-volume-button {
  width: 140px; }

@media screen and (max-width: 1039px) {
  .moto-media-player .mejs-controls .mejs-volume-button {
    display: none !important; } }

.moto-media-player .mejs-controls .mejs-volume-button button {
  width: 41px; }

.moto-media-player .mejs-controls .mejs-volume-button .mejs-horizontal-volume-slider {
  display: block !important;
  left: 41px;
  height: 100%;
  width: 80px; }

.moto-media-player .mejs-controls .mejs-volume-button .mejs-horizontal-volume-total {
  top: 17px;
  width: 80px; }

.moto-media-player .mejs-controls .mejs-volume-button .mejs-horizontal-volume-handle {
  top: -3px; }

.moto-media-player .mejs-controls .mejs-moto-download-button a {
  width: 41px;
  height: 100%;
  display: inline-flex;
  align-items: center;
  text-align: center;
  padding-right: 2px; }

.moto-media-player .mejs-controls .mejs-horizontal-volume-slider div.mejs-horizontal-volume-handle,
.moto-media-player .mejs-controls .mejs-time-handle {
  display: block;
  width: 6px;
  height: 6px;
  left: -7px;
  border-radius: 50%;
  cursor: pointer;
  border: 4px solid #fff;
  text-align: center;
  box-sizing: content-box;
  position: relative; }

.moto-media-player .mejs-controls .mejs-horizontal-volume-handle {
  margin-left: -5px; }

.moto-media-player .mejs-controls .mejs-time-handle {
  top: -4px; }

.moto-media-player .mejs-controls .mejs-time-handle .mejs-time-handle-content {
  left: -2px;
  top: -2px; }

.moto-media-player .mejs-controls .mejs-time-total {
  margin: 0;
  background: #d0d1d5;
  bottom: 7px; }

.moto-media-player .mejs-controls .mejs-time-loaded,
.moto-media-player .mejs-controls .mejs-horizontal-volume-total {
  background: #bfc3c6; }

.moto-media-player .mejs-controls .mejs-time-current,
.moto-media-player .mejs-controls .mejs-horizontal-volume-current {
  top: 0;
  background: #7f878a; }

.moto-media-player .mejs-controls .mejs-time-total,
.moto-media-player .mejs-controls .mejs-time-loaded,
.moto-media-player .mejs-controls .mejs-time-current,
.moto-media-player .mejs-controls .mejs-horizontal-volume-total,
.moto-media-player .mejs-controls .mejs-horizontal-volume-current {
  height: 6px;
  border-radius: 5px; }

.moto-media-player .mejs-controls .mejs-moto-loop-button button:before {
  content: "\f079";
  top: -1px; }

.moto-media-player .mejs-controls .mejs-fullscreen-button button:before {
  content: "\f0b2"; }

.moto-media-player .mejs-controls .mejs-moto-last-hidden-button {
  width: 0;
  border: none; }

.moto-media-player .mejs-controls .mejs-moto-download-button a:before {
  content: "\f019"; }

.moto-media-player .mejs-inner .mejs-controls .mejs-button.mejs-button_active button:hover {
  background-color: inherit; }

.moto-media-player .mejs-inner .mejs-controls .mejs-button.mejs-button_active button:hover:before {
  color: inherit; }

.moto-media-player .mejs-inner .mejs-controls .mejs-button.mejs-volume-button button {
  background-color: inherit; }

.moto-media-player .mejs-inner .mejs-controls .mejs-button.mejs-volume-button button:hover {
  background-color: inherit; }

.moto-media-player .mejs-time-total,
.moto-media-player .mejs-button button:focus {
  outline: 0; }

.moto-media-player .mejs-time-rail .mejs-time-float {
  z-index: 50;
  background: #55616d;
  color: #d3d8db;
  border: none;
  height: 14px;
  width: auto;
  top: -23px;
  margin-left: -18px;
  border-radius: 3px; }

.moto-media-player .mejs-time-rail .mejs-time-float-current {
  width: auto;
  margin: 0;
  position: relative;
  padding: 0 4px;
  font: normal normal normal 11px Tahoma, sans-serif; }

.moto-media-player .mejs-time-rail .mejs-time-float-corner {
  border-color: #55616d transparent transparent;
  top: 12px;
  left: 13px; }

.moto-media-player .mejs-time-rail .mejs-time-total .mejs-time-buffering {
  height: 6px; }

.moto-media-player .mejs-mute button:before {
  content: "\f028"; }

.moto-media-player .mejs-unmute button:before {
  content: "\f026";
  right: 5px; }

.moto-media-player .mejs-container audio {
  display: block; }

.moto-media-player audio {
  display: none; }

.moto-media-player .mejs-layers .mejs-overlay-play .mejs-overlay-button,
.moto-media-player .mejs-layers .mejs-overlay-play .mejs-overlay-button:hover {
  background: none; }

.moto-media-player .mejs-overlay-button {
  position: absolute;
  margin: auto;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  width: 48px;
  height: 82px;
  outline: none; }

.moto-media-player .mejs-overlay-button:before {
  content: "\f04b";
  display: inline-block;
  font: normal normal normal 83px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transition: 0.5s; }

.moto-media-player .mejs-layers {
  display: block; }

.moto-media-player .mejs-container-fullscreen video {
  background: #0d0d0d; }

.moto-media-player .mejs-overlay-loading:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 5px solid rgba(127, 135, 138, 0.2);
  border-left-color: #7f878a;
  animation: defaultLoader 1.1s infinite linear;
  z-index: 1; }

.moto-media-player .mejs-overlay-loading,
.moto-media-player .mejs-overlay-loading span {
  background: transparent; }

.moto-media-player .mejs-overlay-play {
  overflow: hidden; }

.moto-widget-back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  z-index: 500;
  text-align: center;
  line-height: 0; }

.moto-widget-back-to-top-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer; }

.moto-widget-back-to-top.moto-back-to-top-button_visible {
  visibility: visible;
  opacity: 1; }

.moto-preview-mode_design .moto-widget-back-to-top {
  visibility: visible;
  opacity: 1; }

.moto-widget-block > .container-fluid > .row > .moto-cell {
  padding: 0; }

.moto-widget-block.moto-enable-side-indents > .container-fluid > .row > .moto-cell {
  padding-left: 15px;
  padding-right: 15px; }

.moto-widget-blog-recent_posts .moto-widget-blog-recent_posts-list {
  list-style-type: none; }

.moto-widget-blog-recent_posts .moto-widget-blog-recent_posts-list .moto-widget-blog-recent_posts-item:last-child .moto-widget-text {
  padding-bottom: 0; }

.moto-widget-blog-post_list .moto-blog-posts-list,
.moto-widget-blog-post_list .moto-pagination-pager {
  list-style-type: none; }

.moto-widget-blog-post_published_on .moto-widget-blog-post_published_on-icon {
  margin-right: 10px; }

.moto-widget-blog-post-author-icon {
  margin-right: 10px; }

.moto-widget-blog-post_tags__items {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end; }

.moto-widget-blog-post_tags__item-link {
  display: block;
  transition: 0.2s; }

.moto-widget-blog-category_list__item {
  list-style: none; }

.moto-widget-blog-category_list__item-link {
  display: flex;
  align-items: center;
  text-decoration: none; }

.moto-widget-blog-category_list__item-link:focus,
.moto-widget-blog-category_list__item-link:hover {
  text-decoration: none; }

.moto-widget-blog-category_list:not(.moto-widget-blog-category_list_show-delimiter) .moto-widget-blog-category_list__content-wrapper .moto-widget-blog-category_list__item {
  padding-bottom: 0;
  border: none; }

.moto-widget-blog-category_list__item:last-child {
  margin-bottom: 0; }

.moto-widget-blog-post_category-icon {
  margin-right: 8px; }

.moto-widget-breadcrumbs__list,
.moto-widget-breadcrumbs__item,
.moto-widget-breadcrumbs__item-content {
  display: inline-flex;
  align-items: center; }

.moto-widget-breadcrumbs__item {
  list-style: none; }

.moto-widget-breadcrumbs__list {
  flex-wrap: wrap; }

.moto-widget-breadcrumbs__item-content,
.moto-widget-breadcrumbs__item-icon {
  transition: 0.2s; }

.moto-widget-button .moto-widget-button-link {
  display: inline-block;
  cursor: pointer; }

.moto-widget-button .moto-widget-theme-icon {
  display: none; }

.moto-widget-button button {
  background: none;
  border: none;
  font: inherit;
  outline: none; }

@keyframes defaultCarouselLoader {
  0% {
    transform: scale(0);
    left: 0;
    opacity: 1; }
  12.5% {
    transform: scale(1); }
  25% {
    left: 0; }
  37.5% {
    left: 18px; }
  50% {
    left: 18px; }
  62.5% {
    left: 36px; }
  75% {
    left: 36px;
    transform: scale(1); }
  87.5% {
    left: 36px;
    transform: scale(0);
    opacity: 1; }
  100% {
    left: 36px;
    opacity: 0; } }

.moto-widget-carousel .carousel-empty {
  display: none; }

.moto-widget-carousel .moto-widget-carousel-item img {
  width: 100%; }

.moto-widget-carousel .moto-widget-carousel-item .moto-widget-carousel-link {
  width: 100%;
  display: inline-block; }

.moto-widget-carousel .loading-block {
  display: none; }

.moto-widget-carousel.moto-widget-carousel-loader .bx-controls {
  display: none; }

.moto-widget-carousel.moto-widget-carousel-loader .moto-widget-carousel-item {
  position: absolute;
  list-style: none;
  visibility: hidden; }

.moto-widget-carousel.moto-widget-carousel-loader .loading-block {
  display: block;
  height: 40px;
  width: 46px;
  margin: 0 auto;
  position: relative; }

.moto-widget-carousel.moto-widget-carousel-loader .loading-circle {
  position: absolute;
  opacity: 0;
  top: 16px;
  text-align: center;
  animation: defaultCarouselLoader 1.25s linear infinite; }

.moto-widget-carousel.moto-widget-carousel-loader .loading-circle > div {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2d2f3a; }

.moto-widget-carousel.moto-widget-carousel-loader .loading-circle:nth-of-type(1) {
  animation-delay: 0s; }

.moto-widget-carousel.moto-widget-carousel-loader .loading-circle:nth-of-type(2) {
  animation-delay: 0.3125s; }

.moto-widget-carousel.moto-widget-carousel-loader .loading-circle:nth-of-type(3) {
  animation-delay: 0.625s; }

.moto-widget-carousel.moto-widget-carousel-loader .loading-circle:nth-of-type(4) {
  animation-delay: 0.9375s; }

.moto-widget-completion_bars__item {
  padding-bottom: 20px; }

.moto-widget-completion_bars__item:last-child {
  padding-bottom: 0; }

.moto-widget-completion_bars__header {
  display: flex;
  padding-bottom: 5px; }

.moto-widget-completion_bars__header-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }

.moto-widget-completion_bars__header-label {
  flex: 2 1 auto; }

.moto-widget-completion_bars__header-progress {
  margin-left: 30px;
  flex: 1 1 auto;
  text-align: right; }

.moto-widget-completion_bars__header_no-margin .moto-widget-completion_bars__header-progress {
  margin-left: 0; }

.moto-widget-completion_bars__stripe-background {
  width: 100%;
  overflow: hidden;
  border: 0 solid transparent; }

.moto-widget-completion_bars__stripe-foreground {
  float: left;
  height: 100%;
  transition: width 0.5s ease-out; }

body:not(.moto-preview) .moto-before-in-viewport .moto-widget-completion_bars__stripe-foreground {
  width: 0 !important; }

.moto-widget-completion_bars__rounded-foreground .moto-widget-completion_bars__stripe-foreground {
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit; }

.moto-widget-contact_form .moto-widget-contact_form-form {
  width: 100%;
  overflow: hidden; }

.moto-widget-contact_form .moto-widget-contact_form-group {
  position: relative; }

.moto-widget-contact_form .moto-widget-contact_form-field {
  display: block;
  width: 100%; }

.moto-widget-contact_form .moto-widget-contact_form-field.moto-widget-contact_form-textarea {
  resize: none; }

.moto-widget-contact_form .moto-widget-contact_form-checkbox {
  display: none; }

.moto-widget-contact_form .moto-widget-contact_form-checkbox-label {
  display: flex;
  align-items: center; }

.moto-widget-contact_form .moto-widget-contact_form-checkbox-icon {
  border: 1px solid;
  cursor: pointer;
  flex-shrink: 0; }

.moto-widget-contact_form .moto-widget-contact_form-checkbox-text {
  padding-left: 9px;
  display: inline-block; }

.moto-widget-contact_form .moto-widget-contact_form-checkbox-checked .moto-widget-contact_form-checkbox-icon:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 0.75em;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased; }

.row-gutter-0 .moto-widget-contact_form-group__attachment .moto-widget-button {
  padding-left: 15px; }

.moto-widget-container {
  margin: 0px;
  padding: 0px;
  background-color: transparent;
  background-position: left top;
  background-origin: border-box;
  background-repeat: no-repeat;
  background-size: auto;
  border: 0px none transparent;
  border-radius: 0px; }

.moto-website_live .moto-widget-content_slider,
.moto-preview-mode_design .moto-widget-content_slider {
  overflow: hidden; }

.moto-widget-content_slider .moto-widget-empty {
  display: none; }

.moto-widget-content_slider .moto-widget-loader,
.moto-widget-content_slider .moto-widget__content {
  min-height: 100px;
  height: 100%; }

@media screen and (max-width: 1039px) {
  .moto-widget-content_slider.moto-widget-content_slider-controls-visible-on_desktop .bx-controls-direction {
    display: none; }
  .moto-widget-content_slider.moto-widget-content_slider-pager-visible-on_desktop .bx-pager {
    display: none; } }

@media screen and (max-width: 767px) {
  .moto-widget-content_slider.moto-widget-content_slider-controls-visible-on_tablet .bx-controls-direction {
    display: none; }
  .moto-widget-content_slider.moto-widget-content_slider-pager-visible-on_tablet .bx-pager {
    display: none; } }

@media screen and (max-width: 479px) {
  .moto-widget-content_slider.moto-widget-content_slider-controls-visible-on_mobile-h .bx-controls-direction {
    display: none; }
  .moto-widget-content_slider.moto-widget-content_slider-pager-visible-on_mobile-h .bx-pager {
    display: none; } }

.moto-widget-content_slider .bx-prev,
.moto-widget-content_slider .bx-next {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 60;
  font-size: 0;
  outline: none; }

.moto-widget-content_slider .bx-prev:before,
.moto-widget-content_slider .bx-next:before {
  font-family: FontAwesome; }

.moto-widget-content_slider .bx-pager {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 55; }

.moto-widget-content_slider .bx-pager-item {
  display: inline-flex;
  align-items: center;
  margin-bottom: 2px; }

.moto-widget-content_slider .bx-pager-link {
  justify-content: center;
  align-items: center;
  font-size: 0;
  outline: none;
  display: flex; }

.moto-widget-content_slider__item {
  display: flex;
  flex-direction: column; }

.moto-widget-content_slider__item.moto-justify-content_center {
  justify-content: center; }

.moto-widget-content_slider__item.moto-justify-content_bottom {
  justify-content: flex-end; }

.moto-widget-content_slider__item .moto-widget__content-wrapper {
  height: 100%; }

.moto-section > .moto-widget-content_slider .moto-widget-content_slider__item.moto-disable-side-indents > .moto-widget__content-wrapper > .moto-widget__content > .moto-cell {
  padding: 0; }

.moto-widget__state_loading > .moto-widget__content-wrapper {
  position: absolute; }

.moto-cookie-notification {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 1000;
  padding: 20px 30px; }

.moto-cookie-notification_visible {
  display: block; }

.moto-cookie-notification__container {
  display: flex;
  align-items: center; }

@media screen and (max-width: 767px) {
  .moto-cookie-notification__container {
    flex-flow: column; } }

.moto-cookie-notification__accept-button {
  margin-left: 30px; }

@media screen and (max-width: 767px) {
  .moto-cookie-notification__accept-button {
    margin: 20px 0 0; } }

.moto-cookie-notification__content {
  flex: 1; }

.moto-cookie-notification__button_close {
  position: absolute;
  right: 5px;
  top: 5px;
  background: transparent;
  border: none;
  outline: none;
  font-size: 20px;
  line-height: 1;
  transition: 0.4s; }

.moto-widget-countdown {
  line-height: 0; }

.moto-widget-countdown .countdown-timer {
  display: inline-block;
  line-height: initial; }

.moto-widget-countdown .countdown-item {
  float: left;
  display: table; }

.moto-widget-countdown .countdown-item:last-child .countdown-item-wrapper {
  padding-right: 0; }

.moto-widget-countdown .countdown-item:last-child .countdown-item-delimiter {
  display: none; }

.moto-widget-countdown .countdown-item-wrapper {
  float: left; }

.moto-widget-countdown .countdown-item-block {
  position: relative;
  float: left; }

.moto-widget-countdown .countdown-item-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center; }

.moto-widget-countdown .countdown-item-amount,
.moto-widget-countdown .countdown-item-unit {
  line-height: normal; }

.moto-widget-countdown .countdown-item-delimiter {
  position: relative;
  clear: both;
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.moto-widget-countdown .countdown-item-unit {
  position: relative;
  text-transform: capitalize;
  bottom: 5px; }

.moto-widget-divider {
  font-size: 0; }

.moto-widget-divider .moto-widget-divider-line {
  margin: 0;
  display: inline-block;
  width: 100%; }

.moto-widget-facebook_page_plugin .fb-page {
  overflow-y: hidden;
  max-width: 100%; }

.moto-form__field-control {
  width: 100%; }

.moto-form__field-control_radio,
.moto-form__field-control_checkbox {
  width: auto;
  display: none; }

.moto-form__field-control_textarea {
  resize: none;
  display: block; }

.moto-form__field-options_vertical .moto-form__field-options-item {
  display: block; }

.moto-form__errors_only-first .moto-form__error-item {
  display: none; }

.moto-form__errors_only-first .moto-form__error-item:first-child {
  display: block; }

.moto-form__field-label {
  cursor: default; }

.moto-form__field-control,
.moto-form__field-label,
.moto-form__field-icon,
.moto-form__field-text {
  outline: none; }

.moto-form__element_input .moto-form__field {
  position: relative; }

.moto-form__element_input .moto-form__field-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.moto-form__element_checkbox .moto-form__field-label,
.moto-form__element_radio .moto-form__field-label {
  display: inline-flex;
  align-items: center; }

.moto-form__element_checkbox .moto-form__field-icon,
.moto-form__element_radio .moto-form__field-icon {
  flex-shrink: 0; }

.moto-form__element_field-with-button .moto-form__field {
  display: flex;
  align-items: center; }

.moto-form__element_field-with-button .moto-widget-button-link {
  white-space: nowrap; }

.moto-form__element_field-with-button .moto-form__field-control {
  min-width: 1px; }

.moto-widget-form_elements-recaptcha .moto-form__element_recaptcha {
  display: inline-block; }

.moto-form__field-control_input[type="date"]::-webkit-clear-button {
  display: none; }

.moto-form__field-control_input[type="date"]::-webkit-inner-spin-button {
  display: none; }

.moto-preset-default .moto-form__field-control {
  background: #fff;
  border-radius: 2px;
  border: 1px solid #d3d8db;
  font-size: 15px;
  color: #353159;
  font-family: tahoma, arial, helvetica, sans-serif; }

.moto-preset-default .moto-form__field-control::-webkit-input-placeholder {
  color: #7e81a5; }

.moto-preset-default .moto-form__field-control::-moz-placeholder {
  color: #7e81a5; }

.moto-preset-default .moto-form__field-control:-ms-input-placeholder {
  color: #7e81a5; }

.moto-preset-default .moto-form__field-control:focus {
  border-color: #09a4fb; }

.moto-preset-default .moto-form__field-control_input,
.moto-preset-default .moto-form__field-control_select {
  height: 44px;
  padding: 0 15px; }

.moto-preset-default .moto-form__field-control_select {
  color: #7e81a5; }

.moto-preset-default .moto-form__field-control_textarea {
  padding: 10px 15px;
  line-height: 24px; }

.moto-preset-default .moto-form__field_with-icon .moto-form__field-control_input {
  padding-left: 42px; }

.moto-preset-default .moto-form__element_input .moto-form__field-icon {
  left: 12px;
  font-size: 18px;
  line-height: 1;
  color: #7e81a5; }

.moto-preset-default .moto-form__element_checkbox .moto-form__field-text,
.moto-preset-default .moto-form__element_radio .moto-form__field-text {
  margin-left: 10px; }

.moto-preset-default .moto-form__element_checkbox .moto-form__field-label_type-text,
.moto-preset-default .moto-form__element_radio .moto-form__field-label {
  color: #353159;
  font-size: 15px;
  line-height: 24px;
  font-family: tahoma, arial, helvetica, sans-serif; }

.moto-preset-default .moto-form__element_checkbox .moto-form__field-icon,
.moto-preset-default .moto-form__element_radio .moto-form__field-icon {
  color: #7e81a5;
  font-size: 20px; }

.moto-preset-default .moto-form__field-control_checkbox:checked + .moto-form__field-icon,
.moto-preset-default .moto-form__element_radio .moto-form__field-options-item_selected .moto-form__field-icon {
  color: #353159; }

.moto-preset-default .moto-form__element_checkbox .moto-form__field-icon:before {
  content: '\f096'; }

.moto-preset-default .moto-form__field-control_checkbox:checked + .moto-form__field-icon:before {
  content: '\f14a'; }

.moto-preset-default .moto-form__element_radio .moto-form__field-icon:before {
  content: '\f1db'; }

.moto-preset-default .moto-form__element_radio .moto-form__field-options-item_selected .moto-form__field-icon:before {
  content: '\f192'; }

.moto-preset-default .moto-form__element_radio .moto-form__field-options-item {
  margin-bottom: 10px; }

.moto-preset-default .moto-form__element_radio .moto-form__field-options_horizontal .moto-form__field-options-item {
  margin-right: 30px; }

.moto-preset-default .moto-form__element_radio .moto-form__field-options_horizontal .moto-form__field-options-item:last-child {
  margin-right: 0; }

.moto-preset-default .moto-form__error-item {
  color: #ff6464;
  font-size: 12px;
  line-height: 14px;
  font-family: tahoma, arial, helvetica, sans-serif;
  margin-top: 5px; }

.moto-preset-default .moto-form__element_invalid .moto-form__field-control {
  border-color: #ff6464; }

.moto-preset-default .moto-form__element.moto-form__element_invalid .moto-form__field-icon {
  color: #ff6464; }

.moto-preset-2 .moto-form__field-control {
  background: #10151b;
  border-radius: 0;
  border: 1px solid #4e5964;
  font-size: 15px;
  line-height: 25px;
  color: #fff;
  font-family: tahoma, arial, helvetica, sans-serif; }

.moto-preset-2 .moto-form__field-control::-webkit-input-placeholder {
  color: #4e5964; }

.moto-preset-2 .moto-form__field-control::-moz-placeholder {
  color: #4e5964; }

.moto-preset-2 .moto-form__field-control:-ms-input-placeholder {
  color: #4e5964; }

.moto-preset-2 .moto-form__field-control:focus {
  border-color: #8a98a5; }

.moto-preset-2 .moto-form__field-control_input,
.moto-preset-2 .moto-form__field-control_select {
  height: 44px;
  padding: 0 15px; }

.moto-preset-2 .moto-form__field-control_select {
  color: #4e5964; }

.moto-preset-2 .moto-form__field-control_textarea {
  padding: 10px 15px; }

.moto-preset-2 .moto-form__field_with-icon .moto-form__field-control_input {
  padding-left: 42px; }

.moto-preset-2 .moto-form__element_input .moto-form__field-icon {
  left: 12px;
  font-size: 18px;
  line-height: 1;
  color: #4e5964; }

.moto-preset-2 .moto-form__element_checkbox .moto-form__field-text,
.moto-preset-2 .moto-form__element_radio .moto-form__field-text {
  margin-left: 10px; }

.moto-preset-2 .moto-form__element_checkbox .moto-form__field-label_type-text,
.moto-preset-2 .moto-form__element_radio .moto-form__field-label {
  color: #8a98a5;
  font-size: 15px;
  line-height: 24px;
  font-family: tahoma, arial, helvetica, sans-serif; }

.moto-preset-2 .moto-form__element_checkbox .moto-form__field-icon,
.moto-preset-2 .moto-form__element_radio .moto-form__field-icon {
  color: #4e5964;
  font-size: 20px; }

.moto-preset-2 .moto-form__field-control_checkbox:checked + .moto-form__field-icon,
.moto-preset-2 .moto-form__element_radio .moto-form__field-options-item_selected .moto-form__field-icon {
  color: #8a98a5; }

.moto-preset-2 .moto-form__element_checkbox .moto-form__field-icon:before {
  content: '\f096'; }

.moto-preset-2 .moto-form__field-control_checkbox:checked + .moto-form__field-icon:before {
  content: '\f14a'; }

.moto-preset-2 .moto-form__element_radio .moto-form__field-icon:before {
  content: '\f1db'; }

.moto-preset-2 .moto-form__element_radio .moto-form__field-options-item_selected .moto-form__field-icon:before {
  content: '\f192'; }

.moto-preset-2 .moto-form__element_radio .moto-form__field-options-item {
  margin-bottom: 10px; }

.moto-preset-2 .moto-form__element_radio .moto-form__field-options_horizontal .moto-form__field-options-item {
  margin-right: 30px; }

.moto-preset-2 .moto-form__element_radio .moto-form__field-options_horizontal .moto-form__field-options-item:last-child {
  margin-right: 0; }

.moto-preset-2 .moto-form__error-item {
  color: #ff6464;
  font-size: 12px;
  line-height: 14px;
  font-family: tahoma, arial, helvetica, sans-serif;
  margin-top: 5px; }

.moto-preset-2 .moto-form__element_invalid .moto-form__field-control {
  border-color: #ff6464; }

.moto-preset-2 .moto-form__element.moto-form__element_invalid .moto-form__field-icon {
  color: #ff6464; }

.moto-preset-3 .moto-form__field-control {
  background: #fff;
  border: 2px solid #d3d8db;
  border-radius: 25px;
  font-size: 15px;
  color: #353159;
  font-family: tahoma, arial, helvetica, sans-serif; }

.moto-preset-3 .moto-form__field-control::-webkit-input-placeholder {
  color: #7e81a5; }

.moto-preset-3 .moto-form__field-control::-moz-placeholder {
  color: #7e81a5; }

.moto-preset-3 .moto-form__field-control:-ms-input-placeholder {
  color: #7e81a5; }

.moto-preset-3 .moto-form__field-control:focus {
  border-color: #09a4fb; }

.moto-preset-3 .moto-form__field-control_input,
.moto-preset-3 .moto-form__field-control_select {
  height: 50px;
  padding: 0 15px; }

.moto-preset-3 .moto-form__field-control_select {
  color: #7e81a5; }

.moto-preset-3 .moto-form__field-control_textarea {
  padding: 10px 15px;
  line-height: 24px; }

.moto-preset-3 .moto-form__field_with-icon .moto-form__field-control_input {
  padding-left: 42px; }

.moto-preset-3 .moto-form__element_input .moto-form__field-icon {
  left: 12px;
  font-size: 18px;
  line-height: 1;
  color: #7e81a5; }

.moto-preset-3 .moto-form__element_checkbox .moto-form__field-text,
.moto-preset-3 .moto-form__element_radio .moto-form__field-text {
  margin-left: 10px; }

.moto-preset-3 .moto-form__element_checkbox .moto-form__field-label_type-text,
.moto-preset-3 .moto-form__element_radio .moto-form__field-label {
  color: #353159;
  font-size: 15px;
  line-height: 24px;
  font-family: tahoma, arial, helvetica, sans-serif; }

.moto-preset-3 .moto-form__element_checkbox .moto-form__field-icon,
.moto-preset-3 .moto-form__element_radio .moto-form__field-icon {
  color: #7e81a5;
  font-size: 20px; }

.moto-preset-3 .moto-form__field-control_checkbox:checked + .moto-form__field-icon,
.moto-preset-3 .moto-form__element_radio .moto-form__field-options-item_selected .moto-form__field-icon {
  color: #353159; }

.moto-preset-3 .moto-form__element_checkbox .moto-form__field-icon:before {
  content: '\f096'; }

.moto-preset-3 .moto-form__field-control_checkbox:checked + .moto-form__field-icon:before {
  content: '\f14a'; }

.moto-preset-3 .moto-form__element_radio .moto-form__field-icon:before {
  content: '\f1db'; }

.moto-preset-3 .moto-form__element_radio .moto-form__field-options-item_selected .moto-form__field-icon:before {
  content: '\f192'; }

.moto-preset-3 .moto-form__element_radio .moto-form__field-options-item {
  margin-bottom: 10px; }

.moto-preset-3 .moto-form__element_radio .moto-form__field-options_horizontal .moto-form__field-options-item {
  margin-right: 30px; }

.moto-preset-3 .moto-form__element_radio .moto-form__field-options_horizontal .moto-form__field-options-item:last-child {
  margin-right: 0; }

.moto-preset-3 .moto-form__error-item {
  color: #ff6464;
  font-size: 12px;
  line-height: 14px;
  font-family: tahoma, arial, helvetica, sans-serif;
  margin-top: 5px; }

.moto-preset-3 .moto-form__element_invalid .moto-form__field-control {
  border-color: #ff6464; }

.moto-preset-3 .moto-form__element.moto-form__element_invalid .moto-form__field-icon {
  color: #ff6464; }

.moto-preset-4 .moto-form__field-control {
  background: #10151b;
  border: 2px solid #4e5964;
  border-radius: 25px;
  font-size: 15px;
  line-height: 25px;
  color: #fff;
  font-family: tahoma, arial, helvetica, sans-serif; }

.moto-preset-4 .moto-form__field-control::-webkit-input-placeholder {
  color: #4e5964; }

.moto-preset-4 .moto-form__field-control::-moz-placeholder {
  color: #4e5964; }

.moto-preset-4 .moto-form__field-control:-ms-input-placeholder {
  color: #4e5964; }

.moto-preset-4 .moto-form__field-control:focus {
  border-color: #8a98a5; }

.moto-preset-4 .moto-form__field-control_input,
.moto-preset-4 .moto-form__field-control_select {
  height: 50px;
  padding: 0 15px; }

.moto-preset-4 .moto-form__field-control_select {
  color: #4e5964; }

.moto-preset-4 .moto-form__field-control_textarea {
  padding: 10px 15px; }

.moto-preset-4 .moto-form__field_with-icon .moto-form__field-control_input {
  padding-left: 42px; }

.moto-preset-4 .moto-form__element_input .moto-form__field-icon {
  left: 12px;
  font-size: 18px;
  line-height: 1;
  color: #4e5964; }

.moto-preset-4 .moto-form__element_checkbox .moto-form__field-text,
.moto-preset-4 .moto-form__element_radio .moto-form__field-text {
  margin-left: 10px; }

.moto-preset-4 .moto-form__element_checkbox .moto-form__field-label_type-text,
.moto-preset-4 .moto-form__element_radio .moto-form__field-label {
  color: #8a98a5;
  font-size: 15px;
  line-height: 24px;
  font-family: tahoma, arial, helvetica, sans-serif; }

.moto-preset-4 .moto-form__element_checkbox .moto-form__field-icon,
.moto-preset-4 .moto-form__element_radio .moto-form__field-icon {
  color: #4e5964;
  font-size: 20px; }

.moto-preset-4 .moto-form__field-control_checkbox:checked + .moto-form__field-icon,
.moto-preset-4 .moto-form__element_radio .moto-form__field-options-item_selected .moto-form__field-icon {
  color: #8a98a5; }

.moto-preset-4 .moto-form__element_checkbox .moto-form__field-icon:before {
  content: '\f096'; }

.moto-preset-4 .moto-form__field-control_checkbox:checked + .moto-form__field-icon:before {
  content: '\f14a'; }

.moto-preset-4 .moto-form__element_radio .moto-form__field-icon:before {
  content: '\f1db'; }

.moto-preset-4 .moto-form__element_radio .moto-form__field-options-item_selected .moto-form__field-icon:before {
  content: '\f192'; }

.moto-preset-4 .moto-form__element_radio .moto-form__field-options-item {
  margin-bottom: 10px; }

.moto-preset-4 .moto-form__element_radio .moto-form__field-options_horizontal .moto-form__field-options-item {
  margin-right: 30px; }

.moto-preset-4 .moto-form__element_radio .moto-form__field-options_horizontal .moto-form__field-options-item:last-child {
  margin-right: 0; }

.moto-preset-4 .moto-form__error-item {
  color: #ff6464;
  font-size: 12px;
  line-height: 14px;
  font-family: tahoma, arial, helvetica, sans-serif;
  margin-top: 5px; }

.moto-preset-4 .moto-form__element_invalid .moto-form__field-control {
  border-color: #ff6464; }

.moto-preset-4 .moto-form__element.moto-form__element_invalid .moto-form__field-icon {
  color: #ff6464; }

.moto-widget-google-search-result .moto-widget-loader {
  height: 40px; }

.moto-widget-grid-gallery .moto-widget-grid-gallery-items {
  width: 100%;
  position: relative;
  overflow: hidden; }

.moto-widget-grid-gallery .moto-widget-grid-gallery-items .moto-widget-grid-gallery-item {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  opacity: 0; }

.moto-widget-grid-gallery .moto-widget-grid-gallery-items .moto-widget-grid-gallery-image {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none; }

.moto-widget-grid-gallery .moto-widget-grid-gallery-items .caption {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0; }

.moto-widget-grid-gallery .moto-widget-grid-gallery-items .caption.caption-visible {
  display: block;
  opacity: 1; }

.moto-widget-grid-gallery .moto-widget-grid-gallery-items .caption-empty {
  visibility: hidden; }

.moto-widget-grid-gallery .moto-widget-grid-gallery-items .entry-visible {
  opacity: 1; }

.moto-widget-grid-gallery .moto-widget-grid-gallery-items .spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0 10px 0;
  left: 50%;
  opacity: initial;
  filter: initial;
  overflow: initial; }

.moto-widget-grid-gallery .moto-widget-grid-gallery-items .spinner > span {
  display: inline-block;
  opacity: 0;
  width: 8px;
  height: 8px;
  margin: 0 4px 0 4px;
  background-color: #000;
  border-radius: 6px; }

.moto-lightbox_hidden-counter .mfp-counter {
  display: none; }

.moto-lightbox_hidden-counter .mfp-title {
  padding-right: 0; }

.moto-widget-iframe .moto-widget-iframe-frame {
  display: block;
  border: 0; }

.moto-widget-image {
  font-size: 0; }

.moto-widget-image .moto-widget-image-link {
  display: block; }

.moto-widget-image .moto-widget-image-link:hover {
  zoom: 1; }

.moto-widget-image .moto-widget-image-picture {
  width: 100%;
  max-width: 100%; }

.moto-widget-image.moto-widget-image_empty {
  display: none; }

.moto-widget-instagram_post__wrapper {
  display: flex; }

.moto-widget-integrations-airbnb .airbnb-embed-frame {
  display: inline-block; }

.moto-widget-map .moto-widget-map-frame {
  display: block;
  width: 100%;
  border: 0; }

.moto-widget-menu .moto-widget-menu-toggle-btn {
  display: none;
  text-align: center; }

@media screen and (max-width: 767px) {
  .moto-widget-menu .moto-widget-menu-toggle-btn {
    display: inline-block; } }

.moto-widget-menu.moto-align-right .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-sublist {
  left: -100%; }

@media screen and (max-width: 767px) {
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list {
    display: block;
    padding: 0; }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item {
    display: block;
    margin: 0; }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link {
    width: 100%; }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link .moto-widget-menu-link-arrow {
    display: none; }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist {
    position: static;
    display: block;
    padding: 0; }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-item {
    width: auto;
    max-width: 100%; } }

.moto-widget-menu .moto-widget-menu-list {
  list-style: none; }

@media screen and (max-width: 767px) {
  .moto-widget-menu .moto-widget-menu-list {
    position: absolute;
    z-index: 500;
    left: 0;
    right: 0;
    display: none; } }

.moto-widget-menu .moto-widget-menu-list .moto-widget-menu-item {
  display: inline-block;
  position: relative; }

.moto-widget-menu .moto-widget-menu-sublist {
  display: none;
  position: absolute;
  left: 0;
  z-index: 500; }

.moto-widget-menu .moto-widget-menu-sublist .moto-widget-menu-item {
  display: block; }

.moto-widget-menu .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-sublist {
  left: 100%;
  top: 0; }

.moto-widget-menu .moto-widget-menu-sublist .moto-widget-menu-link {
  position: relative;
  display: block; }

.moto-widget-menu .moto-widget-menu-item:hover > .moto-widget-menu-sublist {
  display: block; }

.moto-widget-callback {
  position: fixed;
  overflow: hidden;
  transition: 0.2s ease;
  transition-delay: 0.2s;
  display: block;
  z-index: 550;
  box-sizing: content-box;
  background-clip: content-box; }

.moto-widget-callback__wrapper {
  box-sizing: border-box; }

.moto-widget-callback__thumbnail-wrapper {
  text-align: center; }

.moto-widget-callback__thumbnail_image:not(.moto-widget-callback__thumbnail_empty) {
  background-position: center center;
  background-size: cover;
  margin: 0 auto; }

.moto-widget-callback__thumbnail_icon {
  max-width: 100%; }

.moto-widget-callback__open-button,
.moto-widget-callback__body {
  transition: opacity 0.4s; }

.moto-widget-callback_opened {
  overflow-y: auto; }

.moto-widget-callback_opened,
.moto-widget-callback_opening {
  width: 280px; }

.moto-widget-callback_opening .moto-widget-callback__open-button,
.moto-widget-callback_closing .moto-widget-callback__open-button,
.moto-widget-callback_opening .moto-widget-callback__body,
.moto-widget-callback_closing .moto-widget-callback__body {
  opacity: 0 !important; }

.moto-widget-callback__body {
  padding: 30px; }

.moto-widget-callback__more-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start; }

.moto-widget-callback__more-details-wrapper {
  display: none;
  margin-top: 25px; }

.moto-widget-callback__more-details-item {
  margin-right: 20px;
  position: relative; }

.moto-widget-callback__more-details-item:nth-child(4n):not(:last-child) {
  margin-bottom: 20px; }

.moto-widget-callback__more-details-item:nth-child(4n) {
  margin-right: 0; }

.moto-widget-callback__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 0.4s;
  pointer-events: none; }

.moto-widget-callback__link {
  display: block;
  width: 40px;
  height: 40px;
  background: center no-repeat;
  background-size: contain; }

.moto-widget-callback__body_more-details-enabled {
  padding-bottom: 0; }

.moto-widget-callback__more-details-divider {
  margin: 0 -30px 30px -30px; }

.moto-widget-callback__more-details-button-wrapper {
  height: 30px;
  text-align: center;
  overflow: hidden; }

.moto-widget-callback__more-details-button {
  cursor: pointer;
  font-size: 30px;
  line-height: 1;
  transition: 0.4s; }

.moto-widget-callback__body_more-details-opened .moto-widget-callback__more-details-button {
  transform: rotate(180deg); }

.moto-widget-callback__open-button {
  cursor: pointer; }

.moto-widget-callback__close-button {
  position: absolute;
  right: 8px;
  top: 9px;
  font-size: 30px;
  line-height: 0.5;
  cursor: pointer;
  transition: color 0.4s; }

.moto-widget-pagination .moto-pagination-group {
  list-style: none;
  float: left;
  cursor: default; }

.moto-widget-pagination .moto-pagination-group:last-child .moto-pagination-item:last-child {
  margin-right: 0; }

.moto-widget-pagination .moto-pagination-item {
  line-height: 0;
  float: left;
  text-align: center; }

.moto-widget-pagination .moto-pagination-item-control {
  line-height: 0; }

.moto-widget-pagination a.moto-pagination-link {
  cursor: pointer; }

.moto-widget-pagination .moto-pagination-link {
  padding: 0 0.75em;
  display: table; }

.moto-widget-pagination .moto-pagination-link .moto-pagination-link-icon {
  font-size: 1.42em;
  line-height: 0;
  height: 0;
  padding-top: 0.039em; }

.moto-widget-pagination .moto-pagination-link-text {
  display: table-cell;
  vertical-align: middle; }

.moto-widget-pagination ul {
  list-style: none;
  display: inline-block; }

.moto-widget-pagination li {
  line-height: 0;
  float: left;
  text-align: center; }

.moto-widget-pagination a {
  padding: 0 0.75em;
  display: table; }

.moto-widget-pagination a i {
  font-size: 1.42em;
  line-height: 0;
  height: 0;
  padding-top: 0.039em; }

.moto-widget-pagination a span {
  display: table-cell;
  vertical-align: middle; }

.moto-widget-paypal_button__form {
  outline: none; }

.moto-widget-paypal_button__form-image {
  outline: none;
  max-width: 100%; }

.moto-widget-row.moto-justify-content_center > .container-fluid > .row > .moto-cell,
.moto-widget-row.moto-justify-content_bottom > .container-fluid > .row > .moto-cell {
  display: flex;
  flex-direction: column; }

.moto-widget-row.moto-justify-content_center .moto-widget-row,
.moto-widget-row.moto-justify-content_bottom .moto-widget-row,
.moto-widget-row.moto-justify-content_center .moto-widget-image,
.moto-widget-row.moto-justify-content_bottom .moto-widget-image,
.moto-widget-row.moto-justify-content_center .moto-widget-menu,
.moto-widget-row.moto-justify-content_bottom .moto-widget-menu,
.moto-widget-row.moto-justify-content_center .moto-widget-social-links,
.moto-widget-row.moto-justify-content_bottom .moto-widget-social-links {
  flex: 0 0 auto; }

.moto-widget-row.moto-justify-content_center > .container-fluid > .row > .moto-cell {
  justify-content: center; }

.moto-widget-row.moto-justify-content_bottom > .container-fluid > .row > .moto-cell {
  justify-content: flex-end; }

.row-gutter-0 .container-fluid,
.row-gutter-0 .moto-cell {
  padding-left: 0;
  padding-right: 0; }

.row-gutter-0 .row {
  margin-left: 0;
  margin-right: 0; }

.moto-widget-row > .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0; }

.row-even-columns[data-grid-type='xs'] > .container-fluid > .row > .moto-cell {
  flex: 1;
  max-width: inherit; }

@media screen and (min-width: 767px) {
  .row-even-columns > .container-fluid > .row > .moto-cell {
    flex: 1;
    max-width: inherit; } }

.moto-widget-slider .moto-widget-empty {
  display: none; }

.moto-widget-slider .bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0; }

.moto-widget-slider .bx-viewport {
  transform: translatez(0); }

.moto-widget-slider .bx-caption {
  position: absolute;
  text-align: left; }

.moto-widget-slider .bx-caption_html {
  text-align: left;
  position: absolute;
  right: 0;
  left: 0; }

.moto-widget-slider .bx-pager,
.moto-widget-slider .bx-controls-auto {
  width: 100%; }

.moto-widget-slider .bx-loading {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
  visibility: hidden; }

.moto-widget-slider .bx-pager {
  text-align: center; }

.moto-widget-slider .bx-pager .bx-pager-item,
.moto-widget-slider .bx-controls-auto .bx-controls-auto-item {
  display: inline-block; }

.moto-widget-slider .bx-pager.bx-default-pager a {
  display: block;
  outline: 0; }

.moto-widget-slider .bx-controls-direction a {
  position: absolute;
  outline: 0;
  z-index: 9999; }

.moto-widget-slider .bx-controls-direction a.bx-prev.disabled,
.moto-widget-slider .bx-controls-direction a.bx-next.disabled {
  display: none; }

.moto-widget-slider .bx-controls-auto {
  text-align: center; }

.moto-widget-slider .bx-controls-auto .bx-start,
.moto-widget-slider .bx-controls-auto .bx-stop {
  display: block;
  outline: 0; }

.moto-widget-slider li {
  text-align: center;
  width: 100%; }

.moto-widget-slider li img {
  width: 100%;
  display: inline-block; }

.moto-widget-slider li:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%; }

.moto-widget-slider.moto-widget-slider-loader .bx-controls,
.moto-widget-slider.moto-widget-slider-loader .bx-caption {
  visibility: hidden; }

.moto-widget-slider.moto-widget-slider-loader li {
  position: absolute;
  list-style: none; }

.moto-widget-slider.moto-widget-slider-loader li img {
  visibility: hidden; }

.moto-widget-slider.moto-widget-slider-loader li:first-child {
  position: relative !important;
  min-height: 80px; }

.moto-widget-slider.moto-widget-slider-loader li:first-child:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 5px solid;
  border-top-color: rgba(24, 27, 39, 0.2);
  border-right-color: rgba(24, 27, 39, 0.2);
  border-bottom-color: rgba(24, 27, 39, 0.2);
  border-left-color: #181b27;
  animation: defaultLoader 1.1s infinite linear; }

.moto-widget-slideshare .moto-widget-slideshare-container {
  position: relative;
  height: 0;
  overflow: hidden; }

.moto-widget-slideshare .moto-widget-slideshare-container .moto-widget-slideshare-frame {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
  border: 0; }

.moto-widget-social-buttons .social-buttons-list .social-button {
  display: inline-block;
  vertical-align: top;
  margin: 0 6px 5px 0; }

.moto-widget-social-buttons .social-buttons-list .social-button:last-child {
  margin-right: 0; }

.moto-widget-social-links-extended {
  list-style: none;
  font-size: 0; }

.moto-widget-social-links-extended .moto-widget-social-links-extended__item {
  display: inline-block;
  vertical-align: top; }

.moto-widget-social-links-extended .moto-widget-social-links-extended__link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.4s ease;
  overflow: hidden; }

.moto-widget-social-links {
  font-size: 0; }

.moto-widget-social-links .moto-widget-social-links-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block; }

.moto-widget-social-links .moto-widget-social-links-item {
  display: inline-block;
  list-style: none; }

.moto-widget-social-links .moto-widget-social-links-item.moto-widget-social-links-item_hidden {
  display: none; }

.moto-widget-social-links .moto-widget-social-links-link {
  display: inline-block; }

.moto-widget-social-links .moto-widget-social-links-link:hover {
  text-decoration: none; }

.moto-widget-sound_cloud .moto-widget-sound_cloud-container {
  line-height: 0;
  font-size: 0; }

.moto-widget-sound_cloud .moto-widget-sound_cloud-iframe {
  width: 100%;
  border: 0; }

@media screen and (min-width: 767px) {
  .moto-widget-tabs_type-vertical .moto-widget-tabs__wrapper {
    display: flex; }
  .moto-widget-tabs_type-vertical .moto-widget-tabs__wrapper .moto-widget-tabs__headers-wrapper {
    flex-direction: column;
    flex-shrink: 0; }
  .moto-widget-tabs_type-vertical .moto-widget-tabs__wrapper .moto-widget-tabs__items-wrapper {
    flex: 1;
    min-width: 0; } }

.moto-widget-tabs.moto-widget-tabs_type-vertical_right .moto-widget-tabs__headers-wrapper,
.moto-widget-tabs .moto-widget-tabs__headers-wrapper_icon-right .moto-widget-tabs__header-icon,
.moto-widget-tabs .moto-widget-tabs__headers-wrapper_icon-right + .moto-widget-tabs__items-wrapper .moto-widget-tabs__header-icon {
  order: 1; }

.moto-widget-tabs .moto-widget-tabs__headers-wrapper {
  display: flex;
  flex-wrap: wrap; }

.moto-widget-tabs .moto-widget-tabs__headers-wrapper_headers-justified .moto-widget-tabs__header {
  flex: 1 1 auto;
  justify-content: center; }

.moto-widget-tabs .moto-widget-tabs__headers-wrapper_headers-left,
.moto-widget-tabs .moto-widget-tabs__headers-wrapper_text-left .moto-widget-tabs__header {
  justify-content: flex-start; }

.moto-widget-tabs .moto-widget-tabs__headers-wrapper_headers-right,
.moto-widget-tabs .moto-widget-tabs__headers-wrapper_text-right .moto-widget-tabs__header {
  justify-content: flex-end; }

.moto-widget-tabs .moto-widget-tabs__headers-wrapper_headers-center,
.moto-widget-tabs .moto-widget-tabs__headers-wrapper_text-center .moto-widget-tabs__header {
  justify-content: center; }

.moto-widget-tabs .moto-widget-tabs__header {
  display: flex;
  cursor: pointer;
  user-select: none;
  z-index: 1;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s; }

.moto-widget-tabs .moto-widget-tabs__header-item {
  display: flex;
  justify-content: center;
  align-items: center; }

.moto-widget-tabs .moto-widget-tabs__header-icon {
  flex-shrink: 0; }

.moto-widget-tabs .moto-widget-tabs__header_mobile {
  display: none;
  align-items: center;
  justify-content: center; }

.moto-widget-tabs .moto-widget-tabs__header_mobile .moto-widget-tabs__header-title {
  text-align: center; }

@media screen and (max-width: 767px) {
  .moto-widget-tabs .moto-widget-tabs__header_mobile {
    display: flex; }
  .moto-widget-tabs .moto-widget-tabs__headers-wrapper {
    display: none; } }

.moto-widget-text-content {
  padding: 0 1px; }

.moto-widget-text-content:after {
  content: "";
  display: table;
  clear: both; }

.moto-widget-text ul,
.moto-widget-text ol {
  list-style-type: none; }

.moto-content-image-plugin-wrapper {
  display: inline-block;
  max-width: 100%; }

.moto-content-image-container {
  display: inline-block;
  max-width: 100%; }

.moto-content-image {
  max-width: 100%;
  height: auto; }

.moto-content-image_left-floated {
  float: left; }

.moto-content-image_right-floated {
  float: right; }

.moto-content-image_centered-block {
  display: block;
  line-height: 0;
  text-align: center; }

.moto-widget-tile-gallery__wrapper {
  overflow: hidden; }

.moto-widget-tile-gallery__item-wrapper {
  break-inside: avoid-column; }

.moto-widget-tile-gallery__item {
  position: relative;
  overflow: hidden;
  transform: translateZ(0); }

.moto-widget-tile-gallery__item-link {
  display: flex;
  align-items: center;
  justify-content: center; }

.moto-widget-tile-gallery__item-image {
  width: 100%;
  flex: none; }

.moto-widget-tile-gallery__item-layer {
  pointer-events: none;
  overflow: hidden;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-clip: padding-box; }

.moto-widget-tile-gallery__item-caption {
  pointer-events: all;
  opacity: 0;
  max-width: 100%; }

.moto-widget-tile-gallery__item,
.moto-widget-tile-gallery__item-layer,
.moto-widget-tile-gallery__item-layer-icon,
.moto-widget-tile-gallery__item-caption {
  transition: 0.3s;
  transition-property: color, background-color, opacity, top, left, bottom, right, font-size, padding, margin, box-shadow, border; }

.moto-widget-tile-gallery__item:hover .moto-widget-tile-gallery__item-caption {
  opacity: 1; }

.moto-widget-twitter_time_line .moto-widget_wrapper {
  overflow: auto;
  overflow-y: hidden;
  width: 100%; }

.moto-widget-video_player video {
  display: block; }

.moto-widget-video .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.moto-widget-video .video-container .video-frame {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: block; }

.moto-color1 {
  color: #eb1424; }

.moto-color1_3 {
  color: #eb1424; }

.moto-color2 {
  color: #4f4f4f; }

.moto-color2_5 {
  color: #696969; }

.moto-color4 {
  color: #bdbdbd; }

.moto-color4_2 {
  color: #b0b0b0; }

.moto-color4_3 {
  color: #bdbdbd; }

.moto-color5 {
  color: #f6f6f6; }

.moto-color5_1 {
  color: #dbdbdb; }

.moto-color5_5 {
  color: #ffffff; }

.moto-bg-color1 {
  background: #eb1424; }

.moto-bg-color1_3 {
  background: #eb1424; }

.moto-bg-color5 {
  background: #f6f6f6; }

.moto-bg-color5_3 {
  background: #f6f6f6; }

.moto-bg-color5_5 {
  background: #ffffff; }

@media screen and (min-width: 1039px) {
  .moto-parallax,
  .moto-background-fixed {
    background-attachment: fixed; } }

.moto-spacing-top-auto {
  padding-top: initial; }

.moto-spacing-top-zero {
  padding-top: 0; }

.moto-spacing-top-small {
  padding-top: 20px; }

.moto-spacing-top-medium {
  padding-top: 40px; }

.moto-spacing-top-large {
  padding-top: 110px; }

.moto-spacing-bottom-auto {
  padding-bottom: initial; }

.moto-spacing-bottom-zero {
  padding-bottom: 0; }

.moto-spacing-bottom-small {
  padding-bottom: 20px; }

.moto-spacing-bottom-medium {
  padding-bottom: 40px; }

.moto-spacing-bottom-large {
  padding-bottom: 110px; }

.moto-spacing-left-auto {
  padding-left: initial; }

.moto-spacing-left-zero {
  padding-left: 0; }

.moto-spacing-left-small {
  padding-left: 20px; }

.moto-spacing-left-medium {
  padding-left: 40px; }

.moto-spacing-left-large {
  padding-left: 110px; }

.moto-spacing-right-auto {
  padding-right: initial; }

.moto-spacing-right-zero {
  padding-right: 0; }

.moto-spacing-right-small {
  padding-right: 20px; }

.moto-spacing-right-medium {
  padding-right: 40px; }

.moto-spacing-right-large {
  padding-right: 110px; }

@media (max-width: 1039px) {
  .moto-spacing-top-small {
    padding-top: 15px; }
  .moto-spacing-top-medium {
    padding-top: 30px; }
  .moto-spacing-top-large {
    padding-top: 50px; }
  .moto-spacing-bottom-small {
    padding-bottom: 15px; }
  .moto-spacing-bottom-medium {
    padding-bottom: 30px; }
  .moto-spacing-bottom-large {
    padding-bottom: 50px; }
  .moto-spacing-left-small {
    padding-left: 15px; }
  .moto-spacing-left-medium {
    padding-left: 30px; }
  .moto-spacing-left-large {
    padding-left: 50px; }
  .moto-spacing-right-small {
    padding-right: 15px; }
  .moto-spacing-right-medium {
    padding-right: 30px; }
  .moto-spacing-right-large {
    padding-right: 50px; } }

@media (max-width: 767px) {
  .moto-spacing-top-small {
    padding-top: 15px; }
  .moto-spacing-top-medium {
    padding-top: 25px; }
  .moto-spacing-top-large {
    padding-top: 40px; }
  .moto-spacing-bottom-small {
    padding-bottom: 15px; }
  .moto-spacing-bottom-medium {
    padding-bottom: 25px; }
  .moto-spacing-bottom-large {
    padding-bottom: 40px; }
  .moto-spacing-left-small {
    padding-left: 15px; }
  .moto-spacing-left-medium {
    padding-left: 25px; }
  .moto-spacing-left-large {
    padding-left: 40px; }
  .moto-spacing-right-small {
    padding-right: 15px; }
  .moto-spacing-right-medium {
    padding-right: 25px; }
  .moto-spacing-right-large {
    padding-right: 40px; } }

@media (max-width: 479px) {
  .moto-spacing-top-small {
    padding-top: 15px; }
  .moto-spacing-top-medium {
    padding-top: 20px; }
  .moto-spacing-top-large {
    padding-top: 35px; }
  .moto-spacing-bottom-small {
    padding-bottom: 15px; }
  .moto-spacing-bottom-medium {
    padding-bottom: 20px; }
  .moto-spacing-bottom-large {
    padding-bottom: 35px; }
  .moto-spacing-left-small {
    padding-left: 15px; }
  .moto-spacing-left-medium {
    padding-left: 20px; }
  .moto-spacing-left-large {
    padding-left: 35px; }
  .moto-spacing-right-small {
    padding-right: 15px; }
  .moto-spacing-right-medium {
    padding-right: 20px; }
  .moto-spacing-right-large {
    padding-right: 35px; } }

h1 {
  margin: 0.67em 0; }

h2 {
  margin: 0em 0; }

h3 {
  margin: 0em 0; }

h4 {
  margin: 0em 0; }

.moto-text_243 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Poppins', sans-serif;
  color: #b0b0b0;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: 0px; }

.moto-text_243 a {
  color: #eb1424;
  text-decoration: none;
  font-weight: 400;
  font-style: normal; }

.moto-text_243 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #000000; }

@media (max-width: 1039px) {
  .moto-text_243 {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0px; } }

@media (max-width: 767px) {
  .moto-text_243 {
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0px; } }

@media (max-width: 479px) {
  .moto-text_243 {
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0px; } }

.moto-container_content_5ab3cee56 {
  border-style: solid;
  border-color: #e8e8e8;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.moto-container_content_5ab3cee67 {
  border-style: solid;
  border-color: #e8e8e8;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.moto-text_240 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Poppins', sans-serif;
  color: #fb4724;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0px; }

.moto-text_240 a {
  color: #4f4f4f;
  text-decoration: none;
  font-weight: 400;
  font-style: normal; }

.moto-text_240 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #eb1424; }

@media (max-width: 1039px) {
  .moto-text_240 {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0px; } }

@media (max-width: 767px) {
  .moto-text_240 {
    font-size: 31px;
    line-height: 1.3;
    letter-spacing: 0px; } }

@media (max-width: 479px) {
  .moto-text_240 {
    font-size: 30px;
    line-height: 1.3;
    letter-spacing: 0px; } }

.moto-container_content_5ab3ce454 {
  border-style: solid;
  border-color: #e8e8e8;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.moto-container_content_5ab3cdd61 {
  border-style: solid;
  border-color: #e8e8e8;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.moto-text_235 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Poppins', sans-serif;
  color: #4f4f4f;
  font-size: 14px;
  line-height: 2.3;
  letter-spacing: 0px; }

.moto-text_235 a {
  color: #4f4f4f;
  text-decoration: none;
  font-weight: 400;
  font-style: normal; }

.moto-text_235 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #fd8a21; }

@media (max-width: 1039px) {
  .moto-text_235 {
    font-size: 12px;
    line-height: 1.9;
    letter-spacing: 0px; } }

@media (max-width: 767px) {
  .moto-text_235 {
    font-size: 12px;
    line-height: 1.9;
    letter-spacing: 0px; } }

@media (max-width: 479px) {
  .moto-text_235 {
    font-size: 11px;
    line-height: 2;
    letter-spacing: 0px; } }

.moto-text_234 {
  font-weight: 500;
  font-style: normal;
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0px; }

.moto-text_234 a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  font-style: normal; }

.moto-text_234 a:hover {
  text-decoration: underline;
  font-weight: 400;
  font-style: normal;
  color: #ffffff; }

@media (max-width: 1039px) {
  .moto-text_234 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: 0px; } }

@media (max-width: 767px) {
  .moto-text_234 {
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0px; } }

@media (max-width: 479px) {
  .moto-text_234 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: 0px; } }

.moto-text_233 {
  font-weight: 300;
  font-style: normal;
  font-family: 'Poppins', sans-serif;
  color: #adadad;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0px; }

.moto-text_233 a {
  color: #adadad;
  text-decoration: none;
  font-weight: 300;
  font-style: normal; }

.moto-text_233 a:hover {
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
  color: #fd8a21; }

@media (max-width: 1039px) {
  .moto-text_233 {
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0px; } }

@media (max-width: 767px) {
  .moto-text_233 {
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 0px; } }

@media (max-width: 479px) {
  .moto-text_233 {
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 0px; } }

.moto-text_232 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Poppins', sans-serif;
  color: #2e2e2e;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0px; }

.moto-text_232 a {
  color: #2e2e2e;
  text-decoration: none;
  font-weight: 400;
  font-style: normal; }

.moto-text_232 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #fd8a21; }

@media (max-width: 1039px) {
  .moto-text_232 {
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: 0px; } }

@media (max-width: 767px) {
  .moto-text_232 {
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0px; } }

@media (max-width: 479px) {
  .moto-text_232 {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0px; } }

.moto-text_231 {
  font-weight: 300;
  font-style: normal;
  font-family: 'Poppins', sans-serif;
  color: #696969;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0px; }

.moto-text_231 a {
  color: #adadad;
  text-decoration: none;
  font-weight: 400;
  font-style: normal; }

.moto-text_231 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #eb1424; }

@media (max-width: 1039px) {
  .moto-text_231 {
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: 0px; } }

@media (max-width: 767px) {
  .moto-text_231 {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0px; } }

@media (max-width: 479px) {
  .moto-text_231 {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0px; } }

.moto-text_230 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Poppins', sans-serif;
  color: #4f4f4f;
  font-size: 14px;
  line-height: 2.3;
  letter-spacing: 0px; }

.moto-text_230 a {
  color: #4f4f4f;
  text-decoration: none;
  font-weight: 400;
  font-style: normal; }

.moto-text_230 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #3458e4; }

@media (max-width: 1039px) {
  .moto-text_230 {
    font-size: 12px;
    line-height: 1.9;
    letter-spacing: 0px; } }

@media (max-width: 767px) {
  .moto-text_230 {
    font-size: 12px;
    line-height: 1.9;
    letter-spacing: 0px; } }

@media (max-width: 479px) {
  .moto-text_230 {
    font-size: 11px;
    line-height: 2;
    letter-spacing: 0px; } }

.moto-text_229 {
  font-weight: 500;
  font-style: normal;
  font-family: 'Poppins', sans-serif;
  color: #000000;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0px; }

.moto-text_229 a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  font-style: normal; }

.moto-text_229 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #3458e4; }

@media (max-width: 1039px) {
  .moto-text_229 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: 0px; } }

@media (max-width: 767px) {
  .moto-text_229 {
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0px; } }

@media (max-width: 479px) {
  .moto-text_229 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: 0px; } }

.moto-text_228 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Poppins', sans-serif;
  color: #3458e4;
  font-size: 50px;
  line-height: 0.8;
  letter-spacing: 0px; }

.moto-text_228 a {
  color: #adadad;
  text-decoration: none;
  font-weight: 400;
  font-style: normal; }

.moto-text_228 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #eb1424; }

@media (max-width: 1039px) {
  .moto-text_228 {
    font-size: 45px;
    line-height: 0.8;
    letter-spacing: 0px; } }

@media (max-width: 767px) {
  .moto-text_228 {
    font-size: 40px;
    line-height: 0.8;
    letter-spacing: 0px; } }

@media (max-width: 479px) {
  .moto-text_228 {
    font-size: 38px;
    line-height: 0.8;
    letter-spacing: 0px; } }

.moto-text_227 {
  font-weight: 300;
  font-style: normal;
  font-family: 'Poppins', sans-serif;
  color: #adadad;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0px; }

.moto-text_227 a {
  color: #adadad;
  text-decoration: none;
  font-weight: 300;
  font-style: normal; }

.moto-text_227 a:hover {
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
  color: #3458e4; }

@media (max-width: 1039px) {
  .moto-text_227 {
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0px; } }

@media (max-width: 767px) {
  .moto-text_227 {
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 0px; } }

@media (max-width: 479px) {
  .moto-text_227 {
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 0px; } }

.moto-text_209 {
  font-weight: 700;
  font-style: normal;
  font-family: 'Poppins', sans-serif;
  color: #eb1424;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 1px; }

.moto-text_209 a {
  color: #878787;
  text-decoration: none;
  font-weight: 400;
  font-style: normal; }

.moto-text_209 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #4f4f4f; }

@media (max-width: 1039px) {
  .moto-text_209 {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0px; } }

@media (max-width: 767px) {
  .moto-text_209 {
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0px; } }

@media (max-width: 479px) {
  .moto-text_209 {
    font-size: 13px;
    line-height: 1.3;
    letter-spacing: 0px; } }

.moto-text_208 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0px; }

.moto-text_208 a {
  color: #000000;
  text-decoration: none;
  font-weight: 400;
  font-style: normal; }

.moto-text_208 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #4f4f4f; }

@media (max-width: 1039px) {
  .moto-text_208 {
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0px; } }

@media (max-width: 767px) {
  .moto-text_208 {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0px; } }

@media (max-width: 479px) {
  .moto-text_208 {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0px; } }

.moto-text_207 {
  font-weight: 500;
  font-style: normal;
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0px; }

.moto-text_207 a {
  color: #878787;
  text-decoration: none;
  font-weight: 400;
  font-style: normal; }

.moto-text_207 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #4f4f4f; }

@media (max-width: 1039px) {
  .moto-text_207 {
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0px; } }

@media (max-width: 767px) {
  .moto-text_207 {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0px; } }

@media (max-width: 479px) {
  .moto-text_207 {
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0px; } }

.moto-text_206 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Poppins', sans-serif;
  color: #696969;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0px; }

.moto-text_206 a {
  color: #696969;
  text-decoration: none;
  font-weight: 400;
  font-style: normal; }

.moto-text_206 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #ffffff; }

@media (max-width: 1039px) {
  .moto-text_206 {
    font-size: 13px;
    line-height: 1.3;
    letter-spacing: 0px; } }

@media (max-width: 767px) {
  .moto-text_206 {
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0px; } }

@media (max-width: 479px) {
  .moto-text_206 {
    font-size: 13px;
    line-height: 1.3;
    letter-spacing: 0px; } }

.moto-text_205 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Poppins', sans-serif;
  color: #b0b0b0;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: 0px; }

.moto-text_205 a {
  color: #b0b0b0;
  text-decoration: none;
  font-weight: 400;
  font-style: normal; }

.moto-text_205 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #eb1424; }

@media (max-width: 1039px) {
  .moto-text_205 {
    font-size: 13px;
    line-height: 1.1;
    letter-spacing: 0px; } }

@media (max-width: 767px) {
  .moto-text_205 {
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0px; } }

@media (max-width: 479px) {
  .moto-text_205 {
    font-size: 13px;
    line-height: 1.3;
    letter-spacing: 0px; } }

.moto-container_content_5ab25a7d3 {
  background-color: #ffffff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }

.moto-container_header_5ab17aaf2 {
  border-style: solid;
  border-color: #f6f6f6;
  border-top-width: 1px; }

.moto-container_header_5ab17a9c1 {
  background-color: #ffffff; }

.moto-text_186 {
  font-weight: 300;
  font-style: normal;
  font-family: 'Merriweather', serif;
  color: #000000;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0px; }

.moto-text_186 a {
  color: #bdbdbd;
  text-decoration: none;
  font-weight: 400;
  font-style: normal; }

.moto-text_186 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #fd8a21; }

@media (max-width: 1039px) {
  .moto-text_186 {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0px; } }

@media (max-width: 767px) {
  .moto-text_186 {
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0px; } }

@media (max-width: 479px) {
  .moto-text_186 {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0px; } }

.moto-background_2 {
  background-color: #363636;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url("/mt-demo/66500/66533/mt-content/uploads/2017/07/mt-1103-content-bg.jpg"); }

.moto-background_1 {
  background-color: #ffffff;
  background-attachment: fixed;
  background-image: url("/mt-demo/66500/66533/mt-content/uploads/2018/03/mt-1372-content-bg01.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.moto-background {
  background-color: #ffffff; }

.moto-text_system_14 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Poppins', sans-serif;
  color: #eb1424;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0px; }

.moto-text_system_14 a {
  color: #7a7a7a;
  text-decoration: none;
  font-weight: 400;
  font-style: normal; }

.moto-text_system_14 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #4f4f4f; }

@media (max-width: 1039px) {
  .moto-text_system_14 {
    font-size: 25px;
    line-height: 1.6;
    letter-spacing: 0px; } }

@media (max-width: 767px) {
  .moto-text_system_14 {
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: 0px; } }

@media (max-width: 479px) {
  .moto-text_system_14 {
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: 0px; } }

.moto-text_system_13 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Poppins', sans-serif;
  color: #bdbdbd;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0px; }

.moto-text_system_13 a {
  color: #bdbdbd;
  text-decoration: none;
  font-weight: 400;
  font-style: normal; }

.moto-text_system_13 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #eb1424; }

@media (max-width: 1039px) {
  .moto-text_system_13 {
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: 0px; } }

@media (max-width: 767px) {
  .moto-text_system_13 {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0px; } }

@media (max-width: 479px) {
  .moto-text_system_13 {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0px; } }

.moto-text_system_12 {
  font-weight: 500;
  font-style: normal;
  font-family: 'Poppins', sans-serif;
  color: #4f4f4f;
  font-size: 15px;
  line-height: 2.1;
  letter-spacing: 0px; }

.moto-text_system_12 a {
  color: #4f4f4f;
  text-decoration: none;
  font-weight: 500;
  font-style: normal; }

.moto-text_system_12 a:hover {
  text-decoration: none;
  font-weight: 500;
  font-style: normal;
  color: #eb1424; }

@media (max-width: 1039px) {
  .moto-text_system_12 {
    font-size: 10px;
    line-height: 2.4;
    letter-spacing: 0px; } }

@media (max-width: 767px) {
  .moto-text_system_12 {
    font-size: 15px;
    line-height: 2.2;
    letter-spacing: 0px; } }

@media (max-width: 479px) {
  .moto-text_system_12 {
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0px; } }

.moto-text_system_11 {
  font-weight: 500;
  font-style: normal;
  font-family: 'Poppins', sans-serif;
  color: #eb1424;
  font-size: 10px;
  line-height: 1.9;
  letter-spacing: 1px; }

.moto-text_system_11 a {
  color: #d6d6d6;
  text-decoration: none;
  font-weight: 400;
  font-style: normal; }

.moto-text_system_11 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #ffffff; }

@media (max-width: 1039px) {
  .moto-text_system_11 {
    font-size: 10px;
    line-height: 1.1;
    letter-spacing: 0px; } }

@media (max-width: 767px) {
  .moto-text_system_11 {
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0px; } }

@media (max-width: 479px) {
  .moto-text_system_11 {
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0px; } }

.moto-text_system_10 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Poppins', sans-serif;
  color: #959595;
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: 0px; }

.moto-text_system_10 a {
  color: #ffffff;
  text-decoration: underline;
  font-weight: 400;
  font-style: normal; }

.moto-text_system_10 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #ffffff; }

@media (max-width: 1039px) {
  .moto-text_system_10 {
    font-size: 12px;
    line-height: 1.1;
    letter-spacing: 0px; } }

@media (max-width: 767px) {
  .moto-text_system_10 {
    font-size: 12px;
    line-height: 1.1;
    letter-spacing: 0px; } }

@media (max-width: 479px) {
  .moto-text_system_10 {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0px; } }

.moto-text_system_9 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Poppins', sans-serif;
  color: #2e2e2e;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0px; }

.moto-text_system_9 a {
  color: #2e2e2e;
  text-decoration: none;
  font-weight: 400;
  font-style: normal; }

.moto-text_system_9 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #959595; }

@media (max-width: 1039px) {
  .moto-text_system_9 {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0px; } }

@media (max-width: 767px) {
  .moto-text_system_9 {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0px; } }

@media (max-width: 479px) {
  .moto-text_system_9 {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0px; } }

.moto-text_system_8 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Poppins', sans-serif;
  color: #2e2e2e;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0px; }

.moto-text_system_8 a {
  color: #2e2e2e;
  text-decoration: none;
  font-weight: 400;
  font-style: normal; }

.moto-text_system_8 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #eb1424; }

@media (max-width: 1039px) {
  .moto-text_system_8 {
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0px; } }

@media (max-width: 767px) {
  .moto-text_system_8 {
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0px; } }

@media (max-width: 479px) {
  .moto-text_system_8 {
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0px; } }

.moto-text_system_7 {
  font-weight: 500;
  font-style: normal;
  font-family: 'Poppins', sans-serif;
  color: #000000;
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 0px; }

.moto-text_system_7 a {
  color: #000000;
  text-decoration: none;
  font-weight: 500;
  font-style: normal; }

.moto-text_system_7 a:hover {
  text-decoration: none;
  font-weight: 500;
  font-style: normal;
  color: #eb1424; }

@media (max-width: 1039px) {
  .moto-text_system_7 {
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: 0px; } }

@media (max-width: 767px) {
  .moto-text_system_7 {
    font-size: 25px;
    line-height: 1.1;
    letter-spacing: 0px; } }

@media (max-width: 479px) {
  .moto-text_system_7 {
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0px; } }

.moto-text_system_6 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Poppins', sans-serif;
  color: #59c3dc;
  font-size: 60px;
  line-height: 1.3;
  letter-spacing: 0px; }

.moto-text_system_6 a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  font-style: normal; }

.moto-text_system_6 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #fd8a21; }

@media (max-width: 1039px) {
  .moto-text_system_6 {
    font-size: 38px;
    line-height: 1;
    letter-spacing: 0px; } }

@media (max-width: 767px) {
  .moto-text_system_6 {
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0px; } }

@media (max-width: 479px) {
  .moto-text_system_6 {
    font-size: 27px;
    line-height: 1;
    letter-spacing: 0px; } }

.moto-text_system_5 {
  font-weight: 500;
  font-style: normal;
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0px; }

.moto-text_system_5 a {
  color: #4f4f4f;
  text-decoration: none;
  font-weight: 400;
  font-style: normal; }

.moto-text_system_5 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #eb1424; }

@media (max-width: 1039px) {
  .moto-text_system_5 {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0px; } }

@media (max-width: 767px) {
  .moto-text_system_5 {
    font-size: 31px;
    line-height: 1.3;
    letter-spacing: 0px; } }

@media (max-width: 479px) {
  .moto-text_system_5 {
    font-size: 30px;
    line-height: 1.3;
    letter-spacing: 0px; } }

.moto-text_system_4 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Poppins', sans-serif;
  color: #eb1424;
  font-size: 70px;
  line-height: 0.9;
  letter-spacing: 1px; }

.moto-text_system_4 a {
  color: #4f4f4f;
  text-decoration: none;
  font-weight: 400;
  font-style: normal; }

.moto-text_system_4 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #eb1424; }

@media (max-width: 1039px) {
  .moto-text_system_4 {
    font-size: 46px;
    line-height: 0.9;
    letter-spacing: 0px; } }

@media (max-width: 767px) {
  .moto-text_system_4 {
    font-size: 40px;
    line-height: 0.9;
    letter-spacing: 0px; } }

@media (max-width: 479px) {
  .moto-text_system_4 {
    font-size: 27px;
    line-height: 1;
    letter-spacing: 0px; } }

.moto-text_system_3 {
  font-weight: 500;
  font-style: normal;
  font-family: 'Poppins', sans-serif;
  color: #eb1424;
  font-size: 100px;
  line-height: 1;
  letter-spacing: 0px; }

.moto-text_system_3 a {
  color: #4f4f4f;
  text-decoration: none;
  font-weight: 400;
  font-style: normal; }

.moto-text_system_3 a:hover {
  text-decoration: none;
  font-weight: 700;
  font-style: normal;
  color: #eb1424; }

@media (max-width: 1039px) {
  .moto-text_system_3 {
    font-size: 100px;
    line-height: 1;
    letter-spacing: 0px; } }

@media (max-width: 767px) {
  .moto-text_system_3 {
    font-size: 80px;
    line-height: 1.1;
    letter-spacing: 0px; } }

@media (max-width: 479px) {
  .moto-text_system_3 {
    font-size: 65px;
    line-height: 1.1;
    letter-spacing: 0px; } }

.moto-text_system_2 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Poppins', sans-serif;
  color: #bdbdbd;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0px; }

.moto-text_system_2 a {
  color: #bdbdbd;
  text-decoration: none;
  font-weight: 400;
  font-style: normal; }

.moto-text_system_2 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #bdbdbd; }

@media (max-width: 1039px) {
  .moto-text_system_2 {
    font-size: 10px;
    line-height: 1.8;
    letter-spacing: 0px; } }

@media (max-width: 767px) {
  .moto-text_system_2 {
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0px; } }

@media (max-width: 479px) {
  .moto-text_system_2 {
    font-size: 12px;
    line-height: 1.1;
    letter-spacing: 0px; } }

.moto-text_system_1 {
  font-weight: 700;
  font-style: normal;
  font-family: 'Poppins', sans-serif;
  color: #000000;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0px; }

.moto-text_system_1 a {
  color: #000000;
  text-decoration: none;
  font-weight: 700;
  font-style: normal; }

.moto-text_system_1 a:hover {
  text-decoration: none;
  font-weight: 700;
  font-style: normal;
  color: #000000; }

@media (max-width: 1039px) {
  .moto-text_system_1 {
    font-size: 26px;
    line-height: 1.4;
    letter-spacing: 0px; } }

@media (max-width: 767px) {
  .moto-text_system_1 {
    font-size: 26px;
    line-height: 2;
    letter-spacing: 0px; } }

@media (max-width: 479px) {
  .moto-text_system_1 {
    font-size: 26px;
    line-height: 2;
    letter-spacing: 0px; } }

.moto-text_normal {
  font-weight: 400;
  font-style: normal;
  font-family: 'Poppins', sans-serif;
  color: #adadad;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0px; }

.moto-text_normal a {
  color: #adadad;
  text-decoration: none;
  font-weight: 400;
  font-style: normal; }

.moto-text_normal a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #eb1424; }

@media (max-width: 1039px) {
  .moto-text_normal {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0px; } }

@media (max-width: 767px) {
  .moto-text_normal {
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0px; } }

@media (max-width: 479px) {
  .moto-text_normal {
    font-size: 13px;
    line-height: 1.3;
    letter-spacing: 0px; } }

.moto-widget-text * {
  transition: .3s; }

.moto-widget-text li {
  position: relative; }

.moto-widget-text ul li {
  padding: 0 0 0 24px; }

@media screen and (max-width: 1039px) {
  .moto-widget-text ul li {
    padding: 0 0 0 12px; } }

.moto-widget-text ul li:not(:last-child) {
  margin-bottom: 12px; }

.moto-widget-text ul li:before {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  z-index: 0;
  font: 14px/20px FontAwesome;
  color: #eb1424;
  /*content: "\f105";*/
  content: "*"; }

.moto-widget-text ol {
  counter-reset: moto-counter; }

.moto-widget-text ol li {
  padding: 0 0 0 41px; }

.moto-widget-text ol li:not(:last-child) {
  margin-bottom: 12px; }

.moto-widget-text ol li:before {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  z-index: 0;
  font: 600 18px/24px 'Poppins', sans-serif;
  color: #eb1424;
  content: counter(moto-counter) ".";
  counter-increment: moto-counter; }

.moto-widget-menu-toggle-btn {
  width: 40px;
  height: 40px;
  padding: 0 8px; }

.moto-widget-menu-toggle-btn-icon {
  font-size: 24px;
  line-height: 40px; }

.moto-widget-menu-link {
  padding: 19px 0;
  font-size: 13px;
  line-height: 20px;
  position: relative;
  display: block;
  text-align: left;
  transition: .3s;
  z-index: 1;
  letter-spacing: .65px; }

@media screen and (max-width: 1039px) {
  .moto-widget-menu-link {
    font-size: 12px;
    letter-spacing: 0; } }

.moto-widget-menu .moto-widget-menu-list {
  display: inline-block; }

@media screen and (max-width: 767px) {
  .moto-widget-menu .moto-widget-menu-list {
    display: none; } }

.moto-widget-menu .moto-widget-menu-list > .moto-widget-menu-item .moto-widget-menu-sublist {
  top: calc(100% + 0);
  min-width: 200px;
  left: 0;
  padding: 15px 0; }

@media screen and (max-width: 1039px) {
  .moto-widget-menu .moto-widget-menu-list > .moto-widget-menu-item .moto-widget-menu-sublist {
    min-width: 150px; } }

.moto-widget-menu .moto-widget-menu-list > .moto-widget-menu-item .moto-widget-menu-sublist:before {
  position: absolute;
  top: -1px;
  height: 1px;
  left: 0;
  width: 100%;
  content: ""; }

.moto-widget-menu .moto-widget-menu-list > .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link {
  font-size: 14px;
  line-height: 23px;
  padding: 5px 20px; }

@media screen and (max-width: 1039px) {
  .moto-widget-menu .moto-widget-menu-list > .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link {
    padding: 3px 10px;
    font-size: 11px; } }

.moto-widget-menu .moto-widget-menu-list > .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-sublist {
  top: -15px;
  left: calc(100% + 5px); }

@media screen and (max-width: 1039px) {
  .moto-widget-menu .moto-widget-menu-list > .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-sublist {
    top: -15px; } }

.moto-widget-menu .moto-widget-menu-list > .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-sublist:before {
  content: "";
  width: 7px;
  height: 100%;
  top: 0;
  left: -7px;
  position: absolute; }

.moto-widget-menu.moto-preset-default .moto-widget-menu-list {
  border-top-width: 2px;
  border-top-style: solid; }

.moto-widget-menu.moto-preset-default .moto-widget-menu-list > .moto-widget-menu-item:not(:first-child) {
  margin-left: 52px; }

@media screen and (max-width: 1039px) {
  .moto-widget-menu.moto-preset-default .moto-widget-menu-list > .moto-widget-menu-item:not(:first-child) {
    margin-left: 10px; } }

.moto-widget-menu.moto-preset-default .moto-widget-menu-list > .moto-widget-menu-item > .moto-widget-menu-link {
  padding: 19px 0; }

.moto-widget-menu.moto-preset-default .moto-widget-menu-list > .moto-widget-menu-item > .moto-widget-menu-link:after {
  content: '';
  height: 3px;
  position: absolute;
  width: 100%;
  top: -2px;
  border-color: inherit;
  left: 0;
  border-width: 3px 0 0;
  border-style: solid;
  opacity: 1; }

.moto-widget-menu.moto-preset-default .moto-widget-menu-list > .moto-widget-menu-item .moto-widget-menu-sublist {
  border-width: 1px;
  border-style: solid; }

.moto-widget-menu.moto-preset-default .moto-widget-menu-list > .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link .moto-widget-menu-link-arrow {
  position: absolute;
  right: 10px;
  font: 16px 'FontAwesome';
  transition: .33s all ease;
  line-height: 23px;
  transform: none;
  -webkit-transform: none; }

.moto-widget-menu.moto-preset-default .moto-widget-menu-list > .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link .moto-widget-menu-link-arrow:before {
  content: '\f105'; }

.moto-widget-menu.moto-preset-default .moto-widget-menu-list > .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link:after {
  content: '';
  height: 1px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0; }

.moto-widget-menu.moto-preset-default .moto-widget-menu-list > .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item:last-child .moto-widget-menu-link:after {
  display: none; }

.moto-widget-menu.moto-preset-default .moto-widget-menu-list > .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-sublist {
  top: -16px; }

.moto-widget-menu.moto-preset-2 .moto-widget-menu-list > .moto-widget-menu-item:not(:first-child) {
  margin-left: 12px; }

@media screen and (max-width: 1039px) {
  .moto-widget-menu.moto-preset-2 .moto-widget-menu-list > .moto-widget-menu-item:not(:first-child):not(:first-child) {
    margin-left: 3px; } }

.moto-widget-menu.moto-preset-2 .moto-widget-menu-list > .moto-widget-menu-item > .moto-widget-menu-link {
  line-height: 21px;
  border: 2px solid;
  padding: 10px 14px; }

@media screen and (max-width: 1039px) {
  .moto-widget-menu.moto-preset-2 .moto-widget-menu-list > .moto-widget-menu-item > .moto-widget-menu-link {
    font-size: 11px; } }

.moto-widget-menu.moto-preset-2 .moto-widget-menu-list > .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link .moto-widget-menu-link-arrow {
  position: relative;
  font: 16px 'FontAwesome';
  transition: .33s all ease;
  padding-left: 5px;
  line-height: 21px;
  transform: none;
  -webkit-transform: none; }

.moto-widget-menu.moto-preset-2 .moto-widget-menu-list > .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link .moto-widget-menu-link-arrow:before {
  content: '\f105'; }

.moto-widget-menu.moto-preset-2 .moto-widget-menu-list > .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link:after {
  content: '';
  height: 1px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0; }

.moto-widget-menu.moto-preset-3 .moto-widget-menu-list > .moto-widget-menu-item:not(:first-child) {
  margin-left: 35px; }

@media screen and (max-width: 1039px) {
  .moto-widget-menu.moto-preset-3 .moto-widget-menu-list > .moto-widget-menu-item:not(:first-child) {
    margin-left: 20px; } }

.moto-widget-menu.moto-preset-3 .moto-widget-menu-list > .moto-widget-menu-item > .moto-widget-menu-link {
  border-bottom: 2px solid; }

.moto-widget-menu.moto-preset-3 .moto-widget-menu-list > .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link .moto-widget-menu-link-arrow {
  position: absolute;
  right: 10px;
  font: 16px 'FontAwesome';
  transition: .33s all ease;
  line-height: 21px;
  transform: none;
  -webkit-transform: none; }

.moto-widget-menu.moto-preset-3 .moto-widget-menu-list > .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link .moto-widget-menu-link-arrow:before {
  content: '\f105'; }

.moto-widget-menu.moto-preset-3 .moto-widget-menu-list > .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link:after {
  content: '';
  height: 1px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0; }

@media screen and (max-width: 767px) {
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list {
    border: 2px solid;
    max-width: auto; }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item {
    border: none;
    margin: 0 !important;
    padding: 0; }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item:after,
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item:before {
    display: none; }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link {
    padding: 10px 50px 10px 20px;
    font-size: 14px;
    line-height: 1.2;
    text-align: left;
    border: none;
    border-radius: 0; }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link:after,
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link:before {
    display: none; }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link .moto-widget-menu-link-arrow {
    display: block !important;
    position: absolute !important;
    right: 0 !important;
    top: 0;
    text-align: center !important;
    width: 50px !important;
    height: 100%;
    transition: .3s;
    font-family: FontAwesome !important;
    color: inherit !important; }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link .moto-widget-menu-link-arrow:after {
    content: "\f107";
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    color: inherit !important; }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link .moto-widget-menu-link-arrow:before {
    display: none; }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-sublist {
    width: 100%;
    padding: 0;
    border: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-sublist:before,
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-sublist:after {
    content: none; }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item {
    width: 100%;
    border-bottom: none; }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link {
    padding: 7px 40px;
    font-size: 14px;
    margin: 0;
    border: none;
    text-align: left; }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link:before,
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link:after {
    display: none; }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link {
    padding: 7px 40px 7px 60px; } }

.moto-widget-button .moto-widget-button-link {
  position: relative;
  text-align: center;
  z-index: 1;
  transition: .3s;
  line-height: 22px;
  border: 2px solid;
  letter-spacing: .65px;
  border-radius: 5px; }

@media screen and (max-width: 1039px) {
  .moto-widget-button .moto-widget-button-link {
    letter-spacing: 0; } }

.moto-widget-button .moto-widget-button-link.moto-size-small {
  font-size: 12px;
  padding: 12px 10px;
  min-width: 130px; }

@media screen and (max-width: 1039px) {
  .moto-widget-button .moto-widget-button-link.moto-size-small {
    min-width: 120px;
    font-size: 11px;
    padding: 4px 2px; } }

.moto-widget-button .moto-widget-button-link.moto-size-medium {
  font-size: 13px;
  padding: 12px 10px;
  min-width: 200px; }

.moto-widget-button .moto-widget-button-link.moto-size-large {
  font-size: 14px;
  padding: 17px 10px;
  min-width: 220px; }

@media screen and (max-width: 1039px) {
  .moto-widget-button .moto-widget-button-link.moto-size-large {
    font-size: 12px;
    min-width: 160px; } }

.moto-widget-button.moto-preset-default .moto-widget-button-link {
  border-radius: 0; }

.moto-widget-button.moto-preset-default .moto-widget-button-link.moto-size-medium {
  padding: 11px 20px;
  font-size: 16px;
  line-height: 24px; }

@media screen and (max-width: 1039px) {
  .moto-widget-button.moto-preset-default .moto-widget-button-link.moto-size-medium {
    min-width: 0;
    font-size: 11px;
    padding: 6px 10px; } }

.moto-widget-button.moto-preset-default .moto-widget-button-link.moto-size-large {
  min-width: 200px; }

@media screen and (max-width: 1039px) {
  .moto-widget-button.moto-preset-default .moto-widget-button-link.moto-size-large {
    min-width: 150px;
    padding: 12px 5px; } }

.moto-widget-button.moto-preset-2 .moto-widget-button-link {
  border: 1px solid;
  line-height: 24px; }

.moto-widget-button.moto-preset-2 .moto-widget-button-link.moto-size-medium {
  min-width: 150px; }

@media screen and (max-width: 1039px) {
  .moto-widget-button.moto-preset-2 .moto-widget-button-link.moto-size-medium {
    min-width: 120px;
    font-size: 11px;
    padding: 4px 10px; } }

.moto-widget-button.moto-preset-2 .moto-widget-button-link.moto-size-large {
  min-width: 200px; }

@media screen and (max-width: 1039px) {
  .moto-widget-button.moto-preset-2 .moto-widget-button-link.moto-size-large {
    min-width: 150px;
    padding: 12px 5px; } }

.moto-widget-button.moto-preset-3 .moto-widget-button-link.moto-size-small {
  min-width: 120px; }

.moto-widget-button.moto-preset-3 .moto-widget-button-link.moto-size-medium {
  min-width: 180px; }

.moto-widget-button.moto-preset-4 .moto-widget-button-link {
  border-radius: 0; }

.moto-widget-button.moto-preset-4 .moto-widget-button-link.moto-size-medium {
  padding: 11px 20px;
  font-size: 16px;
  line-height: 24px; }

.moto-widget-button.moto-preset-4 .moto-widget-button-link.moto-size-large {
  min-width: 200px; }

.moto-widget-button.moto-preset-5 .moto-widget-button-link.moto-size-medium {
  min-width: 180px; }

.moto-widget-button.moto-preset-5 .moto-widget-button-link.moto-size-large {
  padding: 12px 20px; }

.moto-widget-image .moto-widget-image-link {
  position: relative;
  overflow: hidden;
  transition: .3s; }

.moto-widget-image .moto-widget-image-link .moto-widget-image-picture {
  transition: .3s; }

.moto-widget-image .moto-widget-image-link:before,
.moto-widget-image .moto-widget-image-link:after {
  content: "";
  position: absolute;
  transition: all .3s ease-in-out; }

.moto-widget-image .moto-widget-image-link:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border: 1px solid; }

.moto-widget-image .moto-widget-image-link:after {
  top: 50%;
  left: 50%;
  font-family: FontAwesome;
  font-size: 34px;
  z-index: 5;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

.moto-widget-image.moto-preset-default .moto-widget-image-link:before,
.moto-widget-image.moto-preset-default .moto-widget-image-link:after {
  display: none; }

.moto-widget-image.moto-preset-2 .moto-widget-image-link {
  border-radius: 50%; }

.moto-widget-image.moto-preset-2 .moto-widget-image-link:before,
.moto-widget-image.moto-preset-2 .moto-widget-image-link:after {
  display: none; }

.moto-widget-image.moto-preset-3 .moto-widget-image-link:after {
  top: 70%;
  content: "\f002"; }

.moto-widget-image.moto-preset-3 .moto-widget-image-link:hover:after {
  top: 50%; }

.moto-widget-image.moto-preset-4 .moto-widget-image-link:before {
  border: 2px solid; }

.moto-widget-image.moto-preset-4 .moto-widget-image-link:after {
  content: "\f144";
  font-size: 70px; }

.moto-widget-image.moto-preset-5 .moto-widget-image-link {
  border-width: 3px;
  border-style: solid; }

.moto-widget-image.moto-preset-5 .moto-widget-image-link .moto-widget-image-picture {
  opacity: .5; }

.moto-widget-image.moto-preset-5 .moto-widget-image-link:before {
  border: none; }

.moto-widget-image.moto-preset-5 .moto-widget-image-link:after {
  font-size: 24px;
  content: '\f00e'; }

.moto-widget-image.moto-preset-5 .moto-widget-image-link:hover .moto-widget-image-picture {
  opacity: 1; }

.moto-widget-grid-gallery .moto-widget-grid-gallery-item .moto-widget-grid-gallery-image {
  transition: .35s; }

.moto-widget-grid-gallery .moto-widget-grid-gallery-item .caption {
  position: absolute;
  z-index: 99;
  display: block;
  width: auto;
  padding: 5px;
  opacity: 0;
  transition: .35s; }

.moto-widget-grid-gallery .moto-widget-grid-gallery-item .caption_text {
  text-align: center;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: .88px; }

.moto-widget-grid-gallery .moto-widget-grid-gallery-item .caption-visible {
  opacity: 1;
  transition: .35s; }

.moto-widget-grid-gallery .moto-widget-grid-gallery-item:before,
.moto-widget-grid-gallery .moto-widget-grid-gallery-item:after {
  position: absolute;
  transition: .35s; }

.moto-widget-grid-gallery .moto-widget-grid-gallery-item:before {
  content: "";
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-width: 1px;
  border-style: solid; }

.moto-widget-grid-gallery .moto-widget-grid-gallery-item:after {
  z-index: 10;
  font-family: FontAwesome;
  font-size: 32px; }

.moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item .caption {
  opacity: 1;
  right: auto;
  top: auto;
  left: 0;
  bottom: 0;
  padding: 12px 15px;
  width: auto; }

.moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item .caption_text {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1.08px;
  text-align: center; }

.moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item:after {
  top: 50%;
  right: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-align: center;
  content: "\f00e";
  font-size: 40px;
  z-index: 99;
  transition: 0.3s all ease; }

.moto-widget-grid-gallery.moto-preset-2 .moto-widget-grid-gallery-items .moto-widget-grid-gallery-item .caption {
  top: 65%;
  left: 50%;
  font-size: 24px;
  text-align: center;
  opacity: 0;
  transition: all .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%; }

.moto-widget-grid-gallery.moto-preset-2 .moto-widget-grid-gallery-items .moto-widget-grid-gallery-item .caption-visible {
  top: 60%;
  opacity: 1; }

.moto-widget-grid-gallery.moto-preset-2 .moto-widget-grid-gallery-items .moto-widget-grid-gallery-item:after {
  bottom: 50%;
  width: auto;
  right: 50%;
  text-align: center;
  content: "\f065";
  transform: translate(50%, 50%) scale(0);
  -webkit-transform: translate(50%, 50%) scale(0);
  font-size: 35px; }

.moto-widget-grid-gallery.moto-preset-2 .moto-widget-grid-gallery-items .moto-widget-grid-gallery-item:hover:after {
  transform: translate(50%, 50%) scale(1);
  -webkit-transform: translate(50%, 50%) scale(1); }

.moto-widget-grid-gallery.moto-preset-3 .moto-widget-grid-gallery-items .moto-widget-grid-gallery-item .caption {
  width: 70%;
  padding: 5px 20px;
  bottom: auto;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  opacity: 0; }

.moto-widget-grid-gallery.moto-preset-3 .moto-widget-grid-gallery-items .moto-widget-grid-gallery-item .caption-visible {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  opacity: 1; }

.moto-widget-grid-gallery.moto-preset-3 .moto-widget-grid-gallery-items .moto-widget-grid-gallery-item:after {
  bottom: 50%;
  width: 100%;
  text-align: center;
  content: "\f002";
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  font-size: 50px; }

.moto-widget-slider .bx-wrapper .bx-controls {
  font-size: 0; }

.moto-widget-slider .bx-wrapper .bx-controls a {
  transition: .3s; }

.moto-widget-slider .bx-wrapper .bx-controls .bx-pager {
  position: absolute;
  bottom: 75px; }

@media screen and (max-width: 1039px) {
  .moto-widget-slider .bx-wrapper .bx-controls .bx-pager {
    bottom: 10px; } }

.moto-widget-slider .bx-wrapper .bx-controls .bx-pager .bx-pager-item:not(:first-child) {
  margin-left: 4px; }

.moto-widget-slider .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link {
  border-width: 3px;
  border-style: solid;
  width: 16px;
  height: 16px;
  transition: .3s;
  border-radius: 50%; }

.moto-widget-slider .bx-wrapper .bx-controls .bx-controls-direction a {
  z-index: 1; }

.moto-widget-slider .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
.moto-widget-slider .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  display: block;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  border-width: 2px;
  border-style: solid;
  width: 60px;
  height: 60px;
  transition: .3s; }

.moto-widget-slider .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:before,
.moto-widget-slider .bx-wrapper .bx-controls .bx-controls-direction .bx-next:before {
  transition: .3s;
  font: 26px/56px FontAwesome; }

.moto-widget-slider .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  left: 40px; }

@media screen and (max-width: 1039px) {
  .moto-widget-slider .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
    left: 10px; } }

.moto-widget-slider .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:before {
  content: "\f104"; }

.moto-widget-slider .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  right: 40px; }

@media screen and (max-width: 1039px) {
  .moto-widget-slider .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    right: 10px; } }

.moto-widget-slider .bx-wrapper .bx-controls .bx-controls-direction .bx-next:before {
  content: "\f105"; }

.moto-widget-slider .bx-caption {
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  padding: 10px 20px;
  width: 64%; }

.moto-widget-slider .bx-caption_text {
  text-align: center;
  font-size: 100px;
  line-height: 1.2; }

@media screen and (max-width: 1039px) {
  .moto-widget-slider .bx-caption_text {
    font-size: 18px; } }

@media screen and (max-width: 1039px) {
  .moto-widget-slider .bx-caption {
    padding: 10px;
    width: 75%; } }

.moto-widget-slider .carousel-block {
  padding-bottom: 65px; }

@media screen and (max-width: 1039px) {
  .moto-widget-slider .carousel-block {
    padding-bottom: 35px; } }

@media screen and (max-width: 767px) {
  .moto-widget-slider .carousel-block {
    padding-bottom: 15px; } }

.moto-widget-slider .carousel-block .bx-wrapper {
  padding: 0 60px; }

.moto-widget-slider .carousel-block .bx-wrapper .bx-controls .bx-pager {
  position: relative;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  bottom: -10px;
  text-align: left; }

@media screen and (max-width: 767px) {
  .moto-widget-slider .carousel-block .bx-wrapper .bx-controls .bx-pager {
    text-align: center;
    bottom: -10px; } }

.moto-widget-slider.moto-widget-slider-loader li:first-child:after {
  border-top-color: rgba(211, 18, 32, 0.2);
  border-right-color: rgba(211, 18, 32, 0.2);
  border-bottom-color: rgba(211, 18, 32, 0.2);
  border-left-color: #d31220; }

.moto-widget-slider.moto-preset-default .bx-wrapper .bx-controls .bx-pager {
  width: 100%;
  position: absolute;
  bottom: 30px; }

@media screen and (max-width: 1039px) {
  .moto-widget-slider.moto-preset-default .bx-wrapper .bx-controls .bx-pager {
    bottom: 10px; } }

.moto-widget-slider.moto-preset-default .bx-wrapper .bx-controls .bx-pager .bx-pager-item:not(:first-child) {
  margin-left: 22px; }

.moto-widget-slider.moto-preset-default .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link {
  width: 10px;
  height: 10px;
  transition: .3s;
  border-radius: 50%;
  border: none; }

.moto-widget-slider.moto-preset-default .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link.active,
.moto-widget-slider.moto-preset-default .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link:hover {
  transform: scale(1.5);
  -webkit-transform: scale(1.5); }

.moto-widget-slider.moto-preset-default .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
.moto-widget-slider.moto-preset-default .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  border: none;
  display: block;
  position: absolute;
  text-align: center;
  top: 55%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  width: 60px;
  height: 60px;
  transition: .3s; }

@media screen and (max-width: 1039px) {
  .moto-widget-slider.moto-preset-default .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
  .moto-widget-slider.moto-preset-default .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    top: 50%; } }

.moto-widget-slider.moto-preset-default .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:before,
.moto-widget-slider.moto-preset-default .bx-wrapper .bx-controls .bx-controls-direction .bx-next:before {
  transition: .3s;
  font: 36px/60px FontAwesome; }

.moto-widget-slider.moto-preset-default .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  left: 0; }

.moto-widget-slider.moto-preset-default .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  right: 0; }

.moto-widget-slider.moto-preset-default .bx-wrapper .bx-controls .bx-pager {
  bottom: 35px;
  width: 100%;
  text-align: center; }

@media screen and (max-width: 1039px) {
  .moto-widget-slider.moto-preset-default .bx-wrapper .bx-controls .bx-pager {
    bottom: 10px; } }

.moto-widget-slider.moto-preset-default .carousel-block .bx-wrapper {
  padding: 0 40px; }

@media screen and (max-width: 767px) {
  .moto-widget-slider.moto-preset-default .carousel-block .bx-wrapper {
    padding: 0 20px; } }

.moto-widget-slider.moto-preset-default .carousel-block .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
.moto-widget-slider.moto-preset-default .carousel-block .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  width: auto; }

.moto-widget-slider.moto-preset-default .carousel-block .bx-wrapper .bx-controls .bx-pager {
  bottom: -35px;
  width: 100%;
  text-align: center; }

@media screen and (max-width: 1039px) {
  .moto-widget-slider.moto-preset-default .carousel-block .bx-wrapper .bx-controls .bx-pager {
    bottom: -20px; } }

.moto-widget-slider.moto-preset-2 .bx-wrapper .bx-controls .bx-pager {
  bottom: 20px; }

.moto-widget-slider.moto-preset-2 .bx-wrapper .bx-controls .bx-pager .bx-pager-item:not(:first-child) {
  margin-left: 30px; }

.moto-widget-slider.moto-preset-2 .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link {
  width: 14px;
  height: 14px;
  border-width: 2px; }

@media screen and (max-width: 767px) {
  .moto-widget-slider.moto-preset-2 .bx-wrapper .bx-controls .bx-prev,
  .moto-widget-slider.moto-preset-2 .bx-wrapper .bx-controls .bx-next {
    width: 40px;
    height: 40px; }
  .moto-widget-slider.moto-preset-2 .bx-wrapper .bx-controls .bx-prev:before,
  .moto-widget-slider.moto-preset-2 .bx-wrapper .bx-controls .bx-next:before {
    font: 16px/36px FontAwesome; } }

.moto-widget-slider.moto-preset-2 .bx-wrapper .bx-controls .bx-prev {
  left: 0; }

@media screen and (max-width: 1039px) {
  .moto-widget-slider.moto-preset-2 .bx-wrapper .bx-controls .bx-prev {
    left: 0; } }

.moto-widget-slider.moto-preset-2 .bx-wrapper .bx-controls .bx-next {
  right: 0; }

@media screen and (max-width: 1039px) {
  .moto-widget-slider.moto-preset-2 .bx-wrapper .bx-controls .bx-next {
    right: 0; } }

@media screen and (max-width: 767px) {
  .moto-widget-slider.moto-preset-2 .carousel-block .bx-wrapper {
    padding: 0 40px; } }

.moto-widget-slider.moto-preset-2 .carousel-block .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  left: -60px; }

@media screen and (max-width: 1039px) {
  .moto-widget-slider.moto-preset-2 .carousel-block .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
    left: 0; } }

@media screen and (max-width: 767px) {
  .moto-widget-slider.moto-preset-2 .carousel-block .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
    left: -5px; } }

.moto-widget-slider.moto-preset-2 .carousel-block .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  right: -60px; }

@media screen and (max-width: 1039px) {
  .moto-widget-slider.moto-preset-2 .carousel-block .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    right: 0; } }

@media screen and (max-width: 767px) {
  .moto-widget-slider.moto-preset-2 .carousel-block .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    right: -5px; } }

.moto-widget-slider.moto-preset-2 .carousel-block .bx-wrapper .bx-controls .bx-pager {
  bottom: -35px;
  width: 100%;
  text-align: center; }

@media screen and (max-width: 1039px) {
  .moto-widget-slider.moto-preset-2 .carousel-block .bx-wrapper .bx-controls .bx-pager {
    bottom: -20px; } }

.moto-widget.moto-widget-carousel.moto-preset-default .moto-widget-carousel-caption {
  padding: 10px; }

.moto-widget-contact_form input[type="text"]:focus {
  outline: none;
  background-color: transparent; }

.moto-widget-contact_form textarea:focus {
  outline: none; }

.moto-widget-contact_form .moto-widget-contact_form-success,
.moto-widget-contact_form .moto-widget-contact_form-danger {
  position: relative;
  font-size: 13px;
  top: 5px; }

.moto-widget-contact_form .moto-widget-contact_form-form {
  overflow: visible; }

.moto-widget-contact_form .moto-widget-contact_form-label {
  display: none; }

.moto-widget-contact_form .moto-widget-contact_form-group .moto-widget-contact_form-field {
  border: 1px solid;
  padding: 14px 20px;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
  border-radius: 5px; }

.moto-widget-contact_form .moto-widget-contact_form-group .moto-widget-contact_form-field.moto-widget-contact_form-textarea {
  min-height: 75px;
  margin-bottom: 20px; }

.moto-widget-contact_form .moto-widget-contact_form-buttons {
  margin-top: 10px; }

.moto-widget-contact_form .moto-widget-contact_form-field-error {
  right: 23px;
  top: 3px;
  font-size: 10px;
  position: absolute; }

@media screen and (max-width: 1039px) {
  .moto-widget-contact_form .moto-widget-contact_form-field-error {
    right: 6px; } }

.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-group .moto-widget-contact_form-field {
  padding: 11px 29px; }

.moto-back-to-top-button {
  right: 40px;
  bottom: -50px;
  transition: .3s; }

.moto-back-to-top-button.moto-back-to-top-button_visible {
  bottom: 40px; }

@media screen and (max-width: 1280px) {
  .moto-back-to-top-button.moto-back-to-top-button_visible {
    bottom: 10px; } }

@media screen and (max-width: 1039px) {
  .moto-back-to-top-button.moto-back-to-top-button_visible {
    bottom: 10px;
    right: 10px; } }

@media screen and (max-width: 767px) {
  .moto-back-to-top-button.moto-back-to-top-button_visible {
    bottom: 30px; } }

.moto-back-to-top-button .moto-back-to-top-button-link {
  transition: .3s;
  color: #ffffff;
  background: #696969;
  font: 26px/46px 'FontAwesome';
  text-align: center;
  border-radius: 50%;
  height: 48px;
  width: 48px; }

@media screen and (max-width: 767px) {
  .moto-back-to-top-button .moto-back-to-top-button-link {
    height: 40px;
    width: 40px;
    font: 18px/40px 'FontAwesome'; } }

.moto-back-to-top-button .moto-back-to-top-button-link:hover {
  background: #ef4350; }

.moto-back-to-top-button .moto-back-to-top-button-link .moto-back-to-top-button-icon:before {
  content: "\f106"; }

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__header {
  padding: 32px 0; }

@media screen and (max-width: 767px) {
  .moto-widget-accordion.moto-preset-default .moto-widget-accordion__header {
    padding: 20px 0; } }

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__content {
  padding: 0 41px 32px 0; }

@media screen and (max-width: 767px) {
  .moto-widget-accordion.moto-preset-default .moto-widget-accordion__content {
    padding: 0 20px 20px; } }

.moto-widget-divider.moto-preset-default .moto-widget-divider-line {
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #59c3dc; }

.moto-widget-divider.moto-preset-2 .moto-widget-divider-line {
  border-top-width: 3px;
  border-top-style: solid;
  border-top-color: #eb1424; }

.moto-widget-divider.moto-preset-3 .moto-widget-divider-line {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #e8e8e8; }

.moto-widget-image.moto-preset-3 .moto-widget-image-link:after {
  color: transparent; }

.moto-widget-image.moto-preset-3 .moto-widget-image-link:before {
  background-color: transparent;
  border-color: transparent; }

.moto-widget-image.moto-preset-3 .moto-widget-image-link:hover:after {
  color: #959595; }

.moto-widget-image.moto-preset-3 .moto-widget-image-link:hover:before {
  border-color: transparent; }

.moto-widget-image.moto-preset-4 .moto-widget-image-link:after {
  color: #eb1424; }

.moto-widget-image.moto-preset-4 .moto-widget-image-link:before {
  background-color: transparent;
  border-color: transparent; }

.moto-widget-image.moto-preset-4 .moto-widget-image-link:hover:after {
  color: #4f4f4f; }

.moto-widget-image.moto-preset-4 .moto-widget-image-link:hover:before {
  background-color: transparent; }

.moto-widget-image.moto-preset-5 .moto-widget-image-link {
  border-color: transparent; }

.moto-widget-image.moto-preset-5 .moto-widget-image-link:after {
  color: transparent; }

.moto-widget-image.moto-preset-5 .moto-widget-image-link:before {
  background-color: transparent; }

.moto-widget-image.moto-preset-5 .moto-widget-image-link:hover {
  border-color: transparent; }

.moto-widget-image.moto-preset-5 .moto-widget-image-link:hover:after {
  color: #ffffff; }

.moto-widget-image.moto-preset-5 .moto-widget-image-link:hover:before {
  background-color: #eb1424; }

.moto-widget-button.moto-preset-default .moto-widget-button-link {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  background-color: #eb1424;
  border-color: #eb1424; }

.moto-widget-button.moto-preset-default .moto-widget-button-link:hover {
  color: #ffffff;
  background-color: #bdbdbd;
  border-color: #bdbdbd; }

.moto-widget-button.moto-preset-default .moto-widget-button-link .moto-widget-button-label {
  text-decoration: none; }

.moto-widget-button.moto-preset-2 .moto-widget-button-link {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #959595;
  background-color: transparent;
  border-color: #d6d6d6; }

.moto-widget-button.moto-preset-2 .moto-widget-button-link:hover {
  color: #ffffff;
  background-color: #bdbdbd;
  border-color: #bdbdbd; }

.moto-widget-button.moto-preset-2 .moto-widget-button-link .moto-widget-button-label {
  text-decoration: none; }

.moto-widget-button.moto-preset-3 .moto-widget-button-link {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  background-color: #fd8a21;
  border-color: #fd8a21; }

.moto-widget-button.moto-preset-3 .moto-widget-button-link:hover {
  color: #ffffff;
  background-color: #4f4f4f;
  border-color: #4f4f4f; }

.moto-widget-button.moto-preset-3 .moto-widget-button-link .moto-widget-button-label {
  text-decoration: none; }

.moto-widget-button.moto-preset-4 .moto-widget-button-link {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  background-color: #3458e4;
  border-color: #3458e4; }

.moto-widget-button.moto-preset-4 .moto-widget-button-link:hover {
  color: #ffffff;
  background-color: #bdbdbd;
  border-color: #bdbdbd; }

.moto-widget-button.moto-preset-4 .moto-widget-button-link:hover .moto-widget-button-label {
  text-decoration: none; }

.moto-widget-button.moto-preset-4 .moto-widget-button-link .moto-widget-button-label {
  text-decoration: none; }

.moto-widget-button.moto-preset-5 .moto-widget-button-link {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  background-color: #59c3dc;
  border-color: #59c3dc; }

.moto-widget-button.moto-preset-5 .moto-widget-button-link:hover {
  color: #ffffff;
  background-color: #bdbdbd;
  border-color: #bdbdbd; }

.moto-widget-button.moto-preset-5 .moto-widget-button-link:hover .moto-widget-button-label {
  text-decoration: none; }

.moto-widget-button.moto-preset-5 .moto-widget-button-link .moto-widget-button-label {
  text-decoration: none; }

.moto-widget-social-links.moto-preset-default .moto-widget-social-links-link:before {
  color: #fd8a21; }

.moto-widget-social-links.moto-preset-default .moto-widget-social-links-link:hover:before {
  color: #4f4f4f; }

.moto-widget-social-links.moto-preset-2 .moto-widget-social-links-link {
  border-color: #4f4f4f;
  background-color: #4f4f4f; }

.moto-widget-social-links.moto-preset-2 .moto-widget-social-links-link:before {
  color: #ffffff; }

.moto-widget-social-links.moto-preset-2 .moto-widget-social-links-link:hover {
  border-color: #4f4f4f;
  background-color: #ffffff; }

.moto-widget-social-links.moto-preset-2 .moto-widget-social-links-link:hover:before {
  color: #4f4f4f; }

.moto-widget-social-links.moto-preset-3 .moto-widget-social-links-link:before {
  color: #ffffff; }

.moto-widget-social-links.moto-preset-3 .moto-widget-social-links-link:hover:before {
  color: #4f4f4f; }

.moto-widget-slider.moto-preset-default .bx-caption {
  background-color: transparent; }

.moto-widget-slider.moto-preset-default .bx-caption_text {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  text-decoration: none; }

.moto-widget-slider.moto-preset-default .bx-controls-direction .bx-prev:before,
.moto-widget-slider.moto-preset-default .bx-controls-direction .bx-next:before {
  color: #c9c9c9; }

.moto-widget-slider.moto-preset-default .bx-controls-direction .bx-prev:hover:before,
.moto-widget-slider.moto-preset-default .bx-controls-direction .bx-next:hover:before {
  color: #000000; }

.moto-widget-slider.moto-preset-default .bx-pager-link {
  background-color: #bdbdbd; }

.moto-widget-slider.moto-preset-default .bx-pager-link:hover {
  background-color: #4f4f4f; }

.moto-widget-slider.moto-preset-default .bx-pager-link.active {
  background-color: #4f4f4f; }

.moto-widget-slider.moto-preset-default .bx-pager-link.active:hover {
  background-color: #4f4f4f; }

.moto-widget.moto-widget-carousel.moto-preset-default .moto-widget-carousel-caption {
  background-color: #ffffff; }

.moto-widget-slider.moto-preset-2 .bx-caption {
  background-color: transparent; }

.moto-widget-slider.moto-preset-2 .bx-caption_text {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  text-decoration: none; }

.moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-prev,
.moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-next {
  background-color: #ffffff;
  border-color: transparent; }

.moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-prev:before,
.moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-next:before {
  color: #000000; }

.moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-prev:hover:before,
.moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-next:hover:before {
  color: #4f4f4f; }

.moto-widget-slider.moto-preset-2 .bx-pager-link {
  border-color: transparent;
  background-color: #ffffff; }

.moto-widget-slider.moto-preset-2 .bx-pager-link:hover {
  background-color: #4f4f4f; }

.moto-widget-slider.moto-preset-2 .bx-pager-link.active {
  border-color: transparent;
  background-color: #4f4f4f; }

.moto-widget-slider.moto-preset-2 .bx-pager-link.active:hover {
  background-color: #4f4f4f; }

.moto-widget.moto-widget-carousel.moto-preset-2 .moto-widget-carousel-caption {
  background-color: transparent; }

.moto-widget-grid-gallery.moto-preset-default .caption_text {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  color: #ffffff; }

.moto-widget-grid-gallery.moto-preset-default .caption {
  background-color: #eb1424; }

.moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item:before {
  background-color: transparent;
  border-color: transparent; }

.moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item:after {
  color: transparent; }

.moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item:hover:before {
  background-color: transparent; }

.moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item:hover:after {
  color: #ffffff; }

.moto-widget-grid-gallery.moto-preset-2 .caption_text {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  color: #ffffff; }

.moto-widget-grid-gallery.moto-preset-2 .caption {
  background-color: transparent; }

.moto-widget-grid-gallery.moto-preset-2 .moto-widget-grid-gallery-item:before {
  background-color: transparent;
  border-color: transparent; }

.moto-widget-grid-gallery.moto-preset-2 .moto-widget-grid-gallery-item:after {
  color: transparent; }

.moto-widget-grid-gallery.moto-preset-2 .moto-widget-grid-gallery-item:hover:before {
  background-color: rgba(0, 0, 0, 0.5); }

.moto-widget-grid-gallery.moto-preset-2 .moto-widget-grid-gallery-item:hover:after {
  color: #ffffff; }

.moto-widget-grid-gallery.moto-preset-3 .caption_text {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  color: #ffffff; }

.moto-widget-grid-gallery.moto-preset-3 .caption {
  background-color: transparent; }

.moto-widget-grid-gallery.moto-preset-3 .moto-widget-grid-gallery-item:before {
  background-color: transparent;
  border-color: transparent; }

.moto-widget-grid-gallery.moto-preset-3 .moto-widget-grid-gallery-item:after {
  color: transparent; }

.moto-widget-grid-gallery.moto-preset-3 .moto-widget-grid-gallery-item:hover:before {
  background-color: rgba(45, 46, 46, 0.5); }

.moto-widget-grid-gallery.moto-preset-3 .moto-widget-grid-gallery-item:hover:after {
  color: #ffffff; }

.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form {
  font-family: 'Poppins', sans-serif; }

.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-field {
  color: #adadad;
  background-color: #ffffff;
  font-style: normal;
  font-weight: 400;
  border-color: #e8e8e8; }

.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-field.ng-touched.ng-invalid {
  color: #adadad;
  background-color: #ffffff;
  border-color: #eb1424; }

.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-field::-webkit-input-placeholder {
  color: #adadad; }

.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-field::-moz-placeholder {
  color: #adadad; }

.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-field:-ms-input-placeholder {
  color: #adadad; }

.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-field-error {
  font-style: normal;
  font-weight: 400;
  color: #eb1424; }

.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-success {
  font-style: normal;
  font-weight: 400;
  color: #59c3dc; }

.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-danger {
  font-style: normal;
  font-weight: 400;
  color: #eb1424; }

.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-checkbox-icon {
  width: 16px;
  height: 16px;
  font-size: 16px;
  border-color: #81868c;
  color: #55616d; }

.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-group-not-valid .moto-widget-contact_form-checkbox-icon {
  border-color: #ff0000; }

.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form {
  font-family: 'Poppins', sans-serif;
  background-color: transparent; }

.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-field {
  color: #2e2e2e;
  background-color: #ffffff;
  font-style: normal;
  font-weight: 400;
  border-color: #ffffff; }

.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-field.ng-touched.ng-invalid {
  color: #2e2e2e;
  background-color: #ffffff;
  border-color: #fd8a21; }

.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-field::-webkit-input-placeholder {
  color: #2e2e2e; }

.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-field::-moz-placeholder {
  color: #2e2e2e; }

.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-field:-ms-input-placeholder {
  color: #2e2e2e; }

.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-field-error {
  font-style: normal;
  font-weight: 400;
  color: #fd8a21; }

.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-success {
  font-style: normal;
  font-weight: 400;
  color: #59c3dc; }

.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-danger {
  font-style: normal;
  font-weight: 400;
  color: #fd8a21; }

.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-checkbox-icon {
  width: 16px;
  height: 16px;
  font-size: 16px;
  border-color: #81868c;
  color: #55616d; }

.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-group-not-valid .moto-widget-contact_form-checkbox-icon {
  border-color: #ff0000; }

.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form {
  font-family: 'Poppins', sans-serif;
  background-color: transparent; }

.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-field {
  color: #959595;
  background-color: #ffffff;
  font-style: normal;
  font-weight: 400;
  border-color: #ffffff; }

.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-field.ng-touched.ng-invalid {
  color: #959595;
  background-color: #ffffff;
  border-color: #fd8a21; }

.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-field::-webkit-input-placeholder {
  color: #959595; }

.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-field::-moz-placeholder {
  color: #959595; }

.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-field:-ms-input-placeholder {
  color: #959595; }

.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-field-error {
  font-style: normal;
  font-weight: 400;
  color: #fd8a21; }

.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-success {
  font-style: normal;
  font-weight: 400;
  color: #59c3dc; }

.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-danger {
  font-style: normal;
  font-weight: 400;
  color: #fd8a21; }

.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-checkbox-icon {
  width: 16px;
  height: 16px;
  font-size: 16px;
  border-color: #81868c;
  color: #55616d; }

.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-group-not-valid .moto-widget-contact_form-checkbox-icon {
  border-color: #ff0000; }

.moto-widget-menu.moto-preset-default .moto-widget-menu-list {
  border-color: #f6f6f6; }

.moto-widget-menu.moto-preset-default .moto-widget-menu-list .moto-widget-menu-item:hover .moto-widget-menu-link-level-1 {
  color: #000000;
  border-color: #eb1424; }

.moto-widget-menu.moto-preset-default .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link-level-1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000000;
  text-decoration: none;
  border-color: transparent; }

.moto-widget-menu.moto-preset-default .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link-level-1.moto-widget-menu-link-active {
  color: #000000;
  text-decoration: none;
  border-color: #eb1424; }

.moto-widget-menu.moto-preset-default .moto-widget-menu-sublist {
  background-color: #ffffff;
  border-color: rgba(156, 156, 156, 0.3); }

.moto-widget-menu.moto-preset-default .moto-widget-menu-sublist .moto-widget-menu-item:hover > .moto-widget-menu-link {
  color: #eb1424; }

.moto-widget-menu.moto-preset-default .moto-widget-menu-sublist .moto-widget-menu-item:hover > .moto-widget-menu-link .moto-widget-menu-link-arrow {
  color: #eb1424; }

.moto-widget-menu.moto-preset-default .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #2e2e2e;
  text-decoration: none;
  background-color: transparent; }

.moto-widget-menu.moto-preset-default .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link:after {
  background-color: transparent; }

.moto-widget-menu.moto-preset-default .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active {
  color: #eb1424;
  text-decoration: none;
  background-color: transparent; }

.moto-widget-menu.moto-preset-default .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active .moto-widget-menu-link-arrow {
  color: #eb1424; }

.moto-widget-menu.moto-preset-default .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active:hover {
  color: #eb1424; }

.moto-widget-menu.moto-preset-default .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active:hover .moto-widget-menu-link-arrow {
  color: #eb1424; }

.moto-widget-menu.moto-preset-default .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link-arrow {
  color: #959595; }

.moto-widget-menu.moto-preset-default .moto-widget-menu-toggle-btn {
  color: #eb1424;
  background-color: #ffffff; }

@media screen and (max-width: 767px) {
  .moto-widget-menu.moto-preset-default.moto-widget-menu-mobile-open .moto-widget-menu-toggle-btn {
    color: #ffffff;
    background-color: #eb1424; }
  .moto-widget-menu.moto-preset-default.moto-widget-menu-mobile-open .moto-widget-menu-list {
    background-color: #ffffff;
    border-color: #eb1424; }
  .moto-widget-menu.moto-preset-default.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item {
    border-color: transparent; }
  .moto-widget-menu.moto-preset-default.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link {
    color: #4f4f4f;
    text-decoration: none;
    background-color: transparent; }
  .moto-widget-menu.moto-preset-default.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #eb1424; }
  .moto-widget-menu.moto-preset-default.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist {
    background-color: #ffffff; }
  .moto-widget-menu.moto-preset-default.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-link {
    color: #4f4f4f;
    text-decoration: none;
    background-color: transparent; }
  .moto-widget-menu.moto-preset-default.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-link.moto-widget-menu-link-active {
    color: #eb1424;
    text-decoration: none;
    background-color: transparent; } }

.moto-widget-menu.moto-preset-2 .moto-widget-menu-list .moto-widget-menu-item:hover .moto-widget-menu-link-level-1 {
  color: #ffffff;
  background-color: #4f4f4f;
  border-color: #4f4f4f; }

.moto-widget-menu.moto-preset-2 .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link-level-1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #4f4f4f;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent; }

.moto-widget-menu.moto-preset-2 .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link-level-1.moto-widget-menu-link-active {
  color: #ffffff;
  text-decoration: none;
  background-color: #4f4f4f;
  border-color: #4f4f4f; }

.moto-widget-menu.moto-preset-2 .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link-level-1.moto-widget-menu-link-active:hover {
  color: #ffffff;
  background-color: #4f4f4f;
  border-color: #4f4f4f; }

.moto-widget-menu.moto-preset-2 .moto-widget-menu-sublist {
  background-color: #ffffff; }

.moto-widget-menu.moto-preset-2 .moto-widget-menu-sublist .moto-widget-menu-item:hover > .moto-widget-menu-link {
  color: #eb1424;
  background-color: transparent; }

.moto-widget-menu.moto-preset-2 .moto-widget-menu-sublist .moto-widget-menu-item:hover > .moto-widget-menu-link .moto-widget-menu-link-arrow {
  color: #eb1424; }

.moto-widget-menu.moto-preset-2 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #4f4f4f;
  text-decoration: none;
  background-color: transparent; }

.moto-widget-menu.moto-preset-2 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link:after {
  background-color: transparent; }

.moto-widget-menu.moto-preset-2 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active {
  color: #eb1424;
  text-decoration: none;
  background-color: transparent; }

.moto-widget-menu.moto-preset-2 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active .moto-widget-menu-link-arrow {
  color: #eb1424; }

.moto-widget-menu.moto-preset-2 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active:hover {
  color: #eb1424; }

.moto-widget-menu.moto-preset-2 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link-arrow {
  color: #4f4f4f; }

.moto-widget-menu.moto-preset-2 .moto-widget-menu-toggle-btn {
  color: #eb1424;
  background-color: #ffffff; }

@media screen and (max-width: 767px) {
  .moto-widget-menu.moto-preset-2.moto-widget-menu-mobile-open .moto-widget-menu-toggle-btn {
    color: #ffffff;
    background-color: #eb1424; }
  .moto-widget-menu.moto-preset-2.moto-widget-menu-mobile-open .moto-widget-menu-list {
    background-color: #eb1424;
    border-color: #eb1424; }
  .moto-widget-menu.moto-preset-2.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item {
    border-color: transparent; }
  .moto-widget-menu.moto-preset-2.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent; }
  .moto-widget-menu.moto-preset-2.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #eb1424; }
  .moto-widget-menu.moto-preset-2.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist {
    background-color: #ffffff; }
  .moto-widget-menu.moto-preset-2.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-link {
    color: #4f4f4f;
    text-decoration: none;
    background-color: transparent; }
  .moto-widget-menu.moto-preset-2.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-link.moto-widget-menu-link-active {
    color: #eb1424;
    text-decoration: none;
    background-color: transparent; } }

.moto-widget-menu.moto-preset-3 .moto-widget-menu-list .moto-widget-menu-item:hover .moto-widget-menu-link-level-1 {
  color: #000000;
  border-color: transparent; }

.moto-widget-menu.moto-preset-3 .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link-level-1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #878787;
  text-decoration: none;
  border-color: transparent; }

.moto-widget-menu.moto-preset-3 .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link-level-1.moto-widget-menu-link-active {
  color: #000000;
  text-decoration: none;
  border-color: transparent; }

.moto-widget-menu.moto-preset-3 .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link-level-1.moto-widget-menu-link-active:hover {
  border-color: transparent; }

.moto-widget-menu.moto-preset-3 .moto-widget-menu-sublist {
  background-color: #bdbdbd; }

.moto-widget-menu.moto-preset-3 .moto-widget-menu-sublist .moto-widget-menu-item:hover > .moto-widget-menu-link {
  color: #959595; }

.moto-widget-menu.moto-preset-3 .moto-widget-menu-sublist .moto-widget-menu-item:hover > .moto-widget-menu-link .moto-widget-menu-link-arrow {
  color: #959595; }

.moto-widget-menu.moto-preset-3 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  text-decoration: none;
  background-color: transparent; }

.moto-widget-menu.moto-preset-3 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active {
  color: #000000;
  text-decoration: none;
  background-color: transparent; }

.moto-widget-menu.moto-preset-3 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active .moto-widget-menu-link-arrow {
  color: #000000; }

.moto-widget-menu.moto-preset-3 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active:hover {
  color: #959595;
  background-color: transparent; }

.moto-widget-menu.moto-preset-3 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active:hover .moto-widget-menu-link-arrow {
  color: #959595; }

.moto-widget-menu.moto-preset-3 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link-arrow {
  color: #ffffff; }

.moto-widget-menu.moto-preset-3 .moto-widget-menu-toggle-btn {
  color: #000000;
  background-color: #ffffff; }

@media screen and (max-width: 767px) {
  .moto-widget-menu.moto-preset-3.moto-widget-menu-mobile-open .moto-widget-menu-toggle-btn {
    color: #ffffff;
    background-color: #000000; }
  .moto-widget-menu.moto-preset-3.moto-widget-menu-mobile-open .moto-widget-menu-list {
    background-color: #ffffff;
    border-color: #000000; }
  .moto-widget-menu.moto-preset-3.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item {
    border-color: transparent; }
  .moto-widget-menu.moto-preset-3.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link {
    color: #4f4f4f;
    text-decoration: none;
    background-color: transparent; }
  .moto-widget-menu.moto-preset-3.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #000000; }
  .moto-widget-menu.moto-preset-3.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist {
    background-color: #ffffff; }
  .moto-widget-menu.moto-preset-3.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-link {
    color: #4f4f4f;
    text-decoration: none;
    background-color: transparent; }
  .moto-widget-menu.moto-preset-3.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-link.moto-widget-menu-link-active {
    color: #000000;
    text-decoration: none;
    background-color: transparent; } }

.moto-widget-pagination.moto-preset-default {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px; }

.moto-widget-pagination.moto-preset-default .moto-pagination-item,
.moto-widget-pagination.moto-preset-default li {
  margin-right: 5px; }

.moto-widget-pagination.moto-preset-default .moto-pagination-link,
.moto-widget-pagination.moto-preset-default a {
  color: #eb1424;
  background-color: transparent;
  border-color: transparent;
  border-width: 1px;
  border-radius: 0%;
  border-style: solid;
  text-decoration: none;
  width: 31px;
  height: 31px; }

.moto-widget-pagination.moto-preset-default .moto-pagination-link:hover,
.moto-widget-pagination.moto-preset-default a:hover {
  color: #000000;
  border-color: transparent; }

.moto-widget-pagination.moto-preset-default .moto-pagination-link_active,
.moto-widget-pagination.moto-preset-default li.active a {
  font-style: normal;
  font-weight: 400;
  color: #000000;
  border-color: transparent;
  text-decoration: none; }

.moto-widget-pagination.moto-preset-default .moto-pagination-link_active:hover,
.moto-widget-pagination.moto-preset-default li.active a:hover {
  font-style: normal;
  font-weight: 400;
  color: #000000;
  border-color: transparent;
  text-decoration: none; }

.moto-media-player.moto-preset-default .mejs-inner .mejs-controls .mejs-button.mejs-button_active button,
.moto-media-player.moto-preset-default .mejs-inner .mejs-controls .mejs-button.mejs-button_active.mejs-moto-download-button a {
  background-color: #d3d8db; }

.moto-media-player.moto-preset-default .mejs-inner .mejs-controls .mejs-button.mejs-button_active button:before,
.moto-media-player.moto-preset-default .mejs-inner .mejs-controls .mejs-button.mejs-button_active.mejs-moto-download-button a:before {
  color: #55616d; }

.moto-media-player.moto-preset-default .mejs-controls .mejs-button button,
.moto-media-player.moto-preset-default .mejs-controls .mejs-volume-button button,
.moto-media-player.moto-preset-default .mejs-overlay-button,
.moto-media-player.moto-preset-default .mejs-controls .mejs-button.mejs-moto-download-button a {
  background-color: transparent; }

.moto-media-player.moto-preset-default .mejs-controls .mejs-button button:before,
.moto-media-player.moto-preset-default .mejs-controls .mejs-volume-button button:before,
.moto-media-player.moto-preset-default .mejs-overlay-button:before,
.moto-media-player.moto-preset-default .mejs-controls .mejs-button.mejs-moto-download-button a:before {
  color: #d3d8db; }

.moto-media-player.moto-preset-default .mejs-controls .mejs-button button:hover:before,
.moto-media-player.moto-preset-default .mejs-controls .mejs-volume-button button:hover:before,
.moto-media-player.moto-preset-default .mejs-overlay-button:hover:before,
.moto-media-player.moto-preset-default .mejs-controls .mejs-button.mejs-moto-download-button a:hover:before {
  color: #7f878a; }

.moto-media-player.moto-preset-default .mejs-controls {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #81868c;
  background-color: #ffffff;
  font-size: 12px;
  border-color: #d3d8db; }

.moto-media-player.moto-preset-default .mejs-controls .mejs-time-current,
.moto-media-player.moto-preset-default .mejs-controls .mejs-time-handle {
  background-color: #7f878a; }

.moto-media-player.moto-preset-default .mejs-controls .mejs-horizontal-volume-current,
.moto-media-player.moto-preset-default .mejs-controls .mejs-horizontal-volume-handle {
  background-color: #7f878a; }

.moto-media-player.moto-preset-default .mejs-controls .mejs-time-loaded {
  background-color: rgba(127, 135, 138, 0.25); }

.moto-media-player.moto-preset-default .mejs-controls .mejs-time-total {
  background-color: rgba(127, 135, 138, 0.25); }

.moto-media-player.moto-preset-default .mejs-controls .mejs-time-handle {
  box-shadow: 0px 0px 4px 0px #7f878a; }

.moto-media-player.moto-preset-default .mejs-controls .mejs-horizontal-volume-total {
  background-color: rgba(127, 135, 138, 0.5); }

.moto-media-player.moto-preset-default .mejs-controls .mejs-horizontal-volume-handle {
  box-shadow: 0px 0px 4px 0px #7f878a; }

.moto-widget-countdown.moto-preset-default .countdown-item-amount {
  color: #ffffff;
  font-style: normal;
  font-weight: 400;
  font-size: 30px; }

.moto-widget-countdown.moto-preset-default .countdown-item-unit {
  color: #ffffff;
  font-style: normal;
  font-weight: 400;
  font-size: 13px; }

.moto-widget-countdown.moto-preset-default .countdown-item-delimiter {
  min-width: 20px;
  font-size: 26px;
  color: #ffffff; }

.moto-widget-countdown.moto-preset-default .countdown-item-block {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #81868c;
  background-color: #eb1424;
  font-size: 12px;
  height: 85px;
  width: 85px;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-style: none;
  border-radius: 40px; }

.moto-widget-countdown.moto-preset-2 .countdown-item-amount {
  color: #ffffff;
  font-style: normal;
  font-weight: 400;
  font-size: 22px; }

.moto-widget-countdown.moto-preset-2 .countdown-item-unit {
  color: #ffffff;
  font-style: normal;
  font-weight: 400;
  font-size: 10px; }

.moto-widget-countdown.moto-preset-2 .countdown-item-delimiter {
  min-width: 30px;
  font-size: 22px;
  color: #eb1424; }

.moto-widget-countdown.moto-preset-2 .countdown-item-block {
  font-family: trebuchet ms, geneva;
  font-weight: 400;
  font-style: normal;
  color: #81868c;
  background-color: #eb1424;
  font-size: 12px;
  height: 80px;
  width: 80px;
  border-color: #ffffff;
  border-top-width: 5px;
  border-left-width: 5px;
  border-right-width: 5px;
  border-bottom-width: 5px;
  border-style: dotted;
  border-radius: 2px; }

.moto-widget-countdown.moto-preset-3 .countdown-item-amount {
  color: #696969;
  font-style: normal;
  font-weight: 400;
  font-size: 30px; }

.moto-widget-countdown.moto-preset-3 .countdown-item-unit {
  color: #696969;
  font-style: normal;
  font-weight: 400;
  font-size: 13px; }

.moto-widget-countdown.moto-preset-3 .countdown-item-delimiter {
  min-width: 20px;
  font-size: 30px;
  color: #696969; }

.moto-widget-countdown.moto-preset-3 .countdown-item-block {
  font-family: helvetica;
  font-weight: 400;
  font-style: normal;
  color: #81868c;
  background-color: transparent;
  font-size: 12px;
  height: 80px;
  width: 80px;
  border-color: #696969;
  border-top-width: 3px;
  border-left-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-style: solid;
  border-radius: 40px; }

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__header {
  background-color: transparent;
  border-bottom-width: 0px;
  border-color: transparent;
  border-left-width: 0px;
  border-radius: 0px;
  border-right-width: 0px;
  border-style: none;
  border-top-width: 0px;
  color: #000000;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500; }

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__header-icon {
  color: #000000;
  font-size: 18px; }

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__collapse-icon {
  color: #000000;
  font-size: 16px; }

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__collapse-icon:before {
  content: "\f068"; }

@media screen and (max-width: 1039px) {
  .moto-widget-accordion.moto-preset-default .moto-widget-accordion__header {
    font-size: 15px; } }

@media screen and (max-width: 767px) {
  .moto-widget-accordion.moto-preset-default .moto-widget-accordion__header {
    font-size: 15px; }
  .moto-widget-accordion.moto-preset-default .moto-widget-accordion__header-icon {
    font-size: 19px; } }

@media screen and (max-width: 479px) {
  .moto-widget-accordion.moto-preset-default .moto-widget-accordion__header {
    font-size: 14px; } }

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item {
  border-bottom-width: 1px;
  border-color: #e8e8e8;
  border-left-width: 0px;
  border-radius: 0px;
  border-right-width: 0px;
  border-style: solid;
  border-top-width: 0px;
  margin-bottom: 0px; }

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item .moto-widget-accordion__header-title {
  text-decoration: none; }

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item .moto-widget-accordion__content {
  background-color: transparent;
  border-bottom-width: 0px;
  border-color: transparent;
  border-left-width: 0px;
  border-radius: 0px;
  border-style: solid;
  border-top-width: 1px; }

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item:hover {
  border-color: #e8e8e8; }

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item:hover .moto-widget-accordion__header {
  color: #000000; }

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item:hover .moto-widget-accordion__header-icon {
  color: #000000; }

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item:hover .moto-widget-accordion__collapse-icon {
  color: #000000; }

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item:hover .moto-widget-accordion__content {
  background-color: transparent;
  border-color: transparent; }

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item.moto-widget-accordion__item_open {
  border-bottom-width: 1px;
  border-color: #e8e8e8;
  border-left-width: 0px;
  border-radius: 0px;
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 0px; }

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__header-title {
  text-decoration: none; }

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__header {
  background-color: transparent;
  border-bottom-width: 0px;
  border-color: transparent;
  border-radius: 0px;
  border-style: none;
  color: #000000;
  border-left-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px; }

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__header-icon {
  color: #000000; }

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__collapse-icon {
  color: #000000; }

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__collapse-icon:before {
  content: "\f068"; }

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item.moto-widget-accordion__item_open:hover {
  border-color: #e8e8e8; }

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item.moto-widget-accordion__item_open:hover .moto-widget-accordion__header {
  border-color: transparent;
  color: #000000;
  background-color: transparent; }

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item.moto-widget-accordion__item_open:hover .moto-widget-accordion__header-icon {
  color: #000000; }

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item.moto-widget-accordion__item_open:hover .moto-widget-accordion__collapse-icon {
  color: #000000; }

.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__header {
  background-color: transparent;
  border-bottom-width: 0px;
  border-color: transparent;
  border-left-width: 0px;
  border-radius: 0px;
  border-right-width: 0px;
  border-style: none;
  border-top-width: 0px;
  color: #eb1424;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700; }

.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__header-icon {
  color: #80868b;
  font-size: 20px; }

.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__collapse-icon {
  color: #eb1424;
  font-size: 20px; }

.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__collapse-icon:before {
  content: "\f054"; }

.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item {
  border-bottom-width: 1px;
  border-color: #7a7a7a;
  border-left-width: 1px;
  border-radius: 0px;
  border-right-width: 1px;
  border-style: solid;
  border-top-width: 1px;
  margin-bottom: 10px; }

.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item .moto-widget-accordion__header-title {
  text-decoration: none; }

.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item .moto-widget-accordion__content {
  background-color: transparent;
  border-bottom-width: 0px;
  border-color: #7a7a7a;
  border-left-width: 0px;
  border-radius: 0px;
  border-style: none;
  border-top-width: 0px; }

.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item:hover {
  border-color: #adadad; }

.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item:hover .moto-widget-accordion__header {
  background-color: transparent;
  border-color: #adadad;
  color: #959595; }

.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item:hover .moto-widget-accordion__header-icon {
  color: #959595; }

.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item:hover .moto-widget-accordion__collapse-icon {
  color: #959595; }

.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item:hover .moto-widget-accordion__content {
  background-color: transparent; }

.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item.moto-widget-accordion__item_open {
  border-bottom-width: 1px;
  border-color: #7a7a7a;
  border-left-width: 1px;
  border-radius: 0px;
  border-right-width: 1px;
  border-style: solid;
  border-top-width: 1px; }

.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__header-title {
  text-decoration: none; }

.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__header {
  background-color: transparent;
  border-bottom-width: 0px;
  border-color: transparent;
  border-radius: 0px;
  border-style: none;
  color: #eb1424; }

.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__header-icon {
  color: #ffffff; }

.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__collapse-icon {
  color: #eb1424; }

.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__collapse-icon:before {
  content: "\f078"; }

.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item.moto-widget-accordion__item_open:hover .moto-widget-accordion__header {
  color: #959595; }

.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item.moto-widget-accordion__item_open:hover .moto-widget-accordion__collapse-icon {
  color: #7a7a7a; }

.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__header {
  background-color: transparent;
  border-bottom-width: 0px;
  border-color: transparent;
  border-left-width: 0px;
  border-radius: 0px;
  border-right-width: 0px;
  border-style: none;
  border-top-width: 0px;
  color: #eb1424;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300; }

.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__header-icon {
  color: #eb1424;
  font-size: 20px; }

.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__collapse-icon {
  color: #ffffff;
  font-size: 15px; }

.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__collapse-icon:before {
  content: "\f105"; }

.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item {
  border-bottom-width: 0px;
  border-color: transparent;
  border-left-width: 0px;
  border-radius: 0px;
  border-right-width: 0px;
  border-style: none;
  border-top-width: 0px;
  margin-bottom: 5px; }

.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item .moto-widget-accordion__header-title {
  text-decoration: none; }

.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item .moto-widget-accordion__content {
  background-color: transparent;
  border-bottom-width: 0px;
  border-color: #eb1424;
  border-left-width: 0px;
  border-radius: 0px;
  border-style: none;
  border-top-width: 0px; }

.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item:hover .moto-widget-accordion__header {
  background-color: transparent;
  color: #ffffff; }

.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item:hover .moto-widget-accordion__header-icon {
  color: #ffffff; }

.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item:hover .moto-widget-accordion__collapse-icon {
  color: #ffffff; }

.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item.moto-widget-accordion__item_open {
  border-bottom-width: 1px;
  border-color: transparent;
  border-left-width: 1px;
  border-radius: 1px;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px; }

.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__header-title {
  text-decoration: none; }

.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__header {
  background-color: #7a7a7a;
  border-bottom-width: 1px;
  border-color: transparent;
  border-radius: 0px;
  border-style: solid;
  color: #ffffff; }

.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__header-icon {
  color: #ffffff; }

.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__collapse-icon {
  color: #ffffff; }

.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__collapse-icon:before {
  content: "\f107"; }

.moto-widget-social-links-extended.moto-preset-default .moto-widget-social-links-extended__item {
  margin-bottom: 0px;
  margin-left: 20px;
  margin-right: 20px; }

.moto-widget-social-links-extended.moto-preset-default .moto-widget-social-links-extended__item:last-child {
  margin-bottom: 0;
  margin-right: 0; }

.moto-widget-social-links-extended.moto-preset-default.moto-align-left .moto-widget-social-links-extended__item {
  margin-left: 0; }

.moto-widget-social-links-extended.moto-preset-default.moto-align-center .moto-widget-social-links-extended__item {
  margin-right: 10px;
  margin-left: 10px; }

.moto-widget-social-links-extended.moto-preset-default.moto-align-right .moto-widget-social-links-extended__item {
  margin-right: 0; }

.moto-widget-social-links-extended.moto-preset-default.moto-align-right .moto-widget-social-links-extended__item:first-child {
  margin-left: 0; }

.moto-widget-social-links-extended.moto-preset-default .moto-widget-social-links-extended__link {
  font-size: 12px;
  width: 20px;
  height: 20px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-radius: 0px;
  border-style: none;
  color: #ffffff;
  background-color: transparent;
  border-color: transparent; }

.moto-widget-social-links-extended.moto-preset-default .moto-widget-social-links-extended__link:hover {
  color: #bdbdbd;
  background-color: transparent;
  border-color: transparent; }

.moto-widget-social-links-extended.moto-preset-2 .moto-widget-social-links-extended__item {
  margin-bottom: 0px;
  margin-left: 14px;
  margin-right: 14px; }

.moto-widget-social-links-extended.moto-preset-2 .moto-widget-social-links-extended__item:last-child {
  margin-bottom: 0;
  margin-right: 0; }

.moto-widget-social-links-extended.moto-preset-2.moto-align-left .moto-widget-social-links-extended__item {
  margin-left: 0; }

.moto-widget-social-links-extended.moto-preset-2.moto-align-center .moto-widget-social-links-extended__item {
  margin-right: 7px;
  margin-left: 7px; }

.moto-widget-social-links-extended.moto-preset-2.moto-align-right .moto-widget-social-links-extended__item {
  margin-right: 0; }

.moto-widget-social-links-extended.moto-preset-2.moto-align-right .moto-widget-social-links-extended__item:first-child {
  margin-left: 0; }

.moto-widget-social-links-extended.moto-preset-2 .moto-widget-social-links-extended__link {
  font-size: 12px;
  width: 20px;
  height: 20px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-radius: 35px;
  border-style: solid;
  color: #eb1424;
  background-color: transparent;
  border-color: transparent; }

.moto-widget-social-links-extended.moto-preset-2 .moto-widget-social-links-extended__link:hover {
  color: #000000;
  background-color: transparent; }

.moto-widget-social-links-extended.moto-preset-3 .moto-widget-social-links-extended__item {
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px; }

.moto-widget-social-links-extended.moto-preset-3 .moto-widget-social-links-extended__item:last-child {
  margin-bottom: 0;
  margin-right: 0; }

.moto-widget-social-links-extended.moto-preset-3.moto-align-left .moto-widget-social-links-extended__item {
  margin-left: 0; }

.moto-widget-social-links-extended.moto-preset-3.moto-align-center .moto-widget-social-links-extended__item {
  margin-right: 5px;
  margin-left: 5px; }

.moto-widget-social-links-extended.moto-preset-3.moto-align-right .moto-widget-social-links-extended__item {
  margin-right: 0; }

.moto-widget-social-links-extended.moto-preset-3.moto-align-right .moto-widget-social-links-extended__item:first-child {
  margin-left: 0; }

.moto-widget-social-links-extended.moto-preset-3 .moto-widget-social-links-extended__link {
  font-size: 14px;
  width: 32px;
  height: 32px;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-radius: 0px;
  border-style: solid;
  color: #ffffff;
  background-color: #4f4f4f;
  border-color: transparent; }

.moto-widget-social-links-extended.moto-preset-3 .moto-widget-social-links-extended__link:hover {
  color: #eb1424;
  background-color: #ffffff;
  border-color: #eb1424; }

.moto-widget-back-to-top {
  top: auto;
  bottom: 60px;
  right: 40px;
  left: auto; }

.moto-widget-back-to-top.moto-back-to-top-button_visible {
  -webkit-animation-name: none;
  animation-name: none; }

@media screen and (max-width: 1039px) {
  .moto-widget-back-to-top {
    top: auto;
    bottom: 20px;
    right: 20px;
    left: auto; } }

@media screen and (max-width: 767px) {
  .moto-widget-back-to-top {
    top: auto;
    left: auto; } }

@media screen and (max-width: 479px) {
  .moto-widget-back-to-top {
    top: auto;
    left: auto; } }

.moto-widget-back-to-top .moto-widget-back-to-top-link {
  width: 48px;
  height: 48px; }

.moto-widget-back-to-top .moto-widget-back-to-top-link {
  font-size: 24px;
  background-color: rgba(211, 216, 219, 0.8);
  color: #2e3a46;
  border-color: #ffffff;
  border-style: solid;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-radius: 0px; }

.moto-widget-back-to-top .moto-widget-back-to-top-link:hover {
  color: #d3d8db;
  background-color: #2e3a46;
  border-color: #d3d8db; }

.moto-widget-back-to-top .moto-widget-back-to-top-icon:before {
  content: "\f077"; }

.moto-widget-tabs.moto-preset-default .moto-widget-tabs__header_desktop {
  margin-right: 30px; }

.moto-widget-tabs.moto-preset-default .moto-widget-tabs__headers-wrapper {
  margin-bottom: 10px; }

.moto-widget-tabs.moto-preset-default .moto-widget-tabs__content {
  border-style: none;
  border-left-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-radius: 3px;
  border-color: transparent;
  padding-top: 20px;
  padding-right: 5px;
  padding-bottom: 20px;
  padding-left: 5px; }

.moto-widget-tabs.moto-preset-default .moto-widget-tabs__header {
  font-size: 14px;
  border-style: none;
  border-left-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-radius: 0px;
  border-color: transparent;
  background-color: transparent;
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 5px;
  letter-spacing: 1.4px; }

.moto-widget-tabs.moto-preset-default .moto-widget-tabs__header-title {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #b0b0b0;
  text-decoration: none; }

.moto-widget-tabs.moto-preset-default .moto-widget-tabs__header-icon {
  font-size: 18px;
  margin-right: 10px;
  color: #b0b0b0;
  margin-left: 10px; }

@media screen and (max-width: 767px) {
  .moto-widget-tabs.moto-preset-default .moto-widget-tabs__item {
    margin-bottom: 30px; } }

.moto-widget-tabs.moto-preset-default .moto-widget-tabs__header:hover {
  border-color: transparent; }

.moto-widget-tabs.moto-preset-default .moto-widget-tabs__header:hover .moto-widget-tabs__header-title {
  color: #eb1424; }

.moto-widget-tabs.moto-preset-default .moto-widget-tabs__header:hover .moto-widget-tabs__header-icon {
  color: #eb1424; }

.moto-widget-tabs.moto-preset-default .moto-widget-tabs__header.moto-widget-tabs__header_opened {
  border-style: none;
  border-left-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-radius: 0px;
  background-color: transparent;
  border-color: transparent; }

.moto-widget-tabs.moto-preset-default .moto-widget-tabs__header.moto-widget-tabs__header_opened .moto-widget-tabs__header-title {
  color: #eb1424;
  text-decoration: none; }

.moto-widget-tabs.moto-preset-default .moto-widget-tabs__header.moto-widget-tabs__header_opened .moto-widget-tabs__header-icon {
  color: #eb1424; }

@media screen and (max-width: 767px) {
  .moto-widget-tabs.moto-preset-default .moto-widget-tabs__header.moto-widget-tabs__header_opened {
    margin-bottom: 10px; } }

.moto-widget-tabs.moto-preset-default.moto-widget-tabs_type-vertical .moto-widget-tabs__headers-wrapper {
  margin-left: 10px;
  margin-right: 10px; }

.moto-widget-tabs.moto-preset-default.moto-widget-tabs_type-vertical .moto-widget-tabs__header_desktop {
  margin-bottom: 30px; }

.moto-widget-tabs.moto-preset-default .moto-widget-tabs__header_desktop:last-child,
.moto-widget-tabs.moto-preset-default .moto-widget-tabs__header-icon:last-child,
.moto-widget-tabs.moto-preset-default .moto-widget-tabs__headers-wrapper_icon-right .moto-widget-tabs__header-icon,
.moto-widget-tabs.moto-preset-default .moto-widget-tabs__headers-wrapper_icon-right + .moto-widget-tabs__items-wrapper .moto-widget-tabs__header-icon,
.moto-widget-tabs.moto-preset-default.moto-widget-tabs_type-vertical .moto-widget-tabs__header_desktop,
.moto-widget-tabs.moto-preset-default.moto-widget-tabs_type-vertical_right .moto-widget-tabs__headers-wrapper {
  margin-right: 0; }

.moto-widget-tabs.moto-preset-default .moto-widget-tabs__headers-wrapper_icon-left .moto-widget-tabs__header-icon,
.moto-widget-tabs.moto-preset-default .moto-widget-tabs__headers-wrapper_icon-left + .moto-widget-tabs__items-wrapper .moto-widget-tabs__header-icon,
.moto-widget-tabs.moto-preset-default.moto-widget-tabs_type-vertical_left .moto-widget-tabs__headers-wrapper {
  margin-left: 0; }

.moto-widget-tabs.moto-preset-default .moto-widget-tabs__item:last-child,
.moto-widget-tabs.moto-preset-default.moto-widget-tabs_type-vertical .moto-widget-tabs__headers-wrapper,
.moto-widget-tabs.moto-preset-default.moto-widget-tabs_type-vertical .moto-widget-tabs__header_desktop:last-child {
  margin-bottom: 0; }

.moto-widget-tabs.moto-preset-default.moto-widget-tabs_type-horizontal .moto-widget-tabs__headers-wrapper {
  margin-bottom: 0px; }

.moto-widget-tabs.moto-preset-default.moto-widget-tabs_type-vertical_left .moto-widget-tabs__headers-wrapper {
  margin-right: 0px; }

.moto-widget-tabs.moto-preset-default.moto-widget-tabs_type-vertical_right .moto-widget-tabs__headers-wrapper {
  margin-left: 0px; }

@media screen and (max-width: 767px) {
  .moto-widget-tabs.moto-preset-default .moto-widget-tabs__header.moto-widget-tabs__header_opened {
    margin-bottom: 0px; } }

.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header_desktop {
  margin-right: 0px; }

.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__headers-wrapper {
  margin-bottom: 0px; }

.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__content {
  border-style: none;
  border-left-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-radius: 0px;
  background-color: transparent;
  border-color: transparent;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px; }

.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header {
  font-size: 20px;
  border-style: solid;
  border-left-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 2px;
  border-radius: 0px;
  border-color: transparent;
  background-color: transparent;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px; }

.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header-title {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #b0b0b0;
  text-decoration: none; }

.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header-icon {
  font-size: 20px;
  margin-right: 10px;
  color: #b0b0b0;
  margin-left: 10px; }

@media screen and (max-width: 767px) {
  .moto-widget-tabs.moto-preset-2 .moto-widget-tabs__item {
    margin-bottom: 0px; } }

.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header:hover {
  border-color: #fd8a21; }

.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header:hover .moto-widget-tabs__header-title {
  color: #000000; }

.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header:hover .moto-widget-tabs__header-icon {
  color: #000000; }

.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header.moto-widget-tabs__header_opened {
  border-style: solid;
  border-left-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 2px;
  border-radius: 0px;
  background-color: transparent;
  border-color: #fd8a21; }

.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header.moto-widget-tabs__header_opened .moto-widget-tabs__header-title {
  color: #000000;
  text-decoration: none; }

.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header.moto-widget-tabs__header_opened .moto-widget-tabs__header-icon {
  color: #000000; }

@media screen and (max-width: 767px) {
  .moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header.moto-widget-tabs__header_opened {
    margin-bottom: 0px; } }

.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header.moto-widget-tabs__header_opened:hover .moto-widget-tabs__header-title {
  color: #2e3a46; }

.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header.moto-widget-tabs__header_opened:hover .moto-widget-tabs__header-icon {
  color: #2e3a46; }

.moto-widget-tabs.moto-preset-2.moto-widget-tabs_type-vertical .moto-widget-tabs__headers-wrapper {
  margin-left: 0px;
  margin-right: 0px; }

.moto-widget-tabs.moto-preset-2.moto-widget-tabs_type-vertical .moto-widget-tabs__header_desktop {
  margin-bottom: 0px; }

.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header_desktop:last-child,
.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header-icon:last-child,
.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__headers-wrapper_icon-right .moto-widget-tabs__header-icon,
.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__headers-wrapper_icon-right + .moto-widget-tabs__items-wrapper .moto-widget-tabs__header-icon,
.moto-widget-tabs.moto-preset-2.moto-widget-tabs_type-vertical .moto-widget-tabs__header_desktop,
.moto-widget-tabs.moto-preset-2.moto-widget-tabs_type-vertical_right .moto-widget-tabs__headers-wrapper {
  margin-right: 0; }

.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__headers-wrapper_icon-left .moto-widget-tabs__header-icon,
.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__headers-wrapper_icon-left + .moto-widget-tabs__items-wrapper .moto-widget-tabs__header-icon,
.moto-widget-tabs.moto-preset-2.moto-widget-tabs_type-vertical_left .moto-widget-tabs__headers-wrapper {
  margin-left: 0; }

.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__item:last-child,
.moto-widget-tabs.moto-preset-2.moto-widget-tabs_type-vertical .moto-widget-tabs__headers-wrapper,
.moto-widget-tabs.moto-preset-2.moto-widget-tabs_type-vertical .moto-widget-tabs__header_desktop:last-child {
  margin-bottom: 0; }

.moto-widget-tabs.moto-preset-2.moto-widget-tabs_type-horizontal .moto-widget-tabs__headers-wrapper {
  margin-bottom: 0px; }

.moto-widget-tabs.moto-preset-2.moto-widget-tabs_type-vertical_left .moto-widget-tabs__headers-wrapper {
  margin-right: 0px; }

.moto-widget-tabs.moto-preset-2.moto-widget-tabs_type-vertical_right .moto-widget-tabs__headers-wrapper {
  margin-left: 0px; }

@media screen and (max-width: 767px) {
  .moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header.moto-widget-tabs__header_opened {
    margin-bottom: 0px; } }

.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__header_desktop {
  margin-right: 1px; }

.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__headers-wrapper {
  margin-bottom: 0px; }

.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__content {
  border-style: solid;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-radius: 0px;
  background-color: #ffffff;
  border-color: #d3d8db;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px; }

.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__header {
  font-size: 14px;
  border-style: solid;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 0px;
  border-radius: 0px;
  border-color: transparent;
  background-color: #e8e8e8;
  padding-top: 18px;
  padding-right: 30px;
  padding-bottom: 18px;
  padding-left: 30px; }

.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__header-title {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #4f4f4f;
  text-decoration: none; }

.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__header-icon {
  font-size: 18px;
  margin-right: 10px;
  color: #4f4f4f;
  margin-left: 10px; }

@media screen and (max-width: 767px) {
  .moto-widget-tabs.moto-preset-3 .moto-widget-tabs__item {
    margin-bottom: 1px; } }

.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__header:hover {
  background-color: #4f4f4f; }

.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__header:hover .moto-widget-tabs__header-title {
  color: #ffffff; }

.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__header:hover .moto-widget-tabs__header-icon {
  color: #ffffff; }

.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__header.moto-widget-tabs__header_opened {
  border-style: solid;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 0px;
  border-radius: 0px;
  background-color: #ffffff;
  border-color: #bdbdbd; }

.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__header.moto-widget-tabs__header_opened .moto-widget-tabs__header-title {
  color: #4f4f4f;
  text-decoration: none; }

.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__header.moto-widget-tabs__header_opened .moto-widget-tabs__header-icon {
  color: #4f4f4f; }

@media screen and (max-width: 767px) {
  .moto-widget-tabs.moto-preset-3 .moto-widget-tabs__header.moto-widget-tabs__header_opened {
    margin-bottom: 0px; } }

.moto-widget-tabs.moto-preset-3.moto-widget-tabs_type-vertical .moto-widget-tabs__headers-wrapper {
  margin-left: 0px;
  margin-right: 0px; }

.moto-widget-tabs.moto-preset-3.moto-widget-tabs_type-vertical .moto-widget-tabs__header_desktop {
  margin-bottom: 1px; }

.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__header_desktop:last-child,
.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__header-icon:last-child,
.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__headers-wrapper_icon-right .moto-widget-tabs__header-icon,
.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__headers-wrapper_icon-right + .moto-widget-tabs__items-wrapper .moto-widget-tabs__header-icon,
.moto-widget-tabs.moto-preset-3.moto-widget-tabs_type-vertical .moto-widget-tabs__header_desktop,
.moto-widget-tabs.moto-preset-3.moto-widget-tabs_type-vertical_right .moto-widget-tabs__headers-wrapper {
  margin-right: 0; }

.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__headers-wrapper_icon-left .moto-widget-tabs__header-icon,
.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__headers-wrapper_icon-left + .moto-widget-tabs__items-wrapper .moto-widget-tabs__header-icon,
.moto-widget-tabs.moto-preset-3.moto-widget-tabs_type-vertical_left .moto-widget-tabs__headers-wrapper {
  margin-left: 0; }

.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__item:last-child,
.moto-widget-tabs.moto-preset-3.moto-widget-tabs_type-vertical .moto-widget-tabs__headers-wrapper,
.moto-widget-tabs.moto-preset-3.moto-widget-tabs_type-vertical .moto-widget-tabs__header_desktop:last-child {
  margin-bottom: 0; }

.moto-widget-tabs.moto-preset-3.moto-widget-tabs_type-horizontal .moto-widget-tabs__headers-wrapper {
  margin-bottom: -1px; }

.moto-widget-tabs.moto-preset-3.moto-widget-tabs_type-vertical_left .moto-widget-tabs__headers-wrapper {
  margin-right: -1px; }

.moto-widget-tabs.moto-preset-3.moto-widget-tabs_type-vertical_right .moto-widget-tabs__headers-wrapper {
  margin-left: -1px; }

@media screen and (max-width: 767px) {
  .moto-widget-tabs.moto-preset-3 .moto-widget-tabs__header.moto-widget-tabs__header_opened {
    margin-bottom: -1px; } }

.moto-cookie-notification {
  background-color: #1f2228; }

.moto-cookie-notification__button_close {
  color: rgba(255, 255, 255, 0.4); }

.moto-cookie-notification__button_close:hover {
  color: #ffffff; }

.moto-widget-tile-gallery.moto-preset-default .moto-widget-tile-gallery__item {
  border-style: none;
  border-left-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-radius: 0px;
  border-color: transparent; }

.moto-widget-tile-gallery.moto-preset-default .moto-widget-tile-gallery__item-layer {
  background-color: transparent;
  border-style: none;
  border-left-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-radius: 0px;
  border-color: transparent; }

.moto-widget-tile-gallery.moto-preset-default .moto-widget-tile-gallery__item-layer-icon {
  color: transparent; }

.moto-widget-tile-gallery.moto-preset-default .moto-widget-tile-gallery__item-layer-icon:before {
  content: "\f067"; }

.moto-widget-tile-gallery.moto-preset-default .moto-widget-tile-gallery__item-caption {
  font-family: tahoma, arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  color: #ffffff;
  background-color: rgba(46, 58, 70, 0.85);
  font-size: 16px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px; }

.moto-widget-tile-gallery.moto-preset-default .moto-widget-tile-gallery__item:hover .moto-widget-tile-gallery__item-layer {
  background-color: rgba(85, 97, 109, 0.45); }

.moto-widget-tile-gallery.moto-preset-default .moto-widget-tile-gallery__item:hover .moto-widget-tile-gallery__item-layer-icon {
  font-size: 42px;
  color: #ffffff; }

@media screen and (max-width: 1039px) {
  .moto-widget-tile-gallery.moto-preset-default .moto-widget-tile-gallery__item-caption {
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px; } }

@media screen and (max-width: 767px) {
  .moto-widget-tile-gallery.moto-preset-default .moto-widget-tile-gallery__item-caption {
    padding-top: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    font-size: 14px; }
  .moto-widget-tile-gallery.moto-preset-default .moto-widget-tile-gallery__item:hover .moto-widget-tile-gallery__item-layer-icon {
    font-size: 30px; } }

.moto-widget-tile-gallery.moto-preset-default .moto-widget-tile-gallery__item-caption {
  position: absolute;
  width: 100%;
  bottom: -100%;
  left: 0;
  right: 0; }

.moto-widget-tile-gallery.moto-preset-default .moto-widget-tile-gallery__item:hover .moto-widget-tile-gallery__item-caption {
  bottom: 0; }

.moto-widget-tile-gallery.moto-preset-2 .moto-widget-tile-gallery__item {
  border-style: none;
  border-left-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-radius: 0px;
  border-color: transparent; }

.moto-widget-tile-gallery.moto-preset-2 .moto-widget-tile-gallery__item-layer {
  background-color: transparent;
  border-style: none;
  border-left-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-radius: 0px;
  border-color: transparent; }

.moto-widget-tile-gallery.moto-preset-2 .moto-widget-tile-gallery__item-layer-icon {
  font-size: 40px;
  color: transparent; }

.moto-widget-tile-gallery.moto-preset-2 .moto-widget-tile-gallery__item-layer-icon:before {
  content: "\f00e"; }

.moto-widget-tile-gallery.moto-preset-2 .moto-widget-tile-gallery__item-caption {
  font-family: tahoma, arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  color: #2e3a48;
  background-color: transparent;
  font-size: 16px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px; }

.moto-widget-tile-gallery.moto-preset-2 .moto-widget-tile-gallery__item:hover .moto-widget-tile-gallery__item-layer {
  background-color: rgba(255, 255, 255, 0.75); }

.moto-widget-tile-gallery.moto-preset-2 .moto-widget-tile-gallery__item:hover .moto-widget-tile-gallery__item-layer-icon {
  color: #2e3a48; }

@media screen and (max-width: 767px) {
  .moto-widget-tile-gallery.moto-preset-2 .moto-widget-tile-gallery__item-layer-icon {
    font-size: 30px; }
  .moto-widget-tile-gallery.moto-preset-2 .moto-widget-tile-gallery__item-caption {
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    font-size: 14px; } }

.moto-widget-tile-gallery.moto-preset-2 .moto-widget-tile-gallery__item-layer {
  margin: 0;
  padding: 0;
  padding-top: 30px; }

.moto-widget-tile-gallery.moto-preset-2 .moto-widget-tile-gallery__item:hover .moto-widget-tile-gallery__item-layer {
  padding-top: 0; }

.moto-widget-tile-gallery.moto-preset-3 .moto-widget-tile-gallery__item {
  border-style: none;
  border-left-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-radius: 0px;
  border-color: transparent; }

.moto-widget-tile-gallery.moto-preset-3 .moto-widget-tile-gallery__item-layer {
  background-color: transparent;
  border-style: solid;
  border-left-width: 16px;
  border-top-width: 16px;
  border-right-width: 16px;
  border-bottom-width: 16px;
  border-radius: 0px;
  border-color: transparent; }

.moto-widget-tile-gallery.moto-preset-3 .moto-widget-tile-gallery__item-layer-icon {
  font-size: 40px;
  color: transparent; }

.moto-widget-tile-gallery.moto-preset-3 .moto-widget-tile-gallery__item-layer-icon:before {
  content: "\f00e"; }

.moto-widget-tile-gallery.moto-preset-3 .moto-widget-tile-gallery__item-caption {
  font-family: tahoma, arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  color: #ffffff;
  background-color: transparent;
  font-size: 16px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px; }

.moto-widget-tile-gallery.moto-preset-3 .moto-widget-tile-gallery__item:hover .moto-widget-tile-gallery__item-layer {
  background-color: rgba(46, 58, 72, 0.85); }

.moto-widget-tile-gallery.moto-preset-3 .moto-widget-tile-gallery__item:hover .moto-widget-tile-gallery__item-layer-icon {
  color: #ffffff; }

@media screen and (max-width: 767px) {
  .moto-widget-tile-gallery.moto-preset-3 .moto-widget-tile-gallery__item-layer-icon {
    font-size: 30px; }
  .moto-widget-tile-gallery.moto-preset-3 .moto-widget-tile-gallery__item-caption {
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    font-size: 14px; } }

.moto-widget-tile-gallery.moto-preset-3 .moto-widget-tile-gallery__item-layer {
  margin: 0;
  padding: 0;
  padding-bottom: 16px; }

.moto-widget-tile-gallery.moto-preset-3 .moto-widget-tile-gallery__item:hover .moto-widget-tile-gallery__item-layer {
  padding-bottom: 0; }

.moto-widget-blog-post_tags.moto-preset-default .moto-widget-blog-post_tags__item-link {
  font-family: tahoma, arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-style: solid;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-radius: 10px;
  text-decoration: none;
  color: #2e3a46;
  background-color: #ffffff;
  border-color: #d3d8db; }

.moto-widget-blog-post_tags.moto-preset-default .moto-widget-blog-post_tags__item-link:hover {
  font-style: normal;
  font-weight: 400;
  background-color: #d3d8db; }

.moto-widget-blog-post_tags.moto-preset-default .moto-widget-blog-post_tags__item {
  margin-right: 4px;
  margin-bottom: 4px; }

.moto-widget-blog-post_tags.moto-preset-default .moto-widget-blog-post_tags__title {
  margin-right: 15px;
  margin-bottom: 4px; }

.moto-widget-blog-category_list.moto-preset-default .moto-widget-blog-category_list__item {
  padding-bottom: 10px;
  border-bottom-style: solid;
  border-bottom-color: #d3d8db;
  border-bottom-width: 1px;
  margin-bottom: 10px; }

.moto-widget-blog-category_list.moto-preset-default .moto-widget-blog-category_list__item-link {
  font-family: tahoma, arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #55616d; }

.moto-widget-blog-category_list.moto-preset-default .moto-widget-blog-category_list__item-link:hover {
  color: #2e3a46; }

.moto-widget-blog-category_list.moto-preset-default .moto-widget-blog-category_list__item-text {
  font-size: 16px;
  text-decoration: none; }

.moto-widget-blog-category_list.moto-preset-default .moto-widget-blog-category_list__item-text:hover {
  text-decoration: underline; }

.moto-widget-blog-category_list.moto-preset-default .moto-widget-blog-category_list__item-link:hover .moto-widget-blog-category_list__item-icon {
  color: #81868c; }

.moto-widget-blog-category_list.moto-preset-default .moto-widget-blog-category_list__item-icon {
  font-size: 8px;
  margin-right: 10px;
  color: #2e3a46; }

.moto-widget-blog-category_list.moto-preset-2 .moto-widget-blog-category_list__item {
  padding-bottom: 10px;
  border-bottom-style: solid;
  border-bottom-color: #2e3a46;
  border-bottom-width: 1px;
  margin-bottom: 10px; }

.moto-widget-blog-category_list.moto-preset-2 .moto-widget-blog-category_list__item-link {
  font-family: tahoma, arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #81868c; }

.moto-widget-blog-category_list.moto-preset-2 .moto-widget-blog-category_list__item-link:hover {
  color: #ffffff;
  font-style: normal;
  font-weight: 400; }

.moto-widget-blog-category_list.moto-preset-2 .moto-widget-blog-category_list__item-text {
  font-size: 16px;
  text-decoration: none; }

.moto-widget-blog-category_list.moto-preset-2 .moto-widget-blog-category_list__item-link:hover .moto-widget-blog-category_list__item-icon {
  color: #55616d; }

.moto-widget-blog-category_list.moto-preset-2 .moto-widget-blog-category_list__item-icon {
  font-size: 10px;
  margin-right: 10px;
  color: #d3d8db; }

.moto-widget-content_slider.moto-preset-default .bx-prev,
.moto-widget-content_slider.moto-preset-default .bx-next {
  background-color: #899098;
  border-color: #899098;
  color: #ffffff;
  width: 50px;
  height: 50px;
  border-style: none;
  border-left-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-radius: 0px;
  top: 50%;
  transform: translateY(-50%);
  transition: .4s;
  font-family: tahoma, arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: 400; }

.moto-widget-content_slider.moto-preset-default .bx-prev:before,
.moto-widget-content_slider.moto-preset-default .bx-next:before {
  font-size: 30px; }

.moto-widget-content_slider.moto-preset-default .bx-prev:hover,
.moto-widget-content_slider.moto-preset-default .bx-next:hover {
  background-color: #2e3a46;
  border-color: #2e3a46; }

@media screen and (max-width: 1039px) {
  .moto-widget-content_slider.moto-preset-default .bx-prev,
  .moto-widget-content_slider.moto-preset-default .bx-next {
    width: 40px;
    height: 40px; }
  .moto-widget-content_slider.moto-preset-default .bx-prev:before,
  .moto-widget-content_slider.moto-preset-default .bx-next:before {
    font-size: 20px; } }

@media screen and (max-width: 767px) {
  .moto-widget-content_slider.moto-preset-default .bx-prev,
  .moto-widget-content_slider.moto-preset-default .bx-next {
    width: 24px;
    height: 24px; }
  .moto-widget-content_slider.moto-preset-default .bx-prev:before,
  .moto-widget-content_slider.moto-preset-default .bx-next:before {
    font-size: 12px; } }

.moto-widget-content_slider.moto-preset-default .bx-pager-link {
  border-style: none;
  width: 12px;
  height: 12px;
  border-left-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-radius: 0px;
  background-color: #d3d8db;
  color: #2e3a46;
  transition: .4s;
  font-family: tahoma, arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: 400; }

.moto-widget-content_slider.moto-preset-default .bx-pager {
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px; }

@media screen and (max-width: 1039px) {
  .moto-widget-content_slider.moto-preset-default .bx-pager {
    bottom: 20px; } }

.moto-widget-content_slider.moto-preset-default .bx-pager-item:not(:last-child) {
  margin-right: 6px; }

.moto-widget-content_slider.moto-preset-default .bx-pager-link {
  border-style: none;
  width: 12px;
  height: 12px;
  border-left-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-radius: 0px;
  background-color: #d3d8db;
  color: #2e3a46;
  transition: .4s;
  font-family: tahoma, arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: 400; }

.moto-widget-content_slider.moto-preset-default .bx-pager-link:hover {
  background-color: #81868c; }

.moto-widget-content_slider.moto-preset-default .bx-pager-link.active {
  color: #ffffff;
  background-color: #2e3a46;
  border-color: #2e3a46; }

.moto-widget-content_slider.moto-preset-default .bx-prev {
  left: 40px; }

.moto-widget-content_slider.moto-preset-default .bx-prev:before {
  content: "\f104"; }

@media screen and (max-width: 1039px) {
  .moto-widget-content_slider.moto-preset-default .bx-prev {
    left: 40px; } }

@media screen and (max-width: 767px) {
  .moto-widget-content_slider.moto-preset-default .bx-prev {
    left: 10px; } }

.moto-widget-content_slider.moto-preset-default .bx-next {
  right: 40px; }

.moto-widget-content_slider.moto-preset-default .bx-next:before {
  content: "\f105"; }

@media screen and (max-width: 1039px) {
  .moto-widget-content_slider.moto-preset-default .bx-next {
    right: 40px; } }

@media screen and (max-width: 767px) {
  .moto-widget-content_slider.moto-preset-default .bx-next {
    right: 10px; } }

.moto-widget-content_slider.moto-preset-default .bx-controls-auto {
  right: 65px;
  bottom: 48px; }

@media screen and (max-width: 1039px) {
  .moto-widget-content_slider.moto-preset-default .bx-controls-auto {
    right: 60px;
    bottom: 28px; } }

@media screen and (max-width: 767px) {
  .moto-widget-content_slider.moto-preset-default .bx-controls-auto {
    right: 22px; } }

.moto-widget-content_slider.moto-preset-default .bx-start,
.moto-widget-content_slider.moto-preset-default .bx-stop {
  color: #d3d8db;
  transition: 0.4s; }

.moto-widget-content_slider.moto-preset-default .bx-start:before,
.moto-widget-content_slider.moto-preset-default .bx-stop:before {
  font-size: 22px; }

.moto-widget-content_slider.moto-preset-default .bx-start:hover,
.moto-widget-content_slider.moto-preset-default .bx-stop:hover {
  color: #81868c; }

.moto-widget-content_slider.moto-preset-default .bx-start:before {
  content: "\f04b"; }

.moto-widget-content_slider.moto-preset-default .bx-stop:before {
  content: "\f04c"; }

.moto-widget-content_slider.moto-preset-default .moto-widget-loader__indicator {
  border-top-color: rgba(24, 27, 39, 0.2);
  border-right-color: rgba(24, 27, 39, 0.2);
  border-bottom-color: rgba(24, 27, 39, 0.2);
  border-left-color: #181b27; }

.moto-widget-content_slider.moto-preset-2 .bx-prev,
.moto-widget-content_slider.moto-preset-2 .bx-next {
  background-color: #899098;
  border-color: #899098;
  color: #ffffff;
  width: 50px;
  height: 50px;
  border-style: none;
  border-left-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-radius: 50px;
  top: 50%;
  transform: translateY(-50%);
  transition: .4s;
  font-family: tahoma, arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: 400; }

.moto-widget-content_slider.moto-preset-2 .bx-prev:before,
.moto-widget-content_slider.moto-preset-2 .bx-next:before {
  font-size: 30px; }

.moto-widget-content_slider.moto-preset-2 .bx-prev:hover,
.moto-widget-content_slider.moto-preset-2 .bx-next:hover {
  background-color: #2e3a46;
  border-color: #2e3a46; }

@media screen and (max-width: 1039px) {
  .moto-widget-content_slider.moto-preset-2 .bx-prev,
  .moto-widget-content_slider.moto-preset-2 .bx-next {
    width: 40px;
    height: 40px; }
  .moto-widget-content_slider.moto-preset-2 .bx-prev:before,
  .moto-widget-content_slider.moto-preset-2 .bx-next:before {
    font-size: 20px; } }

@media screen and (max-width: 767px) {
  .moto-widget-content_slider.moto-preset-2 .bx-prev,
  .moto-widget-content_slider.moto-preset-2 .bx-next {
    width: 24px;
    height: 24px; }
  .moto-widget-content_slider.moto-preset-2 .bx-prev:before,
  .moto-widget-content_slider.moto-preset-2 .bx-next:before {
    font-size: 12px; } }

.moto-widget-content_slider.moto-preset-2 .bx-pager-link {
  border-style: none;
  width: 12px;
  height: 12px;
  border-left-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-radius: 50px;
  background-color: #d3d8db;
  color: #2e3a46;
  transition: .4s;
  font-family: tahoma, arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0px; }

.moto-widget-content_slider.moto-preset-2 .bx-pager {
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px; }

@media screen and (max-width: 1039px) {
  .moto-widget-content_slider.moto-preset-2 .bx-pager {
    bottom: 20px; } }

.moto-widget-content_slider.moto-preset-2 .bx-pager-item:not(:last-child) {
  margin-right: 6px; }

.moto-widget-content_slider.moto-preset-2 .bx-pager-link {
  border-style: none;
  width: 12px;
  height: 12px;
  border-left-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-radius: 50px;
  background-color: #d3d8db;
  color: #2e3a46;
  transition: .4s;
  font-family: tahoma, arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0px; }

.moto-widget-content_slider.moto-preset-2 .bx-pager-link:hover {
  background-color: #81868c;
  color: #ffffff; }

.moto-widget-content_slider.moto-preset-2 .bx-pager-link.active {
  color: #ffffff;
  background-color: #2e3a46;
  border-color: #2e3a46; }

.moto-widget-content_slider.moto-preset-2 .bx-prev {
  left: 40px; }

.moto-widget-content_slider.moto-preset-2 .bx-prev:before {
  content: "\f104"; }

@media screen and (max-width: 1039px) {
  .moto-widget-content_slider.moto-preset-2 .bx-prev {
    left: 40px; } }

@media screen and (max-width: 767px) {
  .moto-widget-content_slider.moto-preset-2 .bx-prev {
    left: 10px; } }

.moto-widget-content_slider.moto-preset-2 .bx-next {
  right: 40px; }

.moto-widget-content_slider.moto-preset-2 .bx-next:before {
  content: "\f105"; }

@media screen and (max-width: 1039px) {
  .moto-widget-content_slider.moto-preset-2 .bx-next {
    right: 40px; } }

@media screen and (max-width: 767px) {
  .moto-widget-content_slider.moto-preset-2 .bx-next {
    right: 10px; } }

.moto-widget-content_slider.moto-preset-2 .bx-controls-auto {
  right: 65px;
  bottom: 48px; }

@media screen and (max-width: 1039px) {
  .moto-widget-content_slider.moto-preset-2 .bx-controls-auto {
    right: 60px;
    bottom: 28px; } }

@media screen and (max-width: 767px) {
  .moto-widget-content_slider.moto-preset-2 .bx-controls-auto {
    right: 22px; } }

.moto-widget-content_slider.moto-preset-2 .bx-start,
.moto-widget-content_slider.moto-preset-2 .bx-stop {
  color: #d3d8db;
  transition: 0.4s; }

.moto-widget-content_slider.moto-preset-2 .bx-start:before,
.moto-widget-content_slider.moto-preset-2 .bx-stop:before {
  font-size: 22px; }

.moto-widget-content_slider.moto-preset-2 .bx-start:hover,
.moto-widget-content_slider.moto-preset-2 .bx-stop:hover {
  color: #81868c; }

.moto-widget-content_slider.moto-preset-2 .bx-start:before {
  content: "\f04b"; }

.moto-widget-content_slider.moto-preset-2 .bx-stop:before {
  content: "\f04c"; }

.moto-widget-content_slider.moto-preset-2 .moto-widget-loader__indicator {
  border-top-color: rgba(24, 27, 39, 0.2);
  border-right-color: rgba(24, 27, 39, 0.2);
  border-bottom-color: rgba(24, 27, 39, 0.2);
  border-left-color: #181b27; }

.moto-widget-callback.moto-preset-default {
  bottom: 40px;
  right: 40px;
  left: auto;
  box-shadow: 0 4px 10px 0 rgba(46, 58, 70, 0.35);
  background-color: #ffffff;
  color: #434f53;
  max-height: 80vh; }

@media screen and (max-width: 1039px) {
  .moto-widget-callback.moto-preset-default {
    bottom: 35px;
    right: 35px; } }

@media screen and (max-width: 767px) {
  .moto-widget-callback.moto-preset-default {
    bottom: 30px;
    right: 30px; } }

@media screen and (max-width: 479px) {
  .moto-widget-callback.moto-preset-default {
    bottom: 25px;
    right: 25px; } }

.moto-widget-breadcrumbs.moto-preset-default .moto-widget-breadcrumbs__item:not(:last-child) {
  margin-right: 10px; }

.moto-widget-breadcrumbs.moto-preset-2 .moto-widget-breadcrumbs__item:not(:last-child) {
  margin-right: 10px; }

.container-fluid,
.moto-cell {
  padding-left: 10px;
  padding-right: 10px; }

.row {
  margin-left: -10px;
  margin-right: -10px; }

.index-banner {
  background-image: url("/i/mt-1372-content-bg01.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.service__block-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.service__block-bg_road {
  background-image: url("/i/mt-1372-services-img01.jpg"); }

.service__block-height {
  height: 200px; }

.map__map-bg {
  background-image: url("/i/mt-1372-content-bg02.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain; }

.job {
  background-image: url("/i/mt-1372-content-bg03.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.common-banner {
  background-image: url("/i/mt-1372-content-bg01.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.article table {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #666f7b;
  max-width: 500px;
  width: 100% !important; }
  .article table tr:nth-child(odd) td {
    background: #e8e8e8; }
  .article table tr td.td0 {
    color: #fff;
    background: #666f7b; }
  .article table td {
    text-align: center;
    padding: 5px 8px;
    border-left: 1px solid #666f7b;
    border-bottom: 1px solid #666f7b; }

.article #tab tr td.space {
  border-top: none;
  border-bottom: none;
  width: 0px; }

.article sup {
  font-size: xx-small;
  vertical-align: top; }

.article .notes {
  margin-bottom: 30px; }

.article__par h2 {
  cursor: pointer; }

.article__par p, .article__par ol, .article__par ul, .article__par div, .article__par table {
  display: none; }

.article__par_open p, .article__par_open ol, .article__par_open ul, .article__par_open div {
  display: block; }

.article__par_open table {
  display: table; }

