@font-face {
  font-family: "Futura";
  src: url("../fonts/futura-pt-demi.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

html {
  box-sizing: border-box;
}

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

@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@-webkit-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
html {
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #373a3c;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

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] {
  cursor: help;
  border-bottom: 1px dotted #818a91;
}

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: bold;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #0275d8;
  text-decoration: none;
}
a:focus, a:hover {
  color: rgb(1.2981651376, 75.9426605505, 140.2018348624);
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  background-color: transparent;
}

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

th {
  text-align: left;
}

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

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

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0;
}

textarea {
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

input[type=search] {
  box-sizing: inherit;
  -webkit-appearance: none;
}

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.container::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 544px) {
  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 940px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.container-fluid::after {
  content: "";
  display: table;
  clear: both;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}
.row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
  position: relative;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

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

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

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

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

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

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 544px) {
  .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1 {
    float: left;
  }
  .col-xl-1 {
    width: 8.3333333333%;
  }
  .col-xl-2 {
    width: 16.6666666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.3333333333%;
  }
  .col-xl-5 {
    width: 41.6666666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.3333333333%;
  }
  .col-xl-8 {
    width: 66.6666666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.3333333333%;
  }
  .col-xl-11 {
    width: 91.6666666667%;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-pull-1 {
    right: 8.3333333333%;
  }
  .col-xl-pull-2 {
    right: 16.6666666667%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-4 {
    right: 33.3333333333%;
  }
  .col-xl-pull-5 {
    right: 41.6666666667%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-7 {
    right: 58.3333333333%;
  }
  .col-xl-pull-8 {
    right: 66.6666666667%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-10 {
    right: 83.3333333333%;
  }
  .col-xl-pull-11 {
    right: 91.6666666667%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-push-1 {
    left: 8.3333333333%;
  }
  .col-xl-push-2 {
    left: 16.6666666667%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-4 {
    left: 33.3333333333%;
  }
  .col-xl-push-5 {
    left: 41.6666666667%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-7 {
    left: 58.3333333333%;
  }
  .col-xl-push-8 {
    left: 66.6666666667%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-10 {
    left: 83.3333333333%;
  }
  .col-xl-push-11 {
    left: 91.6666666667%;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
}
body {
  font-family: "Optima", "Roboto", Arial, sans-serif;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Futura", "PT serif", Georgia, serif;
}

a {
  transition: all 0.15s linear 0s;
  text-decoration: none;
}

h2 {
  font-family: "Futura", "PT serif", Georgia, serif;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 50px;
  text-align: center;
  font-weight: 400;
}
h2:before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  width: 50px;
  margin-left: -25px;
  height: 4px;
  background-color: #f95506;
}

.btn {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 20px;
  background-color: #f95506;
  color: #fff;
  letter-spacing: 2px;
  transition: all 0.1s linear 0s;
  margin-top: 15px;
  border-radius: 5px;
  box-shadow: 2px 3px 15px 0px #585858;
}
.btn:hover {
  background-color: rgb(199.2, 68, 4.8);
  text-decoration: none;
  color: #fff;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.center {
  text-align: center;
}

.hidden {
  display: none;
  opacity: 0;
  transition: all 1s;
}

.shown {
  display: inline-block;
  opacity: 1;
  transition: all 1s;
}

hr {
  margin: 0;
  padding: 0;
}

.content {
  min-height: 300px;
}

form input {
  padding-left: 10px;
  line-height: 2.2;
  border-radius: 7px;
  border: 0;
  width: 100%;
  margin-bottom: 20px;
  color: #212430;
}
form .button {
  background-color: rgb(149.4, 51, 3.6);
  color: #fff;
  letter-spacing: 1px;
  font-weight: 600;
  transition: all 0.1s linear 0s;
  color: #fff;
  width: 100%;
  line-height: 2.2;
  border-radius: 7px;
  border: 0;
  margin-bottom: 10px;
}
form .button:hover {
  background-color: #f95506;
}

.slick-prev:before {
  content: url(../img/back.svg);
  width: 30px;
  height: 60px;
}

.slick-prev {
  left: -65px;
}

.slick-next {
  right: -65px;
}

.slick-next:before {
  content: url(../img/next.svg);
  width: 30px;
  height: 60px;
}

.clearfix {
  clear: both;
}

.clear-fix {
  clear: both;
}

input {
  margin: 5px 0;
}

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

.alignleft {
  float: left;
  margin-right: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  border-radius: 3px;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

td, th {
  padding: 5px;
}

.menu {
  display: inline-block;
}

.nav {
  display: inline;
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding: 0;
  font-size: 0;
}
.nav .menu-item {
  position: relative;
  display: inline-block;
  list-style-type: none;
  font-size: 14px;
  margin: 0;
}
.nav .menu-item a {
  padding: 10px 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.nav .menu-item a:hover {
  color: #f95506;
  text-decoration: none;
}
.nav .menu-item .sub-menu {
  display: none;
  margin: 0;
  padding: 0;
  background-color: #ccc;
}
.nav .menu-item .sub-menu .menu-item {
  position: relative;
  display: block;
  list-style-type: none;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
}
.nav .menu-item .sub-menu .menu-item a {
  color: #000;
}
.nav .menu-item .sub-menu .menu-item a:hover {
  color: #fff;
}
.nav .menu-item .sub-menu .menu-item .sub-menu {
  display: none;
  margin: 0;
  padding: 0;
}
.nav .menu-item .sub-menu .menu-item .sub-menu .menu-item {
  text-transform: none;
  position: relative;
  display: block;
  list-style-type: none;
  font-size: 12px;
  width: 100%;
  font-weight: 300;
}
.nav .menu-item .sub-menu .menu-item .sub-menu .menu-item a {
  color: #000;
}
.nav .menu-item .sub-menu .menu-item .sub-menu .menu-item a:hover {
  color: #fff;
}
.nav .menu-item .sub-menu .menu-item .sub-menu .menu-item a:after {
  content: "";
}
.nav .menu-item .sub-menu .menu-item .sub-menu:before {
  transform: rotate(45deg);
  background: #fff;
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  left: 40px;
  top: 15px;
  width: 12px;
}
.nav .menu-item .sub-menu .menu-item .menu-item:hover {
  background-color: #FFF;
}
.nav .menu-item .sub-menu .menu-item .menu-item:hover a {
  color: #000;
}
.nav .menu-item .sub-menu .menu-item .menu-item:hover a:hover {
  color: #f95506;
}
.nav .menu-item .sub-menu .menu-item:hover {
  background-color: #f95506;
}
.nav .menu-item .sub-menu .menu-item:hover a {
  color: #fff;
}
.nav .menu-item .sub-menu .menu-item:hover .menu-item:after {
  content: "";
  display: block;
  height: 40px;
  position: absolute;
  right: 200px;
  top: 0px;
  width: 100px;
}
.nav .menu-item .sub-menu .menu-item:hover > .sub-menu {
  border-top: 1px solid white;
  display: block;
  color: #000;
  background-color: #FFF;
  position: absolute;
  top: 0px;
  left: 275px;
  width: 100%;
  z-index: 10000;
}
.nav .menu-item .sub-menu:before {
  transform: rotate(45deg);
  background: #fff;
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  right: 130px;
  top: -7px;
  width: 12px;
}
.nav .menu-item:hover > .sub-menu {
  border-top: 1px solid white;
  display: block;
  color: #000;
  background-color: #FFF;
  position: absolute;
  top: 71px;
  left: 0;
  z-index: 10000;
}

.current-menu-item {
  background-color: #f95506;
  color: #fff;
}

.current-menu-item a {
  color: #fff !important;
}

.header {
  padding: 0 30px;
  background-color: transporent;
  position: fixed;
  width: 100%;
  transition: all 0.2s linear 0s;
  z-index: 9999;
}
.header i {
  margin-right: 15px;
  color: #f95506;
}
.header .tel {
  line-height: 3;
  text-align: right;
  white-space: nowrap;
}
.header .menu {
  line-height: 3;
  white-space: nowrap;
}
.header .menu a {
  color: #000;
}

.margin {
  padding-top: 100px;
}

.header-slider {
  padding: 0 30px;
  background-color: transporent;
  position: fixed;
  width: 100%;
  transition: all 0.2s linear 0s;
  z-index: 9999;
  color: #fff;
}
.header-slider i {
  margin-right: 15px;
  color: #f95506;
}
.header-slider .tel {
  line-height: 3;
  text-align: right;
  white-space: nowrap;
}
.header-slider .menu {
  color: #fff;
  line-height: 3;
  white-space: nowrap;
}
.header-slider .menu a {
  color: #fff;
}

.header-img {
  background-image: url(../img/slider/slide1.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  clip-path: polygon(100% 0, 100% 87%, 50% 100%, 0 87%, 0 0);
  color: #fff;
}
.header-img .tagline {
  color: #fff;
}
.header-img .btn {
  margin-bottom: 50px;
}
.header-img h1 {
  font-size: 40px;
  padding-top: 170px;
  margin-bottom: 30px;
  text-shadow: 0 0 3px #000;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.header-img .h2 {
  color: #f95506;
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 70px;
  text-shadow: 0 0 3px #000;
}
.header-img h3 {
  padding-bottom: 30px;
}
.header-img a {
  color: #fff;
}
.header-img p {
  margin: 0;
  padding-bottom: 50px;
}
.header-img .wrapper {
  background-color: rgba(4, 4, 6, 0.6);
  min-height: 75vh;
}

.big {
  padding-top: 25px;
  font-size: 20px;
}

.sm {
  padding: 3px 30px;
  background-color: rgba(249, 85, 6, 0.6);
  font-size: 16px;
}
.sm .fa {
  color: #fff;
}
.sm img {
  width: 150px;
  transition: all 0.2s linear 0s;
}

.slider .slide {
  background-position: center 30%;
  background-size: cover;
}
.slider .wrapper {
  padding-top: 250px;
  height: 600px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.44);
  color: #fff;
  text-shadow: 0 0 3px #000;
  text-align: center;
}
.slider h2 {
  text-transform: uppercase;
  letter-spacing: 4px;
  word-spacing: 1px;
  font-size: 30px;
  padding-bottom: 20px;
  font-weight: 800;
}
.slider .slick-dots li.slick-active button:before {
  opacity: 0.95;
  color: #f95506;
}
.slider .slick-dots li button:before {
  font-size: 14px;
  top: -40px;
  color: #fff;
}

.services {
  padding: 50px 0;
}
.services .serv-item {
  text-align: center;
}
.services .ico img {
  width: 120px;
  margin-bottom: 20px;
}
.services h3 {
  text-align: center;
  color: #f95506;
  font-weight: 400;
}
.services p {
  text-align: center;
}

.services__foto .item {
  min-height: 350px;
  margin-bottom: 50px;
}
.services__foto h3 {
  color: #f95506;
  padding-top: 20px;
  min-height: 50px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
}
.services__foto img {
  width: 100%;
  border-radius: 8px;
  height: 220px;
  object-fit: cover;
}
.services__foto .text {
  min-height: 96px;
}

.services__links .itema {
  height: 220px;
  width: 350px;
  overflow: hidden;
  display: block;
  margin-right: 20px;
  margin-bottom: 20px;
  text-decoration: none;
}
.services__links .itema:hover .item {
  transform: scale(1.1);
}
.services__links .item {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  transition: all 0.2s linear 0s;
  overflow: hidden;
}
.services__links .item .wrapper {
  transition: all 0.2s linear 0s;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.36);
  overflow: hidden;
}
.services__links .item p {
  text-align: center;
  color: #fff;
  font-size: 25px;
  text-shadow: 0 0 3px #000;
  line-height: 1.2;
  padding: 75px 20px 0;
  opacity: 1;
}
.services__links .item:hover .wrapper {
  background-color: rgba(249, 85, 6, 0.6);
}

.about {
  padding: 50px 0;
  background-color: #f2f7ff;
}

.icos {
  background-color: #212430;
  padding: 50px 0;
  color: #fff;
}
.icos h3 {
  color: #fff;
  font-weight: 400;
  padding: 10px 0;
  margin-bottom: 30px;
  text-align: center;
}
.icos h4 {
  margin: 30px;
}
.icos .last {
  padding-bottom: 40px;
}
.icos .item h3 {
  text-align: left;
  font-weight: 400;
  color: #f95506;
  margin: 0;
  padding-bottom: 10px;
}
.icos .item .ico {
  vertical-align: top;
  display: inline-block;
  margin-right: 5px;
}
.icos .item .text {
  display: inline-block;
  width: 80%;
}
.icos .item .item-icon {
  fill: #f95506;
  width: 60px;
  height: 60px;
  transition: all 0.1s linear 0s;
}
.icos .item .item-icon:hover {
  fill: #fff;
}
.icos .row {
  padding-bottom: 50px;
}
.icos h4 {
  font-weight: 500;
  text-align: center;
}

.icos-4 {
  padding: 50px 0;
}
.icos-4 .ico {
  display: block;
}
.icos-4 .item-icon {
  fill: #f95506;
  height: 70px;
  width: 100%;
}
.icos-4 .text {
  text-align: center;
  margin-left: 10%;
  margin-right: 10%;
}

.portfolio {
  padding: 50px 0;
}
.portfolio .display:first-child {
  display: block !important;
}
.portfolio .pic {
  object-fit: contain;
  width: 100%;
  height: 230px;
  text-align: center;
  margin-bottom: 15px;
}
.portfolio h3 {
  color: #f95506;
  text-align: center;
  font-weight: 500;
}
.portfolio .btn-right {
  color: #fff;
  background-color: #f95506;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 5px;
  margin: 15px;
  float: right;
  text-decoration: none;
}
.portfolio .btn-right:hover {
  background-color: rgb(199.2, 68, 4.8);
}

.partners {
  padding: 50px;
}
.partners img {
  width: 210px;
  margin-right: 60px;
  height: 100px;
  object-fit: contain;
}
.partners .slider-sm {
  padding: 30px 0;
}

.divider1 {
  height: 270px;
  background-image: url(../img/div1.jpg);
  background-attachment: fixed;
  background-size: cover;
}

.divider2 {
  height: 270px;
  background-image: url(../img/div2.jpg);
  background-attachment: fixed;
  background-size: cover;
}

.divider-links {
  background-image: url(../img/div2.jpg);
  background-attachment: fixed;
  background-size: cover;
}
.divider-links .wrapper {
  padding: 30px 0 40px;
  background-color: rgba(0, 0, 0, 0.7);
}
.divider-links h3 {
  color: #f95506;
}
.divider-links a {
  display: block;
  color: #fff;
  margin-left: 39px;
  position: relative;
  margin-bottom: 7px;
  font-size: 14px;
}
.divider-links a:hover {
  color: #f95506;
  text-decoration: none;
}
.divider-links a:before {
  content: url(../img/tr.png);
  position: absolute;
  top: 2px;
  left: -25px;
}

.examp {
  padding: 50px 0;
}
.examp h3 {
  color: #f95506;
  text-align: center;
  font-weight: 500;
}
.examp img {
  object-fit: contain;
  width: 100%;
  height: 230px;
  text-align: center;
  margin-bottom: 15px;
}
.examp .bt {
  text-align: center;
}
.examp .btns {
  color: #fff;
  background-color: #f95506;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 5px;
  margin: 15px;
  font-size: 18px;
}
.examp .btns:hover {
  background-color: rgb(99.6, 34, 2.4);
  text-decoration: none;
}
.examp p {
  text-align: center;
}
.examp .right {
  margin-left: 70px;
  float: right;
}

.posts {
  background-color: #f2f7ff;
  padding: 50px 0;
}
.posts .wrapper-sm {
  padding: 40px 20px;
  height: 300px;
  transition: all 0.2s linear 0s;
}
.posts .post {
  overflow: hidden;
  background-size: cover;
  transition: all 0.1s linear 0s;
}
.posts .post:hover .text {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
.posts .post:hover .wrapper-sm {
  background-color: rgba(0, 0, 0, 0.5);
}
.posts h3 {
  font-size: 20px;
  font-weight: 600;
  color: #f95506;
  background-color: #fff;
  font-family: "Futura", "PT serif", Georgia, serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 2px 10px;
  line-height: 1.1;
  position: relative;
  text-shadow: 0 0 3px #fff;
  display: inline;
}
.posts .date {
  background-color: #f95506;
  display: inline-block;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1;
  padding: 2px 5px;
}
.posts p {
  color: #fff;
  line-height: 1.2;
}
.posts a {
  text-align: right;
  display: block;
  color: #f95506;
}
.posts .text {
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: scale(1.4);
  margin-top: 10px;
}

.fb {
  padding: 50px 0;
  background-color: #212430;
}
.fb .slider {
  min-height: 400px;
}
.fb h2 {
  color: #fff;
}
.fb img {
  border: 3px solid #f95506;
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.fb p {
  color: #fff;
  text-align: center;
  display: inline;
  width: 90%;
}
.fb a {
  font-weight: 600;
  text-align: center;
  color: #f95506;
  display: block;
  margin-bottom: 10px;
}
.fb i {
  font-size: 40px;
  color: #f95506;
  display: inline-block;
  width: 50px;
}

.map-form {
  position: relative;
  padding: 50px 0;
}
.map-form .map {
  width: 100%;
  height: 400px;
  margin: 0 auto;
  top: 0px;
  position: absolute;
  z-index: 0;
}
.map-form .form {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 30px 60px;
  width: 400px;
}

.footer-form {
  background-image: url(../img/foot-bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  color: #fff;
}
.footer-form .wrapper {
  padding: 60px 0;
  background-color: rgba(4, 4, 6, 0.75);
}
.footer-form h2 {
  color: #fff;
}
.footer-form .contacts {
  margin-top: 3em;
}
.footer-form .contacts p {
  font-size: 20px;
  white-space: nowrap;
  margin-bottom: 2em;
  display: block;
}
.footer-form .contacts i {
  margin-right: 20px;
  width: 25px;
  text-align: center;
  color: #f95506;
  font-size: 25px;
  margin-top: 3px;
  display: inline-block;
  vertical-align: top;
}
.footer-form .contacts a {
  font-weight: normal;
  color: #fff;
}
.footer-form .contacts a:hover {
  text-decoration: none;
  color: #f95506;
}

.popup {
  display: none;
  position: fixed;
  z-index: 909999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.bg {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  
  background: rgba(0, 0, 0, 0.8);
}

.popup-window {
  position: relative;
  z-index: 99999999;
  margin: 100px auto;
  padding: 20px 30px 40px;
  background: #fff;
  /*height: 80%;*/
  border-radius: 5px;
}

.popup-window .modal-title {
  margin-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  font-size: 22px;
}

.popup-window p {
  margin-bottom: 5px;
  letter-spacing: 0.7px;
}

.popup-window .btn {
  border-color: #f95506;
  margin-top: 10px;
}

.popup-window textarea {
  line-height: 33px;
  height: 63px;
  font-size: 13px;
  width: 100%;
  border: #f95506 1px solid;
}

.popup-window input[type=submit] {
  background: #f95506;
  display: block;
  border: none;
  width: 100%;
  height: 40px;
  color: #fff;
  font-size: 12px;
  line-height: 30px;
}

.popup-window .close {
  float: right;
  margin-left: 180px;
  margin-bottom: 20px;
  text-decoration: none;
  color: #f95506;
}

.visible {
  display: block;
}

@media (max-width: 720px) {
  .popup {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .popup-window {
    margin: 20px auto;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
  }
  .slider h2 {
    font-size: 20px;
    margin-bottom: 0;
  }
  .header .tel {
    text-align: center;
  }
  .big img {
    width: 180px;
    margin: 0 auto;
    display: block;
  }
  .slider .wrapper {
    padding-top: 60px;
    height: 400px;
  }
  h2 {
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 40px;
  }
  .slider p {
    width: 100%;
  }
  .header-slider .menu {
    margin-left: 0px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    letter-spacing: 0px;
    padding-left: 15px;
  }
  .nav .menu-item {
    display: block;
    font-size: 12px;
  }
  .navbar-collapse {
    padding: 0;
  }
  .header-slider {
    padding: 0;
  }
  .icos {
    text-align: center;
  }
  .icos .item h3 {
    text-align: center;
  }
  .ico {
    margin-top: 25px;
  }
  img {
    max-width: 100%;
  }
  .page-template-default .page-header {
    height: 120px;
  }
  .page .content {
    padding-top: 30px;
  }
  .navbar-default {
    top: -60px;
    position: relative;
  }
  .sm {
    height: 100px;
  }
}

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