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

html {
  scroll-behavior: smooth; }

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 150%; }

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

.bgBlue {
  background-color: #0e63f4; }

.global-transitions, a, button, .eci::before, [data-url], [data-url-blank], [data-goto], .icon::before, .js-gallery img, #contact-form input[type="submit"] {
  transition: 0.2s all; }

#page-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: url("../img/ajax-loader.gif") no-repeat center center #fff; }

a, table,
select, input, textarea, button, ::placeholder {
  font: inherit;
  color: inherit; }

button, label {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

address,
em {
  font-style: normal; }

main, article, section, aside, footer, header {
  display: block; }

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

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

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

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

.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-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 {
  -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: none; }

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

.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: -ms-flexbox !important;
  display: flex !important; }

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

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

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

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

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

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

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

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

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

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

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important; }

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

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

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

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

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

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

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
      align-self: auto !important; }

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
      align-self: stretch !important; }
/*@import 'partials/icons';*/
/*@import 'partials/animate';*/
/* Special */
a {
  text-decoration: none;
  outline: none;
  color: inherit; }

.link {
  display: inline-block;
  position: relative;
  color: #727d98; }
  .link:hover {
    text-decoration: underline; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 1.5em !important;
  margin-top: 60px; }
  ul li {
    margin-bottom: 30px;
    position: relative;
    padding-left: 40px;
    color: #727d98; }
    ul li::before {
      content: '';
      width: 20px;
      height: 20px;
      background: url("../images/icon-check.png") no-repeat;
      position: absolute;
      left: 0;
      top: 0; }
    ul li:last-child {
      margin: 0; }
    ul li strong {
      color: #000; }

.title-with-line {
  font-weight: 400;
  position: relative; }
  .title-with-line::before {
    content: '';
    position: absolute;
    top: -80px;
    left: 0;
    height: 6px;
    width: 450px;
    max-width: 100%;
    background-color: #f93e02; }

.title {
  font-family: 'Playfair Display', serif;
  font-weight: 700; }

/* Headers */
h1, h2, h3, h4, h5, h6 {
  color: #000;
  line-height: 130%;
  font-weight: 400; }

.h1 {
  font-size: 1.2rem;
  line-height: 1.25; }

.h2 {
  font-size: 1.175rem;
  line-height: 1.2; }

.h3 {
  font-size: 1.15rem; }

.h4 {
  font-size: 1.125rem; }

.h5 {
  font-size: 1.1rem; }

.h6 {
  font-size: 1rem; }

.textLight {
  font-weight: 300; }

.text12 {
  line-height: 130%;
  font-size: 12px; }

.text14 {
  line-height: 130%;
  font-size: 14px; }

.text15 {
  line-height: 130%;
  font-size: 15px; }

.text16 {
  line-height: 130%;
  font-size: 16px; }

.text18, ul, .bottom-data h4 {
  line-height: 130%;
  font-size: 18px; }

.text20 {
  line-height: 130%;
  font-size: 20px; }

.text22, .content-with-icon h3, #section-4 .tile {
  line-height: 130%;
  font-size: 22px; }

.text24 {
  line-height: 130%;
  font-size: 24px; }

.text26 {
  line-height: 130%;
  font-size: 26px; }

.text28 {
  line-height: 130%;
  font-size: 28px; }

.text30 {
  line-height: 130%;
  font-size: 30px; }

.text32, .bottom-data h2 {
  line-height: 130%;
  font-size: 32px; }

.text34 {
  line-height: 130%;
  font-size: 34px; }

.text36 {
  line-height: 130%;
  font-size: 36px; }

.text38, .bottom-data h3 {
  line-height: 130%;
  font-size: 38px; }

.text40, .elementor-heading-title, .main-title, .section-title h1, .section-title h2 {
  line-height: 130%;
  font-size: 40px; }

.text42 {
  line-height: 130%;
  font-size: 42px; }

.text44, .title-with-line, .title {
  line-height: 130%;
  font-size: 44px; }

.text48 {
  line-height: 130%;
  font-size: 48px; }

.text50, .main-title.big {
  line-height: 130%;
  font-size: 50px; }

.text56 {
  line-height: 130%;
  font-size: 56px; }

.text66 {
  line-height: 130%;
  font-size: 66px; }

.line-height-big {
  line-height: 150%; }

.justify {
  text-align: justify; }

.colorWhite {
  color: #fff; }

.colorBlack {
  color: #000; }

.colorDarkBlue {
  color: #0e63f4; }

.colorBlue {
  color: #0066d5; }

.colorGreen {
  color: #b8c99d; }

.colorGrey {
  color: #727d98; }

.colorRed {
  color: #ed1c24; }

.colorOrange {
  color: #f93e02; }

.icon30 {
  font-size: 30px;
  line-height: 30px; }
  .icon30::before {
    font-size: 30px; }

.icon20 {
  font-size: 20px;
  line-height: 20px; }
  .icon20::before {
    font-size: 20px; }

.icon40 {
  font-size: 40px;
  line-height: 40px; }
  .icon40::before {
    font-size: 40px; }

.icon45 {
  font-size: 45px;
  line-height: 45px; }
  .icon45::before {
    font-size: 45px; }

.icon50 {
  font-size: 50px;
  line-height: 50px; }
  .icon50::before {
    font-size: 50px; }

.icon55 {
  font-size: 55px;
  line-height: 55px; }
  .icon55::before {
    font-size: 55px; }

.icon60 {
  font-size: 60px;
  line-height: 60px; }
  .icon60::before {
    font-size: 60px; }

.icon70 {
  font-size: 70px;
  line-height: 70px; }
  .icon70::before {
    font-size: 70px; }

.icon80 {
  font-size: 70px;
  line-height: 70px; }
  .icon80::before {
    font-size: 70px; }

.icon120 {
  font-size: 120px;
  line-height: 120px; }
  .icon120::before {
    font-size: 120px; }

.bg-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

/*@import 'partials/shortcodes';*/
.ls-reset, ul.with-circles, #menu-bottom, #menu-footer-offer {
  margin: 0;
  padding-left: 0;
  list-style-type: none; }

.button, #contact-form input[type="submit"] {
  position: relative;
  display: inline-block;
  padding: 14px 40px;
  background-color: red;
  border-radius: 0 15px 15px 15px;
  border: 2px solid transparent;
  color: #fff;
  text-align: center; }
  .button:hover, #contact-form input:hover[type="submit"] {
    box-shadow: 0.125em 0.125em 0.25em rgba(0, 0, 0, 0.7);
    transform: translate(-0.075em, -0.075em); }
  .button.blue, #contact-form input.blue[type="submit"] {
    background-color: #0e63f4; }

[data-url], [data-url-blank], [data-goto] {
  cursor: pointer; }

.icon {
  display: inline-block;
  position: relative; }
  .icon::before {
    font: normal normal normal 14px/1 FontAwesome;
    font-family: 'ht';
    position: absolute;
    color: #f93e02;
    font-size: 25px; }

.no-with-icon .elementor-icon-box-icon {
  position: absolute;
  bottom: 30px; }
  .no-with-icon .elementor-icon-box-icon i {
    font-size: 55px; }

.no-with-icon .elementor-icon-box-title {
  font-size: 100px;
  padding-left: 20px;
  color: #e5f5fc; }

.v-line-right {
  border-right: 1px solid #000; }

.hidden {
  display: none; }

video {
  outline: none; }

.video-wrapper {
  width: 100%;
  height: 0;
  padding-top: 54.25%;
  position: relative; }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.js-gallery img:hover {
  transform: scale(1.05); }

.list-reset {
  margin: 0;
  padding: 0;
  list-style-type: none; }

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

.text-center {
  text-align: center;
  margin: 0 auto; }

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

ul.with-circles {
  margin: 40px 0; }
  ul.with-circles li {
    padding-left: 50px;
    margin-bottom: 30px;
    display: block;
    position: relative; }
    ul.with-circles li:last-child {
      margin-bottom: 10px; }
    ul.with-circles li::before {
      content: '';
      width: 30px;
      height: 30px;
      position: absolute;
      background: url("../images/dot.png") no-repeat;
      left: 0;
      top: -4px; }
  ul.with-circles.align-right {
    text-align: right; }
    ul.with-circles.align-right li {
      padding-left: 0;
      padding-right: 50px; }
      ul.with-circles.align-right li::before {
        left: auto;
        right: 0; }

.elementor-widget:not(:last-child).elementor-widget-icon {
  margin-bottom: 0; }

div.phone {
  position: relative;
  padding: 17px 0; }
  div.phone::before {
    content: '';
    position: absolute;
    background-color: #fff;
    width: 100vw;
    height: 100%;
    left: -50vw;
    top: 0; }
  div.phone .number {
    color: #f93e02;
    display: inline-block;
    position: relative;
    z-index: 1; }
    div.phone .number::before {
      font-family: 'vp';
      margin-right: 10px;
      content: '\e830';
      font-size: 22px; }
    div.phone .number:hover {
      text-decoration: underline; }

/*@import 'partials/slick';*/
/*@import 'partials/custom-styles';*/
#page-wrapper {
  overflow-x: hidden; }

.img-width-100 img {
  width: 100%; }

.border-top {
  border-top: 1px solid #eee; }

.border-bottom {
  border-bottom: 1px solid #eee; }

.border-left {
  border-left: 1px solid #eee; }

.border-right {
  border-right: 1px solid #eee; }

.content-padding-left {
  padding-left: 40px; }

.content-padding-right {
  padding-right: 40px; }

.half-width-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end; }
  .half-width-content > div {
    max-width: 570px;
    padding-right: 40px; }
  .half-width-content.right-side {
    -ms-flex-pack: start;
        justify-content: flex-start;
    padding-left: 40px; }

.small-width-content {
  max-width: 660px;
  margin: 0 auto;
  text-align: center; }

.padding-top, .bottom-data, #contact-form {
  padding-top: 70px; }
  .padding-top.smaller, .smaller.bottom-data, .smaller#contact-form {
    padding-top: 50px; }
  .padding-top.big, .big.bottom-data, .big#contact-form {
    padding-top: 200px; }

.padding-bottom, .bottom-data, #contact-form {
  padding-bottom: 70px; }
  .padding-bottom.smaller, .smaller.bottom-data, .smaller#contact-form {
    padding-bottom: 50px; }

.margin-top {
  margin-top: 70px; }
  .margin-top.smaller {
    margin-top: 50px; }

.margin-bottom {
  margin-bottom: 70px; }
  .margin-bottom.smaller {
    margin-bottom: 50px; }

.elementor img {
  vertical-align: bottom; }

i.eci {
  color: #f93e02; }

.section-title h1, .section-title h2 {
  color: #000;
  font-weight: 400; }

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

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

.big-padding {
  padding-left: 80px;
  padding-right: 80px; }

hr {
  border: none;
  border-top: 2px solid #aaa; }
  hr.divider {
    margin: 40px 0; }
  hr.big {
    border-top-width: 10px; }

.no-content {
  min-height: 400px; }

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

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
  table td {
    border: 1px solid #dcdcdd;
    padding: 10px 20px; }

.bg-position::before {
  content: '';
  position: absolute;
  background-size: cover;
  z-index: -1; }

.bg-position::after {
  content: '';
  position: absolute;
  background-size: cover;
  z-index: -1; }

/*@import 'site/cookie-notice';*/
.bottom-data {
  background-color: #f8fbfd; }
  .bottom-data h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700; }
  .bottom-data h3 {
    font-family: "Playfair Display", sans-serif;
    font-weight: 700; }
  .bottom-data h4 {
    font-weight: 700;
    margin-bottom: 25px; }
  .bottom-data a {
    margin-bottom: 5px; }

.social-links i.eci {
  display: inline-block;
  margin-right: 15px; }
  .social-links i.eci::before {
    color: #aab5c5;
    font-size: 25px; }

.social-links a:hover i::before {
  color: #f93e02; }

.social-links a:last-child i.eci {
  margin-right: 0; }

#menu-bottom li, #menu-footer-offer li {
  margin-top: 15px;
  line-height: 1.2em; }

#menu-bottom a:hover, #menu-footer-offer a:hover {
  color: #f93e02; }

.bottom-contact {
  line-height: 1.8em; }
  .bottom-contact a {
    color: #f93e02; }
    .bottom-contact a:hover {
      text-decoration: underline; }

#site-footer {
  padding: 0 80px;
  font-size: 14px;
  border-top: 1px solid #f8fbfd;
  position: relative;
  background-color: #f8fbfd; }
  #site-footer a {
    font-size: 14px; }

.footer-contact {
  border-right: 1px solid #0e63f4;
  padding-right: 40px; }

.footer-menu {
  padding-left: 40px; }

.footer-credits {
  padding: 35px 0; }

.goodpix {
  display: inline-block;
  position: relative;
  padding-right: 100px;
  text-decoration: underline !important;
  font-size: 15px; }
  .goodpix:hover, .goodpix:hover i:before {
    color: #aaa; }
  .goodpix img {
    position: absolute;
    height: 24px;
    right: 0;
    top: 0; }
    .goodpix img::before {
      right: 0;
      color: #000; }

.cn-button.bootstrap {
  background-color: #f93e02 !important; }
  .cn-button.bootstrap:hover {
    background-color: #ffd768 !important; }

#contact-form input:not([type="submit"]), #contact-form textarea {
  width: 100%;
  padding: 10px 0;
  border: none;
  outline: none;
  border-bottom: 1px solid #aaa; }

#contact-form textarea {
  margin: 50px 0; }

#contact-form input[type="submit"] {
  color: #000;
  cursor: pointer;
  font-weight: 600; }

/*@import 'site/mobile_nav';*/
/*@import 'site/navbars';*/
/*@import 'site/sections';*/
header .banner {
  background-color: #e8f1ff;
  height: 100%;
  background-image: url("../images/baner-img.png"); }
  header .banner .container {
    height: calc(100vh - 90px); }

header .top {
  padding: 45px 80px 0 80px;
  display: -ms-flexbox;
  display: flex;
  height: 90px; }
  header .top > div:first-child {
    width: 200px; }
  header .top > div:last-child {
    width: calc(100% - 200px);
    text-align: right; }
  header .top > div .button::before, header .top > div #contact-form input[type="submit"]::before, #contact-form header .top > div input[type="submit"]::before {
    content: '';
    height: 100%;
    width: 1px;
    background-color: #727d98;
    position: absolute;
    left: -40px;
    top: 0; }
  header .top > div .email-tel {
    padding-left: 30px;
    position: relative;
    display: inline-block;
    color: #727d98; }
    header .top > div .email-tel:hover {
      color: #0e63f4; }
    header .top > div .email-tel img {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0; }

header .top-contact > div {
  margin-left: 50px;
  display: inline-block; }
  header .top-contact > div:last-child {
    margin-left: 80px; }

header .banner-content {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-flex-pack: center;
      justify-content: center; }
  header .banner-content .link {
    margin: 0 40px; }
    header .banner-content .link img {
      margin-left: 10px; }

header .banner-buttons {
  background-color: #fff;
  padding: 20px;
  display: inline-block;
  margin-top: 50px; }

.content-with-icon {
  text-align: center; }
  .content-with-icon img {
    margin-top: 60px;
    margin-bottom: 20px; }

#section-2 img {
  margin-top: 30px;
  border-radius: 0 15px 15px 15px; }

#section-3 .inner {
  border-radius: 0 15px 15px 15px;
  background-color: #e8f1ff;
  padding: 60px 5vw; }
  #section-3 .inner div {
    width: 100%;
    margin: 20px;
    text-align: center; }

#section-3 .button, #section-3 #contact-form input[type="submit"], #contact-form #section-3 input[type="submit"] {
  margin-right: 0; }

#section-4 .tiles {
  display: block;
  margin-top: 60px;
  margin-bottom: 60px; }

#section-4 .tile {
  border-radius: 0 15px 15px 15px;
  width: 100%;
  display: block;
  text-align: center;
  padding: 40px 4vw; }
  #section-4 .tile:first-child {
    margin-right: 5%;
    background-color: #e8f1ff; }
  #section-4 .tile:last-child {
    background-color: #fff4db; }
  #section-4 .tile img {
    margin-right: 15px; }

#section-4 img {
  margin-bottom: 30px;
  border-radius: 0 15px 15px 15px; }

#section-5 {
  padding: 80px 0;
  background-color: #07003b; }
  #section-5 .row > div {
    margin: 20px 0;
    text-align: center; }
  #section-5 .contact {
    position: relative;
    display: inline-block;
    padding: 20px 40px;
    background-color: red;
    border-radius: 0 15px 15px 15px;
    border: 2px solid transparent;
    color: #fff;
    text-align: left;
    padding-left: 100px; }
    #section-5 .contact::before {
      content: '';
      position: absolute;
      left: 20px;
      top: 50%;
      transform: translateY(-50%);
      width: 61px;
      height: 56px;
      background: url("../images/icon-8.png") no-repeat; }
    #section-5 .contact a:hover {
      text-decoration: underline; }

