@charset "UTF-8";
/*!
 * SASS_Base v2.0.0 (https://owexx.com/)
 * Author: Nerijus <nerijus@owexx.com>
 */
/* COLORS */
/*!
 * Bootstrap 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)
 */
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i);
:root {
  --blue: #413b5f;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #008bd2;
  --secondary: #989898;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --default: #e0232f;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Roboto", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }

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

/*
body {
  margin: 0; // 1
  font-family: $font-family-base;
  font-size: $font-size-base;
  font-weight: $font-weight-base;
  line-height: $line-height-base;
  color: $body-color;
  text-align: left; // 3
  background-color: $body-bg; // 2
}*/
[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

/*
a {
  color: $link-color;
  text-decoration: $link-decoration;
  background-color: transparent; // Remove the gray background on active links in IE 10.
  -webkit-text-decoration-skip: objects; // Remove gaps in links underline in iOS 8+ and Safari 8+.

  @include hover {
    color: $link-hover-color;
    text-decoration: $link-hover-decoration;
  }
}
*/
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.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, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-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.33333%;
  max-width: 8.33333%; }

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

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

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

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

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

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

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

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

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

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

.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.33333%; }

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

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

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

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

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

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

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

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

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

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

.border-under-content{
  border-bottom: 4px solid #ec4332; }

.cp-bg-next-2 {
  position: relative;
  background-color: #f0f0f0;
  width: 100%;  height: auto;
  clip-path: polygon(0% 0%, 85% 0%, 100% 230px, 100% 100%, 0% 100%);
  border-top: 13px solid #e0232f; }

@media (min-width: 576px) {
  .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.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8dff2; }

.table-hover .table-primary:hover {
  background-color: #a2d5ee; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #a2d5ee; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #e2e2e2; }

.table-hover .table-secondary:hover {
  background-color: #d5d5d5; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #d5d5d5; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-default,
.table-default > th,
.table-default > td {
  background-color: #f6c1c5; }

.table-hover .table-default:hover {
  background-color: #f3abb0; }
  .table-hover .table-default:hover > td,
  .table-hover .table-default:hover > th {
    background-color: #f3abb0; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #53c5ff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 139, 210, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip, .was-validated
  .custom-select:valid ~ .valid-feedback,
  .was-validated
  .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #71dd8a; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }
  .was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
    border-color: inherit; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip, .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #efa2a9; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }
  .was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
    border-color: inherit; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 139, 210, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #008bd2;
  border-color: #008bd2; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0072ac;
    border-color: #00699f; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 139, 210, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #008bd2;
    border-color: #008bd2; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #00699f;
    border-color: #006192; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 139, 210, 0.5); }

.btn-secondary {
  color: #212529;
  background-color: #989898;
  border-color: #989898; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #858585;
    border-color: #7f7f7f; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(152, 152, 152, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #212529;
    background-color: #989898;
    border-color: #989898; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #7f7f7f;
    border-color: #787878; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(152, 152, 152, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-default {
  color: #fff;
  background-color: #e0232f;
  border-color: #e0232f; }
  .btn-default:hover {
    color: #fff;
    background-color: #c11b26;
    border-color: #b61a24; }
  .btn-default:focus, .btn-default.focus {
    box-shadow: 0 0 0 0.2rem rgba(224, 35, 47, 0.5); }
  .btn-default.disabled, .btn-default:disabled {
    color: #fff;
    background-color: #e0232f;
    border-color: #e0232f; }
  .btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active,
  .show > .btn-default.dropdown-toggle {
    color: #fff;
    background-color: #b61a24;
    border-color: #ab1821; }
    .btn-default:not(:disabled):not(.disabled):active:focus, .btn-default:not(:disabled):not(.disabled).active:focus,
    .show > .btn-default.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(224, 35, 47, 0.5); }

.btn-outline-primary {
  color: #008bd2;
  background-color: transparent;
  background-image: none;
  border-color: #008bd2; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #008bd2;
    border-color: #008bd2; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 139, 210, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #008bd2;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #008bd2;
    border-color: #008bd2; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 139, 210, 0.5); }

.btn-outline-secondary {
  color: #989898;
  background-color: transparent;
  background-image: none;
  border-color: #989898; }
  .btn-outline-secondary:hover {
    color: #212529;
    background-color: #989898;
    border-color: #989898; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(152, 152, 152, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #989898;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #212529;
    background-color: #989898;
    border-color: #989898; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(152, 152, 152, 0.5); }

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-default {
  color: #e0232f;
  background-color: transparent;
  background-image: none;
  border-color: #e0232f; }
  .btn-outline-default:hover {
    color: #fff;
    background-color: #e0232f;
    border-color: #e0232f; }
  .btn-outline-default:focus, .btn-outline-default.focus {
    box-shadow: 0 0 0 0.2rem rgba(224, 35, 47, 0.5); }
  .btn-outline-default.disabled, .btn-outline-default:disabled {
    color: #e0232f;
    background-color: transparent; }
  .btn-outline-default:not(:disabled):not(.disabled):active, .btn-outline-default:not(:disabled):not(.disabled).active,
  .show > .btn-outline-default.dropdown-toggle {
    color: #fff;
    background-color: #e0232f;
    border-color: #e0232f; }
    .btn-outline-default:not(:disabled):not(.disabled):active:focus, .btn-outline-default:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-default.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(224, 35, 47, 0.5); }

.btn-link {
  font-weight: 400;
  color: #008bd2;
  background-color: transparent; }
  .btn-link:hover {
    color: #005886;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }
  @media screen and (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #008bd2; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 0 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }
  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical .btn,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #008bd2; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 139, 210, 0.25); }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #86d6ff; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    user-select: none;
    background-color: #dee2e6; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #008bd2; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #008bd2; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 139, 210, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 139, 210, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #008bd2; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 139, 210, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #53c5ff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(83, 197, 255, 0.5); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #53c5ff;
    box-shadow: 0 0 0 0.2rem rgba(0, 139, 210, 0.25); }
    .custom-file-input:focus ~ .custom-file-label::after {
      border-color: #53c5ff; }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 139, 210, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 139, 210, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 139, 210, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #008bd2;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #86d6ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #008bd2;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #86d6ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #008bd2;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #86d6ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #008bd2; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck {
  display: flex;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-deck {
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: flex;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      flex-flow: row wrap; }
      .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:first-child .card-img-top,
          .card-group > .card:first-child .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:first-child .card-img-bottom,
          .card-group > .card:first-child .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:last-child .card-img-top,
          .card-group > .card:last-child .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:last-child .card-img-bottom,
          .card-group > .card:last-child .card-footer {
            border-bottom-left-radius: 0; }
        .card-group > .card:only-child {
          border-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-top,
          .card-group > .card:only-child .card-header {
            border-top-left-radius: 0.25rem;
            border-top-right-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-bottom,
          .card-group > .card:only-child .card-footer {
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem; }
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
            border-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0; }

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0; }

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #008bd2;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #005886;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 139, 210, 0.25); }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #008bd2;
  border-color: #008bd2; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #008bd2; }
  .badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #00699f; }

.badge-secondary {
  color: #212529;
  background-color: #989898; }
  .badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #7f7f7f; }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  .badge-success[href]:hover, .badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34; }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  .badge-info[href]:hover, .badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b; }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  .badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00; }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  .badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130; }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  .badge-light[href]:hover, .badge-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5; }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  .badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124; }

.badge-default {
  color: #fff;
  background-color: #e0232f; }
  .badge-default[href]:hover, .badge-default[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #b61a24; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #00486d;
  background-color: #cce8f6;
  border-color: #b8dff2; }
  .alert-primary hr {
    border-top-color: #a2d5ee; }
  .alert-primary .alert-link {
    color: #00263a; }

.alert-secondary {
  color: #4f4f4f;
  background-color: #eaeaea;
  border-color: #e2e2e2; }
  .alert-secondary hr {
    border-top-color: #d5d5d5; }
  .alert-secondary .alert-link {
    color: #363636; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

.alert-default {
  color: #741218;
  background-color: #f9d3d5;
  border-color: #f6c1c5; }
  .alert-default hr {
    border-top-color: #f3abb0; }
  .alert-default .alert-link {
    color: #480b0f; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #008bd2;
  transition: width 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #008bd2;
    border-color: #008bd2; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-primary {
  color: #00486d;
  background-color: #b8dff2; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #00486d;
    background-color: #a2d5ee; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #00486d;
    border-color: #00486d; }

.list-group-item-secondary {
  color: #4f4f4f;
  background-color: #e2e2e2; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #4f4f4f;
    background-color: #d5d5d5; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #4f4f4f;
    border-color: #4f4f4f; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.list-group-item-default {
  color: #741218;
  background-color: #f6c1c5; }
  .list-group-item-default.list-group-item-action:hover, .list-group-item-default.list-group-item-action:focus {
    color: #741218;
    background-color: #f3abb0; }
  .list-group-item-default.list-group-item-action.active {
    color: #fff;
    background-color: #741218;
    border-color: #741218; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }
    .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
      color: #000;
      text-decoration: none;
      opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
    @media screen and (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: ""; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
    .modal-dialog-centered::before {
      height: calc(100vh - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0; }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25); }

  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25); }

  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1); }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem; }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25); }

  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25); }

  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  backface-visibility: hidden;
  perspective: 1000px; }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: transform 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-item.active,
    .carousel-item-next,
    .carousel-item-prev {
      transition: none; } }

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
      transform: translate3d(0, 0, 0); } }

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next,
    .active.carousel-item-right {
      transform: translate3d(100%, 0, 0); } }

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-prev,
    .active.carousel-item-left {
      transform: translate3d(-100%, 0, 0); } }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0; }

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {
      transform: translate3d(0, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

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

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #008bd2 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #00699f !important; }

.bg-secondary {
  background-color: #989898 !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #7f7f7f !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-default {
  background-color: #e0232f !important; }

a.bg-default:hover, a.bg-default:focus,
button.bg-default:hover,
button.bg-default:focus {
  background-color: #b61a24 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #008bd2 !important; }

.border-secondary {
  border-color: #989898 !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-default {
  border-color: #e0232f !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.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: 576px) {
  .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 (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

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

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-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; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.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: 576px) {
  .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; } }

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

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

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

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

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

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

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

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #008bd2; }

a.text-primary:hover, a.text-primary:focus {
  color: #00699f; }

.text-secondary {
  color: #989898; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #7f7f7f; }

.text-success {
  color: #28a745; }

a.text-success:hover, a.text-success:focus {
  color: #1e7e34; }

.text-info {
  color: #17a2b8; }

a.text-info:hover, a.text-info:focus {
  color: #117a8b; }

.text-warning {
  color: #ffc107; }

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00; }

.text-danger {
  color: #dc3545; }

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130; }

.text-light {
  color: #f8f9fa; }

a.text-light:hover, a.text-light:focus {
  color: #dae0e5; }

.text-dark {
  color: #343a40; }

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124; }

.text-default {
  color: #e0232f; }

a.text-default:hover, a.text-default:focus {
  color: #b61a24; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

/* MIXINS */
@font-face {
  font-family: 'Myriad Pro Bold Italic';
  src: url("../fonts/Myriad Pro Bold Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Myriad Pro Semibold';
  src: url("../fonts/Myriad Pro Semibold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Myriad Pro Semibold Italic';
  src: url("../fonts/Myriad Pro Semibold Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Chaparral pro';
  src: url("../fonts/Chaparr0.eot");
  src: local("☺"), url("../fonts/Chaparr0.woff") format("woff"), url("../fonts/Chaparr0.ttf") format("truetype"), url("../fonts/Chaparr0.svg") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'ChaparralProRegular';
  src: url("../fonts/chaparralpro-regular.eot");
  src: url("../fonts/chaparralpro-regular.eot") format("embedded-opentype"), url("../fonts/chaparralpro-regular.woff") format("woff2"), url("../fonts/chaparralpro-regular.woff") format("woff"), url("../fonts/chaparralpro-regular.ttf") format("truetype"), url("../fonts/chaparralpro-regular.svg#ChaparralProRegular") format("svg"); }

/* ETC */
.hide {
  display: none !important; }

.links-inline {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  margin-bottom: 20px; }
  .links-inline li {
    display: inline-block;
    padding: 0px 5px; }

.pull-right {
  float: right; }

.show-map {
  background: url("../img/show-map.png") no-repeat center left;
  height: 70px;
  display: inline-block;
  padding-left: 90px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #413b5f;
  text-decoration: none; }
  .show-map:hover {
    color: #e0232f; }

.relative,
.rel {
  position: relative; }

.rel-wrap .wrapper {
  position: relative; }

.mod--nomargin {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0; }

.row {
  /*
    .mod--lessitem {
        padding-right: 10px;
        padding-left: 10px;
    }
    .mod--lessitem2 {
        padding-right: 5px;
        padding-left: 5px;
    }
    .mod--lesspadleft {
        padding-left: 10px;
    }
    .mod--lesspadleft2 {
        padding-left: 5px;
    }
    .mod--lesspadright {
        padding-right: 10px;
    }
    .mod--lesspadright2 {
        padding-right: 5px;
    }*/ }
  .row.mod--lesspad {
    margin-right: -10px;
    margin-left: -10px; }
    .row.mod--lesspad .col-1, .row.mod--lesspad .col-2, .row.mod--lesspad .col-3, .row.mod--lesspad .col-4, .row.mod--lesspad .col-5, .row.mod--lesspad .col-6, .row.mod--lesspad .col-7, .row.mod--lesspad .col-8, .row.mod--lesspad .col-9, .row.mod--lesspad .col-10, .row.mod--lesspad .col-11, .row.mod--lesspad .col-12, .row.mod--lesspad .col, .row.mod--lesspad .col-auto, .row.mod--lesspad .col-sm-1, .row.mod--lesspad .col-sm-2, .row.mod--lesspad .col-sm-3, .row.mod--lesspad .col-sm-4, .row.mod--lesspad .col-sm-5, .row.mod--lesspad .col-sm-6, .row.mod--lesspad .col-sm-7, .row.mod--lesspad .col-sm-8, .row.mod--lesspad .col-sm-9, .row.mod--lesspad .col-sm-10, .row.mod--lesspad .col-sm-11, .row.mod--lesspad .col-sm-12, .row.mod--lesspad .col-sm, .row.mod--lesspad .col-sm-auto, .row.mod--lesspad .col-md-1, .row.mod--lesspad .col-md-2, .row.mod--lesspad .col-md-3, .row.mod--lesspad .col-md-4, .row.mod--lesspad .col-md-5, .row.mod--lesspad .col-md-6, .row.mod--lesspad .col-md-7, .row.mod--lesspad .col-md-8, .row.mod--lesspad .col-md-9, .row.mod--lesspad .col-md-10, .row.mod--lesspad .col-md-11, .row.mod--lesspad .col-md-12, .row.mod--lesspad .col-md, .row.mod--lesspad .col-md-auto, .row.mod--lesspad .col-lg-1, .row.mod--lesspad .col-lg-2, .row.mod--lesspad .col-lg-3, .row.mod--lesspad .col-lg-4, .row.mod--lesspad .col-lg-5, .row.mod--lesspad .col-lg-6, .row.mod--lesspad .col-lg-7, .row.mod--lesspad .col-lg-8, .row.mod--lesspad .col-lg-9, .row.mod--lesspad .col-lg-10, .row.mod--lesspad .col-lg-11, .row.mod--lesspad .col-lg-12, .row.mod--lesspad .col-lg, .row.mod--lesspad .col-lg-auto, .row.mod--lesspad .col-xl-1, .row.mod--lesspad .col-xl-2, .row.mod--lesspad .col-xl-3, .row.mod--lesspad .col-xl-4, .row.mod--lesspad .col-xl-5, .row.mod--lesspad .col-xl-6, .row.mod--lesspad .col-xl-7, .row.mod--lesspad .col-xl-8, .row.mod--lesspad .col-xl-9, .row.mod--lesspad .col-xl-10, .row.mod--lesspad .col-xl-11, .row.mod--lesspad .col-xl-12, .row.mod--lesspad .col-xl, .row.mod--lesspad .col-xl-auto {
      padding-right: 10px;
      padding-left: 10px; }
  .row.mod--lesspad2 {
    margin-right: -5px;
    margin-left: -5px; }
    .row.mod--lesspad2 .col-1, .row.mod--lesspad2 .col-2, .row.mod--lesspad2 .col-3, .row.mod--lesspad2 .col-4, .row.mod--lesspad2 .col-5, .row.mod--lesspad2 .col-6, .row.mod--lesspad2 .col-7, .row.mod--lesspad2 .col-8, .row.mod--lesspad2 .col-9, .row.mod--lesspad2 .col-10, .row.mod--lesspad2 .col-11, .row.mod--lesspad2 .col-12, .row.mod--lesspad2 .col, .row.mod--lesspad2 .col-auto, .row.mod--lesspad2 .col-sm-1, .row.mod--lesspad2 .col-sm-2, .row.mod--lesspad2 .col-sm-3, .row.mod--lesspad2 .col-sm-4, .row.mod--lesspad2 .col-sm-5, .row.mod--lesspad2 .col-sm-6, .row.mod--lesspad2 .col-sm-7, .row.mod--lesspad2 .col-sm-8, .row.mod--lesspad2 .col-sm-9, .row.mod--lesspad2 .col-sm-10, .row.mod--lesspad2 .col-sm-11, .row.mod--lesspad2 .col-sm-12, .row.mod--lesspad2 .col-sm, .row.mod--lesspad2 .col-sm-auto, .row.mod--lesspad2 .col-md-1, .row.mod--lesspad2 .col-md-2, .row.mod--lesspad2 .col-md-3, .row.mod--lesspad2 .col-md-4, .row.mod--lesspad2 .col-md-5, .row.mod--lesspad2 .col-md-6, .row.mod--lesspad2 .col-md-7, .row.mod--lesspad2 .col-md-8, .row.mod--lesspad2 .col-md-9, .row.mod--lesspad2 .col-md-10, .row.mod--lesspad2 .col-md-11, .row.mod--lesspad2 .col-md-12, .row.mod--lesspad2 .col-md, .row.mod--lesspad2 .col-md-auto, .row.mod--lesspad2 .col-lg-1, .row.mod--lesspad2 .col-lg-2, .row.mod--lesspad2 .col-lg-3, .row.mod--lesspad2 .col-lg-4, .row.mod--lesspad2 .col-lg-5, .row.mod--lesspad2 .col-lg-6, .row.mod--lesspad2 .col-lg-7, .row.mod--lesspad2 .col-lg-8, .row.mod--lesspad2 .col-lg-9, .row.mod--lesspad2 .col-lg-10, .row.mod--lesspad2 .col-lg-11, .row.mod--lesspad2 .col-lg-12, .row.mod--lesspad2 .col-lg, .row.mod--lesspad2 .col-lg-auto, .row.mod--lesspad2 .col-xl-1, .row.mod--lesspad2 .col-xl-2, .row.mod--lesspad2 .col-xl-3, .row.mod--lesspad2 .col-xl-4, .row.mod--lesspad2 .col-xl-5, .row.mod--lesspad2 .col-xl-6, .row.mod--lesspad2 .col-xl-7, .row.mod--lesspad2 .col-xl-8, .row.mod--lesspad2 .col-xl-9, .row.mod--lesspad2 .col-xl-10, .row.mod--lesspad2 .col-xl-11, .row.mod--lesspad2 .col-xl-12, .row.mod--lesspad2 .col-xl, .row.mod--lesspad2 .col-xl-auto {
      padding-right: 5px;
      padding-left: 5px; }
  .row.mod--lesspad3 {
    margin-right: -5px;
    margin-left: -5px; }
    .row.mod--lesspad3 .col-1, .row.mod--lesspad3 .col-2, .row.mod--lesspad3 .col-3, .row.mod--lesspad3 .col-4, .row.mod--lesspad3 .col-5, .row.mod--lesspad3 .col-6, .row.mod--lesspad3 .col-7, .row.mod--lesspad3 .col-8, .row.mod--lesspad3 .col-9, .row.mod--lesspad3 .col-10, .row.mod--lesspad3 .col-11, .row.mod--lesspad3 .col-12, .row.mod--lesspad3 .col, .row.mod--lesspad3 .col-auto, .row.mod--lesspad3 .col-sm-1, .row.mod--lesspad3 .col-sm-2, .row.mod--lesspad3 .col-sm-3, .row.mod--lesspad3 .col-sm-4, .row.mod--lesspad3 .col-sm-5, .row.mod--lesspad3 .col-sm-6, .row.mod--lesspad3 .col-sm-7, .row.mod--lesspad3 .col-sm-8, .row.mod--lesspad3 .col-sm-9, .row.mod--lesspad3 .col-sm-10, .row.mod--lesspad3 .col-sm-11, .row.mod--lesspad3 .col-sm-12, .row.mod--lesspad3 .col-sm, .row.mod--lesspad3 .col-sm-auto, .row.mod--lesspad3 .col-md-1, .row.mod--lesspad3 .col-md-2, .row.mod--lesspad3 .col-md-3, .row.mod--lesspad3 .col-md-4, .row.mod--lesspad3 .col-md-5, .row.mod--lesspad3 .col-md-6, .row.mod--lesspad3 .col-md-7, .row.mod--lesspad3 .col-md-8, .row.mod--lesspad3 .col-md-9, .row.mod--lesspad3 .col-md-10, .row.mod--lesspad3 .col-md-11, .row.mod--lesspad3 .col-md-12, .row.mod--lesspad3 .col-md, .row.mod--lesspad3 .col-md-auto, .row.mod--lesspad3 .col-lg-1, .row.mod--lesspad3 .col-lg-2, .row.mod--lesspad3 .col-lg-3, .row.mod--lesspad3 .col-lg-4, .row.mod--lesspad3 .col-lg-5, .row.mod--lesspad3 .col-lg-6, .row.mod--lesspad3 .col-lg-7, .row.mod--lesspad3 .col-lg-8, .row.mod--lesspad3 .col-lg-9, .row.mod--lesspad3 .col-lg-10, .row.mod--lesspad3 .col-lg-11, .row.mod--lesspad3 .col-lg-12, .row.mod--lesspad3 .col-lg, .row.mod--lesspad3 .col-lg-auto, .row.mod--lesspad3 .col-xl-1, .row.mod--lesspad3 .col-xl-2, .row.mod--lesspad3 .col-xl-3, .row.mod--lesspad3 .col-xl-4, .row.mod--lesspad3 .col-xl-5, .row.mod--lesspad3 .col-xl-6, .row.mod--lesspad3 .col-xl-7, .row.mod--lesspad3 .col-xl-8, .row.mod--lesspad3 .col-xl-9, .row.mod--lesspad3 .col-xl-10, .row.mod--lesspad3 .col-xl-11, .row.mod--lesspad3 .col-xl-12, .row.mod--lesspad3 .col-xl, .row.mod--lesspad3 .col-xl-auto {
      padding-right: 5px;
      padding-left: 5px; }

.isCompany {
  background-color: #f0f0f0;
  color: #000000;
  font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 16px 20px;
  margin: 20px 0 0px; }
  .isCompany label {
    margin: 0;
    color: #000000;
    border: none; }
    .isCompany label:hover,
    .isCompany label .hover,
    .isCompany label .checked {
      color: #000000; }

#company-info,
.company-info {
  background-color: #f0f0f0;
  padding: 15px 20px; }

.svg-hover {
  fill: .svg-hover; }
  .svg-hover :hover, .svg-hover.active {
    fill: #e0232f; }

.space-between {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }

.rinup-loading {
  min-height: 39px;
  position: relative; }
  .rinup-loading:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background: url(../img/img-loader.gif) center center no-repeat rgba(255, 255, 255, 0.9); }

.link-icon {
  color: #413b5f;
  text-decoration: none; }
  .link-icon svg {
    fill: #413b5f;
    margin-right: 3px; }
  .link-icon:hover {
    color: #e0232f; }
    .link-icon:hover svg {
      fill: #e0232f; }

.table-cart-price.mod--padright,
.cart-actions-total.mod--padright,
.cart-actions.mod--padright {
  padding-right: 30px; }

.modal .modal-dialog {
  display: flex;
  align-items: center;
  min-height: calc(100% - (1.75rem * 2)); }
  .modal .modal-dialog::before {
    display: block;
    height: calc(100vh - (1.75rem * 2));
    content: ""; }
  .modal .modal-dialog .modal-footer .btn:not(:first-child) {
    margin-left: .25rem; }

.bootstrap-dialog.type-warning .modal-header {
  background-color: #e0232f; }

.bootstrap-dialog.type-warning .btn-warning {
  background-color: #e0232f;
  border-color: #e0232f;
  color: #ffffff; }
  .bootstrap-dialog.type-warning .btn-warning:hover {
    background-color: #cf1e29;
    border-color: #cf1e29; }

.datepicker {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.33);
  -ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.33); }
  .datepicker table tr td.today {
    color: #ffffff;
    background-color: #e0232f;
    border-color: #e0232f; }
    .datepicker table tr td.today:hover {
      color: #ffffff;
      background-color: #413b5f;
      border-color: #413b5f; }

html, body {
  height: 100%;
  position: relative;
  padding: 0;
  margin: 0; }

body {
  min-height: 640px;
  background-color: #ffffff; }

.body {
  padding: 0;
  position: relative;
  background-color: transparent;
  overflow: hidden }
  @media (max-width: 991px) {
    .body {
      padding: 0; } }
  .mod--layout-article .body {
    padding-top: 136px; }
    @media (max-width: 991px) {
      .mod--layout-article .body {
        padding-top: 64px; } }

.page {
  position: relative;
  min-height: 100%; }

.footer {
  padding: 150px 20px 60px;
  background: #e0232f;
  background: #e0232f;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0; }
  @media (max-width: 991px) {
    .footer {
      padding: 70px 20px 40px;
      position: static; } }
  @media (max-width: 463px) {
    .footer {
      padding: 20px 9px;
      position: static; } }
  .footer p {
    margin: 0; }
  .footer .wrapper {
    max-width: 650px; }
  .footer a {
    color: #ffffff;
    text-decoration: none; }
    .footer a:hover {
      text-decoration: underline; }
  .footer .number {
    font-family: "Chaparral pro", sans-serif;
    font-size: 66px;
    line-height: 70px;
    font-weight: 600;
    text-decoration: none !important;
    margin-bottom: 70px;
    display: block; }
    @media (max-width: 583px) {
      .footer .number {
        font-family: "Chaparral pro", sans-serif;
        font-size: 32px;
        line-height: 35px;
        font-weight: 600; } }
    .footer .number img {
      margin-bottom: 20px; }

.owexx {
  text-decoration: none;
  display: inline-block; }
  .owexx svg {
    vertical-align: top;
    margin-top: 5px;
    height: 10px;
    width: 50px; }
  .owexx path {
    fill: #ffffff;
    transition: all 0.2s ease; }
    @media screen and (prefers-reduced-motion: reduce) {
      .owexx path {
        transition: none; } }
  .owexx:hover-x {
    fill: #000000; }
  .owexx a {
    text-decoration: none; }
    .owexx a:hover {
      color: #ffffff;
      text-decoration: none; }
      .owexx a:hover path {
        fill: #ffffff; }
      .owexx a:hover .owexx-x {
        fill: #000000; }

.wrapper {
  max-width: 1206px;
  padding-left: 22px;
  padding-right: 22px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 991px) {
    .wrapper {
      max-width: none;
      padding-left: 22px;
      padding-right: 22px; } }
  .mod--fullwidth .wrapper {
    max-width: none;
    padding-left: 0;
    padding-right: 0; }
  .mod--980 .wrapper {
    max-width: 980px; }
  .mod--760 .wrapper {
    max-width: 760px; }
  .mod--640 .wrapper {
    max-width: 640px; }
  .mod--480 .wrapper {
    max-width: 480px; }
  .mod--400 .wrapper {
    max-width: 400px; }
  .mod--nopad .wrapper {
    padding: 0; }

.btn {
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  padding: 14px 58px;
  text-transform: uppercase;
  box-shadow: none;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  text-decoration: none;
  height: 48px; }
  .btn-link {
    color: #989898;
    background-color: transparent;
    border: none;
    text-transform: inherit;
    text-decoration: none; }
    .btn-link:hover {
      color: #e0232f;
      text-decoration: none; }
    .btn-link:focus, .btn-link.focus, .btn-link:active, .btn-link.active {
      background-color: transparent;
      border: none;
      color: #989898; }
  .btn-primary {
    color: #ffffff; }
    .btn-primary:hover {
      color: #ffffff; }
  .btn-secondary {
    color: #ffffff; }
    .btn-secondary:hover {
      color: #ffffff; }
  .btn-border.btn-danger {
    background-color: transparent;
    color: #e0232f; }
    .btn-border.btn-danger:hover {
      color: #ffffff;
      background-color: #e0232f; }
  .btn:focus, .btn.focus, .btn:active, .btn.active {
    box-shadow: none; }
  .btn.mod--nopadleft {
    padding-left: 0; }
  .btn.mod--nopadtop {
    padding-top: 0; }
  .btn.mod--nopadright {
    padding-right: 0; }
  .btn.mod--nopadbottom, .btn.mod--nopadbot {
    padding-bottom: 0; }
  .btn.mod--nopad {
    padding: 0;
    height: auto; }

.container {
  position: relative;
  padding-top: 105px;
  padding-bottom: 90px;
  background-repeat: no-repeat;
  background-position: top left; }
  @media (max-width: 991px) {
    .container {
      padding-top: 65px; } }
  .container.zindex1 {
    z-index: -1; }
  .container.zindex0 {
    z-index: 0; }
  .container.mod--fullheight {
    padding: 0; }
  .container.mod--ontop16 {
    margin-top: -16px; }
  .container.mod--770 {
    min-height: 770px; }
  .container.mod--nopadbot {
    padding-bottom: 0; }
  .container.mod--padbot110 {
    padding-bottom: 110px; }
  .container.mod--padbot160 {
    padding-bottom: 160px; }
  .container.mod--padbot140 {
    padding-bottom: 140px; }
  .container.mod--padtop90 {
    padding-top: 90px; }
  .container.mod--padtop60 {
    padding-top: 60px; }
  .container.mod--nopad {
    padding: 0 !important; }
  .container.mod--custombg {
    position: relative;
    background-size: auto 100%; }
    .container.mod--custombg:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      background-color: var(--mod-custombg);
      width: 100%;
      height: calc(100% - 15px);
      z-index: -1; }
      .mod--ontop16.container.mod--custombg:before {
        top: 15px; }
  .container.mod--logo .logo-block, .container.mod--logo-invert .logo-block {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-bottom: 10px;
    width: 90%; }
    @media (max-width: 463px) {
      .container.mod--logo .logo-block, .container.mod--logo-invert .logo-block {
        width: 80%; } }
    .container.mod--logo .logo-block img, .container.mod--logo-invert .logo-block img {
      float: right;
      margin-top: -58px;
      margin-right: -32px;
      height: 45px; }
    .container.mod--logo .logo-block:after, .container.mod--logo-invert .logo-block:after {
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      content: "";
      height: 13px;
      border-top: 0 solid transparent;
      border-right: 12px solid transparent;
      border-bottom: 13px solid #e0232f;
      border-left: 0 solid transparent; }
  .container.mod--logo-dark .logo-block, .container.mod--logo-invert-dark .logo-block {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-bottom: 10px;
    width: 95%;
    z-index: 999; }
    @media (max-width: 463px) {
      .container.mod--logo-dark .logo-block, .container.mod--logo-invert-dark .logo-block {
        width: 80%; } }
    .container.mod--logo-dark .logo-block img, .container.mod--logo-invert-dark .logo-block img {
      float: right;
      margin-top: -58px;
      margin-right: -32px;
      height: 45px; }
      @media (max-width: 1263px) {
        .container.mod--logo-dark .logo-block img, .container.mod--logo-invert-dark .logo-block img {
          display: none; } }
    .container.mod--logo-dark .logo-block:after, .container.mod--logo-invert-dark .logo-block:after {
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      content: "";
      height: 13px;
      border-top: 0 solid transparent;
      border-right: 12px solid transparent;
      border-bottom: 13px solid #413b5f;
      border-left: 0 solid transparent; }
  .container.mod--half-bg {
    background: #f0f0f0;
    background: linear-gradient(45deg, #f0f0f0 0%, #f0f0f0 58%, white 58%); }

.mod--nopadtop {
  padding-top: 0 !important; }

.mod--nopadbot {
  padding-bottom: 0 !important; }

.mod--nomartop {
  margin-top: 0 !important; }

.mod--nomarbot {
  margin-bottom: 0 !important; }

.mod--padtop30 {
  padding-top: 30px !important; }

.mod--padbot30 {
  padding-bottom: 30px !important; }

.mod--martop30 {
  margin-top: 30px !important; }

.mod-marbot30 {
  margin-bottom: 30px !important; }

.mod--padtop31 {
  padding-top: 31px !important; }

.mod--padbot31 {
  padding-bottom: 31px !important; }

.mod--martop31 {
  margin-top: 31px !important; }

.mod-marbot31 {
  margin-bottom: 31px !important; }

.mod--padtop32 {
  padding-top: 32px !important; }

.mod--padbot32 {
  padding-bottom: 32px !important; }

.mod--martop32 {
  margin-top: 32px !important; }

.mod-marbot32 {
  margin-bottom: 32px !important; }

.mod--padtop33 {
  padding-top: 33px !important; }

.mod--padbot33 {
  padding-bottom: 33px !important; }

.mod--martop33 {
  margin-top: 33px !important; }

.mod-marbot33 {
  margin-bottom: 33px !important; }

.mod--padtop34 {
  padding-top: 34px !important; }

.mod--padbot34 {
  padding-bottom: 34px !important; }

.mod--martop34 {
  margin-top: 34px !important; }

.mod-marbot34 {
  margin-bottom: 34px !important; }

.mod--padtop35 {
  padding-top: 35px !important; }

.mod--padbot35 {
  padding-bottom: 35px !important; }

.mod--martop35 {
  margin-top: 35px !important; }

.mod-marbot35 {
  margin-bottom: 35px !important; }

.mod--padtop36 {
  padding-top: 36px !important; }

.mod--padbot36 {
  padding-bottom: 36px !important; }

.mod--martop36 {
  margin-top: 36px !important; }

.mod-marbot36 {
  margin-bottom: 36px !important; }

.mod--padtop37 {
  padding-top: 37px !important; }

.mod--padbot37 {
  padding-bottom: 37px !important; }

.mod--martop37 {
  margin-top: 37px !important; }

.mod-marbot37 {
  margin-bottom: 37px !important; }

.mod--padtop38 {
  padding-top: 38px !important; }

.mod--padbot38 {
  padding-bottom: 38px !important; }

.mod--martop38 {
  margin-top: 38px !important; }

.mod-marbot38 {
  margin-bottom: 38px !important; }

.mod--padtop39 {
  padding-top: 39px !important; }

.mod--padbot39 {
  padding-bottom: 39px !important; }

.mod--martop39 {
  margin-top: 39px !important; }

.mod-marbot39 {
  margin-bottom: 39px !important; }

.mod--padtop40 {
  padding-top: 40px !important; }

.mod--padbot40 {
  padding-bottom: 40px !important; }

.mod--martop40 {
  margin-top: 40px !important; }

.mod-marbot40 {
  margin-bottom: 40px !important; }

.mod--padtop41 {
  padding-top: 41px !important; }

.mod--padbot41 {
  padding-bottom: 41px !important; }

.mod--martop41 {
  margin-top: 41px !important; }

.mod-marbot41 {
  margin-bottom: 41px !important; }

.mod--padtop42 {
  padding-top: 42px !important; }

.mod--padbot42 {
  padding-bottom: 42px !important; }

.mod--martop42 {
  margin-top: 42px !important; }

.mod-marbot42 {
  margin-bottom: 42px !important; }

.mod--padtop43 {
  padding-top: 43px !important; }

.mod--padbot43 {
  padding-bottom: 43px !important; }

.mod--martop43 {
  margin-top: 43px !important; }

.mod-marbot43 {
  margin-bottom: 43px !important; }

.mod--padtop44 {
  padding-top: 44px !important; }

.mod--padbot44 {
  padding-bottom: 44px !important; }

.mod--martop44 {
  margin-top: 44px !important; }

.mod-marbot44 {
  margin-bottom: 44px !important; }

.mod--padtop45 {
  padding-top: 45px !important; }

.mod--padbot45 {
  padding-bottom: 45px !important; }

.mod--martop45 {
  margin-top: 45px !important; }

.mod-marbot45 {
  margin-bottom: 45px !important; }

.mod--padtop46 {
  padding-top: 46px !important; }

.mod--padbot46 {
  padding-bottom: 46px !important; }

.mod--martop46 {
  margin-top: 46px !important; }

.mod-marbot46 {
  margin-bottom: 46px !important; }

.mod--padtop47 {
  padding-top: 47px !important; }

.mod--padbot47 {
  padding-bottom: 47px !important; }

.mod--martop47 {
  margin-top: 47px !important; }

.mod-marbot47 {
  margin-bottom: 47px !important; }

.mod--padtop48 {
  padding-top: 48px !important; }

.mod--padbot48 {
  padding-bottom: 48px !important; }

.mod--martop48 {
  margin-top: 48px !important; }

.mod-marbot48 {
  margin-bottom: 48px !important; }

.mod--padtop49 {
  padding-top: 49px !important; }

.mod--padbot49 {
  padding-bottom: 49px !important; }

.mod--martop49 {
  margin-top: 49px !important; }

.mod-marbot49 {
  margin-bottom: 49px !important; }

.mod--padtop50 {
  padding-top: 50px !important; }

.mod--padbot50 {
  padding-bottom: 50px !important; }

.mod--martop50 {
  margin-top: 50px !important; }

.mod-marbot50 {
  margin-bottom: 50px !important; }

.mod--padtop51 {
  padding-top: 51px !important; }

.mod--padbot51 {
  padding-bottom: 51px !important; }

.mod--martop51 {
  margin-top: 51px !important; }

.mod-marbot51 {
  margin-bottom: 51px !important; }

.mod--padtop52 {
  padding-top: 52px !important; }

.mod--padbot52 {
  padding-bottom: 52px !important; }

.mod--martop52 {
  margin-top: 52px !important; }

.mod-marbot52 {
  margin-bottom: 52px !important; }

.mod--padtop53 {
  padding-top: 53px !important; }

.mod--padbot53 {
  padding-bottom: 53px !important; }

.mod--martop53 {
  margin-top: 53px !important; }

.mod-marbot53 {
  margin-bottom: 53px !important; }

.mod--padtop54 {
  padding-top: 54px !important; }

.mod--padbot54 {
  padding-bottom: 54px !important; }

.mod--martop54 {
  margin-top: 54px !important; }

.mod-marbot54 {
  margin-bottom: 54px !important; }

.mod--padtop55 {
  padding-top: 55px !important; }

.mod--padbot55 {
  padding-bottom: 55px !important; }

.mod--martop55 {
  margin-top: 55px !important; }

.mod-marbot55 {
  margin-bottom: 55px !important; }

.mod--padtop56 {
  padding-top: 56px !important; }

.mod--padbot56 {
  padding-bottom: 56px !important; }

.mod--martop56 {
  margin-top: 56px !important; }

.mod-marbot56 {
  margin-bottom: 56px !important; }

.mod--padtop57 {
  padding-top: 57px !important; }

.mod--padbot57 {
  padding-bottom: 57px !important; }

.mod--martop57 {
  margin-top: 57px !important; }

.mod-marbot57 {
  margin-bottom: 57px !important; }

.mod--padtop58 {
  padding-top: 58px !important; }

.mod--padbot58 {
  padding-bottom: 58px !important; }

.mod--martop58 {
  margin-top: 58px !important; }

.mod-marbot58 {
  margin-bottom: 58px !important; }

.mod--padtop59 {
  padding-top: 59px !important; }

.mod--padbot59 {
  padding-bottom: 59px !important; }

.mod--martop59 {
  margin-top: 59px !important; }

.mod-marbot59 {
  margin-bottom: 59px !important; }

.mod--padtop60 {
  padding-top: 60px !important; }

.mod--padbot60 {
  padding-bottom: 60px !important; }

.mod--martop60 {
  margin-top: 60px !important; }

.mod-marbot60 {
  margin-bottom: 60px !important; }

.mod--padtop61 {
  padding-top: 61px !important; }

.mod--padbot61 {
  padding-bottom: 61px !important; }

.mod--martop61 {
  margin-top: 61px !important; }

.mod-marbot61 {
  margin-bottom: 61px !important; }

.mod--padtop62 {
  padding-top: 62px !important; }

.mod--padbot62 {
  padding-bottom: 62px !important; }

.mod--martop62 {
  margin-top: 62px !important; }

.mod-marbot62 {
  margin-bottom: 62px !important; }

.mod--padtop63 {
  padding-top: 63px !important; }

.mod--padbot63 {
  padding-bottom: 63px !important; }

.mod--martop63 {
  margin-top: 63px !important; }

.mod-marbot63 {
  margin-bottom: 63px !important; }

.mod--padtop64 {
  padding-top: 64px !important; }

.mod--padbot64 {
  padding-bottom: 64px !important; }

.mod--martop64 {
  margin-top: 64px !important; }

.mod-marbot64 {
  margin-bottom: 64px !important; }

.mod--padtop65 {
  padding-top: 65px !important; }

.mod--padbot65 {
  padding-bottom: 65px !important; }

.mod--martop65 {
  margin-top: 65px !important; }

.mod-marbot65 {
  margin-bottom: 65px !important; }

.mod--padtop66 {
  padding-top: 66px !important; }

.mod--padbot66 {
  padding-bottom: 66px !important; }

.mod--martop66 {
  margin-top: 66px !important; }

.mod-marbot66 {
  margin-bottom: 66px !important; }

.mod--padtop67 {
  padding-top: 67px !important; }

.mod--padbot67 {
  padding-bottom: 67px !important; }

.mod--martop67 {
  margin-top: 67px !important; }

.mod-marbot67 {
  margin-bottom: 67px !important; }

.mod--padtop68 {
  padding-top: 68px !important; }

.mod--padbot68 {
  padding-bottom: 68px !important; }

.mod--martop68 {
  margin-top: 68px !important; }

.mod-marbot68 {
  margin-bottom: 68px !important; }

.mod--padtop69 {
  padding-top: 69px !important; }

.mod--padbot69 {
  padding-bottom: 69px !important; }

.mod--martop69 {
  margin-top: 69px !important; }

.mod-marbot69 {
  margin-bottom: 69px !important; }

.mod--padtop70 {
  padding-top: 70px !important; }

.mod--padbot70 {
  padding-bottom: 70px !important; }

.mod--martop70 {
  margin-top: 70px !important; }

.mod-marbot70 {
  margin-bottom: 70px !important; }

.mod--padtop71 {
  padding-top: 71px !important; }

.mod--padbot71 {
  padding-bottom: 71px !important; }

.mod--martop71 {
  margin-top: 71px !important; }

.mod-marbot71 {
  margin-bottom: 71px !important; }

.mod--padtop72 {
  padding-top: 72px !important; }

.mod--padbot72 {
  padding-bottom: 72px !important; }

.mod--martop72 {
  margin-top: 72px !important; }

.mod-marbot72 {
  margin-bottom: 72px !important; }

.mod--padtop73 {
  padding-top: 73px !important; }

.mod--padbot73 {
  padding-bottom: 73px !important; }

.mod--martop73 {
  margin-top: 73px !important; }

.mod-marbot73 {
  margin-bottom: 73px !important; }

.mod--padtop74 {
  padding-top: 74px !important; }

.mod--padbot74 {
  padding-bottom: 74px !important; }

.mod--martop74 {
  margin-top: 74px !important; }

.mod-marbot74 {
  margin-bottom: 74px !important; }

.mod--padtop75 {
  padding-top: 75px !important; }

.mod--padbot75 {
  padding-bottom: 75px !important; }

.mod--martop75 {
  margin-top: 75px !important; }

.mod-marbot75 {
  margin-bottom: 75px !important; }

.mod--padtop76 {
  padding-top: 76px !important; }

.mod--padbot76 {
  padding-bottom: 76px !important; }

.mod--martop76 {
  margin-top: 76px !important; }

.mod-marbot76 {
  margin-bottom: 76px !important; }

.mod--padtop77 {
  padding-top: 77px !important; }

.mod--padbot77 {
  padding-bottom: 77px !important; }

.mod--martop77 {
  margin-top: 77px !important; }

.mod-marbot77 {
  margin-bottom: 77px !important; }

.mod--padtop78 {
  padding-top: 78px !important; }

.mod--padbot78 {
  padding-bottom: 78px !important; }

.mod--martop78 {
  margin-top: 78px !important; }

.mod-marbot78 {
  margin-bottom: 78px !important; }

.mod--padtop79 {
  padding-top: 79px !important; }

.mod--padbot79 {
  padding-bottom: 79px !important; }

.mod--martop79 {
  margin-top: 79px !important; }

.mod-marbot79 {
  margin-bottom: 79px !important; }

.mod--padtop80 {
  padding-top: 80px !important; }

.mod--padbot80 {
  padding-bottom: 80px !important; }

.mod--martop80 {
  margin-top: 80px !important; }

.mod-marbot80 {
  margin-bottom: 80px !important; }

.mod--padtop81 {
  padding-top: 81px !important; }

.mod--padbot81 {
  padding-bottom: 81px !important; }

.mod--martop81 {
  margin-top: 81px !important; }

.mod-marbot81 {
  margin-bottom: 81px !important; }

.mod--padtop82 {
  padding-top: 82px !important; }

.mod--padbot82 {
  padding-bottom: 82px !important; }

.mod--martop82 {
  margin-top: 82px !important; }

.mod-marbot82 {
  margin-bottom: 82px !important; }

.mod--padtop83 {
  padding-top: 83px !important; }

.mod--padbot83 {
  padding-bottom: 83px !important; }

.mod--martop83 {
  margin-top: 83px !important; }

.mod-marbot83 {
  margin-bottom: 83px !important; }

.mod--padtop84 {
  padding-top: 84px !important; }

.mod--padbot84 {
  padding-bottom: 84px !important; }

.mod--martop84 {
  margin-top: 84px !important; }

.mod-marbot84 {
  margin-bottom: 84px !important; }

.mod--padtop85 {
  padding-top: 85px !important; }

.mod--padbot85 {
  padding-bottom: 85px !important; }

.mod--martop85 {
  margin-top: 85px !important; }

.mod-marbot85 {
  margin-bottom: 85px !important; }

.mod--padtop86 {
  padding-top: 86px !important; }

.mod--padbot86 {
  padding-bottom: 86px !important; }

.mod--martop86 {
  margin-top: 86px !important; }

.mod-marbot86 {
  margin-bottom: 86px !important; }

.mod--padtop87 {
  padding-top: 87px !important; }

.mod--padbot87 {
  padding-bottom: 87px !important; }

.mod--martop87 {
  margin-top: 87px !important; }

.mod-marbot87 {
  margin-bottom: 87px !important; }

.mod--padtop88 {
  padding-top: 88px !important; }

.mod--padbot88 {
  padding-bottom: 88px !important; }

.mod--martop88 {
  margin-top: 88px !important; }

.mod-marbot88 {
  margin-bottom: 88px !important; }

.mod--padtop89 {
  padding-top: 89px !important; }

.mod--padbot89 {
  padding-bottom: 89px !important; }

.mod--martop89 {
  margin-top: 89px !important; }

.mod-marbot89 {
  margin-bottom: 89px !important; }

.mod--padtop90 {
  padding-top: 90px !important; }

.mod--padbot90 {
  padding-bottom: 90px !important; }

.mod--martop90 {
  margin-top: 90px !important; }

.mod-marbot90 {
  margin-bottom: 90px !important; }

.mod--padtop91 {
  padding-top: 91px !important; }

.mod--padbot91 {
  padding-bottom: 91px !important; }

.mod--martop91 {
  margin-top: 91px !important; }

.mod-marbot91 {
  margin-bottom: 91px !important; }

.mod--padtop92 {
  padding-top: 92px !important; }

.mod--padbot92 {
  padding-bottom: 92px !important; }

.mod--martop92 {
  margin-top: 92px !important; }

.mod-marbot92 {
  margin-bottom: 92px !important; }

.mod--padtop93 {
  padding-top: 93px !important; }

.mod--padbot93 {
  padding-bottom: 93px !important; }

.mod--martop93 {
  margin-top: 93px !important; }

.mod-marbot93 {
  margin-bottom: 93px !important; }

.mod--padtop94 {
  padding-top: 94px !important; }

.mod--padbot94 {
  padding-bottom: 94px !important; }

.mod--martop94 {
  margin-top: 94px !important; }

.mod-marbot94 {
  margin-bottom: 94px !important; }

.mod--padtop95 {
  padding-top: 95px !important; }

.mod--padbot95 {
  padding-bottom: 95px !important; }

.mod--martop95 {
  margin-top: 95px !important; }

.mod-marbot95 {
  margin-bottom: 95px !important; }

.mod--padtop96 {
  padding-top: 96px !important; }

.mod--padbot96 {
  padding-bottom: 96px !important; }

.mod--martop96 {
  margin-top: 96px !important; }

.mod-marbot96 {
  margin-bottom: 96px !important; }

.mod--padtop97 {
  padding-top: 97px !important; }

.mod--padbot97 {
  padding-bottom: 97px !important; }

.mod--martop97 {
  margin-top: 97px !important; }

.mod-marbot97 {
  margin-bottom: 97px !important; }

.mod--padtop98 {
  padding-top: 98px !important; }

.mod--padbot98 {
  padding-bottom: 98px !important; }

.mod--martop98 {
  margin-top: 98px !important; }

.mod-marbot98 {
  margin-bottom: 98px !important; }

.mod--padtop99 {
  padding-top: 99px !important; }

.mod--padbot99 {
  padding-bottom: 99px !important; }

.mod--martop99 {
  margin-top: 99px !important; }

.mod-marbot99 {
  margin-bottom: 99px !important; }

.mod--padtop100 {
  padding-top: 100px !important; }

.mod--padbot100 {
  padding-bottom: 100px !important; }

.mod--martop100 {
  margin-top: 100px !important; }

.mod-marbot100 {
  margin-bottom: 100px !important; }

@media (max-width: 1263px) {
  .mod--padtop-1280-30 {
    padding-top: 30px !important; }
  .mod--padbot-1280-30 {
    padding-bottom: 30px !important; }
  .mod--martop-1280-30 {
    margin-top: 30px !important; }
  .mod--marbot-1280-30 {
    margin-bottom: 30px !important; }
  .mod--padtop-1280-31 {
    padding-top: 31px !important; }
  .mod--padbot-1280-31 {
    padding-bottom: 31px !important; }
  .mod--martop-1280-31 {
    margin-top: 31px !important; }
  .mod--marbot-1280-31 {
    margin-bottom: 31px !important; }
  .mod--padtop-1280-32 {
    padding-top: 32px !important; }
  .mod--padbot-1280-32 {
    padding-bottom: 32px !important; }
  .mod--martop-1280-32 {
    margin-top: 32px !important; }
  .mod--marbot-1280-32 {
    margin-bottom: 32px !important; }
  .mod--padtop-1280-33 {
    padding-top: 33px !important; }
  .mod--padbot-1280-33 {
    padding-bottom: 33px !important; }
  .mod--martop-1280-33 {
    margin-top: 33px !important; }
  .mod--marbot-1280-33 {
    margin-bottom: 33px !important; }
  .mod--padtop-1280-34 {
    padding-top: 34px !important; }
  .mod--padbot-1280-34 {
    padding-bottom: 34px !important; }
  .mod--martop-1280-34 {
    margin-top: 34px !important; }
  .mod--marbot-1280-34 {
    margin-bottom: 34px !important; }
  .mod--padtop-1280-35 {
    padding-top: 35px !important; }
  .mod--padbot-1280-35 {
    padding-bottom: 35px !important; }
  .mod--martop-1280-35 {
    margin-top: 35px !important; }
  .mod--marbot-1280-35 {
    margin-bottom: 35px !important; }
  .mod--padtop-1280-36 {
    padding-top: 36px !important; }
  .mod--padbot-1280-36 {
    padding-bottom: 36px !important; }
  .mod--martop-1280-36 {
    margin-top: 36px !important; }
  .mod--marbot-1280-36 {
    margin-bottom: 36px !important; }
  .mod--padtop-1280-37 {
    padding-top: 37px !important; }
  .mod--padbot-1280-37 {
    padding-bottom: 37px !important; }
  .mod--martop-1280-37 {
    margin-top: 37px !important; }
  .mod--marbot-1280-37 {
    margin-bottom: 37px !important; }
  .mod--padtop-1280-38 {
    padding-top: 38px !important; }
  .mod--padbot-1280-38 {
    padding-bottom: 38px !important; }
  .mod--martop-1280-38 {
    margin-top: 38px !important; }
  .mod--marbot-1280-38 {
    margin-bottom: 38px !important; }
  .mod--padtop-1280-39 {
    padding-top: 39px !important; }
  .mod--padbot-1280-39 {
    padding-bottom: 39px !important; }
  .mod--martop-1280-39 {
    margin-top: 39px !important; }
  .mod--marbot-1280-39 {
    margin-bottom: 39px !important; }
  .mod--padtop-1280-40 {
    padding-top: 40px !important; }
  .mod--padbot-1280-40 {
    padding-bottom: 40px !important; }
  .mod--martop-1280-40 {
    margin-top: 40px !important; }
  .mod--marbot-1280-40 {
    margin-bottom: 40px !important; }
  .mod--padtop-1280-41 {
    padding-top: 41px !important; }
  .mod--padbot-1280-41 {
    padding-bottom: 41px !important; }
  .mod--martop-1280-41 {
    margin-top: 41px !important; }
  .mod--marbot-1280-41 {
    margin-bottom: 41px !important; }
  .mod--padtop-1280-42 {
    padding-top: 42px !important; }
  .mod--padbot-1280-42 {
    padding-bottom: 42px !important; }
  .mod--martop-1280-42 {
    margin-top: 42px !important; }
  .mod--marbot-1280-42 {
    margin-bottom: 42px !important; }
  .mod--padtop-1280-43 {
    padding-top: 43px !important; }
  .mod--padbot-1280-43 {
    padding-bottom: 43px !important; }
  .mod--martop-1280-43 {
    margin-top: 43px !important; }
  .mod--marbot-1280-43 {
    margin-bottom: 43px !important; }
  .mod--padtop-1280-44 {
    padding-top: 44px !important; }
  .mod--padbot-1280-44 {
    padding-bottom: 44px !important; }
  .mod--martop-1280-44 {
    margin-top: 44px !important; }
  .mod--marbot-1280-44 {
    margin-bottom: 44px !important; }
  .mod--padtop-1280-45 {
    padding-top: 45px !important; }
  .mod--padbot-1280-45 {
    padding-bottom: 45px !important; }
  .mod--martop-1280-45 {
    margin-top: 45px !important; }
  .mod--marbot-1280-45 {
    margin-bottom: 45px !important; }
  .mod--padtop-1280-46 {
    padding-top: 46px !important; }
  .mod--padbot-1280-46 {
    padding-bottom: 46px !important; }
  .mod--martop-1280-46 {
    margin-top: 46px !important; }
  .mod--marbot-1280-46 {
    margin-bottom: 46px !important; }
  .mod--padtop-1280-47 {
    padding-top: 47px !important; }
  .mod--padbot-1280-47 {
    padding-bottom: 47px !important; }
  .mod--martop-1280-47 {
    margin-top: 47px !important; }
  .mod--marbot-1280-47 {
    margin-bottom: 47px !important; }
  .mod--padtop-1280-48 {
    padding-top: 48px !important; }
  .mod--padbot-1280-48 {
    padding-bottom: 48px !important; }
  .mod--martop-1280-48 {
    margin-top: 48px !important; }
  .mod--marbot-1280-48 {
    margin-bottom: 48px !important; }
  .mod--padtop-1280-49 {
    padding-top: 49px !important; }
  .mod--padbot-1280-49 {
    padding-bottom: 49px !important; }
  .mod--martop-1280-49 {
    margin-top: 49px !important; }
  .mod--marbot-1280-49 {
    margin-bottom: 49px !important; }
  .mod--padtop-1280-50 {
    padding-top: 50px !important; }
  .mod--padbot-1280-50 {
    padding-bottom: 50px !important; }
  .mod--martop-1280-50 {
    margin-top: 50px !important; }
  .mod--marbot-1280-50 {
    margin-bottom: 50px !important; }
  .mod--padtop-1280-51 {
    padding-top: 51px !important; }
  .mod--padbot-1280-51 {
    padding-bottom: 51px !important; }
  .mod--martop-1280-51 {
    margin-top: 51px !important; }
  .mod--marbot-1280-51 {
    margin-bottom: 51px !important; }
  .mod--padtop-1280-52 {
    padding-top: 52px !important; }
  .mod--padbot-1280-52 {
    padding-bottom: 52px !important; }
  .mod--martop-1280-52 {
    margin-top: 52px !important; }
  .mod--marbot-1280-52 {
    margin-bottom: 52px !important; }
  .mod--padtop-1280-53 {
    padding-top: 53px !important; }
  .mod--padbot-1280-53 {
    padding-bottom: 53px !important; }
  .mod--martop-1280-53 {
    margin-top: 53px !important; }
  .mod--marbot-1280-53 {
    margin-bottom: 53px !important; }
  .mod--padtop-1280-54 {
    padding-top: 54px !important; }
  .mod--padbot-1280-54 {
    padding-bottom: 54px !important; }
  .mod--martop-1280-54 {
    margin-top: 54px !important; }
  .mod--marbot-1280-54 {
    margin-bottom: 54px !important; }
  .mod--padtop-1280-55 {
    padding-top: 55px !important; }
  .mod--padbot-1280-55 {
    padding-bottom: 55px !important; }
  .mod--martop-1280-55 {
    margin-top: 55px !important; }
  .mod--marbot-1280-55 {
    margin-bottom: 55px !important; }
  .mod--padtop-1280-56 {
    padding-top: 56px !important; }
  .mod--padbot-1280-56 {
    padding-bottom: 56px !important; }
  .mod--martop-1280-56 {
    margin-top: 56px !important; }
  .mod--marbot-1280-56 {
    margin-bottom: 56px !important; }
  .mod--padtop-1280-57 {
    padding-top: 57px !important; }
  .mod--padbot-1280-57 {
    padding-bottom: 57px !important; }
  .mod--martop-1280-57 {
    margin-top: 57px !important; }
  .mod--marbot-1280-57 {
    margin-bottom: 57px !important; }
  .mod--padtop-1280-58 {
    padding-top: 58px !important; }
  .mod--padbot-1280-58 {
    padding-bottom: 58px !important; }
  .mod--martop-1280-58 {
    margin-top: 58px !important; }
  .mod--marbot-1280-58 {
    margin-bottom: 58px !important; }
  .mod--padtop-1280-59 {
    padding-top: 59px !important; }
  .mod--padbot-1280-59 {
    padding-bottom: 59px !important; }
  .mod--martop-1280-59 {
    margin-top: 59px !important; }
  .mod--marbot-1280-59 {
    margin-bottom: 59px !important; }
  .mod--padtop-1280-60 {
    padding-top: 60px !important; }
  .mod--padbot-1280-60 {
    padding-bottom: 60px !important; }
  .mod--martop-1280-60 {
    margin-top: 60px !important; }
  .mod--marbot-1280-60 {
    margin-bottom: 60px !important; }
  .mod--padtop-1280-61 {
    padding-top: 61px !important; }
  .mod--padbot-1280-61 {
    padding-bottom: 61px !important; }
  .mod--martop-1280-61 {
    margin-top: 61px !important; }
  .mod--marbot-1280-61 {
    margin-bottom: 61px !important; }
  .mod--padtop-1280-62 {
    padding-top: 62px !important; }
  .mod--padbot-1280-62 {
    padding-bottom: 62px !important; }
  .mod--martop-1280-62 {
    margin-top: 62px !important; }
  .mod--marbot-1280-62 {
    margin-bottom: 62px !important; }
  .mod--padtop-1280-63 {
    padding-top: 63px !important; }
  .mod--padbot-1280-63 {
    padding-bottom: 63px !important; }
  .mod--martop-1280-63 {
    margin-top: 63px !important; }
  .mod--marbot-1280-63 {
    margin-bottom: 63px !important; }
  .mod--padtop-1280-64 {
    padding-top: 64px !important; }
  .mod--padbot-1280-64 {
    padding-bottom: 64px !important; }
  .mod--martop-1280-64 {
    margin-top: 64px !important; }
  .mod--marbot-1280-64 {
    margin-bottom: 64px !important; }
  .mod--padtop-1280-65 {
    padding-top: 65px !important; }
  .mod--padbot-1280-65 {
    padding-bottom: 65px !important; }
  .mod--martop-1280-65 {
    margin-top: 65px !important; }
  .mod--marbot-1280-65 {
    margin-bottom: 65px !important; }
  .mod--padtop-1280-66 {
    padding-top: 66px !important; }
  .mod--padbot-1280-66 {
    padding-bottom: 66px !important; }
  .mod--martop-1280-66 {
    margin-top: 66px !important; }
  .mod--marbot-1280-66 {
    margin-bottom: 66px !important; }
  .mod--padtop-1280-67 {
    padding-top: 67px !important; }
  .mod--padbot-1280-67 {
    padding-bottom: 67px !important; }
  .mod--martop-1280-67 {
    margin-top: 67px !important; }
  .mod--marbot-1280-67 {
    margin-bottom: 67px !important; }
  .mod--padtop-1280-68 {
    padding-top: 68px !important; }
  .mod--padbot-1280-68 {
    padding-bottom: 68px !important; }
  .mod--martop-1280-68 {
    margin-top: 68px !important; }
  .mod--marbot-1280-68 {
    margin-bottom: 68px !important; }
  .mod--padtop-1280-69 {
    padding-top: 69px !important; }
  .mod--padbot-1280-69 {
    padding-bottom: 69px !important; }
  .mod--martop-1280-69 {
    margin-top: 69px !important; }
  .mod--marbot-1280-69 {
    margin-bottom: 69px !important; }
  .mod--padtop-1280-70 {
    padding-top: 70px !important; }
  .mod--padbot-1280-70 {
    padding-bottom: 70px !important; }
  .mod--martop-1280-70 {
    margin-top: 70px !important; }
  .mod--marbot-1280-70 {
    margin-bottom: 70px !important; }
  .mod--padtop-1280-71 {
    padding-top: 71px !important; }
  .mod--padbot-1280-71 {
    padding-bottom: 71px !important; }
  .mod--martop-1280-71 {
    margin-top: 71px !important; }
  .mod--marbot-1280-71 {
    margin-bottom: 71px !important; }
  .mod--padtop-1280-72 {
    padding-top: 72px !important; }
  .mod--padbot-1280-72 {
    padding-bottom: 72px !important; }
  .mod--martop-1280-72 {
    margin-top: 72px !important; }
  .mod--marbot-1280-72 {
    margin-bottom: 72px !important; }
  .mod--padtop-1280-73 {
    padding-top: 73px !important; }
  .mod--padbot-1280-73 {
    padding-bottom: 73px !important; }
  .mod--martop-1280-73 {
    margin-top: 73px !important; }
  .mod--marbot-1280-73 {
    margin-bottom: 73px !important; }
  .mod--padtop-1280-74 {
    padding-top: 74px !important; }
  .mod--padbot-1280-74 {
    padding-bottom: 74px !important; }
  .mod--martop-1280-74 {
    margin-top: 74px !important; }
  .mod--marbot-1280-74 {
    margin-bottom: 74px !important; }
  .mod--padtop-1280-75 {
    padding-top: 75px !important; }
  .mod--padbot-1280-75 {
    padding-bottom: 75px !important; }
  .mod--martop-1280-75 {
    margin-top: 75px !important; }
  .mod--marbot-1280-75 {
    margin-bottom: 75px !important; }
  .mod--padtop-1280-76 {
    padding-top: 76px !important; }
  .mod--padbot-1280-76 {
    padding-bottom: 76px !important; }
  .mod--martop-1280-76 {
    margin-top: 76px !important; }
  .mod--marbot-1280-76 {
    margin-bottom: 76px !important; }
  .mod--padtop-1280-77 {
    padding-top: 77px !important; }
  .mod--padbot-1280-77 {
    padding-bottom: 77px !important; }
  .mod--martop-1280-77 {
    margin-top: 77px !important; }
  .mod--marbot-1280-77 {
    margin-bottom: 77px !important; }
  .mod--padtop-1280-78 {
    padding-top: 78px !important; }
  .mod--padbot-1280-78 {
    padding-bottom: 78px !important; }
  .mod--martop-1280-78 {
    margin-top: 78px !important; }
  .mod--marbot-1280-78 {
    margin-bottom: 78px !important; }
  .mod--padtop-1280-79 {
    padding-top: 79px !important; }
  .mod--padbot-1280-79 {
    padding-bottom: 79px !important; }
  .mod--martop-1280-79 {
    margin-top: 79px !important; }
  .mod--marbot-1280-79 {
    margin-bottom: 79px !important; }
  .mod--padtop-1280-80 {
    padding-top: 80px !important; }
  .mod--padbot-1280-80 {
    padding-bottom: 80px !important; }
  .mod--martop-1280-80 {
    margin-top: 80px !important; }
  .mod--marbot-1280-80 {
    margin-bottom: 80px !important; }
  .mod--padtop-1280-81 {
    padding-top: 81px !important; }
  .mod--padbot-1280-81 {
    padding-bottom: 81px !important; }
  .mod--martop-1280-81 {
    margin-top: 81px !important; }
  .mod--marbot-1280-81 {
    margin-bottom: 81px !important; }
  .mod--padtop-1280-82 {
    padding-top: 82px !important; }
  .mod--padbot-1280-82 {
    padding-bottom: 82px !important; }
  .mod--martop-1280-82 {
    margin-top: 82px !important; }
  .mod--marbot-1280-82 {
    margin-bottom: 82px !important; }
  .mod--padtop-1280-83 {
    padding-top: 83px !important; }
  .mod--padbot-1280-83 {
    padding-bottom: 83px !important; }
  .mod--martop-1280-83 {
    margin-top: 83px !important; }
  .mod--marbot-1280-83 {
    margin-bottom: 83px !important; }
  .mod--padtop-1280-84 {
    padding-top: 84px !important; }
  .mod--padbot-1280-84 {
    padding-bottom: 84px !important; }
  .mod--martop-1280-84 {
    margin-top: 84px !important; }
  .mod--marbot-1280-84 {
    margin-bottom: 84px !important; }
  .mod--padtop-1280-85 {
    padding-top: 85px !important; }
  .mod--padbot-1280-85 {
    padding-bottom: 85px !important; }
  .mod--martop-1280-85 {
    margin-top: 85px !important; }
  .mod--marbot-1280-85 {
    margin-bottom: 85px !important; }
  .mod--padtop-1280-86 {
    padding-top: 86px !important; }
  .mod--padbot-1280-86 {
    padding-bottom: 86px !important; }
  .mod--martop-1280-86 {
    margin-top: 86px !important; }
  .mod--marbot-1280-86 {
    margin-bottom: 86px !important; }
  .mod--padtop-1280-87 {
    padding-top: 87px !important; }
  .mod--padbot-1280-87 {
    padding-bottom: 87px !important; }
  .mod--martop-1280-87 {
    margin-top: 87px !important; }
  .mod--marbot-1280-87 {
    margin-bottom: 87px !important; }
  .mod--padtop-1280-88 {
    padding-top: 88px !important; }
  .mod--padbot-1280-88 {
    padding-bottom: 88px !important; }
  .mod--martop-1280-88 {
    margin-top: 88px !important; }
  .mod--marbot-1280-88 {
    margin-bottom: 88px !important; }
  .mod--padtop-1280-89 {
    padding-top: 89px !important; }
  .mod--padbot-1280-89 {
    padding-bottom: 89px !important; }
  .mod--martop-1280-89 {
    margin-top: 89px !important; }
  .mod--marbot-1280-89 {
    margin-bottom: 89px !important; }
  .mod--padtop-1280-90 {
    padding-top: 90px !important; }
  .mod--padbot-1280-90 {
    padding-bottom: 90px !important; }
  .mod--martop-1280-90 {
    margin-top: 90px !important; }
  .mod--marbot-1280-90 {
    margin-bottom: 90px !important; }
  .mod--padtop-1280-91 {
    padding-top: 91px !important; }
  .mod--padbot-1280-91 {
    padding-bottom: 91px !important; }
  .mod--martop-1280-91 {
    margin-top: 91px !important; }
  .mod--marbot-1280-91 {
    margin-bottom: 91px !important; }
  .mod--padtop-1280-92 {
    padding-top: 92px !important; }
  .mod--padbot-1280-92 {
    padding-bottom: 92px !important; }
  .mod--martop-1280-92 {
    margin-top: 92px !important; }
  .mod--marbot-1280-92 {
    margin-bottom: 92px !important; }
  .mod--padtop-1280-93 {
    padding-top: 93px !important; }
  .mod--padbot-1280-93 {
    padding-bottom: 93px !important; }
  .mod--martop-1280-93 {
    margin-top: 93px !important; }
  .mod--marbot-1280-93 {
    margin-bottom: 93px !important; }
  .mod--padtop-1280-94 {
    padding-top: 94px !important; }
  .mod--padbot-1280-94 {
    padding-bottom: 94px !important; }
  .mod--martop-1280-94 {
    margin-top: 94px !important; }
  .mod--marbot-1280-94 {
    margin-bottom: 94px !important; }
  .mod--padtop-1280-95 {
    padding-top: 95px !important; }
  .mod--padbot-1280-95 {
    padding-bottom: 95px !important; }
  .mod--martop-1280-95 {
    margin-top: 95px !important; }
  .mod--marbot-1280-95 {
    margin-bottom: 95px !important; }
  .mod--padtop-1280-96 {
    padding-top: 96px !important; }
  .mod--padbot-1280-96 {
    padding-bottom: 96px !important; }
  .mod--martop-1280-96 {
    margin-top: 96px !important; }
  .mod--marbot-1280-96 {
    margin-bottom: 96px !important; }
  .mod--padtop-1280-97 {
    padding-top: 97px !important; }
  .mod--padbot-1280-97 {
    padding-bottom: 97px !important; }
  .mod--martop-1280-97 {
    margin-top: 97px !important; }
  .mod--marbot-1280-97 {
    margin-bottom: 97px !important; }
  .mod--padtop-1280-98 {
    padding-top: 98px !important; }
  .mod--padbot-1280-98 {
    padding-bottom: 98px !important; }
  .mod--martop-1280-98 {
    margin-top: 98px !important; }
  .mod--marbot-1280-98 {
    margin-bottom: 98px !important; }
  .mod--padtop-1280-99 {
    padding-top: 99px !important; }
  .mod--padbot-1280-99 {
    padding-bottom: 99px !important; }
  .mod--martop-1280-99 {
    margin-top: 99px !important; }
  .mod--marbot-1280-99 {
    margin-bottom: 99px !important; }
  .mod--padtop-1280-100 {
    padding-top: 100px !important; }
  .mod--padbot-1280-100 {
    padding-bottom: 100px !important; }
  .mod--martop-1280-100 {
    margin-top: 100px !important; }
  .mod--marbot-1280-100 {
    margin-bottom: 100px !important; } }

@media (max-width: 991px) {
  .mod--padtop-992-30 {
    padding-top: 30px !important; }
  .mod--padbot-992-30 {
    padding-bottom: 30px !important; }
  .mod--martop-992-30 {
    margin-top: 30px !important; }
  .mod--marbot-992-30 {
    margin-bottom: 30px !important; }
  .mod--padtop-992-31 {
    padding-top: 31px !important; }
  .mod--padbot-992-31 {
    padding-bottom: 31px !important; }
  .mod--martop-992-31 {
    margin-top: 31px !important; }
  .mod--marbot-992-31 {
    margin-bottom: 31px !important; }
  .mod--padtop-992-32 {
    padding-top: 32px !important; }
  .mod--padbot-992-32 {
    padding-bottom: 32px !important; }
  .mod--martop-992-32 {
    margin-top: 32px !important; }
  .mod--marbot-992-32 {
    margin-bottom: 32px !important; }
  .mod--padtop-992-33 {
    padding-top: 33px !important; }
  .mod--padbot-992-33 {
    padding-bottom: 33px !important; }
  .mod--martop-992-33 {
    margin-top: 33px !important; }
  .mod--marbot-992-33 {
    margin-bottom: 33px !important; }
  .mod--padtop-992-34 {
    padding-top: 34px !important; }
  .mod--padbot-992-34 {
    padding-bottom: 34px !important; }
  .mod--martop-992-34 {
    margin-top: 34px !important; }
  .mod--marbot-992-34 {
    margin-bottom: 34px !important; }
  .mod--padtop-992-35 {
    padding-top: 35px !important; }
  .mod--padbot-992-35 {
    padding-bottom: 35px !important; }
  .mod--martop-992-35 {
    margin-top: 35px !important; }
  .mod--marbot-992-35 {
    margin-bottom: 35px !important; }
  .mod--padtop-992-36 {
    padding-top: 36px !important; }
  .mod--padbot-992-36 {
    padding-bottom: 36px !important; }
  .mod--martop-992-36 {
    margin-top: 36px !important; }
  .mod--marbot-992-36 {
    margin-bottom: 36px !important; }
  .mod--padtop-992-37 {
    padding-top: 37px !important; }
  .mod--padbot-992-37 {
    padding-bottom: 37px !important; }
  .mod--martop-992-37 {
    margin-top: 37px !important; }
  .mod--marbot-992-37 {
    margin-bottom: 37px !important; }
  .mod--padtop-992-38 {
    padding-top: 38px !important; }
  .mod--padbot-992-38 {
    padding-bottom: 38px !important; }
  .mod--martop-992-38 {
    margin-top: 38px !important; }
  .mod--marbot-992-38 {
    margin-bottom: 38px !important; }
  .mod--padtop-992-39 {
    padding-top: 39px !important; }
  .mod--padbot-992-39 {
    padding-bottom: 39px !important; }
  .mod--martop-992-39 {
    margin-top: 39px !important; }
  .mod--marbot-992-39 {
    margin-bottom: 39px !important; }
  .mod--padtop-992-40 {
    padding-top: 40px !important; }
  .mod--padbot-992-40 {
    padding-bottom: 40px !important; }
  .mod--martop-992-40 {
    margin-top: 40px !important; }
  .mod--marbot-992-40 {
    margin-bottom: 40px !important; }
  .mod--padtop-992-41 {
    padding-top: 41px !important; }
  .mod--padbot-992-41 {
    padding-bottom: 41px !important; }
  .mod--martop-992-41 {
    margin-top: 41px !important; }
  .mod--marbot-992-41 {
    margin-bottom: 41px !important; }
  .mod--padtop-992-42 {
    padding-top: 42px !important; }
  .mod--padbot-992-42 {
    padding-bottom: 42px !important; }
  .mod--martop-992-42 {
    margin-top: 42px !important; }
  .mod--marbot-992-42 {
    margin-bottom: 42px !important; }
  .mod--padtop-992-43 {
    padding-top: 43px !important; }
  .mod--padbot-992-43 {
    padding-bottom: 43px !important; }
  .mod--martop-992-43 {
    margin-top: 43px !important; }
  .mod--marbot-992-43 {
    margin-bottom: 43px !important; }
  .mod--padtop-992-44 {
    padding-top: 44px !important; }
  .mod--padbot-992-44 {
    padding-bottom: 44px !important; }
  .mod--martop-992-44 {
    margin-top: 44px !important; }
  .mod--marbot-992-44 {
    margin-bottom: 44px !important; }
  .mod--padtop-992-45 {
    padding-top: 45px !important; }
  .mod--padbot-992-45 {
    padding-bottom: 45px !important; }
  .mod--martop-992-45 {
    margin-top: 45px !important; }
  .mod--marbot-992-45 {
    margin-bottom: 45px !important; }
  .mod--padtop-992-46 {
    padding-top: 46px !important; }
  .mod--padbot-992-46 {
    padding-bottom: 46px !important; }
  .mod--martop-992-46 {
    margin-top: 46px !important; }
  .mod--marbot-992-46 {
    margin-bottom: 46px !important; }
  .mod--padtop-992-47 {
    padding-top: 47px !important; }
  .mod--padbot-992-47 {
    padding-bottom: 47px !important; }
  .mod--martop-992-47 {
    margin-top: 47px !important; }
  .mod--marbot-992-47 {
    margin-bottom: 47px !important; }
  .mod--padtop-992-48 {
    padding-top: 48px !important; }
  .mod--padbot-992-48 {
    padding-bottom: 48px !important; }
  .mod--martop-992-48 {
    margin-top: 48px !important; }
  .mod--marbot-992-48 {
    margin-bottom: 48px !important; }
  .mod--padtop-992-49 {
    padding-top: 49px !important; }
  .mod--padbot-992-49 {
    padding-bottom: 49px !important; }
  .mod--martop-992-49 {
    margin-top: 49px !important; }
  .mod--marbot-992-49 {
    margin-bottom: 49px !important; }
  .mod--padtop-992-50 {
    padding-top: 50px !important; }
  .mod--padbot-992-50 {
    padding-bottom: 50px !important; }
  .mod--martop-992-50 {
    margin-top: 50px !important; }
  .mod--marbot-992-50 {
    margin-bottom: 50px !important; }
  .mod--padtop-992-51 {
    padding-top: 51px !important; }
  .mod--padbot-992-51 {
    padding-bottom: 51px !important; }
  .mod--martop-992-51 {
    margin-top: 51px !important; }
  .mod--marbot-992-51 {
    margin-bottom: 51px !important; }
  .mod--padtop-992-52 {
    padding-top: 52px !important; }
  .mod--padbot-992-52 {
    padding-bottom: 52px !important; }
  .mod--martop-992-52 {
    margin-top: 52px !important; }
  .mod--marbot-992-52 {
    margin-bottom: 52px !important; }
  .mod--padtop-992-53 {
    padding-top: 53px !important; }
  .mod--padbot-992-53 {
    padding-bottom: 53px !important; }
  .mod--martop-992-53 {
    margin-top: 53px !important; }
  .mod--marbot-992-53 {
    margin-bottom: 53px !important; }
  .mod--padtop-992-54 {
    padding-top: 54px !important; }
  .mod--padbot-992-54 {
    padding-bottom: 54px !important; }
  .mod--martop-992-54 {
    margin-top: 54px !important; }
  .mod--marbot-992-54 {
    margin-bottom: 54px !important; }
  .mod--padtop-992-55 {
    padding-top: 55px !important; }
  .mod--padbot-992-55 {
    padding-bottom: 55px !important; }
  .mod--martop-992-55 {
    margin-top: 55px !important; }
  .mod--marbot-992-55 {
    margin-bottom: 55px !important; }
  .mod--padtop-992-56 {
    padding-top: 56px !important; }
  .mod--padbot-992-56 {
    padding-bottom: 56px !important; }
  .mod--martop-992-56 {
    margin-top: 56px !important; }
  .mod--marbot-992-56 {
    margin-bottom: 56px !important; }
  .mod--padtop-992-57 {
    padding-top: 57px !important; }
  .mod--padbot-992-57 {
    padding-bottom: 57px !important; }
  .mod--martop-992-57 {
    margin-top: 57px !important; }
  .mod--marbot-992-57 {
    margin-bottom: 57px !important; }
  .mod--padtop-992-58 {
    padding-top: 58px !important; }
  .mod--padbot-992-58 {
    padding-bottom: 58px !important; }
  .mod--martop-992-58 {
    margin-top: 58px !important; }
  .mod--marbot-992-58 {
    margin-bottom: 58px !important; }
  .mod--padtop-992-59 {
    padding-top: 59px !important; }
  .mod--padbot-992-59 {
    padding-bottom: 59px !important; }
  .mod--martop-992-59 {
    margin-top: 59px !important; }
  .mod--marbot-992-59 {
    margin-bottom: 59px !important; }
  .mod--padtop-992-60 {
    padding-top: 60px !important; }
  .mod--padbot-992-60 {
    padding-bottom: 60px !important; }
  .mod--martop-992-60 {
    margin-top: 60px !important; }
  .mod--marbot-992-60 {
    margin-bottom: 60px !important; }
  .mod--padtop-992-61 {
    padding-top: 61px !important; }
  .mod--padbot-992-61 {
    padding-bottom: 61px !important; }
  .mod--martop-992-61 {
    margin-top: 61px !important; }
  .mod--marbot-992-61 {
    margin-bottom: 61px !important; }
  .mod--padtop-992-62 {
    padding-top: 62px !important; }
  .mod--padbot-992-62 {
    padding-bottom: 62px !important; }
  .mod--martop-992-62 {
    margin-top: 62px !important; }
  .mod--marbot-992-62 {
    margin-bottom: 62px !important; }
  .mod--padtop-992-63 {
    padding-top: 63px !important; }
  .mod--padbot-992-63 {
    padding-bottom: 63px !important; }
  .mod--martop-992-63 {
    margin-top: 63px !important; }
  .mod--marbot-992-63 {
    margin-bottom: 63px !important; }
  .mod--padtop-992-64 {
    padding-top: 64px !important; }
  .mod--padbot-992-64 {
    padding-bottom: 64px !important; }
  .mod--martop-992-64 {
    margin-top: 64px !important; }
  .mod--marbot-992-64 {
    margin-bottom: 64px !important; }
  .mod--padtop-992-65 {
    padding-top: 65px !important; }
  .mod--padbot-992-65 {
    padding-bottom: 65px !important; }
  .mod--martop-992-65 {
    margin-top: 65px !important; }
  .mod--marbot-992-65 {
    margin-bottom: 65px !important; }
  .mod--padtop-992-66 {
    padding-top: 66px !important; }
  .mod--padbot-992-66 {
    padding-bottom: 66px !important; }
  .mod--martop-992-66 {
    margin-top: 66px !important; }
  .mod--marbot-992-66 {
    margin-bottom: 66px !important; }
  .mod--padtop-992-67 {
    padding-top: 67px !important; }
  .mod--padbot-992-67 {
    padding-bottom: 67px !important; }
  .mod--martop-992-67 {
    margin-top: 67px !important; }
  .mod--marbot-992-67 {
    margin-bottom: 67px !important; }
  .mod--padtop-992-68 {
    padding-top: 68px !important; }
  .mod--padbot-992-68 {
    padding-bottom: 68px !important; }
  .mod--martop-992-68 {
    margin-top: 68px !important; }
  .mod--marbot-992-68 {
    margin-bottom: 68px !important; }
  .mod--padtop-992-69 {
    padding-top: 69px !important; }
  .mod--padbot-992-69 {
    padding-bottom: 69px !important; }
  .mod--martop-992-69 {
    margin-top: 69px !important; }
  .mod--marbot-992-69 {
    margin-bottom: 69px !important; }
  .mod--padtop-992-70 {
    padding-top: 70px !important; }
  .mod--padbot-992-70 {
    padding-bottom: 70px !important; }
  .mod--martop-992-70 {
    margin-top: 70px !important; }
  .mod--marbot-992-70 {
    margin-bottom: 70px !important; }
  .mod--padtop-992-71 {
    padding-top: 71px !important; }
  .mod--padbot-992-71 {
    padding-bottom: 71px !important; }
  .mod--martop-992-71 {
    margin-top: 71px !important; }
  .mod--marbot-992-71 {
    margin-bottom: 71px !important; }
  .mod--padtop-992-72 {
    padding-top: 72px !important; }
  .mod--padbot-992-72 {
    padding-bottom: 72px !important; }
  .mod--martop-992-72 {
    margin-top: 72px !important; }
  .mod--marbot-992-72 {
    margin-bottom: 72px !important; }
  .mod--padtop-992-73 {
    padding-top: 73px !important; }
  .mod--padbot-992-73 {
    padding-bottom: 73px !important; }
  .mod--martop-992-73 {
    margin-top: 73px !important; }
  .mod--marbot-992-73 {
    margin-bottom: 73px !important; }
  .mod--padtop-992-74 {
    padding-top: 74px !important; }
  .mod--padbot-992-74 {
    padding-bottom: 74px !important; }
  .mod--martop-992-74 {
    margin-top: 74px !important; }
  .mod--marbot-992-74 {
    margin-bottom: 74px !important; }
  .mod--padtop-992-75 {
    padding-top: 75px !important; }
  .mod--padbot-992-75 {
    padding-bottom: 75px !important; }
  .mod--martop-992-75 {
    margin-top: 75px !important; }
  .mod--marbot-992-75 {
    margin-bottom: 75px !important; }
  .mod--padtop-992-76 {
    padding-top: 76px !important; }
  .mod--padbot-992-76 {
    padding-bottom: 76px !important; }
  .mod--martop-992-76 {
    margin-top: 76px !important; }
  .mod--marbot-992-76 {
    margin-bottom: 76px !important; }
  .mod--padtop-992-77 {
    padding-top: 77px !important; }
  .mod--padbot-992-77 {
    padding-bottom: 77px !important; }
  .mod--martop-992-77 {
    margin-top: 77px !important; }
  .mod--marbot-992-77 {
    margin-bottom: 77px !important; }
  .mod--padtop-992-78 {
    padding-top: 78px !important; }
  .mod--padbot-992-78 {
    padding-bottom: 78px !important; }
  .mod--martop-992-78 {
    margin-top: 78px !important; }
  .mod--marbot-992-78 {
    margin-bottom: 78px !important; }
  .mod--padtop-992-79 {
    padding-top: 79px !important; }
  .mod--padbot-992-79 {
    padding-bottom: 79px !important; }
  .mod--martop-992-79 {
    margin-top: 79px !important; }
  .mod--marbot-992-79 {
    margin-bottom: 79px !important; }
  .mod--padtop-992-80 {
    padding-top: 80px !important; }
  .mod--padbot-992-80 {
    padding-bottom: 80px !important; }
  .mod--martop-992-80 {
    margin-top: 80px !important; }
  .mod--marbot-992-80 {
    margin-bottom: 80px !important; }
  .mod--padtop-992-81 {
    padding-top: 81px !important; }
  .mod--padbot-992-81 {
    padding-bottom: 81px !important; }
  .mod--martop-992-81 {
    margin-top: 81px !important; }
  .mod--marbot-992-81 {
    margin-bottom: 81px !important; }
  .mod--padtop-992-82 {
    padding-top: 82px !important; }
  .mod--padbot-992-82 {
    padding-bottom: 82px !important; }
  .mod--martop-992-82 {
    margin-top: 82px !important; }
  .mod--marbot-992-82 {
    margin-bottom: 82px !important; }
  .mod--padtop-992-83 {
    padding-top: 83px !important; }
  .mod--padbot-992-83 {
    padding-bottom: 83px !important; }
  .mod--martop-992-83 {
    margin-top: 83px !important; }
  .mod--marbot-992-83 {
    margin-bottom: 83px !important; }
  .mod--padtop-992-84 {
    padding-top: 84px !important; }
  .mod--padbot-992-84 {
    padding-bottom: 84px !important; }
  .mod--martop-992-84 {
    margin-top: 84px !important; }
  .mod--marbot-992-84 {
    margin-bottom: 84px !important; }
  .mod--padtop-992-85 {
    padding-top: 85px !important; }
  .mod--padbot-992-85 {
    padding-bottom: 85px !important; }
  .mod--martop-992-85 {
    margin-top: 85px !important; }
  .mod--marbot-992-85 {
    margin-bottom: 85px !important; }
  .mod--padtop-992-86 {
    padding-top: 86px !important; }
  .mod--padbot-992-86 {
    padding-bottom: 86px !important; }
  .mod--martop-992-86 {
    margin-top: 86px !important; }
  .mod--marbot-992-86 {
    margin-bottom: 86px !important; }
  .mod--padtop-992-87 {
    padding-top: 87px !important; }
  .mod--padbot-992-87 {
    padding-bottom: 87px !important; }
  .mod--martop-992-87 {
    margin-top: 87px !important; }
  .mod--marbot-992-87 {
    margin-bottom: 87px !important; }
  .mod--padtop-992-88 {
    padding-top: 88px !important; }
  .mod--padbot-992-88 {
    padding-bottom: 88px !important; }
  .mod--martop-992-88 {
    margin-top: 88px !important; }
  .mod--marbot-992-88 {
    margin-bottom: 88px !important; }
  .mod--padtop-992-89 {
    padding-top: 89px !important; }
  .mod--padbot-992-89 {
    padding-bottom: 89px !important; }
  .mod--martop-992-89 {
    margin-top: 89px !important; }
  .mod--marbot-992-89 {
    margin-bottom: 89px !important; }
  .mod--padtop-992-90 {
    padding-top: 90px !important; }
  .mod--padbot-992-90 {
    padding-bottom: 90px !important; }
  .mod--martop-992-90 {
    margin-top: 90px !important; }
  .mod--marbot-992-90 {
    margin-bottom: 90px !important; }
  .mod--padtop-992-91 {
    padding-top: 91px !important; }
  .mod--padbot-992-91 {
    padding-bottom: 91px !important; }
  .mod--martop-992-91 {
    margin-top: 91px !important; }
  .mod--marbot-992-91 {
    margin-bottom: 91px !important; }
  .mod--padtop-992-92 {
    padding-top: 92px !important; }
  .mod--padbot-992-92 {
    padding-bottom: 92px !important; }
  .mod--martop-992-92 {
    margin-top: 92px !important; }
  .mod--marbot-992-92 {
    margin-bottom: 92px !important; }
  .mod--padtop-992-93 {
    padding-top: 93px !important; }
  .mod--padbot-992-93 {
    padding-bottom: 93px !important; }
  .mod--martop-992-93 {
    margin-top: 93px !important; }
  .mod--marbot-992-93 {
    margin-bottom: 93px !important; }
  .mod--padtop-992-94 {
    padding-top: 94px !important; }
  .mod--padbot-992-94 {
    padding-bottom: 94px !important; }
  .mod--martop-992-94 {
    margin-top: 94px !important; }
  .mod--marbot-992-94 {
    margin-bottom: 94px !important; }
  .mod--padtop-992-95 {
    padding-top: 95px !important; }
  .mod--padbot-992-95 {
    padding-bottom: 95px !important; }
  .mod--martop-992-95 {
    margin-top: 95px !important; }
  .mod--marbot-992-95 {
    margin-bottom: 95px !important; }
  .mod--padtop-992-96 {
    padding-top: 96px !important; }
  .mod--padbot-992-96 {
    padding-bottom: 96px !important; }
  .mod--martop-992-96 {
    margin-top: 96px !important; }
  .mod--marbot-992-96 {
    margin-bottom: 96px !important; }
  .mod--padtop-992-97 {
    padding-top: 97px !important; }
  .mod--padbot-992-97 {
    padding-bottom: 97px !important; }
  .mod--martop-992-97 {
    margin-top: 97px !important; }
  .mod--marbot-992-97 {
    margin-bottom: 97px !important; }
  .mod--padtop-992-98 {
    padding-top: 98px !important; }
  .mod--padbot-992-98 {
    padding-bottom: 98px !important; }
  .mod--martop-992-98 {
    margin-top: 98px !important; }
  .mod--marbot-992-98 {
    margin-bottom: 98px !important; }
  .mod--padtop-992-99 {
    padding-top: 99px !important; }
  .mod--padbot-992-99 {
    padding-bottom: 99px !important; }
  .mod--martop-992-99 {
    margin-top: 99px !important; }
  .mod--marbot-992-99 {
    margin-bottom: 99px !important; }
  .mod--padtop-992-100 {
    padding-top: 100px !important; }
  .mod--padbot-992-100 {
    padding-bottom: 100px !important; }
  .mod--martop-992-100 {
    margin-top: 100px !important; }
  .mod--marbot-992-100 {
    margin-bottom: 100px !important; } }

@media (max-width: 767px) {
  .mod--padtop-768-30 {
    padding-top: 30px !important; }
  .mod--padbot-768-30 {
    padding-bottom: 30px !important; }
  .mod--martop-768-30 {
    margin-top: 30px !important; }
  .mod--marbot-768-30 {
    margin-bottom: 30px !important; }
  .mod--padtop-768-31 {
    padding-top: 31px !important; }
  .mod--padbot-768-31 {
    padding-bottom: 31px !important; }
  .mod--martop-768-31 {
    margin-top: 31px !important; }
  .mod--marbot-768-31 {
    margin-bottom: 31px !important; }
  .mod--padtop-768-32 {
    padding-top: 32px !important; }
  .mod--padbot-768-32 {
    padding-bottom: 32px !important; }
  .mod--martop-768-32 {
    margin-top: 32px !important; }
  .mod--marbot-768-32 {
    margin-bottom: 32px !important; }
  .mod--padtop-768-33 {
    padding-top: 33px !important; }
  .mod--padbot-768-33 {
    padding-bottom: 33px !important; }
  .mod--martop-768-33 {
    margin-top: 33px !important; }
  .mod--marbot-768-33 {
    margin-bottom: 33px !important; }
  .mod--padtop-768-34 {
    padding-top: 34px !important; }
  .mod--padbot-768-34 {
    padding-bottom: 34px !important; }
  .mod--martop-768-34 {
    margin-top: 34px !important; }
  .mod--marbot-768-34 {
    margin-bottom: 34px !important; }
  .mod--padtop-768-35 {
    padding-top: 35px !important; }
  .mod--padbot-768-35 {
    padding-bottom: 35px !important; }
  .mod--martop-768-35 {
    margin-top: 35px !important; }
  .mod--marbot-768-35 {
    margin-bottom: 35px !important; }
  .mod--padtop-768-36 {
    padding-top: 36px !important; }
  .mod--padbot-768-36 {
    padding-bottom: 36px !important; }
  .mod--martop-768-36 {
    margin-top: 36px !important; }
  .mod--marbot-768-36 {
    margin-bottom: 36px !important; }
  .mod--padtop-768-37 {
    padding-top: 37px !important; }
  .mod--padbot-768-37 {
    padding-bottom: 37px !important; }
  .mod--martop-768-37 {
    margin-top: 37px !important; }
  .mod--marbot-768-37 {
    margin-bottom: 37px !important; }
  .mod--padtop-768-38 {
    padding-top: 38px !important; }
  .mod--padbot-768-38 {
    padding-bottom: 38px !important; }
  .mod--martop-768-38 {
    margin-top: 38px !important; }
  .mod--marbot-768-38 {
    margin-bottom: 38px !important; }
  .mod--padtop-768-39 {
    padding-top: 39px !important; }
  .mod--padbot-768-39 {
    padding-bottom: 39px !important; }
  .mod--martop-768-39 {
    margin-top: 39px !important; }
  .mod--marbot-768-39 {
    margin-bottom: 39px !important; }
  .mod--padtop-768-40 {
    padding-top: 40px !important; }
  .mod--padbot-768-40 {
    padding-bottom: 40px !important; }
  .mod--martop-768-40 {
    margin-top: 40px !important; }
  .mod--marbot-768-40 {
    margin-bottom: 40px !important; }
  .mod--padtop-768-41 {
    padding-top: 41px !important; }
  .mod--padbot-768-41 {
    padding-bottom: 41px !important; }
  .mod--martop-768-41 {
    margin-top: 41px !important; }
  .mod--marbot-768-41 {
    margin-bottom: 41px !important; }
  .mod--padtop-768-42 {
    padding-top: 42px !important; }
  .mod--padbot-768-42 {
    padding-bottom: 42px !important; }
  .mod--martop-768-42 {
    margin-top: 42px !important; }
  .mod--marbot-768-42 {
    margin-bottom: 42px !important; }
  .mod--padtop-768-43 {
    padding-top: 43px !important; }
  .mod--padbot-768-43 {
    padding-bottom: 43px !important; }
  .mod--martop-768-43 {
    margin-top: 43px !important; }
  .mod--marbot-768-43 {
    margin-bottom: 43px !important; }
  .mod--padtop-768-44 {
    padding-top: 44px !important; }
  .mod--padbot-768-44 {
    padding-bottom: 44px !important; }
  .mod--martop-768-44 {
    margin-top: 44px !important; }
  .mod--marbot-768-44 {
    margin-bottom: 44px !important; }
  .mod--padtop-768-45 {
    padding-top: 45px !important; }
  .mod--padbot-768-45 {
    padding-bottom: 45px !important; }
  .mod--martop-768-45 {
    margin-top: 45px !important; }
  .mod--marbot-768-45 {
    margin-bottom: 45px !important; }
  .mod--padtop-768-46 {
    padding-top: 46px !important; }
  .mod--padbot-768-46 {
    padding-bottom: 46px !important; }
  .mod--martop-768-46 {
    margin-top: 46px !important; }
  .mod--marbot-768-46 {
    margin-bottom: 46px !important; }
  .mod--padtop-768-47 {
    padding-top: 47px !important; }
  .mod--padbot-768-47 {
    padding-bottom: 47px !important; }
  .mod--martop-768-47 {
    margin-top: 47px !important; }
  .mod--marbot-768-47 {
    margin-bottom: 47px !important; }
  .mod--padtop-768-48 {
    padding-top: 48px !important; }
  .mod--padbot-768-48 {
    padding-bottom: 48px !important; }
  .mod--martop-768-48 {
    margin-top: 48px !important; }
  .mod--marbot-768-48 {
    margin-bottom: 48px !important; }
  .mod--padtop-768-49 {
    padding-top: 49px !important; }
  .mod--padbot-768-49 {
    padding-bottom: 49px !important; }
  .mod--martop-768-49 {
    margin-top: 49px !important; }
  .mod--marbot-768-49 {
    margin-bottom: 49px !important; }
  .mod--padtop-768-50 {
    padding-top: 50px !important; }
  .mod--padbot-768-50 {
    padding-bottom: 50px !important; }
  .mod--martop-768-50 {
    margin-top: 50px !important; }
  .mod--marbot-768-50 {
    margin-bottom: 50px !important; }
  .mod--padtop-768-51 {
    padding-top: 51px !important; }
  .mod--padbot-768-51 {
    padding-bottom: 51px !important; }
  .mod--martop-768-51 {
    margin-top: 51px !important; }
  .mod--marbot-768-51 {
    margin-bottom: 51px !important; }
  .mod--padtop-768-52 {
    padding-top: 52px !important; }
  .mod--padbot-768-52 {
    padding-bottom: 52px !important; }
  .mod--martop-768-52 {
    margin-top: 52px !important; }
  .mod--marbot-768-52 {
    margin-bottom: 52px !important; }
  .mod--padtop-768-53 {
    padding-top: 53px !important; }
  .mod--padbot-768-53 {
    padding-bottom: 53px !important; }
  .mod--martop-768-53 {
    margin-top: 53px !important; }
  .mod--marbot-768-53 {
    margin-bottom: 53px !important; }
  .mod--padtop-768-54 {
    padding-top: 54px !important; }
  .mod--padbot-768-54 {
    padding-bottom: 54px !important; }
  .mod--martop-768-54 {
    margin-top: 54px !important; }
  .mod--marbot-768-54 {
    margin-bottom: 54px !important; }
  .mod--padtop-768-55 {
    padding-top: 55px !important; }
  .mod--padbot-768-55 {
    padding-bottom: 55px !important; }
  .mod--martop-768-55 {
    margin-top: 55px !important; }
  .mod--marbot-768-55 {
    margin-bottom: 55px !important; }
  .mod--padtop-768-56 {
    padding-top: 56px !important; }
  .mod--padbot-768-56 {
    padding-bottom: 56px !important; }
  .mod--martop-768-56 {
    margin-top: 56px !important; }
  .mod--marbot-768-56 {
    margin-bottom: 56px !important; }
  .mod--padtop-768-57 {
    padding-top: 57px !important; }
  .mod--padbot-768-57 {
    padding-bottom: 57px !important; }
  .mod--martop-768-57 {
    margin-top: 57px !important; }
  .mod--marbot-768-57 {
    margin-bottom: 57px !important; }
  .mod--padtop-768-58 {
    padding-top: 58px !important; }
  .mod--padbot-768-58 {
    padding-bottom: 58px !important; }
  .mod--martop-768-58 {
    margin-top: 58px !important; }
  .mod--marbot-768-58 {
    margin-bottom: 58px !important; }
  .mod--padtop-768-59 {
    padding-top: 59px !important; }
  .mod--padbot-768-59 {
    padding-bottom: 59px !important; }
  .mod--martop-768-59 {
    margin-top: 59px !important; }
  .mod--marbot-768-59 {
    margin-bottom: 59px !important; }
  .mod--padtop-768-60 {
    padding-top: 60px !important; }
  .mod--padbot-768-60 {
    padding-bottom: 60px !important; }
  .mod--martop-768-60 {
    margin-top: 60px !important; }
  .mod--marbot-768-60 {
    margin-bottom: 60px !important; }
  .mod--padtop-768-61 {
    padding-top: 61px !important; }
  .mod--padbot-768-61 {
    padding-bottom: 61px !important; }
  .mod--martop-768-61 {
    margin-top: 61px !important; }
  .mod--marbot-768-61 {
    margin-bottom: 61px !important; }
  .mod--padtop-768-62 {
    padding-top: 62px !important; }
  .mod--padbot-768-62 {
    padding-bottom: 62px !important; }
  .mod--martop-768-62 {
    margin-top: 62px !important; }
  .mod--marbot-768-62 {
    margin-bottom: 62px !important; }
  .mod--padtop-768-63 {
    padding-top: 63px !important; }
  .mod--padbot-768-63 {
    padding-bottom: 63px !important; }
  .mod--martop-768-63 {
    margin-top: 63px !important; }
  .mod--marbot-768-63 {
    margin-bottom: 63px !important; }
  .mod--padtop-768-64 {
    padding-top: 64px !important; }
  .mod--padbot-768-64 {
    padding-bottom: 64px !important; }
  .mod--martop-768-64 {
    margin-top: 64px !important; }
  .mod--marbot-768-64 {
    margin-bottom: 64px !important; }
  .mod--padtop-768-65 {
    padding-top: 65px !important; }
  .mod--padbot-768-65 {
    padding-bottom: 65px !important; }
  .mod--martop-768-65 {
    margin-top: 65px !important; }
  .mod--marbot-768-65 {
    margin-bottom: 65px !important; }
  .mod--padtop-768-66 {
    padding-top: 66px !important; }
  .mod--padbot-768-66 {
    padding-bottom: 66px !important; }
  .mod--martop-768-66 {
    margin-top: 66px !important; }
  .mod--marbot-768-66 {
    margin-bottom: 66px !important; }
  .mod--padtop-768-67 {
    padding-top: 67px !important; }
  .mod--padbot-768-67 {
    padding-bottom: 67px !important; }
  .mod--martop-768-67 {
    margin-top: 67px !important; }
  .mod--marbot-768-67 {
    margin-bottom: 67px !important; }
  .mod--padtop-768-68 {
    padding-top: 68px !important; }
  .mod--padbot-768-68 {
    padding-bottom: 68px !important; }
  .mod--martop-768-68 {
    margin-top: 68px !important; }
  .mod--marbot-768-68 {
    margin-bottom: 68px !important; }
  .mod--padtop-768-69 {
    padding-top: 69px !important; }
  .mod--padbot-768-69 {
    padding-bottom: 69px !important; }
  .mod--martop-768-69 {
    margin-top: 69px !important; }
  .mod--marbot-768-69 {
    margin-bottom: 69px !important; }
  .mod--padtop-768-70 {
    padding-top: 70px !important; }
  .mod--padbot-768-70 {
    padding-bottom: 70px !important; }
  .mod--martop-768-70 {
    margin-top: 70px !important; }
  .mod--marbot-768-70 {
    margin-bottom: 70px !important; }
  .mod--padtop-768-71 {
    padding-top: 71px !important; }
  .mod--padbot-768-71 {
    padding-bottom: 71px !important; }
  .mod--martop-768-71 {
    margin-top: 71px !important; }
  .mod--marbot-768-71 {
    margin-bottom: 71px !important; }
  .mod--padtop-768-72 {
    padding-top: 72px !important; }
  .mod--padbot-768-72 {
    padding-bottom: 72px !important; }
  .mod--martop-768-72 {
    margin-top: 72px !important; }
  .mod--marbot-768-72 {
    margin-bottom: 72px !important; }
  .mod--padtop-768-73 {
    padding-top: 73px !important; }
  .mod--padbot-768-73 {
    padding-bottom: 73px !important; }
  .mod--martop-768-73 {
    margin-top: 73px !important; }
  .mod--marbot-768-73 {
    margin-bottom: 73px !important; }
  .mod--padtop-768-74 {
    padding-top: 74px !important; }
  .mod--padbot-768-74 {
    padding-bottom: 74px !important; }
  .mod--martop-768-74 {
    margin-top: 74px !important; }
  .mod--marbot-768-74 {
    margin-bottom: 74px !important; }
  .mod--padtop-768-75 {
    padding-top: 75px !important; }
  .mod--padbot-768-75 {
    padding-bottom: 75px !important; }
  .mod--martop-768-75 {
    margin-top: 75px !important; }
  .mod--marbot-768-75 {
    margin-bottom: 75px !important; }
  .mod--padtop-768-76 {
    padding-top: 76px !important; }
  .mod--padbot-768-76 {
    padding-bottom: 76px !important; }
  .mod--martop-768-76 {
    margin-top: 76px !important; }
  .mod--marbot-768-76 {
    margin-bottom: 76px !important; }
  .mod--padtop-768-77 {
    padding-top: 77px !important; }
  .mod--padbot-768-77 {
    padding-bottom: 77px !important; }
  .mod--martop-768-77 {
    margin-top: 77px !important; }
  .mod--marbot-768-77 {
    margin-bottom: 77px !important; }
  .mod--padtop-768-78 {
    padding-top: 78px !important; }
  .mod--padbot-768-78 {
    padding-bottom: 78px !important; }
  .mod--martop-768-78 {
    margin-top: 78px !important; }
  .mod--marbot-768-78 {
    margin-bottom: 78px !important; }
  .mod--padtop-768-79 {
    padding-top: 79px !important; }
  .mod--padbot-768-79 {
    padding-bottom: 79px !important; }
  .mod--martop-768-79 {
    margin-top: 79px !important; }
  .mod--marbot-768-79 {
    margin-bottom: 79px !important; }
  .mod--padtop-768-80 {
    padding-top: 80px !important; }
  .mod--padbot-768-80 {
    padding-bottom: 80px !important; }
  .mod--martop-768-80 {
    margin-top: 80px !important; }
  .mod--marbot-768-80 {
    margin-bottom: 80px !important; }
  .mod--padtop-768-81 {
    padding-top: 81px !important; }
  .mod--padbot-768-81 {
    padding-bottom: 81px !important; }
  .mod--martop-768-81 {
    margin-top: 81px !important; }
  .mod--marbot-768-81 {
    margin-bottom: 81px !important; }
  .mod--padtop-768-82 {
    padding-top: 82px !important; }
  .mod--padbot-768-82 {
    padding-bottom: 82px !important; }
  .mod--martop-768-82 {
    margin-top: 82px !important; }
  .mod--marbot-768-82 {
    margin-bottom: 82px !important; }
  .mod--padtop-768-83 {
    padding-top: 83px !important; }
  .mod--padbot-768-83 {
    padding-bottom: 83px !important; }
  .mod--martop-768-83 {
    margin-top: 83px !important; }
  .mod--marbot-768-83 {
    margin-bottom: 83px !important; }
  .mod--padtop-768-84 {
    padding-top: 84px !important; }
  .mod--padbot-768-84 {
    padding-bottom: 84px !important; }
  .mod--martop-768-84 {
    margin-top: 84px !important; }
  .mod--marbot-768-84 {
    margin-bottom: 84px !important; }
  .mod--padtop-768-85 {
    padding-top: 85px !important; }
  .mod--padbot-768-85 {
    padding-bottom: 85px !important; }
  .mod--martop-768-85 {
    margin-top: 85px !important; }
  .mod--marbot-768-85 {
    margin-bottom: 85px !important; }
  .mod--padtop-768-86 {
    padding-top: 86px !important; }
  .mod--padbot-768-86 {
    padding-bottom: 86px !important; }
  .mod--martop-768-86 {
    margin-top: 86px !important; }
  .mod--marbot-768-86 {
    margin-bottom: 86px !important; }
  .mod--padtop-768-87 {
    padding-top: 87px !important; }
  .mod--padbot-768-87 {
    padding-bottom: 87px !important; }
  .mod--martop-768-87 {
    margin-top: 87px !important; }
  .mod--marbot-768-87 {
    margin-bottom: 87px !important; }
  .mod--padtop-768-88 {
    padding-top: 88px !important; }
  .mod--padbot-768-88 {
    padding-bottom: 88px !important; }
  .mod--martop-768-88 {
    margin-top: 88px !important; }
  .mod--marbot-768-88 {
    margin-bottom: 88px !important; }
  .mod--padtop-768-89 {
    padding-top: 89px !important; }
  .mod--padbot-768-89 {
    padding-bottom: 89px !important; }
  .mod--martop-768-89 {
    margin-top: 89px !important; }
  .mod--marbot-768-89 {
    margin-bottom: 89px !important; }
  .mod--padtop-768-90 {
    padding-top: 90px !important; }
  .mod--padbot-768-90 {
    padding-bottom: 90px !important; }
  .mod--martop-768-90 {
    margin-top: 90px !important; }
  .mod--marbot-768-90 {
    margin-bottom: 90px !important; }
  .mod--padtop-768-91 {
    padding-top: 91px !important; }
  .mod--padbot-768-91 {
    padding-bottom: 91px !important; }
  .mod--martop-768-91 {
    margin-top: 91px !important; }
  .mod--marbot-768-91 {
    margin-bottom: 91px !important; }
  .mod--padtop-768-92 {
    padding-top: 92px !important; }
  .mod--padbot-768-92 {
    padding-bottom: 92px !important; }
  .mod--martop-768-92 {
    margin-top: 92px !important; }
  .mod--marbot-768-92 {
    margin-bottom: 92px !important; }
  .mod--padtop-768-93 {
    padding-top: 93px !important; }
  .mod--padbot-768-93 {
    padding-bottom: 93px !important; }
  .mod--martop-768-93 {
    margin-top: 93px !important; }
  .mod--marbot-768-93 {
    margin-bottom: 93px !important; }
  .mod--padtop-768-94 {
    padding-top: 94px !important; }
  .mod--padbot-768-94 {
    padding-bottom: 94px !important; }
  .mod--martop-768-94 {
    margin-top: 94px !important; }
  .mod--marbot-768-94 {
    margin-bottom: 94px !important; }
  .mod--padtop-768-95 {
    padding-top: 95px !important; }
  .mod--padbot-768-95 {
    padding-bottom: 95px !important; }
  .mod--martop-768-95 {
    margin-top: 95px !important; }
  .mod--marbot-768-95 {
    margin-bottom: 95px !important; }
  .mod--padtop-768-96 {
    padding-top: 96px !important; }
  .mod--padbot-768-96 {
    padding-bottom: 96px !important; }
  .mod--martop-768-96 {
    margin-top: 96px !important; }
  .mod--marbot-768-96 {
    margin-bottom: 96px !important; }
  .mod--padtop-768-97 {
    padding-top: 97px !important; }
  .mod--padbot-768-97 {
    padding-bottom: 97px !important; }
  .mod--martop-768-97 {
    margin-top: 97px !important; }
  .mod--marbot-768-97 {
    margin-bottom: 97px !important; }
  .mod--padtop-768-98 {
    padding-top: 98px !important; }
  .mod--padbot-768-98 {
    padding-bottom: 98px !important; }
  .mod--martop-768-98 {
    margin-top: 98px !important; }
  .mod--marbot-768-98 {
    margin-bottom: 98px !important; }
  .mod--padtop-768-99 {
    padding-top: 99px !important; }
  .mod--padbot-768-99 {
    padding-bottom: 99px !important; }
  .mod--martop-768-99 {
    margin-top: 99px !important; }
  .mod--marbot-768-99 {
    margin-bottom: 99px !important; }
  .mod--padtop-768-100 {
    padding-top: 100px !important; }
  .mod--padbot-768-100 {
    padding-bottom: 100px !important; }
  .mod--martop-768-100 {
    margin-top: 100px !important; }
  .mod--marbot-768-100 {
    margin-bottom: 100px !important; } }

@media (max-width: 583px) {
  .mod--padtop-600-30 {
    padding-top: 30px !important; }
  .mod--padbot-600-30 {
    padding-bottom: 30px !important; }
  .mod--martop-600-30 {
    margin-top: 30px !important; }
  .mod--marbot-600-30 {
    margin-bottom: 30px !important; }
  .mod--padtop-600-31 {
    padding-top: 31px !important; }
  .mod--padbot-600-31 {
    padding-bottom: 31px !important; }
  .mod--martop-600-31 {
    margin-top: 31px !important; }
  .mod--marbot-600-31 {
    margin-bottom: 31px !important; }
  .mod--padtop-600-32 {
    padding-top: 32px !important; }
  .mod--padbot-600-32 {
    padding-bottom: 32px !important; }
  .mod--martop-600-32 {
    margin-top: 32px !important; }
  .mod--marbot-600-32 {
    margin-bottom: 32px !important; }
  .mod--padtop-600-33 {
    padding-top: 33px !important; }
  .mod--padbot-600-33 {
    padding-bottom: 33px !important; }
  .mod--martop-600-33 {
    margin-top: 33px !important; }
  .mod--marbot-600-33 {
    margin-bottom: 33px !important; }
  .mod--padtop-600-34 {
    padding-top: 34px !important; }
  .mod--padbot-600-34 {
    padding-bottom: 34px !important; }
  .mod--martop-600-34 {
    margin-top: 34px !important; }
  .mod--marbot-600-34 {
    margin-bottom: 34px !important; }
  .mod--padtop-600-35 {
    padding-top: 35px !important; }
  .mod--padbot-600-35 {
    padding-bottom: 35px !important; }
  .mod--martop-600-35 {
    margin-top: 35px !important; }
  .mod--marbot-600-35 {
    margin-bottom: 35px !important; }
  .mod--padtop-600-36 {
    padding-top: 36px !important; }
  .mod--padbot-600-36 {
    padding-bottom: 36px !important; }
  .mod--martop-600-36 {
    margin-top: 36px !important; }
  .mod--marbot-600-36 {
    margin-bottom: 36px !important; }
  .mod--padtop-600-37 {
    padding-top: 37px !important; }
  .mod--padbot-600-37 {
    padding-bottom: 37px !important; }
  .mod--martop-600-37 {
    margin-top: 37px !important; }
  .mod--marbot-600-37 {
    margin-bottom: 37px !important; }
  .mod--padtop-600-38 {
    padding-top: 38px !important; }
  .mod--padbot-600-38 {
    padding-bottom: 38px !important; }
  .mod--martop-600-38 {
    margin-top: 38px !important; }
  .mod--marbot-600-38 {
    margin-bottom: 38px !important; }
  .mod--padtop-600-39 {
    padding-top: 39px !important; }
  .mod--padbot-600-39 {
    padding-bottom: 39px !important; }
  .mod--martop-600-39 {
    margin-top: 39px !important; }
  .mod--marbot-600-39 {
    margin-bottom: 39px !important; }
  .mod--padtop-600-40 {
    padding-top: 40px !important; }
  .mod--padbot-600-40 {
    padding-bottom: 40px !important; }
  .mod--martop-600-40 {
    margin-top: 40px !important; }
  .mod--marbot-600-40 {
    margin-bottom: 40px !important; }
  .mod--padtop-600-41 {
    padding-top: 41px !important; }
  .mod--padbot-600-41 {
    padding-bottom: 41px !important; }
  .mod--martop-600-41 {
    margin-top: 41px !important; }
  .mod--marbot-600-41 {
    margin-bottom: 41px !important; }
  .mod--padtop-600-42 {
    padding-top: 42px !important; }
  .mod--padbot-600-42 {
    padding-bottom: 42px !important; }
  .mod--martop-600-42 {
    margin-top: 42px !important; }
  .mod--marbot-600-42 {
    margin-bottom: 42px !important; }
  .mod--padtop-600-43 {
    padding-top: 43px !important; }
  .mod--padbot-600-43 {
    padding-bottom: 43px !important; }
  .mod--martop-600-43 {
    margin-top: 43px !important; }
  .mod--marbot-600-43 {
    margin-bottom: 43px !important; }
  .mod--padtop-600-44 {
    padding-top: 44px !important; }
  .mod--padbot-600-44 {
    padding-bottom: 44px !important; }
  .mod--martop-600-44 {
    margin-top: 44px !important; }
  .mod--marbot-600-44 {
    margin-bottom: 44px !important; }
  .mod--padtop-600-45 {
    padding-top: 45px !important; }
  .mod--padbot-600-45 {
    padding-bottom: 45px !important; }
  .mod--martop-600-45 {
    margin-top: 45px !important; }
  .mod--marbot-600-45 {
    margin-bottom: 45px !important; }
  .mod--padtop-600-46 {
    padding-top: 46px !important; }
  .mod--padbot-600-46 {
    padding-bottom: 46px !important; }
  .mod--martop-600-46 {
    margin-top: 46px !important; }
  .mod--marbot-600-46 {
    margin-bottom: 46px !important; }
  .mod--padtop-600-47 {
    padding-top: 47px !important; }
  .mod--padbot-600-47 {
    padding-bottom: 47px !important; }
  .mod--martop-600-47 {
    margin-top: 47px !important; }
  .mod--marbot-600-47 {
    margin-bottom: 47px !important; }
  .mod--padtop-600-48 {
    padding-top: 48px !important; }
  .mod--padbot-600-48 {
    padding-bottom: 48px !important; }
  .mod--martop-600-48 {
    margin-top: 48px !important; }
  .mod--marbot-600-48 {
    margin-bottom: 48px !important; }
  .mod--padtop-600-49 {
    padding-top: 49px !important; }
  .mod--padbot-600-49 {
    padding-bottom: 49px !important; }
  .mod--martop-600-49 {
    margin-top: 49px !important; }
  .mod--marbot-600-49 {
    margin-bottom: 49px !important; }
  .mod--padtop-600-50 {
    padding-top: 50px !important; }
  .mod--padbot-600-50 {
    padding-bottom: 50px !important; }
  .mod--martop-600-50 {
    margin-top: 50px !important; }
  .mod--marbot-600-50 {
    margin-bottom: 50px !important; }
  .mod--padtop-600-51 {
    padding-top: 51px !important; }
  .mod--padbot-600-51 {
    padding-bottom: 51px !important; }
  .mod--martop-600-51 {
    margin-top: 51px !important; }
  .mod--marbot-600-51 {
    margin-bottom: 51px !important; }
  .mod--padtop-600-52 {
    padding-top: 52px !important; }
  .mod--padbot-600-52 {
    padding-bottom: 52px !important; }
  .mod--martop-600-52 {
    margin-top: 52px !important; }
  .mod--marbot-600-52 {
    margin-bottom: 52px !important; }
  .mod--padtop-600-53 {
    padding-top: 53px !important; }
  .mod--padbot-600-53 {
    padding-bottom: 53px !important; }
  .mod--martop-600-53 {
    margin-top: 53px !important; }
  .mod--marbot-600-53 {
    margin-bottom: 53px !important; }
  .mod--padtop-600-54 {
    padding-top: 54px !important; }
  .mod--padbot-600-54 {
    padding-bottom: 54px !important; }
  .mod--martop-600-54 {
    margin-top: 54px !important; }
  .mod--marbot-600-54 {
    margin-bottom: 54px !important; }
  .mod--padtop-600-55 {
    padding-top: 55px !important; }
  .mod--padbot-600-55 {
    padding-bottom: 55px !important; }
  .mod--martop-600-55 {
    margin-top: 55px !important; }
  .mod--marbot-600-55 {
    margin-bottom: 55px !important; }
  .mod--padtop-600-56 {
    padding-top: 56px !important; }
  .mod--padbot-600-56 {
    padding-bottom: 56px !important; }
  .mod--martop-600-56 {
    margin-top: 56px !important; }
  .mod--marbot-600-56 {
    margin-bottom: 56px !important; }
  .mod--padtop-600-57 {
    padding-top: 57px !important; }
  .mod--padbot-600-57 {
    padding-bottom: 57px !important; }
  .mod--martop-600-57 {
    margin-top: 57px !important; }
  .mod--marbot-600-57 {
    margin-bottom: 57px !important; }
  .mod--padtop-600-58 {
    padding-top: 58px !important; }
  .mod--padbot-600-58 {
    padding-bottom: 58px !important; }
  .mod--martop-600-58 {
    margin-top: 58px !important; }
  .mod--marbot-600-58 {
    margin-bottom: 58px !important; }
  .mod--padtop-600-59 {
    padding-top: 59px !important; }
  .mod--padbot-600-59 {
    padding-bottom: 59px !important; }
  .mod--martop-600-59 {
    margin-top: 59px !important; }
  .mod--marbot-600-59 {
    margin-bottom: 59px !important; }
  .mod--padtop-600-60 {
    padding-top: 60px !important; }
  .mod--padbot-600-60 {
    padding-bottom: 60px !important; }
  .mod--martop-600-60 {
    margin-top: 60px !important; }
  .mod--marbot-600-60 {
    margin-bottom: 60px !important; }
  .mod--padtop-600-61 {
    padding-top: 61px !important; }
  .mod--padbot-600-61 {
    padding-bottom: 61px !important; }
  .mod--martop-600-61 {
    margin-top: 61px !important; }
  .mod--marbot-600-61 {
    margin-bottom: 61px !important; }
  .mod--padtop-600-62 {
    padding-top: 62px !important; }
  .mod--padbot-600-62 {
    padding-bottom: 62px !important; }
  .mod--martop-600-62 {
    margin-top: 62px !important; }
  .mod--marbot-600-62 {
    margin-bottom: 62px !important; }
  .mod--padtop-600-63 {
    padding-top: 63px !important; }
  .mod--padbot-600-63 {
    padding-bottom: 63px !important; }
  .mod--martop-600-63 {
    margin-top: 63px !important; }
  .mod--marbot-600-63 {
    margin-bottom: 63px !important; }
  .mod--padtop-600-64 {
    padding-top: 64px !important; }
  .mod--padbot-600-64 {
    padding-bottom: 64px !important; }
  .mod--martop-600-64 {
    margin-top: 64px !important; }
  .mod--marbot-600-64 {
    margin-bottom: 64px !important; }
  .mod--padtop-600-65 {
    padding-top: 65px !important; }
  .mod--padbot-600-65 {
    padding-bottom: 65px !important; }
  .mod--martop-600-65 {
    margin-top: 65px !important; }
  .mod--marbot-600-65 {
    margin-bottom: 65px !important; }
  .mod--padtop-600-66 {
    padding-top: 66px !important; }
  .mod--padbot-600-66 {
    padding-bottom: 66px !important; }
  .mod--martop-600-66 {
    margin-top: 66px !important; }
  .mod--marbot-600-66 {
    margin-bottom: 66px !important; }
  .mod--padtop-600-67 {
    padding-top: 67px !important; }
  .mod--padbot-600-67 {
    padding-bottom: 67px !important; }
  .mod--martop-600-67 {
    margin-top: 67px !important; }
  .mod--marbot-600-67 {
    margin-bottom: 67px !important; }
  .mod--padtop-600-68 {
    padding-top: 68px !important; }
  .mod--padbot-600-68 {
    padding-bottom: 68px !important; }
  .mod--martop-600-68 {
    margin-top: 68px !important; }
  .mod--marbot-600-68 {
    margin-bottom: 68px !important; }
  .mod--padtop-600-69 {
    padding-top: 69px !important; }
  .mod--padbot-600-69 {
    padding-bottom: 69px !important; }
  .mod--martop-600-69 {
    margin-top: 69px !important; }
  .mod--marbot-600-69 {
    margin-bottom: 69px !important; }
  .mod--padtop-600-70 {
    padding-top: 70px !important; }
  .mod--padbot-600-70 {
    padding-bottom: 70px !important; }
  .mod--martop-600-70 {
    margin-top: 70px !important; }
  .mod--marbot-600-70 {
    margin-bottom: 70px !important; }
  .mod--padtop-600-71 {
    padding-top: 71px !important; }
  .mod--padbot-600-71 {
    padding-bottom: 71px !important; }
  .mod--martop-600-71 {
    margin-top: 71px !important; }
  .mod--marbot-600-71 {
    margin-bottom: 71px !important; }
  .mod--padtop-600-72 {
    padding-top: 72px !important; }
  .mod--padbot-600-72 {
    padding-bottom: 72px !important; }
  .mod--martop-600-72 {
    margin-top: 72px !important; }
  .mod--marbot-600-72 {
    margin-bottom: 72px !important; }
  .mod--padtop-600-73 {
    padding-top: 73px !important; }
  .mod--padbot-600-73 {
    padding-bottom: 73px !important; }
  .mod--martop-600-73 {
    margin-top: 73px !important; }
  .mod--marbot-600-73 {
    margin-bottom: 73px !important; }
  .mod--padtop-600-74 {
    padding-top: 74px !important; }
  .mod--padbot-600-74 {
    padding-bottom: 74px !important; }
  .mod--martop-600-74 {
    margin-top: 74px !important; }
  .mod--marbot-600-74 {
    margin-bottom: 74px !important; }
  .mod--padtop-600-75 {
    padding-top: 75px !important; }
  .mod--padbot-600-75 {
    padding-bottom: 75px !important; }
  .mod--martop-600-75 {
    margin-top: 75px !important; }
  .mod--marbot-600-75 {
    margin-bottom: 75px !important; }
  .mod--padtop-600-76 {
    padding-top: 76px !important; }
  .mod--padbot-600-76 {
    padding-bottom: 76px !important; }
  .mod--martop-600-76 {
    margin-top: 76px !important; }
  .mod--marbot-600-76 {
    margin-bottom: 76px !important; }
  .mod--padtop-600-77 {
    padding-top: 77px !important; }
  .mod--padbot-600-77 {
    padding-bottom: 77px !important; }
  .mod--martop-600-77 {
    margin-top: 77px !important; }
  .mod--marbot-600-77 {
    margin-bottom: 77px !important; }
  .mod--padtop-600-78 {
    padding-top: 78px !important; }
  .mod--padbot-600-78 {
    padding-bottom: 78px !important; }
  .mod--martop-600-78 {
    margin-top: 78px !important; }
  .mod--marbot-600-78 {
    margin-bottom: 78px !important; }
  .mod--padtop-600-79 {
    padding-top: 79px !important; }
  .mod--padbot-600-79 {
    padding-bottom: 79px !important; }
  .mod--martop-600-79 {
    margin-top: 79px !important; }
  .mod--marbot-600-79 {
    margin-bottom: 79px !important; }
  .mod--padtop-600-80 {
    padding-top: 80px !important; }
  .mod--padbot-600-80 {
    padding-bottom: 80px !important; }
  .mod--martop-600-80 {
    margin-top: 80px !important; }
  .mod--marbot-600-80 {
    margin-bottom: 80px !important; }
  .mod--padtop-600-81 {
    padding-top: 81px !important; }
  .mod--padbot-600-81 {
    padding-bottom: 81px !important; }
  .mod--martop-600-81 {
    margin-top: 81px !important; }
  .mod--marbot-600-81 {
    margin-bottom: 81px !important; }
  .mod--padtop-600-82 {
    padding-top: 82px !important; }
  .mod--padbot-600-82 {
    padding-bottom: 82px !important; }
  .mod--martop-600-82 {
    margin-top: 82px !important; }
  .mod--marbot-600-82 {
    margin-bottom: 82px !important; }
  .mod--padtop-600-83 {
    padding-top: 83px !important; }
  .mod--padbot-600-83 {
    padding-bottom: 83px !important; }
  .mod--martop-600-83 {
    margin-top: 83px !important; }
  .mod--marbot-600-83 {
    margin-bottom: 83px !important; }
  .mod--padtop-600-84 {
    padding-top: 84px !important; }
  .mod--padbot-600-84 {
    padding-bottom: 84px !important; }
  .mod--martop-600-84 {
    margin-top: 84px !important; }
  .mod--marbot-600-84 {
    margin-bottom: 84px !important; }
  .mod--padtop-600-85 {
    padding-top: 85px !important; }
  .mod--padbot-600-85 {
    padding-bottom: 85px !important; }
  .mod--martop-600-85 {
    margin-top: 85px !important; }
  .mod--marbot-600-85 {
    margin-bottom: 85px !important; }
  .mod--padtop-600-86 {
    padding-top: 86px !important; }
  .mod--padbot-600-86 {
    padding-bottom: 86px !important; }
  .mod--martop-600-86 {
    margin-top: 86px !important; }
  .mod--marbot-600-86 {
    margin-bottom: 86px !important; }
  .mod--padtop-600-87 {
    padding-top: 87px !important; }
  .mod--padbot-600-87 {
    padding-bottom: 87px !important; }
  .mod--martop-600-87 {
    margin-top: 87px !important; }
  .mod--marbot-600-87 {
    margin-bottom: 87px !important; }
  .mod--padtop-600-88 {
    padding-top: 88px !important; }
  .mod--padbot-600-88 {
    padding-bottom: 88px !important; }
  .mod--martop-600-88 {
    margin-top: 88px !important; }
  .mod--marbot-600-88 {
    margin-bottom: 88px !important; }
  .mod--padtop-600-89 {
    padding-top: 89px !important; }
  .mod--padbot-600-89 {
    padding-bottom: 89px !important; }
  .mod--martop-600-89 {
    margin-top: 89px !important; }
  .mod--marbot-600-89 {
    margin-bottom: 89px !important; }
  .mod--padtop-600-90 {
    padding-top: 90px !important; }
  .mod--padbot-600-90 {
    padding-bottom: 90px !important; }
  .mod--martop-600-90 {
    margin-top: 90px !important; }
  .mod--marbot-600-90 {
    margin-bottom: 90px !important; }
  .mod--padtop-600-91 {
    padding-top: 91px !important; }
  .mod--padbot-600-91 {
    padding-bottom: 91px !important; }
  .mod--martop-600-91 {
    margin-top: 91px !important; }
  .mod--marbot-600-91 {
    margin-bottom: 91px !important; }
  .mod--padtop-600-92 {
    padding-top: 92px !important; }
  .mod--padbot-600-92 {
    padding-bottom: 92px !important; }
  .mod--martop-600-92 {
    margin-top: 92px !important; }
  .mod--marbot-600-92 {
    margin-bottom: 92px !important; }
  .mod--padtop-600-93 {
    padding-top: 93px !important; }
  .mod--padbot-600-93 {
    padding-bottom: 93px !important; }
  .mod--martop-600-93 {
    margin-top: 93px !important; }
  .mod--marbot-600-93 {
    margin-bottom: 93px !important; }
  .mod--padtop-600-94 {
    padding-top: 94px !important; }
  .mod--padbot-600-94 {
    padding-bottom: 94px !important; }
  .mod--martop-600-94 {
    margin-top: 94px !important; }
  .mod--marbot-600-94 {
    margin-bottom: 94px !important; }
  .mod--padtop-600-95 {
    padding-top: 95px !important; }
  .mod--padbot-600-95 {
    padding-bottom: 95px !important; }
  .mod--martop-600-95 {
    margin-top: 95px !important; }
  .mod--marbot-600-95 {
    margin-bottom: 95px !important; }
  .mod--padtop-600-96 {
    padding-top: 96px !important; }
  .mod--padbot-600-96 {
    padding-bottom: 96px !important; }
  .mod--martop-600-96 {
    margin-top: 96px !important; }
  .mod--marbot-600-96 {
    margin-bottom: 96px !important; }
  .mod--padtop-600-97 {
    padding-top: 97px !important; }
  .mod--padbot-600-97 {
    padding-bottom: 97px !important; }
  .mod--martop-600-97 {
    margin-top: 97px !important; }
  .mod--marbot-600-97 {
    margin-bottom: 97px !important; }
  .mod--padtop-600-98 {
    padding-top: 98px !important; }
  .mod--padbot-600-98 {
    padding-bottom: 98px !important; }
  .mod--martop-600-98 {
    margin-top: 98px !important; }
  .mod--marbot-600-98 {
    margin-bottom: 98px !important; }
  .mod--padtop-600-99 {
    padding-top: 99px !important; }
  .mod--padbot-600-99 {
    padding-bottom: 99px !important; }
  .mod--martop-600-99 {
    margin-top: 99px !important; }
  .mod--marbot-600-99 {
    margin-bottom: 99px !important; }
  .mod--padtop-600-100 {
    padding-top: 100px !important; }
  .mod--padbot-600-100 {
    padding-bottom: 100px !important; }
  .mod--martop-600-100 {
    margin-top: 100px !important; }
  .mod--marbot-600-100 {
    margin-bottom: 100px !important; } }

@media (max-width: 463px) {
  .mod--padtop-480-30 {
    padding-top: 30px !important; }
  .mod--padbot-480-30 {
    padding-bottom: 30px !important; }
  .mod--martop-480-30 {
    margin-top: 30px !important; }
  .mod--marbot-480-30 {
    margin-bottom: 30px !important; }
  .mod--padtop-480-31 {
    padding-top: 31px !important; }
  .mod--padbot-480-31 {
    padding-bottom: 31px !important; }
  .mod--martop-480-31 {
    margin-top: 31px !important; }
  .mod--marbot-480-31 {
    margin-bottom: 31px !important; }
  .mod--padtop-480-32 {
    padding-top: 32px !important; }
  .mod--padbot-480-32 {
    padding-bottom: 32px !important; }
  .mod--martop-480-32 {
    margin-top: 32px !important; }
  .mod--marbot-480-32 {
    margin-bottom: 32px !important; }
  .mod--padtop-480-33 {
    padding-top: 33px !important; }
  .mod--padbot-480-33 {
    padding-bottom: 33px !important; }
  .mod--martop-480-33 {
    margin-top: 33px !important; }
  .mod--marbot-480-33 {
    margin-bottom: 33px !important; }
  .mod--padtop-480-34 {
    padding-top: 34px !important; }
  .mod--padbot-480-34 {
    padding-bottom: 34px !important; }
  .mod--martop-480-34 {
    margin-top: 34px !important; }
  .mod--marbot-480-34 {
    margin-bottom: 34px !important; }
  .mod--padtop-480-35 {
    padding-top: 35px !important; }
  .mod--padbot-480-35 {
    padding-bottom: 35px !important; }
  .mod--martop-480-35 {
    margin-top: 35px !important; }
  .mod--marbot-480-35 {
    margin-bottom: 35px !important; }
  .mod--padtop-480-36 {
    padding-top: 36px !important; }
  .mod--padbot-480-36 {
    padding-bottom: 36px !important; }
  .mod--martop-480-36 {
    margin-top: 36px !important; }
  .mod--marbot-480-36 {
    margin-bottom: 36px !important; }
  .mod--padtop-480-37 {
    padding-top: 37px !important; }
  .mod--padbot-480-37 {
    padding-bottom: 37px !important; }
  .mod--martop-480-37 {
    margin-top: 37px !important; }
  .mod--marbot-480-37 {
    margin-bottom: 37px !important; }
  .mod--padtop-480-38 {
    padding-top: 38px !important; }
  .mod--padbot-480-38 {
    padding-bottom: 38px !important; }
  .mod--martop-480-38 {
    margin-top: 38px !important; }
  .mod--marbot-480-38 {
    margin-bottom: 38px !important; }
  .mod--padtop-480-39 {
    padding-top: 39px !important; }
  .mod--padbot-480-39 {
    padding-bottom: 39px !important; }
  .mod--martop-480-39 {
    margin-top: 39px !important; }
  .mod--marbot-480-39 {
    margin-bottom: 39px !important; }
  .mod--padtop-480-40 {
    padding-top: 40px !important; }
  .mod--padbot-480-40 {
    padding-bottom: 40px !important; }
  .mod--martop-480-40 {
    margin-top: 40px !important; }
  .mod--marbot-480-40 {
    margin-bottom: 40px !important; }
  .mod--padtop-480-41 {
    padding-top: 41px !important; }
  .mod--padbot-480-41 {
    padding-bottom: 41px !important; }
  .mod--martop-480-41 {
    margin-top: 41px !important; }
  .mod--marbot-480-41 {
    margin-bottom: 41px !important; }
  .mod--padtop-480-42 {
    padding-top: 42px !important; }
  .mod--padbot-480-42 {
    padding-bottom: 42px !important; }
  .mod--martop-480-42 {
    margin-top: 42px !important; }
  .mod--marbot-480-42 {
    margin-bottom: 42px !important; }
  .mod--padtop-480-43 {
    padding-top: 43px !important; }
  .mod--padbot-480-43 {
    padding-bottom: 43px !important; }
  .mod--martop-480-43 {
    margin-top: 43px !important; }
  .mod--marbot-480-43 {
    margin-bottom: 43px !important; }
  .mod--padtop-480-44 {
    padding-top: 44px !important; }
  .mod--padbot-480-44 {
    padding-bottom: 44px !important; }
  .mod--martop-480-44 {
    margin-top: 44px !important; }
  .mod--marbot-480-44 {
    margin-bottom: 44px !important; }
  .mod--padtop-480-45 {
    padding-top: 45px !important; }
  .mod--padbot-480-45 {
    padding-bottom: 45px !important; }
  .mod--martop-480-45 {
    margin-top: 45px !important; }
  .mod--marbot-480-45 {
    margin-bottom: 45px !important; }
  .mod--padtop-480-46 {
    padding-top: 46px !important; }
  .mod--padbot-480-46 {
    padding-bottom: 46px !important; }
  .mod--martop-480-46 {
    margin-top: 46px !important; }
  .mod--marbot-480-46 {
    margin-bottom: 46px !important; }
  .mod--padtop-480-47 {
    padding-top: 47px !important; }
  .mod--padbot-480-47 {
    padding-bottom: 47px !important; }
  .mod--martop-480-47 {
    margin-top: 47px !important; }
  .mod--marbot-480-47 {
    margin-bottom: 47px !important; }
  .mod--padtop-480-48 {
    padding-top: 48px !important; }
  .mod--padbot-480-48 {
    padding-bottom: 48px !important; }
  .mod--martop-480-48 {
    margin-top: 48px !important; }
  .mod--marbot-480-48 {
    margin-bottom: 48px !important; }
  .mod--padtop-480-49 {
    padding-top: 49px !important; }
  .mod--padbot-480-49 {
    padding-bottom: 49px !important; }
  .mod--martop-480-49 {
    margin-top: 49px !important; }
  .mod--marbot-480-49 {
    margin-bottom: 49px !important; }
  .mod--padtop-480-50 {
    padding-top: 50px !important; }
  .mod--padbot-480-50 {
    padding-bottom: 50px !important; }
  .mod--martop-480-50 {
    margin-top: 50px !important; }
  .mod--marbot-480-50 {
    margin-bottom: 50px !important; }
  .mod--padtop-480-51 {
    padding-top: 51px !important; }
  .mod--padbot-480-51 {
    padding-bottom: 51px !important; }
  .mod--martop-480-51 {
    margin-top: 51px !important; }
  .mod--marbot-480-51 {
    margin-bottom: 51px !important; }
  .mod--padtop-480-52 {
    padding-top: 52px !important; }
  .mod--padbot-480-52 {
    padding-bottom: 52px !important; }
  .mod--martop-480-52 {
    margin-top: 52px !important; }
  .mod--marbot-480-52 {
    margin-bottom: 52px !important; }
  .mod--padtop-480-53 {
    padding-top: 53px !important; }
  .mod--padbot-480-53 {
    padding-bottom: 53px !important; }
  .mod--martop-480-53 {
    margin-top: 53px !important; }
  .mod--marbot-480-53 {
    margin-bottom: 53px !important; }
  .mod--padtop-480-54 {
    padding-top: 54px !important; }
  .mod--padbot-480-54 {
    padding-bottom: 54px !important; }
  .mod--martop-480-54 {
    margin-top: 54px !important; }
  .mod--marbot-480-54 {
    margin-bottom: 54px !important; }
  .mod--padtop-480-55 {
    padding-top: 55px !important; }
  .mod--padbot-480-55 {
    padding-bottom: 55px !important; }
  .mod--martop-480-55 {
    margin-top: 55px !important; }
  .mod--marbot-480-55 {
    margin-bottom: 55px !important; }
  .mod--padtop-480-56 {
    padding-top: 56px !important; }
  .mod--padbot-480-56 {
    padding-bottom: 56px !important; }
  .mod--martop-480-56 {
    margin-top: 56px !important; }
  .mod--marbot-480-56 {
    margin-bottom: 56px !important; }
  .mod--padtop-480-57 {
    padding-top: 57px !important; }
  .mod--padbot-480-57 {
    padding-bottom: 57px !important; }
  .mod--martop-480-57 {
    margin-top: 57px !important; }
  .mod--marbot-480-57 {
    margin-bottom: 57px !important; }
  .mod--padtop-480-58 {
    padding-top: 58px !important; }
  .mod--padbot-480-58 {
    padding-bottom: 58px !important; }
  .mod--martop-480-58 {
    margin-top: 58px !important; }
  .mod--marbot-480-58 {
    margin-bottom: 58px !important; }
  .mod--padtop-480-59 {
    padding-top: 59px !important; }
  .mod--padbot-480-59 {
    padding-bottom: 59px !important; }
  .mod--martop-480-59 {
    margin-top: 59px !important; }
  .mod--marbot-480-59 {
    margin-bottom: 59px !important; }
  .mod--padtop-480-60 {
    padding-top: 60px !important; }
  .mod--padbot-480-60 {
    padding-bottom: 60px !important; }
  .mod--martop-480-60 {
    margin-top: 60px !important; }
  .mod--marbot-480-60 {
    margin-bottom: 60px !important; }
  .mod--padtop-480-61 {
    padding-top: 61px !important; }
  .mod--padbot-480-61 {
    padding-bottom: 61px !important; }
  .mod--martop-480-61 {
    margin-top: 61px !important; }
  .mod--marbot-480-61 {
    margin-bottom: 61px !important; }
  .mod--padtop-480-62 {
    padding-top: 62px !important; }
  .mod--padbot-480-62 {
    padding-bottom: 62px !important; }
  .mod--martop-480-62 {
    margin-top: 62px !important; }
  .mod--marbot-480-62 {
    margin-bottom: 62px !important; }
  .mod--padtop-480-63 {
    padding-top: 63px !important; }
  .mod--padbot-480-63 {
    padding-bottom: 63px !important; }
  .mod--martop-480-63 {
    margin-top: 63px !important; }
  .mod--marbot-480-63 {
    margin-bottom: 63px !important; }
  .mod--padtop-480-64 {
    padding-top: 64px !important; }
  .mod--padbot-480-64 {
    padding-bottom: 64px !important; }
  .mod--martop-480-64 {
    margin-top: 64px !important; }
  .mod--marbot-480-64 {
    margin-bottom: 64px !important; }
  .mod--padtop-480-65 {
    padding-top: 65px !important; }
  .mod--padbot-480-65 {
    padding-bottom: 65px !important; }
  .mod--martop-480-65 {
    margin-top: 65px !important; }
  .mod--marbot-480-65 {
    margin-bottom: 65px !important; }
  .mod--padtop-480-66 {
    padding-top: 66px !important; }
  .mod--padbot-480-66 {
    padding-bottom: 66px !important; }
  .mod--martop-480-66 {
    margin-top: 66px !important; }
  .mod--marbot-480-66 {
    margin-bottom: 66px !important; }
  .mod--padtop-480-67 {
    padding-top: 67px !important; }
  .mod--padbot-480-67 {
    padding-bottom: 67px !important; }
  .mod--martop-480-67 {
    margin-top: 67px !important; }
  .mod--marbot-480-67 {
    margin-bottom: 67px !important; }
  .mod--padtop-480-68 {
    padding-top: 68px !important; }
  .mod--padbot-480-68 {
    padding-bottom: 68px !important; }
  .mod--martop-480-68 {
    margin-top: 68px !important; }
  .mod--marbot-480-68 {
    margin-bottom: 68px !important; }
  .mod--padtop-480-69 {
    padding-top: 69px !important; }
  .mod--padbot-480-69 {
    padding-bottom: 69px !important; }
  .mod--martop-480-69 {
    margin-top: 69px !important; }
  .mod--marbot-480-69 {
    margin-bottom: 69px !important; }
  .mod--padtop-480-70 {
    padding-top: 70px !important; }
  .mod--padbot-480-70 {
    padding-bottom: 70px !important; }
  .mod--martop-480-70 {
    margin-top: 70px !important; }
  .mod--marbot-480-70 {
    margin-bottom: 70px !important; }
  .mod--padtop-480-71 {
    padding-top: 71px !important; }
  .mod--padbot-480-71 {
    padding-bottom: 71px !important; }
  .mod--martop-480-71 {
    margin-top: 71px !important; }
  .mod--marbot-480-71 {
    margin-bottom: 71px !important; }
  .mod--padtop-480-72 {
    padding-top: 72px !important; }
  .mod--padbot-480-72 {
    padding-bottom: 72px !important; }
  .mod--martop-480-72 {
    margin-top: 72px !important; }
  .mod--marbot-480-72 {
    margin-bottom: 72px !important; }
  .mod--padtop-480-73 {
    padding-top: 73px !important; }
  .mod--padbot-480-73 {
    padding-bottom: 73px !important; }
  .mod--martop-480-73 {
    margin-top: 73px !important; }
  .mod--marbot-480-73 {
    margin-bottom: 73px !important; }
  .mod--padtop-480-74 {
    padding-top: 74px !important; }
  .mod--padbot-480-74 {
    padding-bottom: 74px !important; }
  .mod--martop-480-74 {
    margin-top: 74px !important; }
  .mod--marbot-480-74 {
    margin-bottom: 74px !important; }
  .mod--padtop-480-75 {
    padding-top: 75px !important; }
  .mod--padbot-480-75 {
    padding-bottom: 75px !important; }
  .mod--martop-480-75 {
    margin-top: 75px !important; }
  .mod--marbot-480-75 {
    margin-bottom: 75px !important; }
  .mod--padtop-480-76 {
    padding-top: 76px !important; }
  .mod--padbot-480-76 {
    padding-bottom: 76px !important; }
  .mod--martop-480-76 {
    margin-top: 76px !important; }
  .mod--marbot-480-76 {
    margin-bottom: 76px !important; }
  .mod--padtop-480-77 {
    padding-top: 77px !important; }
  .mod--padbot-480-77 {
    padding-bottom: 77px !important; }
  .mod--martop-480-77 {
    margin-top: 77px !important; }
  .mod--marbot-480-77 {
    margin-bottom: 77px !important; }
  .mod--padtop-480-78 {
    padding-top: 78px !important; }
  .mod--padbot-480-78 {
    padding-bottom: 78px !important; }
  .mod--martop-480-78 {
    margin-top: 78px !important; }
  .mod--marbot-480-78 {
    margin-bottom: 78px !important; }
  .mod--padtop-480-79 {
    padding-top: 79px !important; }
  .mod--padbot-480-79 {
    padding-bottom: 79px !important; }
  .mod--martop-480-79 {
    margin-top: 79px !important; }
  .mod--marbot-480-79 {
    margin-bottom: 79px !important; }
  .mod--padtop-480-80 {
    padding-top: 80px !important; }
  .mod--padbot-480-80 {
    padding-bottom: 80px !important; }
  .mod--martop-480-80 {
    margin-top: 80px !important; }
  .mod--marbot-480-80 {
    margin-bottom: 80px !important; }
  .mod--padtop-480-81 {
    padding-top: 81px !important; }
  .mod--padbot-480-81 {
    padding-bottom: 81px !important; }
  .mod--martop-480-81 {
    margin-top: 81px !important; }
  .mod--marbot-480-81 {
    margin-bottom: 81px !important; }
  .mod--padtop-480-82 {
    padding-top: 82px !important; }
  .mod--padbot-480-82 {
    padding-bottom: 82px !important; }
  .mod--martop-480-82 {
    margin-top: 82px !important; }
  .mod--marbot-480-82 {
    margin-bottom: 82px !important; }
  .mod--padtop-480-83 {
    padding-top: 83px !important; }
  .mod--padbot-480-83 {
    padding-bottom: 83px !important; }
  .mod--martop-480-83 {
    margin-top: 83px !important; }
  .mod--marbot-480-83 {
    margin-bottom: 83px !important; }
  .mod--padtop-480-84 {
    padding-top: 84px !important; }
  .mod--padbot-480-84 {
    padding-bottom: 84px !important; }
  .mod--martop-480-84 {
    margin-top: 84px !important; }
  .mod--marbot-480-84 {
    margin-bottom: 84px !important; }
  .mod--padtop-480-85 {
    padding-top: 85px !important; }
  .mod--padbot-480-85 {
    padding-bottom: 85px !important; }
  .mod--martop-480-85 {
    margin-top: 85px !important; }
  .mod--marbot-480-85 {
    margin-bottom: 85px !important; }
  .mod--padtop-480-86 {
    padding-top: 86px !important; }
  .mod--padbot-480-86 {
    padding-bottom: 86px !important; }
  .mod--martop-480-86 {
    margin-top: 86px !important; }
  .mod--marbot-480-86 {
    margin-bottom: 86px !important; }
  .mod--padtop-480-87 {
    padding-top: 87px !important; }
  .mod--padbot-480-87 {
    padding-bottom: 87px !important; }
  .mod--martop-480-87 {
    margin-top: 87px !important; }
  .mod--marbot-480-87 {
    margin-bottom: 87px !important; }
  .mod--padtop-480-88 {
    padding-top: 88px !important; }
  .mod--padbot-480-88 {
    padding-bottom: 88px !important; }
  .mod--martop-480-88 {
    margin-top: 88px !important; }
  .mod--marbot-480-88 {
    margin-bottom: 88px !important; }
  .mod--padtop-480-89 {
    padding-top: 89px !important; }
  .mod--padbot-480-89 {
    padding-bottom: 89px !important; }
  .mod--martop-480-89 {
    margin-top: 89px !important; }
  .mod--marbot-480-89 {
    margin-bottom: 89px !important; }
  .mod--padtop-480-90 {
    padding-top: 90px !important; }
  .mod--padbot-480-90 {
    padding-bottom: 90px !important; }
  .mod--martop-480-90 {
    margin-top: 90px !important; }
  .mod--marbot-480-90 {
    margin-bottom: 90px !important; }
  .mod--padtop-480-91 {
    padding-top: 91px !important; }
  .mod--padbot-480-91 {
    padding-bottom: 91px !important; }
  .mod--martop-480-91 {
    margin-top: 91px !important; }
  .mod--marbot-480-91 {
    margin-bottom: 91px !important; }
  .mod--padtop-480-92 {
    padding-top: 92px !important; }
  .mod--padbot-480-92 {
    padding-bottom: 92px !important; }
  .mod--martop-480-92 {
    margin-top: 92px !important; }
  .mod--marbot-480-92 {
    margin-bottom: 92px !important; }
  .mod--padtop-480-93 {
    padding-top: 93px !important; }
  .mod--padbot-480-93 {
    padding-bottom: 93px !important; }
  .mod--martop-480-93 {
    margin-top: 93px !important; }
  .mod--marbot-480-93 {
    margin-bottom: 93px !important; }
  .mod--padtop-480-94 {
    padding-top: 94px !important; }
  .mod--padbot-480-94 {
    padding-bottom: 94px !important; }
  .mod--martop-480-94 {
    margin-top: 94px !important; }
  .mod--marbot-480-94 {
    margin-bottom: 94px !important; }
  .mod--padtop-480-95 {
    padding-top: 95px !important; }
  .mod--padbot-480-95 {
    padding-bottom: 95px !important; }
  .mod--martop-480-95 {
    margin-top: 95px !important; }
  .mod--marbot-480-95 {
    margin-bottom: 95px !important; }
  .mod--padtop-480-96 {
    padding-top: 96px !important; }
  .mod--padbot-480-96 {
    padding-bottom: 96px !important; }
  .mod--martop-480-96 {
    margin-top: 96px !important; }
  .mod--marbot-480-96 {
    margin-bottom: 96px !important; }
  .mod--padtop-480-97 {
    padding-top: 97px !important; }
  .mod--padbot-480-97 {
    padding-bottom: 97px !important; }
  .mod--martop-480-97 {
    margin-top: 97px !important; }
  .mod--marbot-480-97 {
    margin-bottom: 97px !important; }
  .mod--padtop-480-98 {
    padding-top: 98px !important; }
  .mod--padbot-480-98 {
    padding-bottom: 98px !important; }
  .mod--martop-480-98 {
    margin-top: 98px !important; }
  .mod--marbot-480-98 {
    margin-bottom: 98px !important; }
  .mod--padtop-480-99 {
    padding-top: 99px !important; }
  .mod--padbot-480-99 {
    padding-bottom: 99px !important; }
  .mod--martop-480-99 {
    margin-top: 99px !important; }
  .mod--marbot-480-99 {
    margin-bottom: 99px !important; }
  .mod--padtop-480-100 {
    padding-top: 100px !important; }
  .mod--padbot-480-100 {
    padding-bottom: 100px !important; }
  .mod--martop-480-100 {
    margin-top: 100px !important; }
  .mod--marbot-480-100 {
    margin-bottom: 100px !important; } }

@media (max-width: 343px) {
  .mod--padtop-360-30 {
    padding-top: 30px !important; }
  .mod--padbot-360-30 {
    padding-bottom: 30px !important; }
  .mod--martop-360-30 {
    margin-top: 30px !important; }
  .mod--marbot-360-30 {
    margin-bottom: 30px !important; }
  .mod--padtop-360-31 {
    padding-top: 31px !important; }
  .mod--padbot-360-31 {
    padding-bottom: 31px !important; }
  .mod--martop-360-31 {
    margin-top: 31px !important; }
  .mod--marbot-360-31 {
    margin-bottom: 31px !important; }
  .mod--padtop-360-32 {
    padding-top: 32px !important; }
  .mod--padbot-360-32 {
    padding-bottom: 32px !important; }
  .mod--martop-360-32 {
    margin-top: 32px !important; }
  .mod--marbot-360-32 {
    margin-bottom: 32px !important; }
  .mod--padtop-360-33 {
    padding-top: 33px !important; }
  .mod--padbot-360-33 {
    padding-bottom: 33px !important; }
  .mod--martop-360-33 {
    margin-top: 33px !important; }
  .mod--marbot-360-33 {
    margin-bottom: 33px !important; }
  .mod--padtop-360-34 {
    padding-top: 34px !important; }
  .mod--padbot-360-34 {
    padding-bottom: 34px !important; }
  .mod--martop-360-34 {
    margin-top: 34px !important; }
  .mod--marbot-360-34 {
    margin-bottom: 34px !important; }
  .mod--padtop-360-35 {
    padding-top: 35px !important; }
  .mod--padbot-360-35 {
    padding-bottom: 35px !important; }
  .mod--martop-360-35 {
    margin-top: 35px !important; }
  .mod--marbot-360-35 {
    margin-bottom: 35px !important; }
  .mod--padtop-360-36 {
    padding-top: 36px !important; }
  .mod--padbot-360-36 {
    padding-bottom: 36px !important; }
  .mod--martop-360-36 {
    margin-top: 36px !important; }
  .mod--marbot-360-36 {
    margin-bottom: 36px !important; }
  .mod--padtop-360-37 {
    padding-top: 37px !important; }
  .mod--padbot-360-37 {
    padding-bottom: 37px !important; }
  .mod--martop-360-37 {
    margin-top: 37px !important; }
  .mod--marbot-360-37 {
    margin-bottom: 37px !important; }
  .mod--padtop-360-38 {
    padding-top: 38px !important; }
  .mod--padbot-360-38 {
    padding-bottom: 38px !important; }
  .mod--martop-360-38 {
    margin-top: 38px !important; }
  .mod--marbot-360-38 {
    margin-bottom: 38px !important; }
  .mod--padtop-360-39 {
    padding-top: 39px !important; }
  .mod--padbot-360-39 {
    padding-bottom: 39px !important; }
  .mod--martop-360-39 {
    margin-top: 39px !important; }
  .mod--marbot-360-39 {
    margin-bottom: 39px !important; }
  .mod--padtop-360-40 {
    padding-top: 40px !important; }
  .mod--padbot-360-40 {
    padding-bottom: 40px !important; }
  .mod--martop-360-40 {
    margin-top: 40px !important; }
  .mod--marbot-360-40 {
    margin-bottom: 40px !important; }
  .mod--padtop-360-41 {
    padding-top: 41px !important; }
  .mod--padbot-360-41 {
    padding-bottom: 41px !important; }
  .mod--martop-360-41 {
    margin-top: 41px !important; }
  .mod--marbot-360-41 {
    margin-bottom: 41px !important; }
  .mod--padtop-360-42 {
    padding-top: 42px !important; }
  .mod--padbot-360-42 {
    padding-bottom: 42px !important; }
  .mod--martop-360-42 {
    margin-top: 42px !important; }
  .mod--marbot-360-42 {
    margin-bottom: 42px !important; }
  .mod--padtop-360-43 {
    padding-top: 43px !important; }
  .mod--padbot-360-43 {
    padding-bottom: 43px !important; }
  .mod--martop-360-43 {
    margin-top: 43px !important; }
  .mod--marbot-360-43 {
    margin-bottom: 43px !important; }
  .mod--padtop-360-44 {
    padding-top: 44px !important; }
  .mod--padbot-360-44 {
    padding-bottom: 44px !important; }
  .mod--martop-360-44 {
    margin-top: 44px !important; }
  .mod--marbot-360-44 {
    margin-bottom: 44px !important; }
  .mod--padtop-360-45 {
    padding-top: 45px !important; }
  .mod--padbot-360-45 {
    padding-bottom: 45px !important; }
  .mod--martop-360-45 {
    margin-top: 45px !important; }
  .mod--marbot-360-45 {
    margin-bottom: 45px !important; }
  .mod--padtop-360-46 {
    padding-top: 46px !important; }
  .mod--padbot-360-46 {
    padding-bottom: 46px !important; }
  .mod--martop-360-46 {
    margin-top: 46px !important; }
  .mod--marbot-360-46 {
    margin-bottom: 46px !important; }
  .mod--padtop-360-47 {
    padding-top: 47px !important; }
  .mod--padbot-360-47 {
    padding-bottom: 47px !important; }
  .mod--martop-360-47 {
    margin-top: 47px !important; }
  .mod--marbot-360-47 {
    margin-bottom: 47px !important; }
  .mod--padtop-360-48 {
    padding-top: 48px !important; }
  .mod--padbot-360-48 {
    padding-bottom: 48px !important; }
  .mod--martop-360-48 {
    margin-top: 48px !important; }
  .mod--marbot-360-48 {
    margin-bottom: 48px !important; }
  .mod--padtop-360-49 {
    padding-top: 49px !important; }
  .mod--padbot-360-49 {
    padding-bottom: 49px !important; }
  .mod--martop-360-49 {
    margin-top: 49px !important; }
  .mod--marbot-360-49 {
    margin-bottom: 49px !important; }
  .mod--padtop-360-50 {
    padding-top: 50px !important; }
  .mod--padbot-360-50 {
    padding-bottom: 50px !important; }
  .mod--martop-360-50 {
    margin-top: 50px !important; }
  .mod--marbot-360-50 {
    margin-bottom: 50px !important; }
  .mod--padtop-360-51 {
    padding-top: 51px !important; }
  .mod--padbot-360-51 {
    padding-bottom: 51px !important; }
  .mod--martop-360-51 {
    margin-top: 51px !important; }
  .mod--marbot-360-51 {
    margin-bottom: 51px !important; }
  .mod--padtop-360-52 {
    padding-top: 52px !important; }
  .mod--padbot-360-52 {
    padding-bottom: 52px !important; }
  .mod--martop-360-52 {
    margin-top: 52px !important; }
  .mod--marbot-360-52 {
    margin-bottom: 52px !important; }
  .mod--padtop-360-53 {
    padding-top: 53px !important; }
  .mod--padbot-360-53 {
    padding-bottom: 53px !important; }
  .mod--martop-360-53 {
    margin-top: 53px !important; }
  .mod--marbot-360-53 {
    margin-bottom: 53px !important; }
  .mod--padtop-360-54 {
    padding-top: 54px !important; }
  .mod--padbot-360-54 {
    padding-bottom: 54px !important; }
  .mod--martop-360-54 {
    margin-top: 54px !important; }
  .mod--marbot-360-54 {
    margin-bottom: 54px !important; }
  .mod--padtop-360-55 {
    padding-top: 55px !important; }
  .mod--padbot-360-55 {
    padding-bottom: 55px !important; }
  .mod--martop-360-55 {
    margin-top: 55px !important; }
  .mod--marbot-360-55 {
    margin-bottom: 55px !important; }
  .mod--padtop-360-56 {
    padding-top: 56px !important; }
  .mod--padbot-360-56 {
    padding-bottom: 56px !important; }
  .mod--martop-360-56 {
    margin-top: 56px !important; }
  .mod--marbot-360-56 {
    margin-bottom: 56px !important; }
  .mod--padtop-360-57 {
    padding-top: 57px !important; }
  .mod--padbot-360-57 {
    padding-bottom: 57px !important; }
  .mod--martop-360-57 {
    margin-top: 57px !important; }
  .mod--marbot-360-57 {
    margin-bottom: 57px !important; }
  .mod--padtop-360-58 {
    padding-top: 58px !important; }
  .mod--padbot-360-58 {
    padding-bottom: 58px !important; }
  .mod--martop-360-58 {
    margin-top: 58px !important; }
  .mod--marbot-360-58 {
    margin-bottom: 58px !important; }
  .mod--padtop-360-59 {
    padding-top: 59px !important; }
  .mod--padbot-360-59 {
    padding-bottom: 59px !important; }
  .mod--martop-360-59 {
    margin-top: 59px !important; }
  .mod--marbot-360-59 {
    margin-bottom: 59px !important; }
  .mod--padtop-360-60 {
    padding-top: 60px !important; }
  .mod--padbot-360-60 {
    padding-bottom: 60px !important; }
  .mod--martop-360-60 {
    margin-top: 60px !important; }
  .mod--marbot-360-60 {
    margin-bottom: 60px !important; }
  .mod--padtop-360-61 {
    padding-top: 61px !important; }
  .mod--padbot-360-61 {
    padding-bottom: 61px !important; }
  .mod--martop-360-61 {
    margin-top: 61px !important; }
  .mod--marbot-360-61 {
    margin-bottom: 61px !important; }
  .mod--padtop-360-62 {
    padding-top: 62px !important; }
  .mod--padbot-360-62 {
    padding-bottom: 62px !important; }
  .mod--martop-360-62 {
    margin-top: 62px !important; }
  .mod--marbot-360-62 {
    margin-bottom: 62px !important; }
  .mod--padtop-360-63 {
    padding-top: 63px !important; }
  .mod--padbot-360-63 {
    padding-bottom: 63px !important; }
  .mod--martop-360-63 {
    margin-top: 63px !important; }
  .mod--marbot-360-63 {
    margin-bottom: 63px !important; }
  .mod--padtop-360-64 {
    padding-top: 64px !important; }
  .mod--padbot-360-64 {
    padding-bottom: 64px !important; }
  .mod--martop-360-64 {
    margin-top: 64px !important; }
  .mod--marbot-360-64 {
    margin-bottom: 64px !important; }
  .mod--padtop-360-65 {
    padding-top: 65px !important; }
  .mod--padbot-360-65 {
    padding-bottom: 65px !important; }
  .mod--martop-360-65 {
    margin-top: 65px !important; }
  .mod--marbot-360-65 {
    margin-bottom: 65px !important; }
  .mod--padtop-360-66 {
    padding-top: 66px !important; }
  .mod--padbot-360-66 {
    padding-bottom: 66px !important; }
  .mod--martop-360-66 {
    margin-top: 66px !important; }
  .mod--marbot-360-66 {
    margin-bottom: 66px !important; }
  .mod--padtop-360-67 {
    padding-top: 67px !important; }
  .mod--padbot-360-67 {
    padding-bottom: 67px !important; }
  .mod--martop-360-67 {
    margin-top: 67px !important; }
  .mod--marbot-360-67 {
    margin-bottom: 67px !important; }
  .mod--padtop-360-68 {
    padding-top: 68px !important; }
  .mod--padbot-360-68 {
    padding-bottom: 68px !important; }
  .mod--martop-360-68 {
    margin-top: 68px !important; }
  .mod--marbot-360-68 {
    margin-bottom: 68px !important; }
  .mod--padtop-360-69 {
    padding-top: 69px !important; }
  .mod--padbot-360-69 {
    padding-bottom: 69px !important; }
  .mod--martop-360-69 {
    margin-top: 69px !important; }
  .mod--marbot-360-69 {
    margin-bottom: 69px !important; }
  .mod--padtop-360-70 {
    padding-top: 70px !important; }
  .mod--padbot-360-70 {
    padding-bottom: 70px !important; }
  .mod--martop-360-70 {
    margin-top: 70px !important; }
  .mod--marbot-360-70 {
    margin-bottom: 70px !important; }
  .mod--padtop-360-71 {
    padding-top: 71px !important; }
  .mod--padbot-360-71 {
    padding-bottom: 71px !important; }
  .mod--martop-360-71 {
    margin-top: 71px !important; }
  .mod--marbot-360-71 {
    margin-bottom: 71px !important; }
  .mod--padtop-360-72 {
    padding-top: 72px !important; }
  .mod--padbot-360-72 {
    padding-bottom: 72px !important; }
  .mod--martop-360-72 {
    margin-top: 72px !important; }
  .mod--marbot-360-72 {
    margin-bottom: 72px !important; }
  .mod--padtop-360-73 {
    padding-top: 73px !important; }
  .mod--padbot-360-73 {
    padding-bottom: 73px !important; }
  .mod--martop-360-73 {
    margin-top: 73px !important; }
  .mod--marbot-360-73 {
    margin-bottom: 73px !important; }
  .mod--padtop-360-74 {
    padding-top: 74px !important; }
  .mod--padbot-360-74 {
    padding-bottom: 74px !important; }
  .mod--martop-360-74 {
    margin-top: 74px !important; }
  .mod--marbot-360-74 {
    margin-bottom: 74px !important; }
  .mod--padtop-360-75 {
    padding-top: 75px !important; }
  .mod--padbot-360-75 {
    padding-bottom: 75px !important; }
  .mod--martop-360-75 {
    margin-top: 75px !important; }
  .mod--marbot-360-75 {
    margin-bottom: 75px !important; }
  .mod--padtop-360-76 {
    padding-top: 76px !important; }
  .mod--padbot-360-76 {
    padding-bottom: 76px !important; }
  .mod--martop-360-76 {
    margin-top: 76px !important; }
  .mod--marbot-360-76 {
    margin-bottom: 76px !important; }
  .mod--padtop-360-77 {
    padding-top: 77px !important; }
  .mod--padbot-360-77 {
    padding-bottom: 77px !important; }
  .mod--martop-360-77 {
    margin-top: 77px !important; }
  .mod--marbot-360-77 {
    margin-bottom: 77px !important; }
  .mod--padtop-360-78 {
    padding-top: 78px !important; }
  .mod--padbot-360-78 {
    padding-bottom: 78px !important; }
  .mod--martop-360-78 {
    margin-top: 78px !important; }
  .mod--marbot-360-78 {
    margin-bottom: 78px !important; }
  .mod--padtop-360-79 {
    padding-top: 79px !important; }
  .mod--padbot-360-79 {
    padding-bottom: 79px !important; }
  .mod--martop-360-79 {
    margin-top: 79px !important; }
  .mod--marbot-360-79 {
    margin-bottom: 79px !important; }
  .mod--padtop-360-80 {
    padding-top: 80px !important; }
  .mod--padbot-360-80 {
    padding-bottom: 80px !important; }
  .mod--martop-360-80 {
    margin-top: 80px !important; }
  .mod--marbot-360-80 {
    margin-bottom: 80px !important; }
  .mod--padtop-360-81 {
    padding-top: 81px !important; }
  .mod--padbot-360-81 {
    padding-bottom: 81px !important; }
  .mod--martop-360-81 {
    margin-top: 81px !important; }
  .mod--marbot-360-81 {
    margin-bottom: 81px !important; }
  .mod--padtop-360-82 {
    padding-top: 82px !important; }
  .mod--padbot-360-82 {
    padding-bottom: 82px !important; }
  .mod--martop-360-82 {
    margin-top: 82px !important; }
  .mod--marbot-360-82 {
    margin-bottom: 82px !important; }
  .mod--padtop-360-83 {
    padding-top: 83px !important; }
  .mod--padbot-360-83 {
    padding-bottom: 83px !important; }
  .mod--martop-360-83 {
    margin-top: 83px !important; }
  .mod--marbot-360-83 {
    margin-bottom: 83px !important; }
  .mod--padtop-360-84 {
    padding-top: 84px !important; }
  .mod--padbot-360-84 {
    padding-bottom: 84px !important; }
  .mod--martop-360-84 {
    margin-top: 84px !important; }
  .mod--marbot-360-84 {
    margin-bottom: 84px !important; }
  .mod--padtop-360-85 {
    padding-top: 85px !important; }
  .mod--padbot-360-85 {
    padding-bottom: 85px !important; }
  .mod--martop-360-85 {
    margin-top: 85px !important; }
  .mod--marbot-360-85 {
    margin-bottom: 85px !important; }
  .mod--padtop-360-86 {
    padding-top: 86px !important; }
  .mod--padbot-360-86 {
    padding-bottom: 86px !important; }
  .mod--martop-360-86 {
    margin-top: 86px !important; }
  .mod--marbot-360-86 {
    margin-bottom: 86px !important; }
  .mod--padtop-360-87 {
    padding-top: 87px !important; }
  .mod--padbot-360-87 {
    padding-bottom: 87px !important; }
  .mod--martop-360-87 {
    margin-top: 87px !important; }
  .mod--marbot-360-87 {
    margin-bottom: 87px !important; }
  .mod--padtop-360-88 {
    padding-top: 88px !important; }
  .mod--padbot-360-88 {
    padding-bottom: 88px !important; }
  .mod--martop-360-88 {
    margin-top: 88px !important; }
  .mod--marbot-360-88 {
    margin-bottom: 88px !important; }
  .mod--padtop-360-89 {
    padding-top: 89px !important; }
  .mod--padbot-360-89 {
    padding-bottom: 89px !important; }
  .mod--martop-360-89 {
    margin-top: 89px !important; }
  .mod--marbot-360-89 {
    margin-bottom: 89px !important; }
  .mod--padtop-360-90 {
    padding-top: 90px !important; }
  .mod--padbot-360-90 {
    padding-bottom: 90px !important; }
  .mod--martop-360-90 {
    margin-top: 90px !important; }
  .mod--marbot-360-90 {
    margin-bottom: 90px !important; }
  .mod--padtop-360-91 {
    padding-top: 91px !important; }
  .mod--padbot-360-91 {
    padding-bottom: 91px !important; }
  .mod--martop-360-91 {
    margin-top: 91px !important; }
  .mod--marbot-360-91 {
    margin-bottom: 91px !important; }
  .mod--padtop-360-92 {
    padding-top: 92px !important; }
  .mod--padbot-360-92 {
    padding-bottom: 92px !important; }
  .mod--martop-360-92 {
    margin-top: 92px !important; }
  .mod--marbot-360-92 {
    margin-bottom: 92px !important; }
  .mod--padtop-360-93 {
    padding-top: 93px !important; }
  .mod--padbot-360-93 {
    padding-bottom: 93px !important; }
  .mod--martop-360-93 {
    margin-top: 93px !important; }
  .mod--marbot-360-93 {
    margin-bottom: 93px !important; }
  .mod--padtop-360-94 {
    padding-top: 94px !important; }
  .mod--padbot-360-94 {
    padding-bottom: 94px !important; }
  .mod--martop-360-94 {
    margin-top: 94px !important; }
  .mod--marbot-360-94 {
    margin-bottom: 94px !important; }
  .mod--padtop-360-95 {
    padding-top: 95px !important; }
  .mod--padbot-360-95 {
    padding-bottom: 95px !important; }
  .mod--martop-360-95 {
    margin-top: 95px !important; }
  .mod--marbot-360-95 {
    margin-bottom: 95px !important; }
  .mod--padtop-360-96 {
    padding-top: 96px !important; }
  .mod--padbot-360-96 {
    padding-bottom: 96px !important; }
  .mod--martop-360-96 {
    margin-top: 96px !important; }
  .mod--marbot-360-96 {
    margin-bottom: 96px !important; }
  .mod--padtop-360-97 {
    padding-top: 97px !important; }
  .mod--padbot-360-97 {
    padding-bottom: 97px !important; }
  .mod--martop-360-97 {
    margin-top: 97px !important; }
  .mod--marbot-360-97 {
    margin-bottom: 97px !important; }
  .mod--padtop-360-98 {
    padding-top: 98px !important; }
  .mod--padbot-360-98 {
    padding-bottom: 98px !important; }
  .mod--martop-360-98 {
    margin-top: 98px !important; }
  .mod--marbot-360-98 {
    margin-bottom: 98px !important; }
  .mod--padtop-360-99 {
    padding-top: 99px !important; }
  .mod--padbot-360-99 {
    padding-bottom: 99px !important; }
  .mod--martop-360-99 {
    margin-top: 99px !important; }
  .mod--marbot-360-99 {
    margin-bottom: 99px !important; }
  .mod--padtop-360-100 {
    padding-top: 100px !important; }
  .mod--padbot-360-100 {
    padding-bottom: 100px !important; }
  .mod--martop-360-100 {
    margin-top: 100px !important; }
  .mod--marbot-360-100 {
    margin-bottom: 100px !important; } }

.mod--nopad {
  padding: 0 !important; }

.title {
  text-align: center;
  font-family: "Chaparral pro", sans-serif;
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: #413b5f; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  text-transform: uppercase; }

h2 {
  font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #413b5f; }

/* ELEMENTS */
.header {
  height: 136px;
  padding: 46px 0 0;
  position: fixed;
  background: transparent;
  background: transparent;
  transition: all 0.3s ease;
  width: 100%;
  z-index: 1000;
  /*
	@include max992 {
		@include padding(15px 0 0);
	}*/ }
  @media screen and (prefers-reduced-motion: reduce) {
    .header {
      transition: none; } }
  @media (max-width: 991px) {
    .header {
      height: auto;
      padding: 0; } }
  .body--header-fixed .header {
    padding: 0;
    height: 60px; }
  .header-desktop {
    height: 60px;
    position: relative;
    transition: background 0.3s ease;
    display: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .header-desktop {
        transition: none; } }
    @media (min-width: 992px) {
      .header-desktop {
        display: block; } }
    .body--header-fixed .header-desktop {
      padding: 15px 0;
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      height: 60px;
      background: rgba(255, 255, 255, 0.8);
      background: rgba(255, 255, 255, 0.8);
      padding: 0; }
      .body--header-fixed .header-desktop:hover {
        background: #ffffff;
        background: #ffffff; }
    .header-desktop > .header-logo {
      position: absolute;
      top: 0;
      left: 116px;
      transition: all 0.3s ease;
      z-index: 1;
      /*
			@include max360 {
				left: 16px;
			}
			img {
				@include max992 {
					height: 30px;
				}
			}*/ }
      @media screen and (prefers-reduced-motion: reduce) {
        .header-desktop > .header-logo {
          transition: none; } }
      @media (max-width: 1423px) {
        .header-desktop > .header-logo {
          left: 66px; } }
      @media (max-width: 1263px) {
        .header-desktop > .header-logo {
          left: 36px; } }
      .header-desktop > .header-logo:after {
        content: "";
        height: 13px;
        width: 230px;
        position: absolute;
        bottom: -32px;
        left: -116px;
        border-top: 0 solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 13px solid #e0232f;
        border-left: 0 solid transparent;
        transition: all 0.3s ease;
        /*
				@include max992 {
					width: 180px;
					height: 5px;
					border-bottom: 5px solid $header--line;
					@include position(absolute, null null -15px -116px);
					border-right: 4px solid transparent;
				}*/ }
        @media screen and (prefers-reduced-motion: reduce) {
          .header-desktop > .header-logo:after {
            transition: none; } }
        @media (max-width: 1423px) {
          .header-desktop > .header-logo:after {
            left: -66px;
            width: 180px; } }
        @media (max-width: 1263px) {
          .header-desktop > .header-logo:after {
            left: -36px;
            width: 150px; } }
        @media (max-width: 343px) {
          .header-desktop > .header-logo:after {
            left: -16px;
            width: 130px; } }
      .body--header-fixed .header-desktop > .header-logo {
        height: 30px;
        top: 15px; }
        .body--header-fixed .header-desktop > .header-logo img {
          height: 30px; }
        .body--header-fixed .header-desktop > .header-logo:after {
          width: 180px;
          height: 5px;
          border-bottom: 5px solid #e0232f;
          position: absolute;
          bottom: -15px;
          left: -116px;
          border-right: 4px solid transparent; }
    .header-desktop > .header-nav {
      padding: 0;
      margin: 0;
      /*
			@include max992 {
				display: none;
				@at-root .body--mob-nav-opened .header-desktop > .header-nav {
					display: block;
					height: 100%;
					background-color: #ffffff;
					@include position(fixed, 0 null null 0);
					width: 100%;
					padding: 80px 0 50px 0;
				}
			}*/ }
      .header-desktop > .header-nav > .header-nav-list {
        list-style: none;
        margin: 0 350px 0 290px;
        padding: 0;
        text-align: center;
        height: 60px;
        font: 0/0 a;
        /*
				@include max992 {
					margin: 0;
					height: auto;
				}*/ }
        @media (max-width: 1423px) {
          .header-desktop > .header-nav > .header-nav-list {
            margin: 0 310px 0 250px; } }
        @media (max-width: 1263px) {
          .header-desktop > .header-nav > .header-nav-list {
            margin: 0 130px 0 210px; } }
        .header-desktop > .header-nav > .header-nav-list.right {
          position: absolute;
          top: 0;
          right: 0;
          margin: 0 85px 0 0;
          transition: all 0.3s ease-in-out;
          /*
					@include max992 {
						margin: 0;
						position: relative;
					}*/ }
          @media screen and (prefers-reduced-motion: reduce) {
            .header-desktop > .header-nav > .header-nav-list.right {
              transition: none; } }
          .body--header-fixed .header-desktop > .header-nav > .header-nav-list.right {
            top: 0; }
          @media (max-width: 1423px) {
            .header-desktop > .header-nav > .header-nav-list.right {
              margin: 0 35px 0 0; } }
          @media (max-width: 1263px) {
            .header-desktop > .header-nav > .header-nav-list.right {
              margin: 0 15px 0 0; } }
          .header-desktop > .header-nav > .header-nav-list.right > li {
            display: inline-block;
            vertical-align: top; }
            @media (max-width: 991px) {
              .header-desktop > .header-nav > .header-nav-list.right > li {
                display: block; } }
            .header-desktop > .header-nav > .header-nav-list.right > li a.dropdown-trigger,
            .header-desktop > .header-nav > .header-nav-list.right > li > a {
              font-family: "Myriad Pro Semibold", sans-serif;
              font-weight: 400;
              font-size: 16px;
              line-height: 20px;
              text-transform: initial;
              text-decoration: none;
              color: #413b5f;
              padding: 16px 12px 19px;
              /*
							@include max992 {
								padding: 20px 25px 19px;
								@include myriad(16px, 20px, 400, "semibold");
							}*/ }
              @media (max-width: 1263px) {
                .header-desktop > .header-nav > .header-nav-list.right > li a.dropdown-trigger,
                .header-desktop > .header-nav > .header-nav-list.right > li > a {
                  padding: 16px 12px 19px;
                  font: 0/0 a; } }
              .body--header-fixed .header-desktop > .header-nav > .header-nav-list.right > li a.dropdown-trigger, .header-desktop > .header-nav > .header-nav-list.right > li > a {
                padding: 16px 22px 17px; }
        .header-desktop > .header-nav > .header-nav-list > li {
          display: inline-block;
          vertical-align: top;
          /*
					@include max992 {
						display: block;
					}*/ }
          @media (min-width: 1263px) {
            .header-desktop > .header-nav > .header-nav-list > li a.dropdown-trigger,
            .header-desktop > .header-nav > .header-nav-list > li > a {
              padding: 20px 30px 19px;
            }
          }
          .header-desktop > .header-nav > .header-nav-list > li a.dropdown-trigger,
          .header-desktop > .header-nav > .header-nav-list > li > a {
            display: block;
            padding: 20px 23px 19px;
            font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-weight: 600;
            font-size: 16px;
            line-height: 20px;
            text-transform: uppercase;
            text-decoration: none;
            color: #413b5f; }
            @media (max-width: 1263px) {
              .header-desktop > .header-nav > .header-nav-list > li a.dropdown-trigger,
              .header-desktop > .header-nav > .header-nav-list > li > a {
                padding: 20px 18px 19px; } }
            @media (max-width: 991px) {
              .header-desktop > .header-nav > .header-nav-list > li a.dropdown-trigger,
              .header-desktop > .header-nav > .header-nav-list > li > a {
                text-align: left; } }
            .header-desktop > .header-nav > .header-nav-list > li a.dropdown-trigger svg,
            .header-desktop > .header-nav > .header-nav-list > li a.dropdown-trigger svg g,
            .header-desktop > .header-nav > .header-nav-list > li > a svg,
            .header-desktop > .header-nav > .header-nav-list > li > a svg g {
              fill: #413b5f; }
            .header-desktop > .header-nav > .header-nav-list > li a.dropdown-trigger > img,
            .header-desktop > .header-nav > .header-nav-list > li > a > img {
              margin-right: 3px;
              margin-top: -3px; }
          .header-desktop > .header-nav > .header-nav-list > li a.dropdown-trigger:hover,
          .header-desktop > .header-nav > .header-nav-list > li.active a.dropdown-trigger,
          .header-desktop > .header-nav > .header-nav-list > li > a:hover,
          .header-desktop > .header-nav > .header-nav-list > li.active > a {
            color: #e0232f; }
            .header-desktop > .header-nav > .header-nav-list > li a.dropdown-trigger:hover svg,
            .header-desktop > .header-nav > .header-nav-list > li a.dropdown-trigger:hover svg g,
            .header-desktop > .header-nav > .header-nav-list > li.active a.dropdown-trigger svg,
            .header-desktop > .header-nav > .header-nav-list > li.active a.dropdown-trigger svg g,
            .header-desktop > .header-nav > .header-nav-list > li > a:hover svg,
            .header-desktop > .header-nav > .header-nav-list > li > a:hover svg g,
            .header-desktop > .header-nav > .header-nav-list > li.active > a svg,
            .header-desktop > .header-nav > .header-nav-list > li.active > a svg g {
              fill: #e0232f; }
          .header-desktop > .header-nav > .header-nav-list > li.phone a {
            font-family: "Chaparral pro", sans-serif;
            font-size: 20px;
            line-height: 24px;
            font-weight: 700;
            color: #413b5f; }
            .header-desktop > .header-nav > .header-nav-list > li.phone a svg,
            .header-desktop > .header-nav > .header-nav-list > li.phone a svg g {
              fill: #413b5f; }
            .header-desktop > .header-nav > .header-nav-list > li.phone a:hover {
              color: #e0232f; }
              .header-desktop > .header-nav > .header-nav-list > li.phone a:hover svg,
              .header-desktop > .header-nav > .header-nav-list > li.phone a:hover svg g {
                fill: #e0232f; }
  .header-mob {
    display: none;
    height: 60px; }
    @media (max-width: 991px) {
      .header-mob {
        display: block; } }
    .body--mob-nav-opened .header-mob {
      position: absolute;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      transition: background 0.3s ease; }
      @media screen and (prefers-reduced-motion: reduce) {
        .body--mob-nav-opened .header-mob {
          transition: none; } }
    .header-mob-trigger {
      position: relative;
      font: 0/0 a;
      opacity: 1;
      display: block;
      width: 32px;
      height: 32px;
      float: right;
      z-index: 10;
      /*
			@at-root .body--header-fixed .header-mob-trigger {
				margin-top: 15px;
			}*/ }
      @media (min-width: 992px) {
        .header-mob-trigger {
          display: none; } }
      .header-mob-trigger b {
        position: absolute;
        height: 1px;
        left: 4px;
        right: 4px;
        background-color: #000000;
        transition: all 0.3s ease; }
        @media screen and (prefers-reduced-motion: reduce) {
          .header-mob-trigger b {
            transition: none; } }
        .header-mob-trigger b.b1 {
          top: 9px; }
        .header-mob-trigger b.b2 {
          top: 17px;
          visibility: visible;
          opacity: 1; }
        .header-mob-trigger b.b3 {
          top: 25px; }
        .body--mob-nav-opened .header-mob-trigger b.b2 {
          visibility: hidden;
          opacity: 0;
          transition: opacity 0.3s ease, visibility 0s ease 0.3s; }
          @media screen and (prefers-reduced-motion: reduce) {
            .body--mob-nav-opened .header-mob-trigger b.b2 {
              transition: none; } }
        .body--mob-nav-opened .header-mob-trigger b.b1 {
          -webkit-transform: translateY(8px) rotate(135deg);
          -moz-transform: translateY(8px) rotate(135deg);
          -ms-transform: translateY(8px) rotate(135deg);
          -o-transform: translateY(8px) rotate(135deg);
          transform: translateY(8px) rotate(135deg); }
        .body--mob-nav-opened .header-mob-trigger b.b3 {
          -webkit-transform: translateY(-8px) rotate(45deg);
          -moz-transform: translateY(-8px) rotate(45deg);
          -ms-transform: translateY(-8px) rotate(45deg);
          -o-transform: translateY(-8px) rotate(45deg);
          transform: translateY(-8px) rotate(45deg); }
    .header-mob-top {
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      background-color: rgba(255, 255, 255, 0.9);
      height: 64px;
      z-index: 9999;
      padding: 0 18px;
      overflow: hidden;
      transition: background 0.3s ease; }
      @media screen and (prefers-reduced-motion: reduce) {
        .header-mob-top {
          transition: none; } }
      .body--mob-nav-opened .header-mob-top {
        background-color: #edf2f5; }
    .header-mob-logo {
      position: absolute;
      top: 12px;
      bottom: 13px;
      left: 18px;
      line-height: 38px;
      max-width: 50%; }
      .header-mob-logo img {
        height: 24px;
        vertical-align: middle; }
    .header-mob-icons {
      float: right;
      list-style: none;
      margin: 15px 0 0 0;
      padding: 0;
      position: relative;
      z-index: 2; }
      .header-mob-icons li {
        float: left;
        margin: 0 0 0 8px; }
        .header-mob-icons li a {
          display: block;
          width: 32px;
          height: 32px;
          text-align: center;
          line-height: 32px; }
          .header-mob-icons li a img {
            opacity: 0.55; }
          .header-mob-icons li a:hover img {
            opacity: 1; }
    .header-mob-nav {
      overflow: auto;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 9991;
      background-color: #ffffff;
      margin: 0;
      padding: 64px 0 20px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      visibility: hidden;
      transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease, -ms-transform 0.3s ease, visibility 0s ease 0.3s;
      -webkit-transform: translate3d(-100%, 0, 0);
      -moz-transform: translate3d(-100%, 0, 0);
      -ms-transform: translate3d(-100%, 0, 0);
      -o-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0); }
      @media screen and (prefers-reduced-motion: reduce) {
        .header-mob-nav {
          transition: none; } }
      .body--mob-nav-opened .header-mob-nav, .header-mob-nav.visible {
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease, -ms-transform 0.3s ease; }
        @media screen and (prefers-reduced-motion: reduce) {
          .body--mob-nav-opened .header-mob-nav, .header-mob-nav.visible {
            transition: none; } }
      .header-mob-nav-list,
      .header-mob-nav-list ul {
        margin: -2px 0 0;
        padding: 0; }
      .header-mob-nav-list {
        padding: 35px 60px; }
        .header-mob-nav-list li {
          list-style-type: none;
          border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
          .header-mob-nav-list li.active > a {
            color: #e0232f; }
            .header-mob-nav-list li.active > a svg,
            .header-mob-nav-list li.active > a svg g {
              fill: #e0232f; }
          .header-mob-nav-list li.active ul {
            display: block; }
          .header-mob-nav-list li a {
            /* color: #413b5f;
            text-decoration: none;
            display: block;
            padding: 15px 0 15px 18px;
            outline: 0;
            transition: all 0.2s ease-in;
            font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-weight: 600;
            font-size: 16px;
            line-height: 20px;
            text-transform: uppercase;
            text-decoration: none;
            border-top: 1px solid #ebeef1; */
           }
            @media screen and (prefers-reduced-motion: reduce) {
              .header-mob-nav-list li a {
                transition: none; } }
            .header-mob-nav-list li a span {
              display: inline-block;
              padding-left: 10px; }
            .header-mob-nav-list li a .fa,
            .header-mob-nav-list li a img {
              width: 20px; }
            .header-mob-nav-list li a svg,
            .header-mob-nav-list li a svg g {
              fill: #413b5f; }
            .header-mob-nav-list li a .fa-angle-left,
            .header-mob-nav-list li a .fa-angle-right {
              padding-top: 3px; }
            .header-mob-nav-list li a:hover {
              color: #e0232f; }
              .header-mob-nav-list li a:hover svg,
              .header-mob-nav-list li a:hover svg g {
                fill: #e0232f; }
          .header-mob-nav-list li:first-child a {
            border: none; }
        .header-mob-nav-list ul {
          display: none; }
          .header-mob-nav-list ul li {
            margin: 0;
            border: none; }

@media (max-width: 991px) {
  body.body--mob-nav-opened {
    min-height: 0;
    overflow: hidden; }
  .body--mob-nav-opened .page {
    overflow: hidden;
    position: relative; } }

.dropdown.dropdown--ucp {
  position: relative !important; }
  .dropdown.dropdown--ucp > .dropdown-trigger {
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 160px;
    white-space: nowrap;
    display: inline-block; }
  .dropdown.dropdown--ucp .dropdown-menu {
    padding: 26px 24px 0px 24px;
    min-width: 290px;
    width: 290px;
    /* right: 0;
        top: -76px !important;
        left: auto !important;*/
    transform: none !important;
    right: 0 !important;
    left: auto !important;
    top: -15px !important;
    -webkit-box-shadow: 0px 14px 25px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 14px 25px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 14px 25px 0px rgba(0, 0, 0, 0.2); }
    .dropdown.dropdown--ucp .dropdown-menu-header {
      padding: 0px 14px 18px 14px;
      border-bottom: 2px solid #e0232f; }
      .dropdown.dropdown--ucp .dropdown-menu-header a:not(.dropdown-trigger) {
        font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 16px;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        color: #413b5f;
        text-decoration: none;
        width: calc(100% - 30px);
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center; }
        .dropdown.dropdown--ucp .dropdown-menu-header a:not(.dropdown-trigger) img {
          margin-left: -30px;
          margin-top: -2px; }
        .dropdown.dropdown--ucp .dropdown-menu-header a:not(.dropdown-trigger) span {
          padding-left: 10px; }
        .dropdown.dropdown--ucp .dropdown-menu-header a:not(.dropdown-trigger) svg {
          margin-right: 8px; }
    .dropdown.dropdown--ucp .dropdown-menu-content {
      padding: 8px 0 0 0; }
      .dropdown.dropdown--ucp .dropdown-menu-content .user-menu {
        margin: 0;
        padding: 0;
        list-style: none; }
        .dropdown.dropdown--ucp .dropdown-menu-content .user-menu li {
          position: relative; }
          .dropdown.dropdown--ucp .dropdown-menu-content .user-menu li a {
            border-top: 1px solid #e5e5e5;
            color: #413b5f;
            padding: 16px 0 17px 36px;
            display: block;
            font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-weight: 400;
            font-size: 16px;
            line-height: 18px;
            text-decoration: none; }
            .dropdown.dropdown--ucp .dropdown-menu-content .user-menu li a:hover {
              color: #e0232f; }
          .dropdown.dropdown--ucp .dropdown-menu-content .user-menu li:first-child a {
            border-top: none; }
          .dropdown.dropdown--ucp .dropdown-menu-content .user-menu li .user-menu-icon {
            position: absolute;
            top: 50%;
            -webkit-transform: translate(0, -50%);
            -moz-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
            margin-left: -30px; }
          .dropdown.dropdown--ucp .dropdown-menu-content .user-menu li.mod--noborder a {
            border: none; }
          .dropdown.dropdown--ucp .dropdown-menu-content .user-menu li.mod--active a {
            background-color: #f8f8f9;
            position: relative; }
            .dropdown.dropdown--ucp .dropdown-menu-content .user-menu li.mod--active a:before {
              content: "";
              position: absolute;
              top: 0;
              left: -24px;
              width: 24px;
              height: 100%;
              background-color: inherit; }
            .dropdown.dropdown--ucp .dropdown-menu-content .user-menu li.mod--active a:after {
              content: "";
              position: absolute;
              top: 0;
              right: -24px;
              width: 24px;
              height: 100%;
              background-color: inherit; }
          .dropdown.dropdown--ucp .dropdown-menu-content .user-menu li.active a {
            color: #e0232f; }
  .dropdown.dropdown--ucp .dropdown-trigger--close {
    width: 16px;
    height: 16px;
    background: url("../img/arrow-down.svg") no-repeat center center;
    background: url("../img/arrow-down.svg") no-repeat center center;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 22px;
    right: 10px; }
    .dropdown.dropdown--ucp .dropdown-trigger--close:after {
      display: none; }

.dropdown,
.dropup {
  display: inline-block;
  position: relative;
  vertical-align: baseline; }

.dropdown-trigger {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative; }
  .btn.dropdown-trigger {
    min-width: 0; }
    .btn.dropdown-trigger:after {
      display: none; }
  .dropdown-trigger:after {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
    opacity: 0.8;
    width: 9px;
    height: 6px;
    background: url("../img/arrow-down.png") no-repeat center center;
    background: url("../img/arrow-down.png") no-repeat center center;
    display: none; }
  .dropdown-trigger:hover:after {
    opacity: 1; }
  .open .dropdown-trigger:after,
  .show .dropdown-trigger:after {
    opacity: 1;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

.dropdown-menu {
  width: 100%;
  min-width: 120px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 none;
  padding: 0;
  margin: 4px 0 0;
  background: #ffffff;
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0s ease 0.3s;
  color: #413b5f;
  font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px; }
  @media screen and (prefers-reduced-motion: reduce) {
    .dropdown-menu {
      transition: none; } }
  .show > .dropdown-menu,
  .open > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease; }
    @media screen and (prefers-reduced-motion: reduce) {
      .show > .dropdown-menu,
      .open > .dropdown-menu {
        transition: none; } }
  .dropup .dropdown-menu {
    margin: 0 0 4px; }
  .dropdown-menu > li > a {
    font: inherit;
    text-decoration: none;
    color: inherit;
    padding: 4px 16px 3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
    .dropdown-menu > li > a svg,
    .dropdown-menu > li > a svg g {
      fill: #413b5f; }
  .dropdown-menu > li.active > a,
  .dropdown-menu > li.active:hover > a,
  .dropdown-menu > li > a:hover {
    color: #e0232f;
    background: #ffffff; }
    .dropdown-menu > li.active > a svg,
    .dropdown-menu > li.active > a svg g,
    .dropdown-menu > li.active:hover > a svg,
    .dropdown-menu > li.active:hover > a svg g,
    .dropdown-menu > li > a:hover svg,
    .dropdown-menu > li > a:hover svg g {
      fill: #e0232f; }
  .right .dropdown-menu {
    left: auto;
    right: 0; }
  .datepicker-dropdown.dropdown-menu {
    width: auto;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease; }
    @media screen and (prefers-reduced-motion: reduce) {
      .datepicker-dropdown.dropdown-menu {
        transition: none; } }

.dropdown .dropdown-menu {
  right: -10px;
  left: auto;
  min-width: 410px;
  top: -33px; }
  .header-nav-lang .dropdown .dropdown-menu {
    top: 0;
    right: 0; }
  .dropdown .dropdown-menu-header {
    padding: 44px 50px 25px 50px;
    font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px; }
    .dropdown .dropdown-menu-header a {
      font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 400;
      font-size: 17px;
      line-height: 20px; }
    .dropdown .dropdown-menu-header b {
      font-weight: 500; }
  .dropdown .dropdown-menu-content {
    padding: 0px 50px 44px 50px; }
    .dropdown .dropdown-menu-content .auth {
      padding-top: 25px;
      border-top: 1px solid #dedfe0; }

.dropdown .dropdown-trigger--close {
  width: 16px;
  height: 16px;
  background: "../img/close.svg";
  background: "../img/close.svg";
  display: block;
  position: absolute;
  top: 48px;
  right: 32px; }
  .dropdown .dropdown-trigger--close:after {
    display: none; }

.user-block .user-header {
  padding: 0px 14px 18px 14px;
  border-bottom: 2px solid #e0232f;
  font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  color: #413b5f;
  text-decoration: none;
  width: 100%; }
  .user-block .user-header img {
    margin-top: -2px; }
  .user-block .user-header span {
    padding-left: 10px; }
  .user-block .user-header b {
    font-weight: 600; }

.user-block .user-menu {
  margin: 0;
  padding: 0;
  list-style: none; }
  .user-block .user-menu li {
    position: relative; }
    .user-block .user-menu li a {
      border-top: 1px solid #e5e5e5;
      color: #413b5f;
      padding: 16px 0 17px 36px;
      display: block;
      font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 18px;
      text-decoration: none; }
      .user-block .user-menu li a:hover {
        color: #e0232f; }
    .user-block .user-menu li:first-child a {
      border-top: none; }
    .user-block .user-menu li .user-menu-icon {
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      margin-left: -30px; }
    .user-block .user-menu li.mod--noborder a {
      border: none; }
    .user-block .user-menu li.mod--active a {
      background-color: #f8f8f9;
      position: relative; }
    .user-block .user-menu li.active a {
      color: #e0232f; }

.dropdown--ucp .dropdown-menu {
  top: -76px !important; }

.table--orders thead tr td,
.table--orders thead tr th {
  padding: 6px 15px 20px 15px;
  border-top: none; }

.table--orders tr td {
  padding: 25px 12px 25px 12px;
  vertical-align: middle;
  font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  border-color: #e5e5e5; }
  .table--orders tr td.date {
    min-width: 110px; }
  .table--orders tr td.order {
    min-width: 140px; }
  .table--orders tr td.status {
    min-width: 190px; }
  .table--orders tr td.button {
    min-width: 130px; }
    .table--orders tr td.button .btn {
      padding: 14px 18px; }
  .table--orders tr td.pdf {
    min-width: 50px; }

.table--orders tr:last-child td {
  border-bottom: 1px solid #e5e5e5; }

.table--orders a:not(.btn) {
  color: #000000;
  text-decoration: none; }
  .table--orders a:not(.btn):hover, .table--orders a:not(.btn).active {
    color: #e0232f; }

/* INPUTS */
.form-control {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400; }
  .form-control[type=text], .form-control[type=email], .form-control[type=number], .form-control[type=password] {
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #8d87a1;
    color: #413b5f;
    padding: 12px 21px;
    height: 46px;
    position: relative; }
    .form-control[type=text]:focus, .form-control[type=email]:focus, .form-control[type=number]:focus, .form-control[type=password]:focus {
      box-shadow: none; }
    .form-control[type=text]::placeholder, .form-control[type=text]:-ms-input-placeholder, .form-control[type=text]::-ms-input-placeholder, .form-control[type=email]::placeholder, .form-control[type=email]:-ms-input-placeholder, .form-control[type=email]::-ms-input-placeholder, .form-control[type=number]::placeholder, .form-control[type=number]:-ms-input-placeholder, .form-control[type=number]::-ms-input-placeholder, .form-control[type=password]::placeholder, .form-control[type=password]:-ms-input-placeholder, .form-control[type=password]::-ms-input-placeholder {
      color: rgba(65, 59, 95, 0.5); }

textarea.form-control {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #8d87a1;
  color: #413b5f;
  padding: 12px 21px;
  min-height: 113px;
  position: relative; }
  textarea.form-control:focus {
    box-shadow: none;
    border-color: #8d87a1;
    color: #413b5f; }
  textarea.form-control::placeholder, textarea.form-control:-ms-input-placeholder, textarea.form-control::-ms-input-placeholder {
    color: rgba(65, 59, 95, 0.5); }

.checkbox .icheckbox {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url(../img/icheck.png) no-repeat;
  border: none;
  cursor: pointer;
  margin-right: 5px;
  background-position: 0 0; }
  .checkbox .icheckbox.hover {
    background-position: -24px 0; }
  .checkbox .icheckbox.checked {
    background-position: -48px 0; }
  .checkbox .icheckbox.disabled {
    background-position: -72px 0;
    cursor: default; }
  .checkbox .icheckbox.checked.disabled {
    background-position: -96px 0; }

.form-group div.checkbox {
  padding-left: 0px; }
  .form-group div.checkbox label {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-left: 30px;
    color: #000000;
    font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    background-color: transparent;
    border: none; }
    .form-group div.checkbox label:before {
      display: none; }
    .form-group div.checkbox label:hover, .form-group div.checkbox label.hover, .form-group div.checkbox label.checked {
      color: #e0232f; }
    .form-group div.checkbox label .icheckbox {
      margin-left: -30px;
      margin-top: -2px; }
    .form-group div.checkbox label a {
      text-decoration: underline; }
      .form-group div.checkbox label a:hover, .form-group div.checkbox label a.hover {
        color: #e0232f; }

.select2-container--krajee {
  color: #413b5f;
  height: 46px;
  position: relative; }
  .select2-container--krajee:focus {
    box-shadow: none; }
  .select2-container--krajee .select2-selection {
    height: 46px;
    background: #ffffff;
    background: #ffffff;
    padding: 12px 35px 12px 21px;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #8d87a1; }
    .select2-container--krajee .select2-selection--single .select2-selection__rendered,
    .select2-container--krajee .select2-selection--single .select2-selection__placeholder {
      font-family: "Myriad Pro Semibold", sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 19px;
      color: #413b5f; }
    .select2-container--krajee .select2-selection--single .select2-selection__arrow {
      border: none;
      height: 46px;
      right: 0;
      width: 40px; }
      .select2-container--krajee .select2-selection--single .select2-selection__arrow b {
        border: none !important;
        background: url(../img/arrow.png) no-repeat center center;
        background: url(../img/arrow.png) no-repeat center center;
        width: 14px;
        height: 8px;
        left: auto;
        right: 15px;
        top: calc(50% - 1px);
        transition: transform 0.2s ease-in-out; }
        @media screen and (prefers-reduced-motion: reduce) {
          .select2-container--krajee .select2-selection--single .select2-selection__arrow b {
            transition: none; } }
        .select2-container--open.select2-container--krajee .select2-selection--single .select2-selection__arrow b {
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          transform: rotate(180deg); }
    .select2-container--krajee .select2-selection--single .select2-selection__clear {
      top: 15px; }
  .select2-container--krajee.select2-container--open .select2-selection,
  .select2-container--krajee .select2-selection:focus {
    box-shadow: none;
    border-color: #8d87a1; }
  .select2-container--krajee .select2-dropdown {
    border-color: #8d87a1; }
  .select2-container--krajee .select2-results__option[aria-selected="true"] {
    color: #ffffff;
    background-color: #413b5f; }
  .select2-container--krajee .select2-results__option--highlighted[aria-selected] {
    color: #ffffff;
    background-color: #e0232f; }
    .select2-container--krajee .select2-results__option--highlighted[aria-selected] .text-danger {
      color: #ffffff; }

.form-group--input-tel label {
  display: none; }

.form-group--input-tel .form-control {
  border-radius: none;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #8d87a1;
  padding: 12px 21px;
  height: 46px; }

.intl-tel-input {
  width: 100%; }
  .intl-tel-input .selected-flag {
    padding: 0 0 0 20px; }
    .intl-tel-input .selected-flag .iti-flag {
      top: 2px; }
    .intl-tel-input .selected-flag .iti-arrow {
      border: none;
      width: 14px;
      height: 8px;
      background-image: url(../img/arrow-down.svg);
      right: -10px;
      top: 21px;
      transition: all 0.2s ease-in; }
      @media screen and (prefers-reduced-motion: reduce) {
        .intl-tel-input .selected-flag .iti-arrow {
          transition: none; } }
      .intl-tel-input .selected-flag .iti-arrow.up {
        border: none;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
  .intl-tel-input.allow-dropdown input,
  .intl-tel-input.allow-dropdown input[type="text"],
  .intl-tel-input.allow-dropdown input[type="tel"],
  .intl-tel-input.separate-dial-code input,
  .intl-tel-input.separate-dial-code input[type="text"],
  .intl-tel-input.separate-dial-code input[type="tel"] {
    padding-left: 70px; }
  .intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
    width: 50px; }
  .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background-color: transparent; }
  .intl-tel-input .country-list {
    z-index: 6; }

.input-group.date .input-group-append .input-group-text.kv-date-remove {
  background: transparent;
  border: none;
  position: absolute;
  right: 40px;
  top: 10px; }

.input-group.date .input-group-append .input-group-text.kv-date-picker {
  background: transparent;
  border: none;
  position: absolute;
  right: 5px;
  top: 10px; }

.input-group.date .krajee-datepicker {
  z-index: -1; }

.datepicker.datepicker-dropdown {
  margin-left: -48px; }

.form-group {
  position: relative;
  margin-top: 10px;
  margin-bottom: 20px;
  overflow: visible; }
  .form-group label {
    position: absolute;
    top: 14px;
    left: 22px;
    color: rgba(65, 59, 95, 0.51);
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    background-color: #ffffff;
    z-index: 5;
    margin-bottom: 0; }
    @media screen and (prefers-reduced-motion: reduce) {
      .form-group label {
        transition: none; } }
    .form-group label:before {
      content: "";
      height: 1px;
      width: 100%;
      background-color: #ffffff;
      position: absolute;
      top: 8px;
      z-index: -1;
      left: 0; }
  .form-group.has-focus label, .form-group.has-value label, .form-group.form-group-select label {
    color: #413b5f;
    font-size: 11px;
    line-height: 8px;
    font-weight: 500;
    padding: 6px 9px;
    position: absolute;
    top: -12px;
    left: 18px;
    border: 1px solid #8d87a1; }
  .form-group.has-error label {
    color: #e0232f;
    border-color: #e0232f; }
    .form-group.has-error label:before {
      display: none; }
  .form-group.has-error .form-control {
    border-color: #e0232f;
    background-color: #ffffff;
    color: #e0232f; }
  .form-group.has-error.has-focus label {
    background-color: #e0232f;
    color: #ffffff; }
    .form-group.has-error.has-focus label:before {
      display: none; }
  .form-group.mod--nomarbot {
    margin-bottom: 0; }
  .form-group .form-control:focus {
    box-shadow: none; }

.form-action--or {
  height: 1px;
  background-color: #8d87a1;
  text-align: center;
  margin: 26px 0;
  color: #989898; }
  .form-action--or b,
  .form-action--or span {
    color: #989898;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    background-color: #ffffff;
    padding: 0 18px;
    margin: -11px 0 0; }
    .body--action-auth .form-action--or b, .body--action-auth
    .form-action--or span {
      background-color: #ffffff; }
  .btn-link + .form-action--or {
    margin-top: 13px; }

.form-group.has-error .help-block {
  color: #e0232f;
  padding: 8px 21px 0px 0px; }

.mod--nolabel label {
  display: none; }

.form-group + .row {
  margin-top: -10px; }

/* LAYOUTS */
.body--action-auth {
  background-color: #ffffff; }
  .body--action-auth .body .wrapper {
    max-width: 400px;
    height: 100%; }
    .body--action-auth2.body--action-auth .body .wrapper {
      max-width: 800px; }
  .body--action-auth .body {
    padding-bottom: 80px;
    height: 100%;
    width: 100%;
    min-height: calc(100vh - 113px); }
  .body--action-auth .block-auth {
    padding-top: 50%; }
    @media (max-width: 991px) {
      .body--action-auth .block-auth {
        padding-top: 30%; } }
    .body--action-auth .block-auth--logo {
      text-align: center;
      margin-bottom: 30px; }
      .body--action-auth .block-auth--logo img {
        max-width: 100%; }
  .body--action-auth .page {
    padding-bottom: 120px; }
    @media (max-width: 991px) {
      .body--action-auth .page {
        padding: 0; } }
  .body--action-auth .header {
    height: 115px;
    padding: 26px 0 0; }
    .body--action-auth .header-logo {
      left: 100px;
      height: 35px; }
      .body--action-auth .header-logo:after {
        width: 185px;
        left: -115px;
        bottom: -20px; }
      .body--action-auth .header-logo img {
        height: 35px; }
  .body--action-auth .footer {
    padding: 35px 10px 30px 10px;
    background-color: #f0f0f0;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #848484;
    font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px; }
    .body--action-auth .footer a {
      color: #848484; }
    @media (max-width: 991px) {
      .body--action-auth .footer {
        position: static; } }
    .body--action-auth .footer .owexx svg {
      margin-top: 7px; }
    .body--action-auth .footer .owexx path {
      fill: #848484; }
    .body--action-auth .footer .owexx:hover-x {
      fill: #ff0000; }
    .body--action-auth .footer .owexx a {
      text-decoration: none; }
      .body--action-auth .footer .owexx a:hover {
        color: #848484; }
        .body--action-auth .footer .owexx a:hover path {
          fill: #848484; }
        .body--action-auth .footer .owexx a:hover .owexx-x {
          fill: #ff0000; }
  .body--action-auth .title {
    font-size: 34px;
    line-height: 37px; }

.body--action-clear {
  background-color: #ffffff; }
  .body--action-clear .wrapper {
    max-width: 1206px; }
  .body--action-clear .body {
    padding-top: 100px; }
  .body--action-clear .title {
    font-family: "Roboto", sans-serif;
    font-size: 35px;
    line-height: 38px;
    font-weight: 400;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 600;
    color: #e0232f;
    margin-bottom: 0px; }
  .body--action-clear .text {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
    color: #4e486b; }

.body--action-cart {
  background-color: #ffffff; }
  .body--action-cart .wrapper {
    max-width: 400px; }
  .body--action-cart .body {
    padding-top: 100px; }
    @media (max-width: 991px) {
      .body--action-cart .body {
        padding-top: 60px; } }
  .body--action-cart .title {
    font-family: "Chaparral pro", sans-serif;
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    text-transform: uppercase;
    font-weight: 600;
    color: #413b5f;
    margin-bottom: 20px; }
    .body--action-cart .title svg,
    .body--action-cart .title svg g {
      fill: #413b5f;
      margin-top: -15px;
      margin-left: 5px; }
    @media (max-width: 463px) {
      .body--action-cart .title {
        font-size: 32px;
        line-height: 40px; } }
  .body--action-cart .text {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
    color: #4e486b; }
  .body--action-cart .page {
    padding-bottom: 120px; }
    @media (max-width: 991px) {
      .body--action-cart .page {
        padding: 0; } }
  .body--action-cart .footer {
    padding: 35px 10px 30px 10px;
    background-color: #f0f0f0;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #848484;
    font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px; }
    .body--action-cart .footer .wrapper {
      max-width: 500px; }
    .body--action-cart .footer a {
      color: #848484; }
    @media (max-width: 991px) {
      .body--action-cart .footer {
        position: static; } }
    .body--action-cart .footer .owexx svg {
      margin-top: 7px; }
    .body--action-cart .footer .owexx path {
      fill: #848484; }
    .body--action-cart .footer .owexx:hover-x {
      fill: #ff0000; }
    .body--action-cart .footer .owexx a {
      text-decoration: none; }
      .body--action-cart .footer .owexx a:hover {
        color: #848484; }
        .body--action-cart .footer .owexx a:hover path {
          fill: #848484; }
        .body--action-cart .footer .owexx a:hover .owexx-x {
          fill: #ff0000; }

/* BLOCKS */
.list-payments {
  list-style: none;
  padding: 0;
  margin: 0 -5px 20px;
  font: 0/0 a; }
  @media (max-width: 463px) {
    .list-payments {
      margin: -5px; } }
  .list-payments + .list-payments {
    margin-top: 5px; }
  .list-payments:first-child {
    margin-top: 25px; }
  .list-payments li {
    display: inline-block;
    vertical-align: top;
    padding: 5px;
    width: 20%;
    height: 120px; }
    .list-payments--3.list-payments li {
      width: 33.333%; }
    @media (max-width: 991px) {
      .list-payments li {
        width: 25%; }
        .list-payments--3.list-payments li {
          width: 50%;
          height: 185px; } }
    @media (max-width: 767px) {
      .list-payments li {
        width: 33.333%; }
        .list-payments--3.list-payments li {
          width: 50%; } }
    @media (max-width: 463px) {
      .list-payments li {
        width: 50%;
        padding: 5px; }
        .list-payments--3.list-payments li {
          width: 100%; } }
    @media (max-width: 343px) {
      .list-payments li {
        width: 100%; } }
    .list-payments li > div {
      height: 0;
      padding-top: 85%;
      position: relative; }
    .list-payments li a,
    .list-payments li label {
      display: block;
      background: #ffffff;
      background: #ffffff;
      border: 1px solid #e1e1e1;
      overflow: hidden;
      position: relative;
      top: 0;
      left: 0;
      margin: 0;
      -webkit-border-radius: 1px;
      -moz-border-radius: 1px;
      border-radius: 1px;
      width: 100%;
      height: 100%;
      cursor: pointer;
      padding: 10px;
      text-align: center;
      line-height: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }
      .list-payments li a.checked img,
      .list-payments li a.checked svg, .list-payments li a:hover img,
      .list-payments li a:hover svg,
      .list-payments li label.checked img,
      .list-payments li label.checked svg,
      .list-payments li label:hover img,
      .list-payments li label:hover svg {
        -webkit-filter: none;
        filter: none;
        opacity: 1; }
      .list-payments li a.checked, .list-payments li a.active, .list-payments li a:hover,
      .list-payments li label.checked,
      .list-payments li label.active,
      .list-payments li label:hover {
        border-color: #e0232f;
        border-width: 1px; }
  .list-payments img,
  .list-payments svg {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    max-width: 100%;
    height: auto;
    opacity: .8; }
  .list-payments .iradio {
    display: none !important; }

.rinup-payment-provider .form-group label {
  height: 1px;
  background: #e1e1e1;
  text-align: center;
  margin: 10px 0 26px 10px;
  color: #e1e1e1;
  width: calc(100% - 20px);
  position: relative;
  top: 0;
  left: 0; }
  .rinup-payment-provider .form-group label:before {
    display: none; }
  .rinup-payment-provider .form-group label span {
    color: #e1e1e1;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    display: inline-block;
    vertical-align: top;
    background: #f5f5f5;
    padding: 0 30px;
    margin: -11px 0 0; }
    @media (max-width: 463px) {
      .rinup-payment-provider .form-group label span {
        padding: 0 15px; } }
    .body--action-clear .rinup-payment-provider .form-group label span {
      background: #ffffff;
      background: #ffffff;
      color: #413b5f; }

.form-price {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  font-weight: 700;
  margin-bottom: 20px;
  color: #4e486b; }

.form-cart-item {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 25px 30px;
  background-color: #f0f0f0;
  margin-bottom: 20px; }
  @media (max-width: 463px) {
    .form-cart-item {
      display: block; } }
  .form-cart-item--title {
    width: 55%;
    font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #413b5f;
    font-weight: 700; }
    @media (max-width: 463px) {
      .form-cart-item--title {
        width: 100%; } }
  .form-cart-item--price {
    width: 45%;
    font-family: "Chaparral pro", sans-serif;
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    color: #413b5f;
    text-align: right; }
    @media (max-width: 463px) {
      .form-cart-item--price {
        width: 100%;
        text-align: left; } }

.block-slider {
  padding: 0;
  background: transparent;
  background: transparent;
  overflow: visible; }
  .block-slider .dvslider,
  .block-slider .swiper-container {
    background: transparent;
    background: transparent;
    position: relative; }
  .block-slider .dvslider-wrapper,
  .block-slider .swiper-wrapper {
    width: 100%;
    height: 100%;
    position: relative; }
  .block-slider .dvslider-content,
  .block-slider .swiper-content {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    height: 100%;
    overflow: hidden;
    background: center center no-repeat;
    background: center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  .block-slider .dvslider-slide,
  .block-slider .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
    float: left; }
  .block-slider .article {
    padding: 50px 45px 37px;
    width: 40%;
    float: right;
    margin: 18px 12% 18px 18px;
    background: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.2); }
    @media (max-width: 991px) {
      .block-slider .article {
        width: 550px; } }
    @media (max-width: 583px) {
      .block-slider .article {
        width: 100%; } }
    .block-slider .article a:not(.btn) {
      color: #413b5f;
      text-decoration: none; }
  .mod--fullheight .block-slider .article {
    margin-top: 100px;
    margin-bottom: 100px; }
  .mod--fullheight .block-slider .dvslider-wrapper,
  .mod--fullheight .block-slider .swiper-wrapper {
    height: 860px; }
  .mod--fullheight .block-slider .dvslider-pager {
    position: absolute;
    bottom: 40px; }
  .mod--fullheight:first-child .block-slider .dvslider-wrapper,
  .mod--fullheight:first-child .block-slider .swiper-wrapper {
    height: 860px; }
    @media (max-width: 991px) {
      .mod--fullheight:first-child .block-slider .dvslider-wrapper,
      .mod--fullheight:first-child .block-slider .swiper-wrapper {
        height: calc(100vh - 64px); } }

    @media (max-width: 767px) {
      .mod--fullheight:first-child .block-slider .dvslider-wrapper,
      .mod--fullheight:first-child .block-slider .swiper-wrapper {
        height: 100vh } }
  .block-slider .swiper-pagination {
    position: absolute;
    right: 0;
    bottom: 70px;
    left: 0;
    height: 18px;
    text-align: center; }
    .block-slider .swiper-pagination .swiper-pagination-bullet {
      display: inline-block;
      width: 10px;
      height: 10px;
      font: 0/0 a;
      margin: 4px 11px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background-color: fadeout(#e0232f, 50);
      vertical-align: top; }
      .block-slider .swiper-pagination .swiper-pagination-bullet:hover {
        background-color: #e0232f; }
      .block-slider .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #e0232f;
        margin: 0 11px;
        width: 18px;
        height: 18px; }
      .mod--fullheight .block-slider .swiper-pagination .swiper-pagination-bullet {
        background-color: #e0232f; }
        .mod--fullheight .block-slider .swiper-pagination .swiper-pagination-bullet:hover {
          background-color: #e0232f; }
        .mod--fullheight .block-slider .swiper-pagination .swiper-pagination-bullet.active {
          background-color: #e0232f; }
    .block-slider .swiper-pagination .swiper-slider {
      display: inline-block;
      white-space: nowrap;
      position: relative; }
  .block-slider .swiper-button-prev,
  .block-slider .swiper-button-next {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease;
    width: 60px;
    height: 100px;
    font: 0/0 a;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -60px;
    background: url("../img/arrow-left-lg-w.png") center center no-repeat rgba(255, 255, 255, 0.5);
    background: url("../img/arrow-left-lg-w.png") center center no-repeat rgba(255, 255, 255, 0.5); }
    @media screen and (prefers-reduced-motion: reduce) {
      .block-slider .swiper-button-prev,
      .block-slider .swiper-button-next {
        transition: none; } }
    .block-slider .swiper-button-prev:hover,
    .block-slider .swiper-button-next:hover {
      background: url("../img/arrow-left-lg-w.png") center center no-repeat rgba(25, 170, 10, 0.5);
      background: url("../img/arrow-left-lg-w.png") center center no-repeat rgba(25, 170, 10, 0.5); }
    .block-slider .swiper-button-prev .swiper-total,
    .block-slider .swiper-button-next .swiper-total {
      font-family: "Roboto", sans-serif;
      font-size: 15px;
      line-height: 18px;
      font-weight: 600;
      color: #ffffff;
      padding: 41px 13px;
      display: block; }
  .block-slider .swiper-button-next {
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    left: auto;
    right: 0;
    width: 60px;
    background: url("../img/arrow-right-lg-w.png") center center no-repeat rgba(255, 255, 255, 0.5);
    background: url("../img/arrow-right-lg-w.png") center center no-repeat rgba(255, 255, 255, 0.5); }
    .block-slider .swiper-button-next:hover {
      background: url("../img/arrow-right-lg-w.png") center center no-repeat rgba(25, 170, 10, 0.5);
      background: url("../img/arrow-right-lg-w.png") center center no-repeat rgba(25, 170, 10, 0.5); }
    .block-slider .swiper-button-next .swiper-total {
      font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 400;
      font-size: 15px;
      line-height: 18px;
      color: #ffffff;
      padding: 41px 13px;
      display: block; }
  .block-slider .mod--align-right.swiper-content {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end; }
  .block-slider .mod--align-right .article {
    float: right;
    margin-left: 16px;
    margin-right: 12%; }
  .block-slider .mod--align-left.swiper-content {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start; }
  .block-slider .mod--align-left .article {
    float: left;
    margin-left: 10%;
    margin-right: 16px; }
  .block-slider .mod--align-center.swiper-content {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
  .block-slider .mod--align-center .article {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .block-slider .mod--align-top {
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start; }
  .block-slider .mod--align-middle {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
  .block-slider .mod--align-bottom {
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end; }
  .block-slider .mod--bg-dark .article {
    background: #000000;
    background: fadeout(#000000, 40%); }
  .block-slider .mod--bg-none .article {
    background: transparent;
    box-shadow: none; }
  .block-slider .mod--text-light .article {
    color: #fff; }
  .block-slider .mod--text-none .article {
    background: transparent;
    box-shadow: none; }
    .block-slider .mod--text-none .article > * {
      display: none; }

.block-slider--1 .dvslider-wrapper,
.block-slider--1 .swiper-wrapper {
  height: 450px; }

.block-slider--1 .swiper-pagination {
  height: 18px; }
  .block-slider--1 .swiper-pagination .swiper-pagination-bullet {
    background-color: #e0232f;
    border: 2px solid transparent;
    opacity: 1;
    transition: all 0.2s ease; }
    @media screen and (prefers-reduced-motion: reduce) {
      .block-slider--1 .swiper-pagination .swiper-pagination-bullet {
        transition: none; } }
    .block-slider--1 .swiper-pagination .swiper-pagination-bullet:hover {
      background-color: #e0232f; }
    .block-slider--1 .swiper-pagination .swiper-pagination-bullet-active {
      background-color: transparent;
      border-color: #e0232f;
      margin: 0 11px; }
    .mod--fullheight .block-slider--1 .swiper-pagination .swiper-pagination-bullet {
      background-color: #e0232f; }
      .mod--fullheight .block-slider--1 .swiper-pagination .swiper-pagination-bullet:hover {
        background-color: #e0232f;
        border-color: #e0232f;
        margin: 0 11px;
        width: 18px;
        height: 18px; }
      .mod--fullheight .block-slider--1 .swiper-pagination .swiper-pagination-bullet-active {
        background-color: transparent;
        border-color: #e0232f; }
        .mod--fullheight .block-slider--1 .swiper-pagination .swiper-pagination-bullet-active:hover {
          margin: 0 11px; }
  .block-slider--1 .swiper-pagination .swiper-slider {
    display: inline-block;
    white-space: nowrap;
    position: relative; }

.block-slider--1 .swiper-button-prev,
.block-slider--1 .swiper-button-next {
  background: url("../img/arrow-left-lg-w.png") center center no-repeat #413b5f;
  background: url("../img/arrow-left-lg-w.png") center center no-repeat #413b5f;
  margin-left: -60px;
  transition: all 0.3s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .block-slider--1 .swiper-button-prev,
    .block-slider--1 .swiper-button-next {
      transition: none; } }
  @media (max-width: 767px) {
    .block-slider--1 .swiper-button-prev,
    .block-slider--1 .swiper-button-next {
      display: none; } }
  .block-slider--1 .swiper-button-prev:hover,
  .block-slider--1 .swiper-button-next:hover {
    background: url("../img/arrow-left-lg-w.png") center center no-repeat #413b5f;
    background: url("../img/arrow-left-lg-w.png") center center no-repeat #413b5f;
    margin-left: 0; }
  .block-slider--1 .swiper-button-prev:after,
  .block-slider--1 .swiper-button-next:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 0 50px 45px;
    border-color: transparent transparent transparent #413b5f;
    position: absolute;
    top: 0;
    right: -45px; }

.block-slider--1 .swiper-button-next {
  background: url("../img/arrow-right-lg-w.png") center center no-repeat #413b5f;
  background: url("../img/arrow-right-lg-w.png") center center no-repeat #413b5f;
  margin-left: auto;
  margin-right: -60px; }
  .block-slider--1 .swiper-button-next:hover {
    background: url("../img/arrow-right-lg-w.png") center center no-repeat #413b5f;
    background: url("../img/arrow-right-lg-w.png") center center no-repeat #413b5f;
    margin-right: 0; }
  .block-slider--1 .swiper-button-next:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 50px 0;
    border-color: transparent #413b5f transparent transparent;
    position: absolute;
    top: 0;
    right: auto;
    left: -50px; }

@media (max-width: 583px) {
  .block-slider--1 .article {
    padding-left: 0;
    padding-right: 0; } }

.block-slider--1 .article h1,
.block-slider--1 .article .h1 {
  font-family: "Chaparral pro", sans-serif;
  font-size: 51px;
  line-height: 58px;
  font-weight: 700;
  color: #413b5f;
  text-transform: uppercase; }
  @media (max-width: 583px) {
    .block-slider--1 .article h1,
    .block-slider--1 .article .h1 {
      font-family: "Chaparral pro", sans-serif;
      font-size: 36px;
      line-height: 40px;
      font-weight: 700; } }
  .block-slider--1 .article h1 span,
  .block-slider--1 .article .h1 span {
    font-family: "Chaparral pro", sans-serif;
    font-size: 54px;
    line-height: 58px;
    font-weight: 700; }
    @media (max-width: 583px) {
      .block-slider--1 .article h1 span,
      .block-slider--1 .article .h1 span {
        font-family: "Chaparral pro", sans-serif;
        font-size: 30px;
        line-height: 34px;
        font-weight: 700; } }

.block-slider--1 .article p {
  font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 27px;
  line-height: 34px;
  color: #e0232f;
  text-transform: uppercase; }
  .block-slider--1 .article p a:not(.btn) {
    color: #e0232f; }

.services--block {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  flex-wrap: wrap; }
  .services--block.services--block-right {
    width: calc(100% - 285px); }
    @media (max-width: 1423px) {
      .services--block.services--block-right {
        margin-right: 0px;
        width: calc(100% - 385px); } }
    @media (max-width: 991px) {
      .services--block.services--block-right {
        width: 100%;
        flex: 100%;
        max-width: 100%; } }
  @media (max-width: 823px) {
    .services--block {
      padding: 0 10px; } }
  @media (min-width: 1584px) {
    .mod--fullwidth .services--block {
      width: 1540px;
      margin: 0 auto;
      padding: 0; } }
  .services--block > .item {
    width: calc(33.333% - 10px);
    padding: 50px 70px 55px 112px;
    position: relative;
    margin: 0 5px 10px;
    transition-property: background,opacity,transform;
    text-decoration: none; }
    @media (max-width: 1263px) {
      .services--block > .item {
        width: calc(50% - 10px); } }
    .services--block-one.services--block > .item {
      width: 100%; }
      @media (max-width: 823px) {
        .services--block-one.services--block > .item {
          width: 100%; } }
    @media (max-width: 823px) {
      .services--block > .item {
        width: 100%;
        margin: 5px 0; } }
    @media (max-width: 463px) {
      .services--block > .item {
        padding: 30px 0; } }
    .services--block > .item:after {
      transition: all 0.3s ease;
      width: 0;
      position: absolute;
      bottom: 0;
      left: 0;
      content: "";
      height: 13px;
      width: 0;
      border-top: 0 solid transparent;
      border-right: 12px solid transparent;
      border-bottom: 13px solid transparent;
      border-left: 0 solid transparent; }
      @media screen and (prefers-reduced-motion: reduce) {
        .services--block > .item:after {
          transition: none; } }
    .services--block > .item > .icon {
      position: absolute;
      top: 22px;
      left: 13px;
      width: 100px;
      text-align: right; }
      .services--block > .item > .icon svg {
        fill: #ffffff; }
        .mod--color-invert.services--block > .item > .icon svg {
          fill: #413b5f; }
      @media (max-width: 463px) {
        .services--block > .item > .icon {
          position: relative;
          top: 0;
          left: 0;
          /* margin-bottom: 16px; */
          display: block;
          text-align: left;
          height: 85px; } }
    .services--block > .item > .title {
      font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 700;
      font-size: 20px;
      line-height: 24px;
      text-transform: uppercase;
      color: #ffffff;
      text-align: left; }
    .services--block > .item > a > .title {
      font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 700;
      font-size: 20px;
      line-height: 24px;
      text-transform: uppercase;
      color:#413b5f;
      text-align: left; }
    .services--block > .item:hover > a > .title {
      color: #ffffff;
    }
    @media (max-width: 463px) {
      .services--block > .item:hover > a > .title {
        color: #413b5f;
      }
    }
      /* .mod--color-invert.services--block > .item > a > .title {
        color: #413b5f;
       } */
      .mod--color-invert.services--block > .item > a {
        text-decoration: none;
       }
      .mod--color-invert.services--block > .item > .title {
        color: #413b5f; }
      .mod--color-invert.services--block > .item > .title > a {
        color: inherit;
        text-decoration: none;  }
    .services--block > .item > p {
      color: #ffffff;
      font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px; }
      .mod--color-invert.services--block > .item > p {
        color: #413b5f; }
      .mod--color-invert.services--block > .item > p> a {
        /* color: #413b5f; */
        color: inherit;
        text-decoration: none;
      }

      .services--block > .item.active, .services--block > .item:hover {
      background: #e0232f;
      background: #e0232f;
      box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25); }

      @media (max-width: 463px) {
        .services--block > .item.active, .services--block > .item:hover {
          background: transparent;
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25); }
      }

      .services--block > .item.active:after, .services--block > .item:hover:after {
        width: 70%;
        border-bottom-color: #4e486b; }
        @media (max-width: 463px) {
          .services--block > .item.active:after, .services--block > .item:hover:after {
            display: none; } }
      .services--block > .item.active > .title, .services--block > .item:hover > .title {
        color: #ffffff; }
      .services--block > .item.active > .icon svg, .services--block > .item:hover > .icon svg {
        fill: #ffffff; }
      .services--block > .item.active > p, .services--block > .item:hover > p {
        color: #ffffff; }
      @media (max-width: 463px) {
        .services--block > .item.active, .services--block > .item:hover {
          /* background: transparent;
          background: transparent; */
          box-shadow: none; } }

  @media (max-width: 463px) {
    .services--block.mod--color-invert > .item.active > .title, .services--block.mod--color-invert > .item:hover > .title {
      color: #413b5f; }
    .services--block.mod--color-invert > .item.active > .icon svg, .services--block.mod--color-invert > .item:hover > .icon svg {
      fill: #413b5f; }
    .services--block.mod--color-invert > .item.active > p, .services--block.mod--color-invert > .item:hover > p {
      color: #413b5f; } }

.call-master {
  position: sticky;
  margin-right: -110px;
  top: 160px;
  width: 385px;
  height: 140px;
  background-color: #f0f0f0;
  margin-top: 155px;
  display: block;
  flex: 0 0 385px;
  max-width: 385px;
  transition: position 0.3s ease-in; }
  @media screen and (prefers-reduced-motion: reduce) {
    .call-master {
      transition: none; } }
  @media (max-width: 1423px) {
    .call-master {
      margin-right: 0; } }
  @media (max-width: 991px) {
    .call-master {
      position: relative;
      top: 0;
      left: 50%;
      transform: translateX(-50%); } }
  @media (max-width: 463px) {
    .call-master {
      width: calc(100% - 45px);
      flex: 0 0 calc(100% - 45px);
      max-width: calc(100% - 45px);
      top: 0;
      margin-top: 40px; } }
  .call-master img {
    position: absolute;
    bottom: 0;
    left: 10px; }
    @media (max-width: 463px) {
      .call-master img {
        display: none; } }
  .call-master .title {
    font-size: 30px;
    line-height: 32px;
    margin-top: 35px;
    margin-right: 65px;
    float: right;
    text-align: left; }
    @media (max-width: 463px) {
      .call-master .title {
        float: left;
        margin-left: 32px;} }
    .call-master .title span {
      font-size: 32px;
      line-height: 32px; }
  .call-master:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 20px 0;
    border-color: transparent #413b5f transparent transparent; }
  .call-master.stop-scrolling {
    position: absolute;
    bottom: 0;
    right: -190px; }

.block--form {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .mod--color-invert .block--form {
    color: #ffffff; }
  @media (max-width: 767px) {
    .block--form {
      display: block; } }
  .block--form-center {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
  .block--form.mod--padbot40 {
    padding-bottom: 40px; }
    @media (max-width: 767px) {
      .block--form.mod--padbot40 {
        padding-bottom: 100px; } }
  .block--form .form-block {
    width: 450px;
    font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-top: 50px; }
    @media (max-width: 767px) {
      .block--form .form-block {
        margin-top: 0; } }
    .block--form .form-block .title + .form {
      margin-top: 30px; }
    .block--form .form-block .form {
      margin-bottom: 100px;
      width: calc(100% - 50px); }
      .block--form .form-block .form.mod--lesspadbot {
        margin-bottom: 60px; }
      @media (max-width: 767px) {
        .block--form .form-block .form {
          width: 100%;
          margin-bottom: 40px; } }
    @media (max-width: 767px) {
      .block--form .form-block {
        width: 100%; } }
  .block--form .image {
    width: calc(100% - 450px);
    text-align: right;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
    padding-left: 30px; }
    @media (max-width: 767px) {
      .block--form .image {
        width: 60%;
        padding: 0;
        text-align: left;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start; } }
    .block--form .image img {
      max-width: 100%; }
  .block--form .title {
    font-family: "Chaparral pro", sans-serif;
    font-size: 75px;
    line-height: 80px;
    font-weight: 700;
    text-transform: uppercase;
    color: #413b5f;
    text-align: left; }
    .mod--color-invert .block--form .title {
      color: #ffffff; }
    @media (max-width: 463px) {
      .block--form .title {
        font-family: "Chaparral pro", sans-serif;
        font-size: 65px;
        line-height: 70px;
        font-weight: 700; } }
    .block--form .title span {
      font-size: 80px;
      line-height: 80px;
      color: #e0232f; }
      @media (max-width: 463px) {
        .block--form .title span {
          font-family: "Chaparral pro", sans-serif;
          font-size: 55px;
          line-height: 60px;
          font-weight: 700; } }
  .block--form .title2 {
    font-family: "Chaparral pro", sans-serif;
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    text-transform: uppercase;
    color: #413b5f;
    margin-bottom: 40px; }
    .mod--color-invert .block--form .title2 {
      color: #ffffff; }

.block--feedback .title {
  font-family: "Chaparral pro", sans-serif;
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  text-transform: uppercase;
  color: #413b5f;
  text-align: center;
  margin-bottom: 50px; }
  .mod--color-invert .block--feedback .title {
    color: #ffffff; }

.block--feedback .swiper-container {
  margin: 0 auto;
  /* width: 960px; */
  padding: 0px 80px; }
  @media (max-width: 991px) {
    .block--feedback .swiper-container {
      width: 100%;
      padding: 0px 80px; } }
  @media (max-width: 583px) {
    .block--feedback .swiper-container {
      width: 100%;
      padding: 0px 20px; } }

.block--feedback .swiper-slide > .text {
  font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  text-align: center; }
  .mod--color-invert .block--feedback .swiper-slide > .text {
    color: #ffffff; }

.block--feedback .swiper-slide > .client {
  width: 400px;
  margin: 50px auto 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }
  @media (max-width: 463px) {
    .block--feedback .swiper-slide > .client {
      width: 100%;
      display: block; } }
  .block--feedback .swiper-slide > .client > .image img {
    border-radius: 64px;
    max-width: 123px;
    max-height: 123px; }
  @media (max-width: 463px) {
    .block--feedback .swiper-slide > .client > .image {
      text-align: center; } }
  .block--feedback .swiper-slide > .client > .text {
    padding-left: 20px;
    font-family: "Myriad Pro Semibold", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #413b5f; }
    .mod--color-invert .block--feedback .swiper-slide > .client > .text {
      color: #ffffff; }
    .block--feedback .swiper-slide > .client > .text p {
      font-family: "Myriad Pro Semibold", sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 14px;
      color: #989898; }
      .mod--color-invert .block--feedback .swiper-slide > .client > .text p {
        color: #ffffff; }
    @media (max-width: 463px) {
      .block--feedback .swiper-slide > .client > .text {
        text-align: center;
        padding: 0;
        margin-top: 10px; } }

.block--feedback .swiper-button-prev {
  top: 30px;
  background: url("../img/feedback-left.svg") no-repeat center center;
  left: 0; }
  @media (max-width: 583px) {
    .block--feedback .swiper-button-prev {
      display: none; } }
  .block--feedback .swiper-button-prev:hover {
    background: url("../img/feedback-left-h.svg") no-repeat center center; }

.block--feedback .swiper-button-next {
  top: 30px;
  background: url("../img/feedback-right.svg") no-repeat center center;
  right: 0; }
  @media (max-width: 583px) {
    .block--feedback .swiper-button-next {
      display: none; } }
  .block--feedback .swiper-button-next:hover {
    background: url("../img/feedback-right-h.svg") no-repeat center center; }

.block--services-count .services-list {
  padding: 0px;
  background: transparent;
  list-style: none;
  width: 100%;
  margin: 0;
  display: inline-block; }
  .block--services-count .services-list li {
    display: inline-block;
    width: 265px;
    vertical-align: top;
    float: left; }
    .block--services-count .services-list li + li:before {
      padding: 0; }
    @media (max-width: 1263px) {
      .block--services-count .services-list li {
        width: calc(25% - 20px); } }
    @media (max-width: 991px) {
      .block--services-count .services-list li {
        width: 50%; } }
    @media (max-width: 583px) {
      .block--services-count .services-list li {
        width: 100%; } }
    .block--services-count .services-list li a,
    .block--services-count .services-list li > div {
      height: 230px;
      color: #ffffff;
      text-decoration: none;
      padding: 60px 0px 60px 90px;
      position: relative;
      display: inline-block;
      width: 100%;
      background-color: transparent;
      text-align: center;
      font-family: "Myriad Pro Semibold", sans-serif;
      font-weight: 500;
      font-size: 18px;
      line-height: 20px; }
      @media (max-width: 991px) {
        .block--services-count .services-list li a,
        .block--services-count .services-list li > div {
          height: auto;
          padding: 60px 20px; } }
      @media (max-width: 583px) {
        .block--services-count .services-list li a,
        .block--services-count .services-list li > div {
          padding: 30px 20px; } }
      .block--services-count .services-list li a > div,
      .block--services-count .services-list li > div > div {
        width: 200px;
        margin-left: 10px;
        z-index: 1;
        position: relative; }
        @media (max-width: 991px) {
          .block--services-count .services-list li a > div,
          .block--services-count .services-list li > div > div {
            width: 100%;
            margin: 0 auto; } }
      .block--services-count .services-list li a:hover,
      .block--services-count .services-list li > div:hover {
        text-decoration: none; }
      .block--services-count .services-list li a:before,
      .block--services-count .services-list li > div:before {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 115px solid transparent;
        border-bottom: 115px solid transparent;
        border-left: 100px solid #8d88a1;
        position: absolute;
        top: 0;
        margin-top: 0px;
        margin-left: -1px;
        left: 100%;
        z-index: 1; }
        @media (max-width: 991px) {
          .block--services-count .services-list li a:before,
          .block--services-count .services-list li > div:before {
            display: none; } }
      .block--services-count .services-list li a:after,
      .block--services-count .services-list li > div:after {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 115px solid transparent;
        border-bottom: 115px solid transparent;
        border-left: 100px solid #746f8b;
        position: absolute;
        top: 0;
        margin-top: 0px;
        left: 100%; }
        @media (max-width: 991px) {
          .block--services-count .services-list li a:after,
          .block--services-count .services-list li > div:after {
            display: none; } }
      .block--services-count .services-list li a .number,
      .block--services-count .services-list li a .icon,
      .block--services-count .services-list li > div .number,
      .block--services-count .services-list li > div .icon {
        font-family: 'ChaparralProRegular', sans-serif;
        font-size: 64px;
        line-height: 67px;
        font-weight: 400;
        height: 70px;
        display: flex;
        align-items: flex-start;
        justify-content: center; }
    .block--services-count .services-list li:first-child a,
    .block--services-count .services-list li:first-child > div {
      padding-left: 15px;
      z-index: 999; }
      .block--services-count .services-list li:first-child a > div,
      .block--services-count .services-list li:first-child > div > div {
        width: 150px;
        margin-left: 110px; }
        @media (max-width: 991px) {
          .block--services-count .services-list li:first-child a > div,
          .block--services-count .services-list li:first-child > div > div {
            width: 100%;
            margin: 0 auto; } }
    .block--services-count .services-list li:last-child a > div,
    .block--services-count .services-list li:last-child > div > div {
      width: 150px;
      margin-left: 20px; }
      @media (max-width: 991px) {
        .block--services-count .services-list li:last-child a > div,
        .block--services-count .services-list li:last-child > div > div {
          width: 100%;
          margin: 0 auto; } }
    .block--services-count .services-list li:last-of-type a,
    .block--services-count .services-list li:last-of-type > div {
      width: calc( 100% - 38px); }
      @media (max-width: 991px) {
        .block--services-count .services-list li:last-of-type a,
        .block--services-count .services-list li:last-of-type > div {
          width: 100%; } }
    .block--services-count .services-list li.active a,
    .block--services-count .services-list li.active > div, .block--services-count .services-list li:hover a,
    .block--services-count .services-list li:hover > div {
      background-color: #746f8b; }
      .block--services-count .services-list li.active a:before,
      .block--services-count .services-list li.active > div:before, .block--services-count .services-list li:hover a:before,
      .block--services-count .services-list li:hover > div:before {
        border-left-color: #746f8b; }
    .block--services-count .services-list li.active:first-child a:before,
    .block--services-count .services-list li.active:first-child > div:before, .block--services-count .services-list li:hover:first-child a:before,
    .block--services-count .services-list li:hover:first-child > div:before {
      border-left-color: #8d88a1;
      left: 0; }

.block--about {
  width: 550px;
  margin-top: 90px;
  position: relative; }
  @media (max-width: 991px) {
    .block--about {
      width: 100%;
      margin-top: 40px; } }
  .block--about p {
    font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #413b5f; }
  .block--about .img-1 {
    position: absolute;
    right: -510px;
    bottom: -130px; }
    @media (max-width: 1263px) {
      .block--about .img-1 {
        right: -430px; } }
    @media (max-width: 991px) {
      .block--about .img-1 {
        display: none; } }
    .block--about .img-1 img {
      max-width: 100%; }

.block--faq-list {
  width: 720px;
  margin: 50px auto 0; }
  @media (max-width: 767px) {
    .block--faq-list {
      width: 100%; } }
  .block--faq-list .faq-item {
    padding: 0 0 0 80px; }
    .block--faq-list .faq-item-title {
      font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 700;
      font-size: 16px;
      line-height: 20px;
      margin: 0 0 0 -21px;
      position: relative;
      padding: 9px 0 8px 19px;
      border-left: 2px solid #e0232f;
      cursor: pointer;
      color: #e0232f; }
      .block--faq-list .faq-item-title:before {
        content: ' ';
        width: 57px;
        height: 100%;
        left: -59px;
        top: 0;
        background: url(../img/arrow-up-r.svg) center center no-repeat;
        position: absolute; }
      .block--faq-list .faq-item-title.collapsed {
        color: #413b5f;
        border-color: #413b5f; }
        .block--faq-list .faq-item-title.collapsed:before {
          background-image: url(../img/arrow-down.svg); }
    .block--faq-list .faq-item-content .article {
      padding: 12px 0 21px;
      font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      color: #413b5f; }
    .block--faq-list .faq-item + .faq-item {
      margin-top: 19px; }
    .block--faq-list .faq-item .faq-block {
      padding-left: 57px; }

.block--contacts {
  margin-top: 70px;
  color: #413b5f;
  font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px; }
  .block--contacts h2 {
    font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 27px;
    line-height: 24px;
    color: #e0232f;
    text-transform: none;
    margin-bottom: 20px; }
    .block--contacts h2 small {
      font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 700;
      font-size: 20px;
      line-height: 24px; }
  .block--contacts h3 {
    font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin: none; }
  .block--contacts .work-table {
    width: 250px; }
    @media (max-width: 767px) {
      .block--contacts .work-table {
        margin-top: 30px; } }
    .block--contacts .work-table td {
      padding: 4px 7px; }
      .block--contacts .work-table td:first-child {
        padding-left: 0;
        padding-right: 14px; }
  .block--contacts [href^=tel] {
    color: #e0232f; }

.block--call-master {
  min-height: 215px;
  position: relative; }
  .block--call-master .img-1 {
    position: absolute;
    bottom: 0;
    left: 0; }
    @media (max-width: 767px) {
      .block--call-master .img-1 {
        max-width: 140px; } }
    @media (max-width: 343px) {
      .block--call-master .img-1 {
        display: none; } }
  .block--call-master .btn-call {
    position: absolute;
    top: 70px;
    left: 260px;
    font-family: "Chaparral pro", sans-serif;
    font-size: 30px;
    line-height: 33px;
    font-weight: 700;
    color: #413b5f;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    width: 180px;
    background: url("../img/arrow-right-r.svg") no-repeat center right; }
    @media (max-width: 463px) {
      .block--call-master .btn-call {
        position: absolute;
        top: 70px;
        right: auto;
        left: 140px; } }
    @media (max-width: 343px) {
      .block--call-master .btn-call {
        position: absolute;
        top: 70px;
        right: 50px;
        left: auto; } }
    .block--call-master .btn-call span {
      font-family: "Chaparral pro", sans-serif;
      font-size: 30px;
      line-height: 33px;
      font-weight: 700;
      color: #e0232f; }

.block--map .rinup-gmap-container {
  height: 670px; }
  @media (max-width: 767px) {
    .block--map .rinup-gmap-container {
      height: 100vh; } }

.rinup-gmap-info {
  width: 440px;
  padding: 40px 0 40px 0;
  background: #fff;
  *zoom: 1;
  border-color: #dddddd #dbdbdb #929292 #dbdbdb;
  border-width: 1px;
  border-style: solid;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  bottom: 0; }

.rinup-gmap-info:after {
  content: " ";
  display: table;
  clear: both; }

.flexbox .rinup-gmap-info {
  display: -webkit-flex;
  display: flex; }

@media (max-width: 767px) {
  .rinup-gmap-info {
    width: 240px;
    padding: 20px 0;
    margin-left: 98px; } }

.rinup-gmap-info-logo {
  width: 189px;
  float: left;
  padding: 32px;
  border-right: 1px solid #898989; }

.flexbox .rinup-gmap-info-logo {
  float: none;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  justify-content: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -webkit-flex-grow: 0;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  border-right: 0 none; }

@media (max-width: 767px) {
  .flexbox .rinup-gmap-info-logo {
    display: none; } }

.rinup-gmap-info-logo img {
  width: 100%; }

@media (max-width: 767px) {
  .rinup-gmap-info-logo {
    display: none; } }

.rinup-gmap-info-content {
  float: left;
  width: 454px;
  padding: 17px 20px 19px 30px;
  color: #575757;
  font-family: 'Roboto', Arial;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px; }

.rinup-gmap-info-logo + .rinup-gmap-info-content {
  width: 240px;
  border-left: 1px solid #898989;
  margin-left: -1px; }

@media (max-width: 767px) {
  .rinup-gmap-info-logo + .rinup-gmap-info-content {
    width: auto;
    float: none;
    margin: 0;
    border: 0 none; } }

.flexbox .rinup-gmap-info-content {
  float: none;
  justify-content: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -webkit-justify-content: center;
  -webkit-align-items: center; }

.rinup-gmap-info-content h1,
.rinup-gmap-info-content h2,
.rinup-gmap-info-content h3 {
  font-family: 'Roboto', Arial;
  font-weight: 100;
  font-size: 24px;
  line-height: 26px;
  margin: 0 0 17px; }

.rinup-gmap-info-content p {
  margin: 0 0 18px; }

.rinup-gmap-info-content p:last-child {
  margin: 0; }

@media (max-width: 767px) {
  .rinup-gmap-info-content {
    width: auto;
    float: none;
    margin: 0;
    border: 0 none; } }

.rinup-gmap-arrow {
  font: 0/0 a;
  position: absolute;
  left: 50%;
  bottom: -9px;
  width: 18px;
  height: 9px;
  margin-left: -9px;
  background: url(../img/map-bottom.png) left top no-repeat; }

.rinup-gmap-info-close {
  position: absolute;
  width: 25px;
  height: 25px;
  font: 0/0 a;
  background: url(../img/map-close.png) center center no-repeat;
  right: 8px;
  top: 8px;
  cursor: pointer; }

.block--heading {
  padding: 40px 0 50px 0;
  font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #413b5f; }
  @media (max-width: 991px) {
    .block--heading {
      padding: 0 10px 50px 10px; } }
  .block--heading .title {
    margin-bottom: 30px; }
    .block--heading .title img {
      padding-bottom: 20px; }

.block--aside {
  margin-top: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 991px) {
    .block--aside {
      display: block; } }
  .block--aside .block-left {
    width: 250px; }
    @media (max-width: 991px) {
      .block--aside .block-left {
        width: 100%; } }
  .block--aside .block-right {
    width: calc(100% - 250px);
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    padding-left: 50px;
    padding-top: 40px; }
    .block--aside .block-right.mod--nopadtop {
      padding-top: 0; }
    @media (max-width: 991px) {
      .block--aside .block-right {
        width: 100%;
        padding-left: 0; }
        .block--aside .block-right.mod--nopadtop {
          padding-top: 30px; } }

.article {
  font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #413b5f; }
  .mod--color-invert .article {
    color: #ffffff; }
  .article h1 + p,
  .article h2 + p,
  .article h3 + p,
  .article h4 + p,
  .article h5 + p,
  .article h6 + p {
    margin-top: 20px; }
  .article img {
    max-width: 100%; }
    .article img.mod--fullwidth {
      width: 100%;
      height: auto; }
    .article img + p {
      margin-top: 30px; }

.pagination .page-link {
  border: none;
  text-decoration: none;
  color: #413b5f;
  background-color: transparent;
  padding: 0.5rem 0.85rem;
  font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px; }
  .pagination .page-link:hover {
    color: #e0232f;
    background-color: transparent; }
  .pagination .page-link:focus {
    box-shadow: none; }

.pagination .page-item {
  border-radius: 0;
  text-decoration: none; }
  .pagination .page-item.hover .page-link {
    color: #e0232f;
    background-color: transparent; }
  .pagination .page-item.active .page-link {
    color: #ffffff;
    background-color: #e0232f; }

    .header-mob-nav-list li ul {
      display: block; }

    .header-mob-nav-list li.sub-meniu a {
      color: #413b5f;
    }

    .header-mob-nav-list li.active > a {
      color: #e0232f; }


    .header-mob-nav-list li.sub-meniu a:hover {
      color: #e0232f;
      cursor: pointer;   }

    .nav-back {
      margin-left: 15px !important;
      padding-left: 22px;
      background-image: url(/resources/uploads/left-arrow.png);
      background-repeat: no-repeat;
      -webkit-background-size: 15px;
      background-size: 15px;
      background-position: left center;
      border-bottom: 1px solid #c1c3c1 !important;
    }

    .header-mob-nav-list .direct-li {
      border-bottom: 1px solid #f2f2f2;
      margin:0;
    }

    li.sub-meniu .header-mob-nav .header-mob-nav-list > li {
      border-bottom: 1px solid #f2f2f2;
      margin:0;
    }

    .header-mob-nav-list:last-child{
      padding: 35px 60px;
    }

    body > div > main > div:nth-child(2) > div > div > article > h1 {
      display: none;
    }

    body > div > main > div.mod--padtop-768-30.mod--padtop-768-30.container.cp-bg.mod--padbot110.rel-wrap.mod--padtop60.mod--logo.pb-65px-for-mobile.pb-90px > div > div > article > h1 {
      display: none;
    }
    body > div > main > div:nth-child(3) > div > div > article > h1 {
      margin-bottom: 43px;
    }

    body > div > main > div.mod--padtop-768-30.mod--padtop-768-30.container.cp-bg.mod--padbot110.rel-wrap.mod--padtop60.mod--logo.pb-65px-for-mobile.pb-90px > div > div > article > div > a.call-master {
      border: 1px solid red;
      background: white;
    }

    .call-master:after {
      border-color: transparent #e0232f transparent transparent;
    }

    .custom_slider .block-slider .swiper-pagination  {
      bottom: -52px!important;
    }

    .custom_slider .article {
      display: none;
    }
    .custom_slider .swiper-container {
      overflow: visible!important;
    }

    /* custom */
    .statybos-darbai__list ul {
      list-style: circle;
    }

.video-thumb {
  width: 100%;
}

.video-play {
  display: block;
  width: 80px;
  height: 80px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  cursor: pointer;
  font-size: 80px;
}

.video-play:before {
  content: url(https://www.geoline.lt/assets/d2c2ed2b/svg/play.svg) !important;
}


.media_center {
  margin: 10px 0 5px 0;
}

.video-thumb-wrapper {
  position: relative;
  width: 100%;
}

.media_center {
  width: 100%;
  border-bottom: 4px solid #ec4332;
  margin: 36px 0 50px 0;
}

.player-hidden {
  position: absolute;
  left: -5000px;
}

#meistro-paslaugos {
  padding-top: 0px!important;
}

#meistro-paslaugos .wrapper {
  z-index: 2;
}

div#meistro-paslaugos:before {
  content: '';
  background-color: white;
  position: absolute;
  width: 41vw;
  height: 40vw;
  left: 65vw;
  top: -1px;
  clip-path: polygon(100% 0, 100% 100%, 0 0);
  z-index: 1;
}


div#meistro-paslaugos:after {
  z-index: 0;
  background: #e0223f;
  content: '';
  height: 14px;
  position: absolute;
  width: 100%;
  top: 0;
}

#statybos-darbai-baner-parent:after {
  content: '';
  position: absolute;
  width: 556px;
  right: 0;
  height: 1401px;
  background-image: url(/resources/uploads/public/block/logo_flat.png);
  background-repeat: no-repeat;
  top: 480px;
}

