html,
body {
  height: 100%;
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 300;
  background-color: #191c22; }

.body--oveflow-hidden {
  overflow: hidden; }

.body-container {
  position: relative;
  z-index: 2; }

.body-content {
  position: relative;
  z-index: 1;
  padding-bottom: 1rem; }

.container-body {
  padding: 0 1rem; }

.container-content {
  max-width: 1400px; }

.header {
  position: relative;
  z-index: 10;
  padding: 1rem 0; }

.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.header__logo {
  justify-content: center;
  flex: 0 0 150px; }

.header__logo-img {
  display: inline-block; }
  .header__logo-img,
  .header__logo-img img {
    height: 110px; }

.header__logo-title {
  display: none; }

.header__contact-form-btn {
  font-size: 120%;
  border-radius: 25px; }
  .header__contact-form-btn i {
    position: relative;
    top: 1px;
    margin-right: 7px;
    opacity: .8; }

.footer {
  position: relative;
  z-index: 1;
  color: #d7d7d7; }
  .footer a {
    color: #0558dd; }

.footer-contact {
  padding: 1rem 0;
  border-bottom: 1px solid #444; }

.footer__copyright {
  padding: .8rem;
  font-size: .7rem;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase; }
  .footer__copyright > span {
    margin-left: .5rem; }
    .footer__copyright > span:first-of-type {
      margin-left: 0; }

@media (max-width: 767.98px) {
  .footer__copyright {
    display: flex;
    flex-direction: column; } }

a {
  color: #033a92; }
  a:hover {
    color: #033a92;
    text-decoration: underline; }

h1,
h2,
h3 {
  position: relative;
  color: #fd654d; }

h1 {
  margin-top: 2rem;
  margin-bottom: 2rem; }

h2 {
  margin-top: 1.5rem;
  margin-bottom: .7rem; }
  h2 a {
    position: absolute;
    right: 0;
    bottom: 2px;
    font-size: 70%; }

h3 {
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-weight: lighter; }

p {
  margin-bottom: 1rem; }
  p img {
    height: auto;
    max-width: 100%; }

@media (min-width: 768px) {
  h1 {
    font-size: 2.5rem; } }

.btn-primary {
  color: #fff;
  background-color: #033a92;
  border-color: #033a92;
  color: white;
  background-color: #033a92;
  border-color: #022660; }
  .btn-primary:hover {
    color: #fff;
    background-color: #022b6d;
    border-color: #022660; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #022b6d;
    border-color: #022660;
    box-shadow: 0 0 0 0.2rem rgba(41, 88, 162, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #033a92;
    border-color: #033a92; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #022660;
    border-color: #022154; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(41, 88, 162, 0.5); }

.btn-close {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background: #033a92;
  border: 0;
  border-radius: 50%;
  transition: all 150ms; }
  .btn-close .icon-cross {
    position: relative;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    background: none;
    border: 0; }
    .btn-close .icon-cross::before, .btn-close .icon-cross::after {
      position: absolute;
      top: 13px;
      right: 0;
      left: 0;
      height: 4px;
      background: #fff;
      border-radius: 4px;
      content: ''; }
    .btn-close .icon-cross::before {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .btn-close .icon-cross::after {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .btn-close .icon-cross span {
      display: block; }
  .btn-close:hover, .btn-close:focus {
    background: #022660;
    -webkit-transform: rotateZ(90deg);
            transform: rotateZ(90deg); }

label {
  font-size: 90%;
  font-weight: lighter; }

input[type="submit"] {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid transparent;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #fff;
  background-color: #033a92;
  border-color: #033a92; }
  @media (prefers-reduced-motion: reduce) {
    input[type="submit"] {
      transition: none; } }
  input[type="submit"]:hover {
    color: #212529;
    text-decoration: none; }
  input[type="submit"]:focus, input[type="submit"].focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  input[type="submit"].disabled, input[type="submit"]:disabled {
    opacity: 0.65; }
  input[type="submit"]:not(:disabled):not(.disabled) {
    cursor: pointer; }
  input[type="submit"]:hover {
    color: #fff;
    background-color: #022b6d;
    border-color: #022660; }
  input[type="submit"]:focus, input[type="submit"].focus {
    color: #fff;
    background-color: #022b6d;
    border-color: #022660;
    box-shadow: 0 0 0 0.2rem rgba(41, 88, 162, 0.5); }
  input[type="submit"].disabled, input[type="submit"]:disabled {
    color: #fff;
    background-color: #033a92;
    border-color: #033a92; }
  input[type="submit"]:not(:disabled):not(.disabled):active, input[type="submit"]:not(:disabled):not(.disabled).active,
  .show > input[type="submit"].dropdown-toggle {
    color: #fff;
    background-color: #022660;
    border-color: #022154; }
    input[type="submit"]:not(:disabled):not(.disabled):active:focus, input[type="submit"]:not(:disabled):not(.disabled).active:focus,
    .show > input[type="submit"].dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(41, 88, 162, 0.5); }

input,
select,
textarea {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  background-clip: padding-box;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100% !important; }
  @media (prefers-reduced-motion: reduce) {
    input,
    select,
    textarea {
      transition: none; } }
  input::-ms-expand,
  select::-ms-expand,
  textarea::-ms-expand {
    background-color: transparent;
    border: 0; }
  input:-moz-focusring,
  select:-moz-focusring,
  textarea:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }
  input:focus,
  select:focus,
  textarea:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  input::-webkit-input-placeholder,
  select::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  input::placeholder,
  select::placeholder,
  textarea::placeholder {
    color: #6c757d;
    opacity: 1; }
  input:disabled, input[readonly],
  select:disabled,
  select[readonly],
  textarea:disabled,
  textarea[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

textarea {
  height: 100px; }

.main-banner {
  position: relative;
  z-index: 1;
  margin-bottom: 1rem; }

.main-banner__text,
.main-banner__video,
.main-banner__widget {
  position: relative; }

.main-banner__text {
  z-index: 2;
  margin-bottom: 1.5rem;
  color: #d7d7d7; }
  .main-banner__text h1,
  .main-banner__text h2 {
    margin: 0;
    text-transform: uppercase; }
  .main-banner__text h1 {
    margin-bottom: 1rem; }

.main-banner__video {
  z-index: 1; }
  .main-banner__video .wp-block-video {
    margin-bottom: 0; }
    .main-banner__video .wp-block-video video {
      border-radius: 10px;
      opacity: .7; }

@media (min-width: 768px) {
  .main-banner {
    display: flex; }
  .main-banner__text {
    flex: 0 0 40%;
    margin-bottom: 0; }
    .main-banner__text .main-banner__widget {
      position: absolute;
      top: 0;
      left: 50px;
      width: 150%;
      padding-top: 50px; }
    .main-banner__text h1 {
      font-size: 3rem; }
    .main-banner__text h2 {
      font-size: 2rem; }
  .main-banner__video {
    flex: 0 0 60%; } }

@media (min-width: 1280px) {
  .main-banner {
    margin-bottom: 1rem; }
  .main-banner__text h1 {
    margin-bottom: 2.5rem;
    font-size: 4.2rem; }
  .main-banner__text h2 {
    font-size: 3rem; }
  .main-banner__text .main-banner__widget {
    padding-top: 120px; } }

.text-carousel__item {
  display: none;
  font-weight: 900;
  color: #033a92; }
  .text-carousel__item:first-of-type {
    display: inline; }

.contact__photo,
.contact__info {
  padding: 0 1rem; }

.contact__photo {
  margin-bottom: 1rem;
  font-size: 1rem;
  text-align: center; }
  .contact__photo figure {
    margin-bottom: 0; }
  .contact__photo figcaption {
    margin-bottom: 0; }
  .contact__photo img {
    border-radius: 10px; }

.contact__info {
  font-size: 1.1rem; }
  .contact__info span {
    display: block; }

.contact__info-item {
  display: flex;
  margin-right: 4rem;
  margin-bottom: .55rem; }
  .contact__info-item:last-of-type {
    margin-right: 0;
    margin-bottom: 0; }

.contact__info-icon {
  padding-right: 20px;
  font-size: 70%; }
  .contact__info-icon i {
    position: relative;
    top: 5px;
    opacity: .4; }

@media (min-width: 576px) {
  .contact {
    display: flex;
    align-items: center;
    justify-content: center; }
  .contact__photo,
  .contact__info {
    flex: 0 1 auto; }
  .contact__photo {
    margin-bottom: 0;
    font-size: 1.2rem; }
  .contact__info {
    font-size: 1.5rem; } }

@media (min-width: 768px) {
  .contact__info-items {
    display: flex; } }

@media (min-width: 768px) {
  .contact__info span {
    display: inline-block; } }

.contact-form-background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  display: none;
  background-color: #555;
  opacity: .5; }

.contact-form {
  position: fixed;
  top: 80px;
  left: 50%;
  z-index: 100;
  display: none;
  width: 400px;
  padding: 50px 20px 20px;
  margin-left: -200px;
  background-color: white; }

.contact-form__btn-close {
  position: absolute;
  top: 10px;
  right: 15px; }

.wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12px; }

@media (min-width: 576px) {
  .contact-form {
    top: 100px; } }

.page table {
  margin-bottom: 1rem; }
  .page table th,
  .page table td {
    padding: 4px 7px; }
