/*!
 * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[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;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

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;
}

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: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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;
}

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;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

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-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;
}
/*# sourceMappingURL=bootstrap-reboot.css.map */

/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

 * for landing only columns included!!!

 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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-md-1-5, .col-lg-1-5,
.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%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

    .col-md-1-5 {
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
    }


  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
    h3.size30 {
        font-size:30px;
        margin-bottom: 24px;
    }
    .dark-section.section-med-pad {
        padding: 54px 0
    }
 .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-1-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}



/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/

@font-face {
    font-family: 'Roboto';
    src: url('./fonts/subset-Roboto-Regular.eot');
    src: local('Roboto'), local('Roboto-Regular'),
        url('./fonts/subset-Roboto-Regular.woff2') format('woff2'),
        url('./fonts/subset-Roboto-Regular.woff') format('woff'),
        url('./fonts/subset-Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('./fonts/subset-Roboto-Bold.eot');
    src: local('Roboto Bold'), local('Roboto-Bold'),
        url('./fonts/subset-Roboto-Bold.woff2') format('woff2'),
        url('./fonts/subset-Roboto-Bold.woff') format('woff'),
        url('./fonts/subset-Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'FuturaBookCTT';
    src: url('./fonts/FuturaBookC.eot');
    src: local('FuturaBookCTT Normal'), local('FuturaBookC'),
        url('./fonts/FuturaBookC.eot?#iefix') format('embedded-opentype'),
        url('./fonts/FuturaBookC.woff2') format('woff2'),
        url('./fonts/FuturaBookC.woff') format('woff'),
        url('./fonts/FuturaBookC.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
  font-family: 'icomoon';
  src:  url('./fonts/icomoon.eot?vt8pl5');
  src:  url('./fonts/icomoon.eot?vt8pl5#iefix') format('embedded-opentype'),
    url('./fonts/icomoon.ttf?vt8pl5') format('truetype'),
    url('./fonts/icomoon.woff?vt8pl5') format('woff'),
    url('./fonts/icomoon.svg?vt8pl5#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-check-circle:before {
  content: "\e900";
}
.icon-arrow-curved-up:before {
  content: "\e911";
}
.icon-bitcoin-coin:before {
  content: "\e93e";
}
.icon-bookmark-1:before {
  content: "\e944";
}
.icon-clock-2:before {
  content: "\e96c";
}
.icon-currency-euro:before {
  content: "\e982";
}
.icon-desktop-right:before {
  content: "\e987";
}
.icon-desktop-sync:before {
  content: "\e988";
}
.icon-dollar-coins1:before {
  content: "\e98e";
}
.icon-global-connection:before {
  content: "\e9bc";
}
.icon-lock:before {
  content: "\e9f6";
}
.icon-newspaper-stack:before {
  content: "\ea1b";
}
.icon-page-1:before {
  content: "\ea23";
}
.icon-paper-bitcoins-1:before {
  content: "\ea28";
}
.icon-paper-dollars-1:before {
  content: "\ea2c";
}
.icon-paper-dollars-2:before {
  content: "\ea2d";
}
.icon-paper-euros-2:before {
  content: "\ea30";
}
.icon-radar:before {
  content: "\ea4c";
}
.icon-suitcases:before {
  content: "\ea85";
}
.icon-umbrella:before {
  content: "\ea9f";
}
.icon-user-male:before {
  content: "\eaa5";
}
.icon-write:before {
  content: "\eabe";
}
.icon-checkmark-2:before {
  content: "\e964";
}
.icon-credit-card:before {
  content: "\e980";
}
.icon-credit-cards:before {
  content: "\e981";
}
.icon-dollar-coins:before {
  content: "\e98d";
}
.icon-headphones-2:before {
  content: "\e9d5";
}
.icon-paper-plane:before {
  content: "\ea31";
}
.icon-refresh-2:before {
  content: "\ea54";
}
.icon-star:before {
  content: "\ea7f";
}


/*------------------------------------------------------------*/
body {
    background-color: #fff;
    color:#626262;
    font-family: 'Roboto';
    font-size: 16px;
    overflow-x: hidden;
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'FuturaBookCTT';
    color: #1E1E1E;
    line-height:1.2;
    clear: both;
    margin-bottom: 18px;
    text-align: left;
    font-weight: normal;
}
h1 {
    font-size: 55px;
    margin: 45px 0 22px;
    line-height: 1;
}
h2 {
    font-size: 45px;
    line-height: 0.9;
    position: relative;
    margin-bottom: 22px;
}
h3 {
  font-size: 35px;
}
h4 {
  font-size: 35px;
}
h5 {
  font-size: 35px;
}

p {
  margin: 0 0 6px;
}
b, strong {
    font-weight: bold;
}
.centered-block > * {
    text-align: center;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

ul { padding: 14px 0;}
ul li {
    list-style-type: none;
    display: table;
    margin-bottom:8px;
    position: relative;
    padding-left: 26px;
}
ul li:before {
    content: '\e900';
    font-family: 'icomoon';
    color: #1E1E1E;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    line-height: 0.8;
}
a.button {
    padding: 0 50px;
    height: 50px;
    border-radius: 24px;
    background-color: #3200ff; /* Logo color */
    color: #fff;
    text-decoration: none;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    display: table;
    letter-spacing: 0.5px;
    position: relative;
    transition: background-color .5s;
}
a.button_gray {
    margin-top:10px;
    padding: 0 35px;
    height: 50px;
    border-radius: 24px;
    background-color: #767575;
    color: #fff;
    text-decoration: none;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    display: table;
    letter-spacing: 0.5px;
    position: relative;
    transition: background-color .5s;
}
a.button_gray:hover{
    background-color: #666;
}
.first-block a.button {
    padding: 0 32px;
}
a.button:hover,
a.button:focus {
    background-color: rgb(210, 0, 126);
}
.blue-button {
    color: #fff;
    padding: 0 15px;
    height: 50px;
    line-height: 1.2;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 124px;
    border-radius: 25px;
    background: #588cfc;
    background: -moz-linear-gradient(-45deg, #588cfc 1%, #3c21fe 100%);
    background: -webkit-linear-gradient(-45deg, #588cfc 1%, #3c21fe 100%);
    background: linear-gradient(135deg, #588cfc 1%, #3c21fe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#588cfc', endColorstr='#3c21fe', GradientType=1 );
}
.blue-button span {
    display:block;
    font-size: 16px
}

.button.align-center {
    margin: 40px auto 0
}
.button.align-center.small-margin {
    margin-top:0
}
.button.align-right {
    margin: 35px 0 0 auto
}
section .container {
    /* display:flex;
    align-items: flex-start; */
}
.white-section {
    background-color: #fff;
    /* color: #0B0B0B; */
    padding: 65px 0 90px
}
.white-section.large-paddings {
    padding: 95px 0
}
.white-section.xxl-paddings {
    padding: 130px 0 95px
}
/**/
.dark-section {
    background: #F4F4F4 url('images/map_transp.png') no-repeat center;
    padding: 90px 0;
}
.dark-section.large-paddings {
    padding: 95px 0
}
.dark-section.small-paddings {
    padding: 40px 0
}
/**/
.content-big-padding {
    padding-top: 95px
}
.content-med-padding {
    padding-top: 50px
}
/* .white-section h2, .white-section h3, .white-section h4 {
    color: #0B0B0B
} */
.extra-large {
    font-family: 'FuturaBookCTT';
    font-size: 46px;
    line-height: 1.2;
    color: #1E1E1E
}
.extra-large.extra-large-mediumtext {
    font-family: 'Roboto';
    font-size: 30px;
    line-height: 1.7;
}
.extra-large.extra-large-smalltext {
    font-size: 22px;
    line-height: 1.4;
}
.extra-large .xxlarge {
    font-family: 'FuturaBookCTT';
    font-size: 67px;
    line-height: 1.05;
    display: inline-block;
}
.extra-large.extra-large-smalltext  .xxlarge {
    padding-bottom: 14px
}

/**/
.medium-large {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.4;
    color: #766FB3;
    padding: 60px 15px 45px;
}
.medium-large .xxlarge {
    font-size: 35px;
    line-height: 1.2;
    display: inline-block;
    color: #fff;
    margin-bottom: 20px;
}

.text-justify {
    text-align: justify;
}
.align-center {
    align-items: center;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.d-flex {
    display: flex;
}
.d-column {
    flex-direction: column;
}
.site-footer {
    padding:40px 0;
    position: relative;
    font-size: 14px;
}
/**/
.row-icons {
    margin-top: 48px;
}
.row-icons2 {
    margin-top: 80px;
}
.block-icon {
    text-align: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 45px;
}
.block-icon i {
    color: #fff;
    background-color: #2c00a0;
    font-size: 28px;
    border-radius: 50%;
    width: 58px;
    height: 58px;
    line-height: 58px;
    margin-bottom: 26px;
}
.grey-icons .block-icon i {
    background-color: #443290;
    transition: background-color .5s;
}
.grey-icons .block-icon:hover i {
    background-color: #e55fff;
}
.mt-0 {
    margin-top:0!important
}
.block-icon .block-icon-title {
    font-weight: bold;
    font-size: 16px;
    color: #1E1E1E;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 1.2;
}
.grey-icons .block-icon .block-icon-title {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.4;
}
.block-icon p {
    color: #1E1E1E;
    line-height: 1.3;
    margin-bottom: 5px;
    font-size: 15px;
}
.block-icon p:last-child {
    margin-bottom: 0
}

/*  images */
.rel-position {
    position: relative;
}
.abs-img {
    position: absolute;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
    padding-top:21px;
    padding-bottom:16px;
    width: 100%;
    background-color: #fff;
    box-shadow: 5px 0 8px rgba(0,0,0,0.4)
}
#content {
    position: relative;
}
.header-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* */
.container {
    width: 100%;
    max-width: 1230px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
/* content */
.first-block {
    min-height: 660px;
    background-image: url(images/map_big.png);
    background-position-x: 89%;
    background-position-y: 26px;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}
.first-block .container {
    position:relative
}
.first-block .col-content {
    padding-top:60px;
    padding-right: 40px
}
.first-block p {
    margin-bottom:70px;
    font-size: 18px;
}

/**/
.slide-img, .blue-button {
    position: absolute;
}

/**/

/**/


/*  language switcher */
.lang-switcher {
    width: auto;
    position: relative;
    z-index: 9999;
    font-family: 'Roboto';
    font-weight: 800;
    font-size: 12px;
    padding-bottom: 15px;
}
.lang-switcher a {
    color: #000;
    display: flex;
    align-items: center;
}
.lang-switcher a svg {
    width:16px;
    margin-right:5px
}
.lang-switcher a:hover {
    color: #EB008D;
    text-decoration: none;
}
.lang-switcher a:hover svg {
    fill: #EB008D;
}


@media only screen and (min-width: 1440px) {
    .slide-img-1 {
        top: 74px;
        right: 400px;
    }
    .slide-img-2 {
        top: 24px;
        right: 215px;
    }
    .slide-img-3 {
        top: 72px;
        right: -105px;
    }
    .slide-img-4 {
        top: 337px;
        right: 332px;
    }
    .slide-img-5 {
        top: 342px;
        right: 128px;
    }
    .slide-img-6 {
        top: 293px;
        right: -58px;
    }
    .blue-button-1 {
        top: 106px;
        right: 642px;
    }
    .blue-button-2 {
        top: 170px;
        right: 622px;
    }
    .blue-button-3 {
        top: 232px;
        right: 604px;
    }
    .img-1 {
        top: -260px;
        right: -154px;
    }
    .img-2 {
        bottom: -282px;
        left: -410px;
    }
    .img-3 {
        top: -50px;
        right: -364px;
    }
    .img-4 {
        top: -196px;
        right: -320px;
    }
    .img-5 {
        top: -116px;
        right: -160px;
        z-index: 1;
    }
    .img-6 {
        top: -40px;
        right: -200px;
    }

}
@media only screen and (max-width: 1439px) {
    .img-2,.img-3 {
        display: none;
    }

}
@media only screen and (min-width: 1240px) and (max-width: 1439px) {
    .col-images {
        margin-right: -15px
    }
    .slide-img-1, .slide-img-2,  .slide-img-5, .slide-img-6 {
        width:180px
    }
    .slide-img-3, .slide-img-4 {
        width:260px
    }
    .slide-img-1 {
        top: 62px;
        right: 370px;
    }
    .slide-img-2 {
        top: 26px;
        right: 240px;
    }
    .slide-img-3 {
        top: 74px;
        right: 0
    }
    .slide-img-4 {
        top: 324px;
        right: 332px;
    }
    .slide-img-5 {
        top: 290px;
        right: 170px;
    }
    .slide-img-6 {
        top: 255px;
        right: 38px;
    }
    .blue-button-1 {
        top: 108px;
        left: 40%;
    }
    .blue-button-2 {
        top: 170px;
        left: 41%;
    }
    .blue-button-3 {
        top: 232px;
        left: 43%;
    }

    .img-1 {
        top: -260px;
        right: -84px;
    }
    .img-4 {
        top: -196px;
        right: -200px;
    }
    .img-5 {
        top: -116px;
        right: -60px;
        z-index: 1;
    }
    .img-6 {
        top: -40px;
        right: -110px;
    }

}
@media only screen and (min-width: 576px) and (max-width: 1239px) {
    .container {
        padding-left: 25px;
        padding-right: 25px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1239px) {
    h1 {
        font-size: 52px;
    }
    .slide-img-1, .slide-img-2,  .slide-img-5, .slide-img-6 {
        width:150px
    }
    .slide-img-3, .slide-img-4 {
        width:219px
    }
    .slide-img-1 {
        top: 54px;
        right: 308px;
    }
    .slide-img-2 {
        top: 24px;
        right: 200px;
    }
    .slide-img-3 {
        top: 60px;
        right: 0;
    }
    .slide-img-4 {
        top: 272px;
        right: 276px;
    }
    .slide-img-5 {
        top: 243px;
        right: 142px;
    }
    .slide-img-6 {
        top: 215px;
        right: 34px;
    }
    .blue-button-1 {
        top: 108px;
        right: 490px;
    }
    .blue-button-2 {
        top: 170px;
        right: 467px;
    }
    .blue-button-3 {
        top: 232px;
        right: 455px;
    }
    .extra-large {
        font-size: 35px;
    }
    .extra-large .xxlarge {
        font-size: 45px;
    }
    .first-block .container {
        background-size: 55%;
        min-height: auto;
    }
    .first-block .col-content {
        width: 50%;
        padding-top: 58px;
        padding-bottom: 50px;
    }
    .col-images {
        margin-right: -25px
    }
    .img-1 {
        top: -230px;
        right: -50px;
        width: 480px;
    }
    .img-4 {
        width: 570px;
        top: -196px;
        right: -90px;
    }
    .img-5 {
        top: -80px;
        right: -60px;
        width:440px;
        z-index: 1;
    }
    .img-6 {
        top: -10px;
        right: -110px;
        width:700px
    }

}
@media only screen and (min-width: 992px) {
    .bottom-pad60 {
        padding-bottom: 60px
    }
}
@media only screen and (max-width: 991px) {
    .mb-md-30 {
        margin-bottom: 30px
    }
    .first-block {
        min-height: auto;
        background-position-x: center;
        background-position-y: 30px;
        background-size: contain;
    }

    section img {
        margin: 15px 0 30px;
        padding: 0!important;
    }
    section .col-lg-6:first-child img {
        margin-top: 0
    }
    section .col-lg-6:last-child img, section .col-lg-4:last-child img, section .col-lg-5:last-child img {
        margin-bottom: 0
    }
    .first-block .col-content {
        padding-right: 15px;
    }
}
@media only screen and (min-width:768px) {
    .mobile-img {
        display:none
    }
}
@media only screen and (max-width: 991px) and (min-width:768px) {
    h1 {
        font-size: 36px;
    }
    h2, h3 {
        font-size: 35px;
    }
    .extra-large.extra-large-mediumtext {
        font-size: 24px;
    }
    .block-icon .block-icon-title {
        font-size: 15px;
    }
    .slide-img-1, .slide-img-2,  .slide-img-5, .slide-img-6 {
        width:120px
    }
    .slide-img-3, .slide-img-4 {
        width:175px
    }
    .slide-img-1 {
        top: 48px;
        right: 238px;
    }
    .slide-img-2 {
        top: 24px;
        right: 156px;
    }
    .slide-img-3 {
        top: 55px;
        right: 0;
    }
    .slide-img-4 {
        top: 230px;
        right: 210px;
    }
    .slide-img-5 {
        top: 207px;
        right: 107px;
    }
    .slide-img-6 {
        top: 185px;
        right: 26px;
    }
    .blue-button {
        height: 40px;
        width: 95px;
        font-size: 12px;
        line-height: 1;
    }
    .blue-button-1 {
        top: 100px;
        right: 370px;
    }
    .blue-button-2 {
        top: 156px;
        right: 355px;
    }
    .blue-button-3 {
        top: 212px;
        right: 340px;
    }
    .extra-large {
        font-size: 35px;
    }
    .extra-large .xxlarge {
        font-size: 45px;
    }
    .col-images {
        margin-right: -25px
    }
    .img-1 {
        top: -210px;
        right: -60px;
        width: 440px;
    }
    .img-4 {
        width: 500px;
        top: -136px;
        right: -80px;
    }
    .img-5 {
        top: 70px;
        right: -60px;
        width: 380px;
        z-index: 1;
    }
    .img-6 {
        top: 80px;
        right: -150px;
        width: 600px;
    }
}
@media only screen and (max-width: 767px) {
    header#masthead {
        padding-top: 15px;
        padding-bottom: 5px;
    }
    .header-info > img {
        width:90px
    }
    .lang-switcher {
        padding-bottom: 5px;
    }
    .row-icons2 {
        margin-top: 30px;
    }
    .block-icon .block-icon-title {
        font-size: 15px;
    }
    .extra-large.extra-large-mediumtext {
        font-size: 20px;
    }

    .d-sm-none {display:none}
    .extra-large {
        font-size: 35px;
    }
    .extra-large .xxlarge {
        font-size: 45px;
    }
    .blue-button {
        height: 45px;
        width: 110px;
    }
    .img-1,.img-4,.img-5,.img-6 {
        display:none
    }
    .dark-section {
        background-size: 140%;
    }
}
@media only screen and (max-width: 767px) and (min-width:576px) {
    h1 {
        font-size: 35px
    }
    h2, h3 {
        font-size: 35px;
    }
    .mobile-img {
        position: relative;
        float:right;
        max-width:70%;
        z-index:0
    }
    .blue-button-1 {
        top: 120px;
        left: 64%;
    }
    .blue-button-2 {
        top: 190px;
        left: 64%;
    }
    .blue-button-3 {
        top: 260px;
        left: 64%;
    }

}
@media only screen and (max-width: 991px) and (min-width:576px) {
    header#masthead {
        padding-top: 12px;
        padding-bottom: 8px;
    }
    .header-info img.logo {
        max-width:100px
    }
    h1 {
        margin: 15px 0 15px;
    }
    .first-block p {
        margin-bottom: 40px;
        font-size: 16px;
    }

    section:not(.first-block), .white-section {
        padding: 50px 0 50px!important
    }
    .col-content {
        padding-top:0!important;
        padding-bottom:0!important;
    }
    /* .first-block .container {
        background-size: auto 450px;
        min-height: auto;
        background-position: bottom center
    } */
    .first-block .col-content {
        width: 100%;
        padding-top: 42px!important;
        padding-bottom: 38px!important;
    }
    .extra-large {
        padding-bottom:30px!important
    }
    .content-big-padding {
        padding-top:0!important;
        padding-bottom: 0!important
    }
    .site-footer {
        padding: 30px 0;
    }
}
@media only screen and (max-width:575px) {
    .mobile-img {
        display:block;
        position: absolute;
        bottom:0px;
        right:0px;
        bottom: -40px;
        right: -20px;
        z-index:0
    }
    a.button {
        padding: 0 30px;
    }
    .blue-button {
        position: relative;
        float: left;
        margin: 15px 10px 15px 0;
        width: 90px;
        font-size: 12px;
    }
    /* .blue-button-1 {
        top: 120px;
        left: 64%;
    }
    .blue-button-2 {
        top: 190px;
        left: 64%;
    }
    .blue-button-3 {
        top: 260px;
        left: 64%;
    } */

    .first-block {
        min-height: auto;
    }
    .first-block .container {
        background-size: auto 250px;
        min-height: auto;
        background-position: bottom center
    }
    .col-content {
        padding-top:0!important;
        padding-bottom:0!important;
    }
    .first-block .col-content {
        width: 100%;
        padding-top: 20px!important;
        padding-bottom: 20px!important;
    }
    .first-block .col-content img {
        margin:10px 0 0
    }
    a.button.orange-button {
        margin: 25px 0 10px;
    }
    section:not(.first-block), .white-section {
        padding: 50px 0 50px!important
    }
    .content-big-padding {
        padding-top: 0!important;
        padding-bottom: 0!important;
    }
    .row .block-icon {
        border: none;
        margin-bottom: 30px;
    }
    h1 {
      font-size: 32px;
      margin: 20px 0
    }
    h2 {
      font-size: 32px;
    }
    h3 {
      font-size: 32px;
    }
    h4 {
      font-size: 26px;
    }
    h5 {
      font-size: 26px;
    }
    .first-block p {
        font-size:14px;
        margin-bottom: 15px;
    }
    .button.align-center, .button.align-right {
        margin: 20px auto 0;
    }
    .extra-large {
        font-size: 24px;
    }
    .extra-large .xxlarge {
        font-size: 32px;
    }
    .medium-large {
        font-size: 20px;
    }
    .medium-large .xxlarge {
        font-size: 25px;
    }
    .row-icons {
        margin-top: 30px;
    }
    .site-footer {
        padding: 15px 0;
        font-size: 12px;
    }
    .block-icon i {
        margin-bottom: 22px;
    }
    .extra-large.extra-large-smalltext {
        font-size: 18px;
    }
}


/**/


@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}



/**/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
/*
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
*/
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 50%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
/**/
@-webkit-keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: rotateY(-90deg) rotateX(90deg) translateX(250px);
    transform: rotateY(-90deg) rotateX(90deg) translateX(250px);
  }
  to {
    opacity: 1;
    -webkit-transform: rotateX(0deg) rotateY(0deg) translateX(0);
    transform: rotateX(0deg) rotateY(0deg) translateX(0);
  }
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: rotateY(-90deg) rotateX(90deg) translateX(250px);
    transform: rotateY(-90deg) rotateX(90deg) translateX(250px);
  }
  to {
    opacity: 1;
    -webkit-transform: rotateX(0deg) rotateY(0deg) translateX(0);
    transform: rotateX(0deg) rotateY(0deg) translateX(0);
  }
}
.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}
/**/
@-webkit-keyframes fadeInUp3 {
  from {
    opacity: 0;
    -webkit-transform: rotateY(-90deg) rotateX(90deg) translateX(250px);
    transform: rotateY(-90deg) rotateX(90deg) translateX(250px);
  }
  to {
    opacity: 1;
    -webkit-transform: rotateX(0deg) rotateY(0deg) translateX(0);
    transform: rotateX(0deg) rotateY(0deg) translateX(0);
  }
}
@keyframes fadeInUp3 {
  from {
    opacity: 0;
    -webkit-transform: rotateY(-90deg) rotateX(90deg) translateX(250px);
    transform: rotateY(-90deg) rotateX(-90deg) translateX(-250px);
  }
  to {
    opacity: 1;
    -webkit-transform: rotateX(0deg) rotateY(0deg) translateX(0);
    transform: rotateX(0deg) rotateY(0deg) translateX(0);
  }
}
.fadeInUp3 {
  -webkit-animation-name: fadeInUp3;
  animation-name: fadeInUp3;
}

/**/
@-webkit-keyframes fadeInUp4 {
  from {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes fadeInUp4 {
  from {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.fadeInUp4 {
  -webkit-animation-name: fadeInUp4;
  animation-name: fadeInUp4;
}


/**/
@-webkit-keyframes fadeInUp5 {
  from {
    opacity: 0;
    -webkit-transform: rotateY(-90deg) rotateX(90deg) translateX(250px);
    transform: rotateY(-90deg) rotateX(90deg) translateX(250px);
  }
  to {
    opacity: 1;
    -webkit-transform: rotateX(0deg) rotateY(0deg) translateX(0);
    transform: rotateX(0deg) rotateY(0deg) translateX(0);
  }
}
@keyframes fadeInUp5 {
  from {
    opacity: 0;
    -webkit-transform: rotateY(-90deg) rotateX(90deg) translateX(250px) translateY(250px);
    transform: translateY(250px) translateZ(250px);
  }
  to {
    opacity: 1;
    -webkit-transform: rotateX(0deg) rotateY(0deg) translateX(0) translateY(0);
    transform: translateY(0) translateZ(0);
  }
}
.fadeInUp5 {
  -webkit-animation-name: fadeInUp5;
  animation-name: fadeInUp5;
}

/* slide animations */
/**/
@-webkit-keyframes slide1 {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50px) translateY(-150px);
    transform: translateX(-50px) translateY(-150px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}
@keyframes slide1 {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50px) translateY(-150px);
    transform: translateX(-50px) translateY(-150px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}
.slide1 {
  -webkit-animation-name: slide1;
  animation-name: slide1;
}

/**/
@-webkit-keyframes slide2 {
  from {
    opacity: 0;
    -webkit-transform: translateX(150px) translateY(-150px);
    transform: translateX(150px) translateY(-150px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}
@keyframes slide2 {
  from {
    opacity: 0;
    -webkit-transform:translateX(150px) translateY(-150px);
    transform: translateX(150px) translateY(-150px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}
.slide2 {
  -webkit-animation-name: slide2;
  animation-name: slide2;
}

/**/
@-webkit-keyframes slide3 {
  from {
    opacity: 0;
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
  }
  to {
    opacity: 1;
    -webkit-transform:translateX(0);
    transform: translateX(0);
  }
}
@keyframes slide3 {
  from {
    opacity: 0;
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
  }
  to {
    opacity: 1;
    -webkit-transform:translateX(0);
    transform: translateX(0);
  }
}
.slide3 {
  -webkit-animation-name: slide3;
  animation-name: slide3;
    max-width: 223px;
}

/**/
@-webkit-keyframes slide4 {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50px) translateY(-150px);
    transform: translateX(-50px) translateY(-150px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}
@keyframes slide4 {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50px) translateY(-150px);
    transform: translateX(50px) translateY(150px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}
.slide4 {
  -webkit-animation-name: slide4;
  animation-name: slide4;
}

/**/
@-webkit-keyframes button1 {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50px) translateY(-150px);
    transform: rotateX(90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}
@keyframes button1 {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50px) translateY(-150px);
    transform: rotateX(90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
    transform: rotateX(0deg);
  }
}
.button1 {
  -webkit-animation-name: button1;
  animation-name: button1;
}



/* scroll animation */
.os-animation{
  opacity: 0;
}

.os-animation.animated{
    opacity: 1;
}


@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}


/* to-top button */

#page {
    position: relative
}
.to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 46px;
    height: 46px;
    background-color: transparent;
    transition: all .5s;
    z-index: 999;
    visibility: hidden;
}
.uptopfixed .to-top {
    visibility: visible;
    background-color: #EB008D;
}

.uptopfixed .to-top:hover {
    background-color: rgb(210, 0, 126);
}
.to-top:before {
    bottom: 16px;
    left: 9px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 13px;
    cursor: pointer;
}
@media only screen and (max-width: 575px) {
    .to-top {
        right: 15px;
        bottom: 15px;
    }
}
