/**
 * Don't edit this file. Find all style at ./sass folder.
 **/
article > div > div > [class^='wp-block'] {
  margin: 40px 0;
}

.layout-main-wrapper {
  font-size: 14px;
  line-height: 20px;
}

.layout-main-wrapper h1, .layout-main-wrapper h2 {
  font-size: 30px;
  line-height: 1.3;
  padding: 20px 0 15px;
  font-weight: 400;
}

.layout-main-wrapper h1 {
  color: #00a3e3;
  text-align: center;
}

.layout-main-wrapper h1 span {
  color: inherit;
}

.layout-main-wrapper h3 {
  font-size: 25px;
  line-height: 1.3;
  padding: 15px 0;
}

.layout-main-wrapper h4 {
  font-size: 20px;
  padding: 15px 0;
  line-height: 1.3;
}

.layout-main-wrapper h5, .layout-main-wrapper h6 {
  font-size: 14px;
  padding: 15px 0;
  line-height: 1.3;
}

.layout-main-wrapper p {
  padding: 0 0 10px;
  margin: 0;
}

.hero-banner {
  position: relative;
  min-height: 505px;
}

.container .hero-banner {
  margin: 0 calc((100% - 100vw)/2 + 16px);
}

@media screen and (max-width: 767px) {
  .container .hero-banner {
    margin: 0 calc((100% - 100vw)/2);
  }
}

.hero-banner__content-block {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.68);
  padding: 36px 36px 12px;
  text-align: center;
  max-width: 390px;
  width: 100%;
  z-index: 2;
}

@media screen and (max-width: 1023px) {
  .hero-banner__content-block {
    left: 50% !important;
    top: 50% !important;
  }
}

@media screen and (max-width: 767px) {
  .hero-banner__content-block {
    max-width: calc(100vw - 24px);
    width: 390px;
  }
}

.hero-banner__title {
  font-size: 30px;
  line-height: 1.3;
  margin: 0 0 20px;
  font-weight: 400;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
}

.hero-banner__description {
  font-family: 'OpenSans-Regular', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 24px;
  color: #fff;
}

.hero-banner__button {
  margin-bottom: 24px;
}

.hero-banner__button a,
.hero-banner__button > span {
  font-family: 'OpenSans-Bold', Arial, Helvetica, sans-serif;
  color: #fff;
  background: #00a3e3;
  padding: 12px 15px;
  min-width: 140px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  position: relative;
  text-decoration: none;
  transition: 0.3s ease;
}

.hero-banner__button a:before,
.hero-banner__button > span:before {
  border: 1px solid transparent;
  content: "";
  position: absolute;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  left: 3px;
  top: 3px;
  transition: 0.3s ease;
}

.hero-banner__button a:hover {
  background: rgba(0, 163, 227, 0.8);
}

.hero-banner__button a:hover:before {
  border-color: #b0e9ff;
}

.hero-banner img {
  width: 100%;
  height: 505px;
  object-fit: cover;
}

.is-style-no-borders table {
  width: auto;
}

.is-style-no-borders td,
.is-style-no-borders th {
  border: 0;
}

.is-style-no-borders td a,
.is-style-no-borders th a {
  color: #00a3e3;
  text-decoration: none;
}

.is-style-no-horizontal-inner-borders thead {
  border: 0;
}

.is-style-no-horizontal-inner-borders thead tr {
  height: 120px;
}

.is-style-no-horizontal-inner-borders td,
.is-style-no-horizontal-inner-borders th {
  vertical-align: middle;
  border-color: #00a3e3;
  border-right-width: 0;
  border-left-width: 0;
  height: 70px;
}

.is-style-no-horizontal-inner-borders td:last-child,
.is-style-no-horizontal-inner-borders th:last-child {
  border-right-width: 1px;
}

.is-style-no-horizontal-inner-borders td:first-child,
.is-style-no-horizontal-inner-borders th:first-child {
  border-left-width: 1px;
}

.form-item {
  margin-top: 10px;
}

.form-item input,
.form-item textarea {
  border-color: white;
  border-style: solid;
}

.form-actions {
  margin-top: 25px;
}

.form-actions .form-submit {
  font-weight: 700;
  position: relative;
}

.contact-form h2 {
  font-size: 20px;
  padding: 0 0 10px;
}

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