#section-6 {
  padding-top: 240px; }
  #section-6 .content {
    border-radius: 0 15px 15px 15px;
    background-color: #e8f1ff;
    padding: 0 0 0 80px;
    position: relative; }
    #section-6 .content > div {
      padding: 100px 0; }
  #section-6 img {
    position: absolute;
    bottom: 0; }

footer {
  border-top: 1px solid #727d98; }
  footer .footer-credits > div {
    padding: 0 5vw;
    text-align: center; }

/*********************
BREAKPOINTS
*********************/

@media (min-width: 576px) {

  .container {
    max-width: 540px; }

  .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: none; }

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

  .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: -ms-flexbox !important;
    display: flex !important; }

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

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

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

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

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

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

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

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

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

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

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

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

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

  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }

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

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

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {

  .container {
    max-width: 720px; }

  .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: none; }

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

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

  .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: -ms-flexbox !important;
    display: flex !important; }

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

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

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

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

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

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

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

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

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

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

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

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

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

  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }

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

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

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; }

  #section-2 img {
    margin: 0; }

  #section-3 .inner {
    display: -ms-flexbox;
    display: flex; }

  #section-3 .inner div {
    margin: 0;
    text-align: left; }

  #section-3 .inner div:nth-child(1) {
    width: 25%;
    border-right: 1px solid #727d98; }

  #section-3 .inner div:nth-child(2) {
    width: 15%;
    text-align: center; }

  #section-3 .inner div:nth-child(3) {
    width: 60%; }

  #section-3 .button, #section-3 #contact-form input[type="submit"], #contact-form #section-3 input[type="submit"] {
    margin-right: 40px; }

  #section-4 .tiles {
    display: -ms-flexbox;
    display: flex; }

  #section-4 .tile {
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 47.5%; }

  #section-4 img {
    margin: 0; }

  #section-5 .row > div:first-child {
    text-align: left; }

  #section-5 .row > div:last-child {
    text-align: right; }

  footer .footer-copyright {
    text-align: left; }

  footer .footer-project {
    text-align: right; } }

