body {
  margin: 0;
  font-family: "Ubuntu", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
  color: #3E3635;
  text-align: left;
  background-color: #fff;
}

a {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
}

img {
  vertical-align: middle;
  border-style: none;
}

section {
  max-width: 1200px;
  padding-top: 150px;
  width: 100%;
  margin: auto;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
  list-style: none;
  padding-left: 0;
}

.main-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 101;
  overflow: hidden;
  transition: background 0.3s ease;
}
.main-header .navbar {
  position: relative;
  z-index: 1;
  align-items: flex-start;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 28px 40px;
  padding-bottom: 80px;
}
@media screen and (max-width: 500px) {
  .main-header .navbar {
    padding: 28px 10px;
    padding-bottom: 100px;
  }
}
.main-header .navbar .logo {
  width: 50%;
  padding-right: 20px;
}
.main-header .navbar .logo img {
  max-width: 100%;
}
.main-header .navbar .navbar-nav .nav-item {
  border-radius: 3px;
  padding: 9px 0 5px;
  text-align: right;
  background-color: #3e3a3a;
}
.main-header .navbar .navbar-nav .nav-link {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  font-size: 15px;
  color: #C4B8AD;
  border: 0 none;
  background-color: transparent;
  padding: 6px 5px;
  white-space: nowrap;
}
.main-header .navbar .navbar-nav .nav-link::after {
  margin-right: 0.255rem;
}
.main-header .navbar .navbar-nav .nav-link:hover {
  font-weight: 400;
  color: white;
}
.main-header .navbar .dropdown-menu.show {
  position: absolute;
  background-color: #3e3a3a;
}
.main-header .navbar .wpml-ls-legacy-dropdown {
  width: 15.5em;
  max-width: 100%;
}
.main-header .navbar .wpml-ls-legacy-dropdown ul {
  position: relative;
  padding: 0;
  margin: 0 !important;
  list-style-type: none;
}
.main-header .navbar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown {
  width: auto;
  margin-right: 10px;
}
.main-header .navbar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown a {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  font-size: 15px;
  color: #C4B8AD;
  border: 0 none;
  background-color: transparent;
  padding: 6px 5px;
  white-space: nowrap;
}
.main-header .navbar .wpml-ls-legacy-dropdown .wpml-ls-item {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.main-header .navbar .widget_icl_lang_sel_widget .wpml-ls-item-legacy-dropdown {
  border-radius: 3px;
  padding: 9px 0 5px;
  text-align: right;
  background-color: #94111E;
}

.main-header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  width: 0;
  border-left: 147vw solid #3e3a3a;
  border-bottom: 144px solid transparent;
  border-top: 0px solid transparent;
  overflow: hidden;
  opacity: 1;
}

.mr-auto, .mx-auto {
  margin-right: auto !important;
}

.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: #94111E;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}
.hamburger span {
  width: 20px;
  height: 3px;
  background: #fff;
  border-radius: 1px;
  transition: all 0.3s ease-in-out;
}
.hamburger span.middle {
  margin-top: 4px;
}
.hamburger span.bottom {
  margin-top: 4px;
}

.main-footer {
  background: #3e3a3a;
  color: #fff;
  font-weight: 300;
  padding: 50px 0 40px;
}
.main-footer img {
  vertical-align: middle;
  border-style: none;
}
.main-footer .footer-logo {
  display: block;
}
.main-footer a {
  color: #fff;
}
.main-footer .divider {
  margin: 2.5rem 0;
  width: 100%;
  height: 2px;
  background: #fff;
}
@media (min-width: 768px) {
  .main-footer .divider {
    margin: 0 auto;
    width: 2px;
    height: 100%;
  }
}
.main-footer .footer-copy {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 2px solid #fff;
}
.main-footer .footer-copy .row {
  align-items: flex-end;
  justify-content: space-between;
}
.main-footer .footer-copy .row .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.main-footer .footer-copy .row .col-auto .social-btns {
  display: flex;
  align-items: center;
}
.main-footer .footer-copy .row .col-auto .social-btns .social-btn {
  display: block;
  text-decoration: none;
}
.main-footer .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.main-footer .nav > li {
  flex: 1;
  padding: 0 15px;
}
.main-footer .nav > li > a {
  font-size: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none;
  background-color: transparent;
}

.card-group {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  /* max-height:475px; <-- remove */
}
.card-group .card {
  box-shadow: 1px 1px 2px;
  transition-timing-function: ease-in;
  transition: 0.2s;
  display: flex;
  /* new */
  flex-direction: column;
  /* new */
  height: 100%;
}
.card-group .card:hover {
  box-shadow: 1px 1px 5px;
  transform: scale(1.05);
  z-index: 1000;
}

#info-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

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