@media (min-width: 992px) {

  .container {
    max-width: 960px; }

  .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: none; }

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

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

  .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: -ms-flexbox !important;
    display: flex !important; }

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

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

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

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

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

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

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

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

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

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

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

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

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

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }

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

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

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1200px) {

  .container {
    max-width: 1170px; }

  .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: none; }

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

  .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: -ms-flexbox !important;
    display: flex !important; }

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

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

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

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

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

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

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

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

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

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

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

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

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

  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }

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

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

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !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: -ms-flexbox !important;
    display: flex !important; }

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

@media (max-width: 767px) {

  .title-with-line::before {
    left: calc(50% - 150px);
    width: 300px;
    top: -50px; }

  .h1 {
    font-size: 2rem;
    line-height: 1.125; }

  .h2 {
    font-size: 1.75rem;
    line-height: 1.125; }

  .h3 {
    font-size: 1.5rem;
    line-height: 1.2; }

  .h4 {
    font-size: 1.25rem;
    line-height: 1.2; }

  .h5 {
    font-size: 1.125rem;
    line-height: 1.2; }

  #section-6 {
    padding: 80px 15px; }

  #section-6 .content {
    padding: 0 10vw; }

  #section-6 .content .img-wrapper {
    padding-top: 60vw;
    padding-bottom: 0; } }

@media (max-width: 991px) {

  .text12 {
    font-size: 12px; }

  .text14 {
    font-size: 14px; }

  .text15 {
    font-size: 14px; }

  .text16 {
    font-size: 16px; }

  .text18, ul, .bottom-data h4 {
    font-size: 16px; }

  .text20 {
    font-size: 18px; }

  .text22, .content-with-icon h3, #section-4 .tile {
    font-size: 18px; }

  .text24 {
    font-size: 20px; }

  .text26 {
    font-size: 22px; }

  .text28 {
    font-size: 24px; }

  .text30 {
    font-size: 26px; }

  .text32, .bottom-data h2 {
    font-size: 28px; }

  .text34 {
    font-size: 28px; }

  .text36 {
    font-size: 30px; }

  .text38, .bottom-data h3 {
    font-size: 32px; }

  .text40, .elementor-heading-title, .main-title, .section-title h1, .section-title h2 {
    font-size: 32px; }

  .text42 {
    font-size: 36px; }

  .text44, .title-with-line, .title {
    font-size: 38px; }

  .text48 {
    font-size: 40px; }

  .text50, .main-title.big {
    font-size: 42px; }

  .text56 {
    font-size: 44px; }

  .text66 {
    font-size: 52px; }

  header .top-contact > div {
    margin-left: 0 !important;
    margin-bottom: 20px;
    display: block; }

  header .top-contact .button::before, header .top-contact #contact-form input[type="submit"]::before, #contact-form header .top-contact input[type="submit"]::before {
    display: none; } }

@media (max-width: 500px) {

  .text22, .content-with-icon h3, #section-4 .tile {
    font-size: 16px; }

  .text26 {
    font-size: 18px; }

  .text28 {
    font-size: 18px; }

  .text30 {
    font-size: 20px; }

  .text32, .bottom-data h2 {
    font-size: 20px; }

  .text34 {
    font-size: 20px; }

  .text36 {
    font-size: 22px; }

  .text38, .bottom-data h3 {
    font-size: 24px; }

  .text40, .elementor-heading-title, .main-title, .section-title h1, .section-title h2 {
    font-size: 24px; }

  .text42 {
    font-size: 24px; }

  .text44, .title-with-line, .title {
    font-size: 24px; }

  .text48 {
    font-size: 28px; }

  .text50, .main-title.big {
    font-size: 30px; }

  .text56 {
    font-size: 32px; }

  .text66 {
    font-size: 40px; } }

@media (max-width: 575px) {

  header .banner .container {
    height: auto;
    padding-bottom: 60px; }

  header .top {
    display: block;
    padding: 45px 20px;
    height: auto; }

  header .top > div {
    margin-bottom: 30px;
    display: block;
    width: 100% !important;
    text-align: center !important; }

  header .banner-buttons {
    text-align: center; }

  header .banner-buttons .button, header .banner-buttons #contact-form input[type="submit"], #contact-form header .banner-buttons input[type="submit"] {
    margin-bottom: 30px; } }
