@import url("https://fonts.googleapis.com/css?family=Barlow+Condensed:100,400,500,700&display=swap");
html {
  font-size: 20px;
}

body {
  font-size: 1rem;
  font-family: "Barlow Condensed", sans-serif;
  color: #000000;
  font-weight: 400;
}
@media screen and (max-width: 992px) {
  body {
    margin-bottom: 3rem;
  }
}

*:focus, button:focus, .btn:focus, .form-control:focus {
  outline: none;
  box-shadow: none;
}

h1, h2, h3, h4, h5, h6 {
  cursor: default;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  cursor: pointer;
}

a {
  color: #000000;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
a:hover, a:focus {
  text-decoration: underline;
}
a h1, a h2, a h3, a h4, a h5, a h6 {
  cursor: pointer;
}

iframe, object, embed {
  max-width: 100%;
}

img.alignright {
  float: right;
  margin: 0 0 1rem 1rem;
}

img.alignleft {
  float: left;
  margin: 0 1rem 1rem 0;
}

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

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

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

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

::-moz-selection {
  background-color: #000000;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background-color: #000000;
  color: #ffffff;
  text-shadow: none;
}

[v-cloak] {
  display: none;
}

.form-control {
  font-family: inherit;
}
.form-control:focus {
  border-color: #ff5a00;
}
.tt-uppercase {
  text-transform: uppercase;
}

.tt-lowercase {
  text-transform: lowercase;
}

body div.wpcf7 span.wpcf7-not-valid-tip {
  color: #ff5a00;
  display: block;
  cursor: default;
  font-size: 0.8rem;
}
body div.wpcf7 div.wpcf7-response-output {
  text-align: center;
  margin: 1rem 0;
  padding: 1rem;
  background-color: #000000;
  color: #ffffff;
  border: 0;
}
body div.wpcf7 div.wpcf7-mail-sent-ok {
  background-color: #000000;
  color: #ffffff;
}
body div.wpcf7 .ajax-loader {
  display: none;
}

input[type=text],
input[type=email] {
  width: 100%;
  background-color: #f2f2f2;
  padding: 0.2rem 1rem;
  margin-top: 1rem;
  border: 0;
  height: 2.5rem;
}

textarea {
  width: 100%;
  background-color: #f2f2f2;
  padding: 0.4rem 1rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  border: 0;
  height: 6rem;
}

input[type=submit] {
  text-align: center;
  padding: 0.4rem 1rem;
  border: solid 2px #ff5a00;
  color: #ff5a00;
  display: inline-block;
  margin: 1rem 0;
  background: none;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
input[type=submit]:hover {
  border: solid 2px #000000;
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}

.btn-ghost {
  text-align: center;
  padding: 0.4rem 1rem;
  border: solid 2px #ff5a00;
  color: #ff5a00;
  display: inline-block;
  margin: 1rem 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  background: none;
}
.btn-ghost:hover {
  border: solid 2px #000000;
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}
.btn-ghost--alt {
  color: #ffffff;
  border: solid 2px #ffffff;
}

.btn {
  background-color: #ff5a00;
  color: #ffffff;
  text-align: center;
  padding: 0.2rem 0.8rem;
  display: inline-block;
  margin: 1rem 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  border-radius: 0;
}
.btn:hover {
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.header__top-fixed {
  width: 100%;
  height: 4rem;
  background-color: #ffffff;
  position: fixed;
  z-index: 7;
  overflow: hidden;
  box-shadow: 2px 2px 15px #999;
  top: -100%;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.header__top-fixed__logo {
  width: 3rem;
  height: 3rem;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-top: 0.5rem;
}
@media screen and (min-width: 1200px) {
  .header__top-fixed__logo {
    margin-left: 2rem;
    position: absolute;
  }
  .header__top-fixed__menu {
    position: absolute;
    right: 15rem;
    top: 1.2rem;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1400px) {
  .header__top-fixed__menu {
    right: 17rem;
  }
}
@media screen and (min-width: 1200px) {
  .header__top-fixed__menu .primary-menu {
    margin: 0;
    padding: 0;
  }
  .header__top-fixed__menu .primary-menu li {
    display: inline-block;
    list-style-type: none;
    margin-right: 2rem;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .header__top-fixed__menu .primary-menu li {
    margin-right: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .header__top-fixed__menu .primary-menu li a {
    text-transform: uppercase;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
  }
  .header__top-fixed__menu .primary-menu li a:hover {
    color: #ff5a00;
    text-decoration: none;
    cursor: pointer;
  }
  .header__top-fixed__special-menu {
    position: absolute;
    top: 1rem;
    right: 2rem;
  }
  .header__top-fixed__special-menu__item {
    margin-left: 2rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1400px) {
  .header__top-fixed__special-menu__item {
    width: 1.8rem;
    height: 1.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .header__top-fixed__special-menu__item svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: #000000;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1400px) {
  .header__top-fixed__special-menu__item svg {
    width: 1.8rem;
    height: 1.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .header__top-fixed__special-menu__item svg:hover {
    fill: #ff5a00;
  }
  .header__top-fixed__special-menu__item:hover {
    text-decoration: none;
  }
}
.header .active-fixed {
  top: 0%;
}
.header__main {
  width: 100%;
  height: 24rem;
  position: relative;
}
@media screen and (min-width: 992px) {
  .header__main {
    height: 95vh;
  }
}
.header__main__slider {
  width: 100%;
  height: 24rem;
}
@media screen and (min-width: 992px) {
  .header__main__slider {
    height: 95vh;
  }
}
.header__main__slider__slide {
  width: 100%;
  height: 24rem;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 992px) {
  .header__main__slider__slide {
    height: 95vh;
  }
}
.header__main__normal {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.header__main__content__top {
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.header__main__content__top__logo {
  width: 6rem;
  height: 5rem;
  position: absolute;
  top: 2rem;
  left: 1rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
}
@media screen and (min-width: 992px) {
  .header__main__content__top__logo {
    width: 10rem;
    height: 10rem;
    left: 3.5rem;
    top: 3rem;
  }
}
.header__main__content__top__menu {
  position: absolute;
  top: 2rem;
  right: 5rem;
}
@media screen and (min-width: 1200px) {
  .header__main__content__top__menu {
    right: 7rem;
    top: 3rem;
  }
}
.header__main__content__top__menu .primary-menu {
  margin: 0;
  padding: 0;
}
.header__main__content__top__menu .primary-menu li {
  display: inline-block;
  list-style-type: none;
  margin-left: 1rem;
}
.header__main__content__top__menu .primary-menu li a {
  font-size: 1rem;
  color: #ffffff;
  text-transform: uppercase;
}
@media screen and (min-width: 1200px) {
  .header__main__content__top__menu .primary-menu li a {
    font-size: 1.2rem;
  }
}
.header__main__content__top__menu .primary-menu li a:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.header__main__content__top__menu .primary-menu li:hover:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  margin-top: 0rem;
}
.header__main__content__top__menu .primary-menu .current-menu-item:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  margin-top: 0rem;
}
.header__main__content__top__menu.dark_blue li:hover:after {
  background-color: #09354C;
}
.header__main__content__top__menu.dark_blue .current-menu-item:after {
  background-color: #09354C;
}
.header__main__content__top__menu.orange li:hover:after {
  background-color: #ff5a00;
}
.header__main__content__top__menu.orange li .current-menu-item:after {
  background-color: #ff5a00;
}
.header__main__content__sidebar {
  width: 1rem;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.header__main__content__sidebar__divider {
  width: 4rem;
  height: 1rem;
  background-color: #ffffff;
  position: absolute;
  top: 55.8%;
  right: 0;
}
.header__main__content__sidebar__divider--slogan {
  display: none;
}
@media screen and (min-width: 992px) {
  .header__main__content__sidebar {
    height: 2.8;
    width: 4rem;
  }
  .header__main__content__sidebar__divider {
    width: 12rem;
    height: 3rem;
    top: 49.2%;
    display: block;
  }
  .header__main__content__sidebar__special-menu {
    width: 1.8rem;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    height: 12.5rem;
    top: calc(50% - 5rem);
  }
  .header__main__content__sidebar__special-menu__item {
    display: block;
    width: 1.8rem;
    height: 1.8rem;
    margin-bottom: 1.8rem;
    background: none;
  }
  .header__main__content__sidebar__special-menu__item svg {
    width: 1.8rem;
    height: 1.8rem;
    fill: #000000;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
  }
  .header__main__content__sidebar__special-menu__item svg:hover {
    fill: #ff5a00;
  }
}
.header__main__content__bottom {
  position: absolute;
  color: #ffffff;
  width: 80%;
  max-width: 50rem;
  background-color: #FF5A00;
  text-transform: uppercase;
}
.header__main__content__bottom__slogan:nth-of-type(1) {
  top: -9rem;
}
@media screen and (min-width: 992px) {
  .header__main__content__bottom__slogan:nth-of-type(1) {
    top: -20rem;
  }
}
.header__main__content__bottom.header_slogan {
  bottom: 3rem;
  left: 2rem;
  width: fit-content;
  padding: 1rem 1rem 1.3rem 1rem;
}
@media screen and (min-width: 992px) {
  .header__main__content__bottom.header_slogan {
    bottom: 7rem;
    left: 7rem;
  }
}
.header__main__content__bottom__slogan, .header__main__content__bottom__title {
  font-weight: 700;
}
.header__main__content__bottom__slogan *, .header__main__content__bottom__title * {
  font-size: 2.2rem;
  line-height: 2.5rem;
}
@media screen and (min-width: 992px) {
  .header__main__content__bottom__slogan *, .header__main__content__bottom__title * {
    font-size: 5rem;
    line-height: 4rem;
  }
}
.header__main__content__bottom__title {
  position: absolute;
  color: #ffffff;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  bottom: 3rem;
  left: 2rem;
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .header__main__content__bottom__title {
    bottom: 7rem;
    left: 7rem;
  }
}
.header__main__content__bottom__title .background {
  box-sizing: content-box;
  background-color: #FF5A00;
  position: absolute;
  top: -0.5rem;
  left: -1rem;
  z-index: -1;
  padding: 1rem 1rem 0.4rem 1rem;
}
#secondary-theme .header__main__content__bottom__title .background {
  background-color: #09354C;
}
.header__main__content__overlay {
  width: 100%;
  height: 60%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 122, 0, 0.95);
  mix-blend-mode: multiply;
}
.header__main__content__triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5rem 2.5rem 0 0;
  border-color: #ff5a00 transparent transparent transparent;
  mix-blend-mode: multiply;
  top: 60%;
  position: absolute;
  left: 1rem;
}
@media screen and (min-width: 992px) {
  .header__main__content__triangle {
    border-width: 4rem 4rem 0 0;
    left: 2rem;
  }
}
.header__collapsed-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  bottom: -100%;
  left: 0;
  background-color: #ff5a00;
  overflow: hidden;
  z-index: 8;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.header__collapsed-menu__logo {
  width: 3rem;
  height: 3rem;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-top: 2rem;
}
.header__collapsed-menu .primary-menu {
  margin: 2rem 0;
  padding: 0;
}
.header__collapsed-menu .primary-menu li {
  list-style-type: none;
  display: block;
  text-align: center;
  line-height: 1.8;
}
.header__collapsed-menu .primary-menu li a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.header__collapsed-menu .primary-menu li a:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}
.header .active {
  bottom: 0%;
}
.header__bottom-fixed {
  width: 100%;
  height: 3rem;
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: #ff5a00;
  z-index: 9;
}
.header__bottom-fixed__special-menu {
  width: 80%;
  height: 3rem;
  display: inline-block;
}
.header__bottom-fixed__special-menu__item {
  width: 25%;
  height: 3rem;
  display: inline-block;
  float: left;
  background-color: #ff5a00;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.header__bottom-fixed__special-menu__item svg {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.75rem;
  margin-left: calc(50% - 0.75rem);
}
.header__bottom-fixed__special-menu__item svg path, .header__bottom-fixed__special-menu__item svg polygon {
  fill: #ffffff;
}
.header__bottom-fixed__special-menu__item:hover {
  background-color: #d65100;
}
.header__bottom-fixed__menu-icon {
  width: 20%;
  height: 3rem;
  background-color: #d65100;
  float: right;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.header__bottom-fixed__menu-icon .far, .header__bottom-fixed__menu-icon .fas {
  font-size: 2rem;
  color: #ffffff;
  margin-top: 0.6rem;
}
.header__bottom-fixed__menu-icon .close-menu {
  display: none;
}
.header__bottom-fixed__menu-icon .hide {
  display: none;
}
.header__bottom-fixed__menu-icon .show {
  display: block;
}
.header__bottom-fixed__menu-icon:hover {
  background-color: #000000;
  cursor: pointer;
}

.footer__main {
  background-image: linear-gradient(#ff5a00, #d65100);
  padding: 2rem 0 1rem 0;
}
@media screen and (min-width: 992px) {
  .footer__main {
    background-image: linear-gradient(to right, #ff5a00, #d65100);
  }
}
.footer__main__group {
  padding-bottom: 1rem;
  color: #ffffff;
}
.footer__main__group__social-media {
  margin-top: 2rem;
}
.footer__main__group__social-media a {
  margin-right: 0.6rem;
}
.footer__main__group__social-media a i {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #ffffff;
  font-size: 1.5rem;
}
.footer__main__group__social-media a:hover i {
  color: #000000;
}
.footer__main__group h4 {
  font-weight: 500;
  text-transform: uppercase;
}
.footer__main__group ul {
  margin: 0;
  padding: 0;
}
.footer__main__group ul li {
  list-style-type: none;
}
.footer__main__group ul li a {
  color: #ffffff;
}
.footer__main__group ul li a:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}
.footer__main__group .primary-menu {
  text-transform: uppercase;
}
.footer__main__group .secondary-menu a {
  color: #e8d0b5;
}
.footer__main__group .location {
  display: inline-block;
  font-size: 0.9rem;
}
.footer__main__group a {
  color: #ffffff;
}
.footer__main__group a:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}
.footer__bottom {
  padding: 1rem 0;
}
.footer__bottom__copyright-wrapper {
  text-align: center;
  margin-bottom: 0.5rem;
}
.footer__bottom .menu-footer-menu-container ul {
  padding: 0;
  margin: 0;
  text-align: center;
}
.footer__bottom .menu-footer-menu-container ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 0.5rem;
}
.footer__bottom .menu-footer-menu-container ul li a {
  color: #ff5a00;
}
.footer__bottom .menu-footer-menu-container ul li a:hover {
  color: #000000;
  text-decoration: none;
  cursor: hover;
}
@media screen and (min-width: 992px) {
  .footer__bottom {
    padding: 1rem 0 0.5rem 0;
    line-height: 1;
  }
  .footer__bottom__copyright-wrapper {
    display: inline-block;
    margin-right: 2rem;
  }
  .footer__bottom .menu-footer-menu-container {
    display: inline-block;
  }
  .footer__bottom .menu-footer-menu-container ul {
    display: inline-block;
    text-align: left;
  }
  .footer__bottom .menu-footer-menu-container ul li {
    display: inline-block;
    margin-right: 2rem;
    position: relative;
  }
  .footer__bottom .menu-footer-menu-container ul li:not(:last-child):after {
    content: "";
    display: block;
    position: absolute;
    height: 1rem;
    width: 1px;
    right: -1rem;
    top: 0.2rem;
    background-color: #ff5a00;
  }
}

.modules__module-vacancy-overview {
  margin: 3rem 0;
}
.modules__module-vacancy-overview ba select {
  width: 100%;
  background-color: #f2f2f2;
  border: none;
  padding: 0.4rem 1rem;
  margin-bottom: 1rem;
  border: solid 1px #ffffff;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.modules__module-vacancy-overview ba select:hover {
  border: solid 1px #cecece;
  cursor: pointer;
}
.modules__module-vacancy-overview .btn {
  margin-top: 0;
}
.modules__module-vacancy-overview .data-head {
  display: none;
}
@media screen and (min-width: 768px) {
  .modules__module-vacancy-overview .data-head {
    display: block;
    margin-left: 0;
    margin-right: 0;
    color: #ff5a00;
    font-size: 1.2rem;
  }
  .modules__module-vacancy-overview .data-head .row {
    margin-left: 0;
    margin-right: 0;
  }
}
.modules__module-vacancy-overview .vacancy-item .row {
  padding: 0.2rem 0;
  margin-left: 0;
  margin-right: 0;
}
.modules__module-vacancy-overview .vacancy-item .row .icon {
  display: inline-block;
  margin-right: 0.5rem;
}
.modules__module-vacancy-overview .vacancy-item .row .icon i {
  color: #ff5a00;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
@media screen and (min-width: 768px) {
  .modules__module-vacancy-overview .vacancy-item .row .icon {
    display: none;
  }
}
.modules__module-vacancy-overview .vacancy-item .row:hover {
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
  background-color: #ff5a00;
}
.modules__module-vacancy-overview .vacancy-item .row:hover i {
  color: #ffffff;
}
.modules__module-vacancy-overview .vacancy-item:nth-of-type(even) .row {
  background-color: #f2f2f2;
}
.modules__module-vacancy-overview .vacancy-item:nth-of-type(even) .row:hover {
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
  background-color: #ff5a00;
}
.modules__module-quote {
  background-color: #f2f2f2;
  padding: 2rem 0;
  text-align: center;
  font-weight: 500;
  position: relative;
}
.modules__module-quote__quote-sign {
  font-size: 8rem;
  position: absolute;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
}
.modules__module-quote__quote-sign--opening {
  top: -5.5rem;
  left: 4rem;
  transform: rotate(180deg);
}
.modules__module-quote__quote-sign--closing {
  bottom: -5.5rem;
  right: 4rem;
}
.modules__module-quote__quote {
  font-size: 1.5rem;
  line-height: 1.4;
}
.modules__module-quote__reference {
  margin-top: 0.5rem;
  font-size: 1.1rem;
  font-style: italic;
}
.modules__module-cta {
  padding: 3rem 0;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.modules__module-cta__inner {
  position: relative;
  z-index: 1;
  color: #ffffff;
  text-shadow: 0px 0px 10px #515151;
}
.modules__module-cta__inner__title {
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2;
}
.modules__module-cta__inner__subtitle {
  margin: 0.5rem 0;
  font-size: 1.2rem;
}
.modules__module-cta__inner__contact {
  font-weight: 700;
  color: #ffffff;
  font-size: 2rem;
}
.modules__module-cta__inner__contact a {
  color: #ff5a00;
}
.modules__module-cta__inner__contact a:hover {
  color: #d65100;
  text-decoration: none;
  cursor: pointer;
}
.modules__module-cta__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.modules__module-form {
  padding: 3rem 0 2rem 0;
}
.modules__module-form__title {
  line-height: 1.2;
  font-size: 2.8rem;
  line-height: 1.2;
}
.modules__module-form__subtitle {
  margin: 0.5rem 0;
  font-size: 1.2rem;
}
.modules__module-projects {
  margin: 3rem 0;
}
.modules__module-projects__title {
  font-size: 2.8rem;
  line-height: 1.2;
}
.modules__module-projects__subtitle {
  margin: 0.5rem 0;
  font-size: 1.2rem;
}
.modules__module-projects__item {
  margin-bottom: 2rem;
  display: block;
  position: relative;
  height: calc(100% - 2rem);
}
.modules__module-projects__item__inner {
  height: 100%;
  background-color: #f2f2f2;
}
.modules__module-projects__item__inner__image {
  width: 100%;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.modules__module-projects__item__inner__image__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 122, 0, 0.6);
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.modules__module-projects__item__inner__content {
  padding: 1rem;
}
.modules__module-projects__item__inner__content__title, .modules__module-projects__item__inner__content__subtitle, .modules__module-projects__item__inner__content__excerpt {
  text-align: center;
}
.modules__module-projects__item__inner__content__title--highlighted, .modules__module-projects__item__inner__content__subtitle--highlighted {
  text-transform: uppercase;
  font-weight: 500;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.modules__module-projects__item__inner__content__subtitle--highlighted {
  margin-bottom: 1rem;
}
.modules__module-projects__item__inner__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f2f2f2;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  padding: 1rem;
}
.modules__module-projects__item__inner__overlay__title, .modules__module-projects__item__inner__overlay__subtitle {
  text-transform: uppercase;
  color: #ff5a00;
  font-weight: 500;
  text-align: center;
}
.modules__module-projects__item__inner__overlay__excerpt {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  text-align: center;
}
.modules__module-projects__item:hover {
  text-decoration: none;
  color: #000000;
}
.modules__module-projects__item:hover .modules__module-projects__item__inner__image__overlay {
  opacity: 1;
}
.modules__module-projects__item:hover .modules__module-projects__item__inner__overlay {
  opacity: 1;
}
.modules__module-projects__item:hover .modules__module-projects__item__inner__content__title--highlighted, .modules__module-projects__item:hover .modules__module-projects__item__inner__content__subtitle--highlighted {
  color: #ff5a00;
}
.modules__module-projects__all-projects-loaded {
  margin-top: 1rem;
}
.modules__module-projects-new {
  margin: 3rem 0 1rem;
  /*one of two that flipped every row*/
}
.modules__module-projects-new .container-fluid {
  padding: 0;
}
.modules__module-projects-new .container-fluid .row {
  margin: 0;
}
.modules__module-projects-new .container-fluid .row .col-12, .modules__module-projects-new .container-fluid .row .col-6 {
  padding: 0;
}
.modules__module-projects-new__item {
  margin-bottom: 2rem;
  /*
  &__bottom{
  	padding: 1rem;
  	opacity: 1;

  	@media screen and (min-width: $break-lg-up){
  		padding: 1rem 2rem;
  	}

  	&__title{
  		font-size: 1.8rem;
  		margin-bottom: 0;
  		line-height: 1;

  		&:hover{
  			color: $color-primary;
  			text-decoration: none;
  			cursor: pointer;
  		}
  	}

  	&__subtitle{
  		font-size: 1.4rem;
  	}
  }
  */
}
.modules__module-projects-new__item a:hover {
  text-decoration: none;
}
.modules__module-projects-new__item__outer {
  width: 100%;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media screen and (min-width: 992px) {
  .modules__module-projects-new__item__outer {
    height: 26rem;
  }
}
.modules__module-projects-new__item__outer__inner {
  position: absolute;
  width: 100%;
  min-height: 50%;
  bottom: 0;
  left: 0;
  z-index: 1;
  color: #ffffff;
  opacity: 0;
  padding: 2rem;
  background-color: rgba(255, 90, 0, 0.9);
  transition: all 300ms;
}
#secondary-theme .modules__module-projects-new__item__outer__inner {
  background-color: rgba(9, 53, 76, 0.9);
}
.modules__module-projects-new__item__outer__inner__title {
  font-size: 2rem;
  margin-bottom: 0;
}
.modules__module-projects-new__item__outer__inner__subtitle {
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
}
.modules__module-projects-new__item__outer__default {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  color: #ffffff;
  text-shadow: 0 0 10px #000;
  opacity: 1;
  z-index: 1;
  transition: all 300ms;
}
.modules__module-projects-new__item__outer__default__title {
  font-size: 1.8rem;
  margin-bottom: 0;
  line-height: 1;
}
.modules__module-projects-new__item__outer__default__subtitle {
  font-size: 1.4rem;
}
.modules__module-projects-new__item__outer__default__excerpt {
  display: none;
}
.modules__module-projects-new__item__outer:hover .modules__module-projects-new__item__outer__inner {
  opacity: 1;
}
@media screen and (min-width: 992px) {
  .modules__module-projects-new__item__outer:hover .modules__module-projects-new__item__outer__default {
    opacity: 0;
  }
}
.modules__module-services-expertises {
  padding: 3rem 0;
  background-image: url("../img/dots-bg.svg");
  background-size: cover;
}
.modules__module-services-expertises__title {
  font-size: 2.8rem;
  line-height: 1.2;
}
.modules__module-services-expertises__subtitle {
  margin: 0.5rem 0;
  font-size: 1.2rem;
}
.modules__module-services-expertises__item {
  display: block;
  padding: 1rem 0.2rem;
  margin-top: 2rem;
  border: solid 1px transparent;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.modules__module-services-expertises__item__icon {
  height: 3rem;
  width: 3rem;
  margin-left: auto;
  margin-right: auto;
}
.modules__module-services-expertises__item__icon svg {
  width: 100%;
  height: 100%;
  fill: #000000;
}
.modules__module-services-expertises__item__icon svg path {
  fill: #000000;
}
.modules__module-services-expertises__item__icon svg .st0 {
  stroke: #000000;
}
.modules__module-services-expertises__item__divider {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin: 0.5rem 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.modules__module-services-expertises__item__title {
  text-align: center;
  font-size: 0.8rem;
}
.modules__module-services-expertises__item__title-large {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
}
.modules__module-services-expertises__item:hover {
  border: solid 1px #ff5a00;
  text-decoration: none;
  color: #ff5a00;
  background-color: rgba(255, 255, 255, 0.5);
}
.modules__module-services-expertises__item:hover .modules__module-services-expertises__item__icon svg {
  fill: #ff5a00;
}
.modules__module-services-expertises__item:hover .modules__module-services-expertises__item__icon svg path {
  fill: #ff5a00;
}
.modules__module-services-expertises__item:hover .modules__module-services-expertises__item__icon svg .st0 {
  stroke: #ff5a00;
}
.modules__module-services-expertises__item:hover .modules__module-services-expertises__item__divider {
  background-color: transparent;
}
.modules__module-services-expertises__cta {
  width: 100%;
  margin-top: 2rem;
  display: block;
  padding: 2rem;
  background-color: #e5e6e7;
  text-align: center;
  border: solid 2px #e5e6e7;
  font-size: 1.2rem;
}
.modules__module-services-expertises__cta__first-title {
  color: #000000;
}
.modules__module-services-expertises__cta__second-title {
  margin-bottom: 1rem;
  color: #000000;
}
.modules__module-services-expertises__cta__third-title {
  color: #ff5a00;
}
.modules__module-services-expertises__cta:hover {
  text-decoration: none;
  border: solid 2px #ff5a00;
  background-color: rgba(255, 255, 255, 0.5);
}
.modules__module-services-expertises__cta:focus {
  text-decoration: none;
}
.modules__module-locations {
  margin: 3rem 0;
}
@media screen and (min-width: 992px) {
  .modules__module-locations__sidebar {
    margin-right: 4rem;
    padding: 2rem 0;
  }
}
.modules__module-locations__sidebar__list__item {
  border: solid 1px #ff5a00;
  padding: 0.4rem;
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 1rem;
  color: #ff5a00;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.modules__module-locations__sidebar__list__item:hover {
  border: solid 1px #000000;
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}
.modules__module-locations__sidebar__item {
  margin-bottom: 1rem;
  display: none;
}
.modules__module-locations__sidebar__item__title {
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 500;
  color: #ff5a00;
}
.modules__module-locations__sidebar__item__subtitle {
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 1.5rem;
  color: #000000;
}
.modules__module-locations__sidebar__item__pre {
  text-transform: uppercase;
  font-size: 1rem;
  color: #000000;
}
.modules__module-locations__sidebar__item ul {
  margin: 0;
  padding: 0;
}
.modules__module-locations__sidebar__item ul li {
  list-style-type: none;
}
.modules__module-locations__sidebar__item ul li a {
  color: #ff5a00;
}
.modules__module-locations__sidebar__item ul li a:hover {
  text-decoration: none;
  color: #000000;
  cursor: hover;
}
.modules__module-locations__sidebar__item__image {
  margin-top: 1rem;
  width: 100%;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
}
.modules__module-locations__sidebar__item--active {
  display: block;
}
.modules__module-locations__sidebar__item--default {
  display: block;
}
.modules__module-locations #map {
  width: 100%;
  height: 18rem;
}
@media screen and (min-width: 992px) {
  .modules__module-locations #map {
    height: 30rem;
    margin-left: -1rem;
  }
}
@media screen and (min-width: 1200px) {
  .modules__module-locations #map {
    height: 36rem;
    margin-left: -1rem;
  }
}
.modules__module-locations #map .mapbox-marker {
  width: 2rem;
  height: 2rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.modules__module-locations #map .mapbox-marker--active {
  background-image: url("../img/marker-active.png") !important;
}
.modules__module-locations #map .mapbox-marker-project {
  width: 2rem;
  height: 2rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.modules__module-locations #map .mapbox-marker-project--active {
  background-image: url("../img/project-marker-active.png") !important;
}
.modules__module-locations #map .mapboxgl-popup .mapboxgl-popup-content {
  border: solid 1px #ff5a00;
  padding: 1rem 2rem 1rem 1rem;
}
.modules__module-locations #map .mapboxgl-popup .mapboxgl-popup-content .mapboxgl-popup-close-button {
  font-size: 0.8rem;
}
.modules__module-locations #map .mapboxgl-popup .mapboxgl-popup-content .popup-inner {
  font-size: 0.7rem;
}
.modules__module-locations #map .mapboxgl-popup .mapboxgl-popup-content .popup-inner strong {
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #ff5a00;
  font-weight: 700;
}
.modules__module-locations #map .mapboxgl-popup .mapboxgl-popup-content .popup-inner a {
  color: #ff5a00;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.modules__module-locations #map .mapboxgl-popup .mapboxgl-popup-content .popup-inner a:hover {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.modules__module-content {
  margin: 3rem 0 2rem 0;
}
.modules__module-content a {
  color: #ff5a00;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.modules__module-content a:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}
.modules__module-reference {
  margin: 1rem 0;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.modules__module-reference__content {
  padding: 5rem 1rem;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 2.3rem;
  position: relative;
  z-index: 1;
  text-align: left;
}
.modules__module-reference__content__text {
  font-style: italic;
  margin-bottom: 2rem;
}
.modules__module-reference__content__name {
  font-size: 1.8rem;
}
.modules__module-reference__content__logo {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  width: 4.5rem;
}
.modules__module-reference__content__logo img {
  height: 100%;
  width: 100%;
}
.modules__module-reference__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 90, 0, 0.95);
  mix-blend-mode: multiply;
}
#secondary-theme .modules__module-reference__overlay {
  background-color: rgba(9, 53, 76, 0.95);
}
.modules__module-reference__mobile-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 90, 0, 0.95);
  mix-blend-mode: multiply;
}
#secondary-theme .modules__module-reference__mobile-overlay {
  background-color: rgba(9, 53, 76, 0.95);
}
.modules__module-content-two-columns {
  margin: 3rem 0;
  position: relative;
}
@media screen and (max-width: 992px) {
  .modules__module-content-two-columns.primary_right .vertical-align {
    flex-direction: column-reverse;
  }
}
.modules__module-content-two-columns:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: calc(50% - 0.1rem);
  background-color: #000000;
}
@media screen and (max-width: 992px) {
  .modules__module-content-two-columns:after {
    display: none;
  }
}
.modules__module-content-two-columns .vertical-align {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.modules__module-content-two-columns p {
  margin-bottom: 0;
}
.modules__module-content-two-columns h1, .modules__module-content-two-columns h2, .modules__module-content-two-columns h3, .modules__module-content-two-columns h4, .modules__module-content-two-columns h5 {
  text-transform: uppercase;
}
.modules__module-content-two-columns h2 {
  font-size: 3rem;
  line-height: 1;
  font-weight: normal;
}
@media screen and (min-width: 992px) {
  .modules__module-content-two-columns h2 {
    font-size: 5rem;
  }
}
@media screen and (min-width: 992px) {
  .modules__module-content-two-columns__left {
    margin-bottom: 0;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .modules__module-content-two-columns__right {
    padding-left: 2rem;
  }
}
.modules__module-slider {
  margin: 3rem 0;
}
.modules__module-slider .container-fluid {
  padding: 0;
}
.modules__module-slider .container-fluid .row {
  margin: 0;
}
.modules__module-slider .container-fluid .row .col-12, .modules__module-slider .container-fluid .row .col-6 {
  padding: 0;
}
.modules__module-slider__col:nth-child(2n+1) .modules__module-slider__container__link__title-wrapper__title {
  background-color: #ff5a00;
}
.modules__module-slider__col:nth-child(2n) .modules__module-slider__container__link__title-wrapper__title {
  background-color: #063048;
}
.modules__module-slider__container {
  width: 100%;
  height: 26rem;
  position: relative;
}
.modules__module-slider__container__slider {
  width: 100%;
  height: 26rem;
  text-align: center;
}
.modules__module-slider__container__slider__item {
  width: 100%;
  height: 26rem;
  background-size: cover;
  background-position: center center;
}
.modules__module-slider__container__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.modules__module-slider__container__link__title-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  display: flex;
  justify-content: center;
}
.modules__module-slider__container__link__title-wrapper__title {
  position: absolute;
  text-align: center;
  top: calc(50% - 2rem);
  color: #ffffff;
  font-size: 2.2rem;
  display: inline;
  padding: 0.2rem 1rem;
  padding-top: 0rem;
  background-color: #ff5a00;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .modules__module-slider__container__link__title-wrapper__title {
    font-size: 2.8rem;
  }
}
.modules__module-slider__container__link__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 122, 0, 0.95);
  mix-blend-mode: multiply;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.modules__module-slider__container__link:hover {
  text-decoration: none;
}
.modules__module-slider__container__link:hover .modules__module-slider__container__link__overlay {
  opacity: 1;
}
.modules__module-slider__container__progress {
  position: absolute;
  width: 100%;
  height: 0.8rem;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.2);
}
.modules__module-slider__container__progress__bar {
  position: absolute;
  width: 25%;
  height: 0.8rem;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.vacancy-page {
  margin: 3rem 0 0 0;
}
.vacancy-page strong {
  font-weight: 500;
}
.vacancy-page .meta-wrapper {
  margin-bottom: 3rem;
}
.vacancy-page .cta-wrapper {
  background-color: #f2f2f2;
}
.vacancy-page .cta-wrapper__inner {
  padding: 1.5rem;
}
.vacancy-page .cta-wrapper__inner .title {
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 1.2rem;
}
.vacancy-page .cta-wrapper__inner ul {
  padding-left: 0;
  margin-bottom: 0;
}
.vacancy-page .cta-wrapper__inner ul li {
  list-style-type: none;
}
.vacancy-page .cta-wrapper__inner ul li i {
  color: #72be72;
  margin-right: 0.3rem;
}
.vacancy-page .cta-wrapper__cta {
  color: #ffffff;
  background-color: #ff5a00;
  border-top: 2px solid #ffffff;
  text-align: center;
  padding: 0.4rem 1rem;
  font-size: 0.95rem;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.vacancy-page .cta-wrapper__cta i {
  margin-right: 0.3rem;
}
.vacancy-page .cta-wrapper__cta:hover {
  background-color: #d65100;
  cursor: pointer;
}
.vacancy-page .contact-wrapper {
  margin-top: 7rem;
  position: relative;
  box-shadow: 0px 0px 6px #cecece;
}
.vacancy-page .contact-wrapper__image {
  position: absolute;
  width: 6rem;
  height: 7rem;
  background-color: #cecece;
  margin-top: -5rem;
  left: calc(50% - 3rem);
  background-size: cover;
  background-position: center center;
  border: solid 1px #cecece;
}
.vacancy-page .contact-wrapper__inner {
  padding: 4rem 1.5rem 1.5rem 1.5rem;
  text-align: center;
}
.vacancy-page .contact-wrapper__inner .title {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 500;
}
.vacancy-page .contact-wrapper__bottom {
  background-color: #f2f2f2;
  padding: 1rem;
  text-align: center;
}
.vacancy-page .contact-wrapper__bottom p {
  margin-bottom: 0;
}
.vacancy-page .contact-wrapper__bottom .btn {
  padding: 0.2rem 0.5rem;
  font-size: 0.8rem;
  margin: 1rem 0.2rem;
}
.vacancy-page .contact-wrapper__bottom .mail {
  background-color: #595A59;
}
.vacancy-page .contact-wrapper__bottom .mail:hover {
  background-color: #404040;
}
.vacancy-page .contact-wrapper__bottom .linkedin {
  background-color: #0077b5;
}
.vacancy-page .contact-wrapper__bottom .linkedin:hover {
  background-color: #005582;
}
.vacancy-page .contact-wrapper__bottom .whatsapp {
  background-color: #25D366;
}
.vacancy-page .contact-wrapper__bottom .whatsapp:hover {
  background-color: #1da851;
}
.vacancy-page__form-wrapper {
  margin-top: 3rem;
  padding: 3rem 0;
  background-color: #efefef;
  background-size: cover;
}
.vacancy-page__form-wrapper .title {
  font-size: 2rem;
  margin-bottom: 2rem;
  font-weight: 700;
}
.vacancy-page__form-wrapper form input[type=text],
.vacancy-page__form-wrapper form input[type=email] {
  background-color: #ffffff;
  border: solid 1px #cecece;
  height: 2rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .vacancy-page__form-wrapper form input[type=text],
  .vacancy-page__form-wrapper form input[type=email] {
    margin-top: 0;
  }
}
.vacancy-page__form-wrapper form input[type=file] {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .vacancy-page__form-wrapper form input[type=file] {
    margin-top: 0;
  }
}

.single-page, .parent-page {
  margin: 3rem 0;
}
.single-page__main__intro, .parent-page__main__intro {
  font-weight: 700;
  margin-bottom: 3rem;
}
.single-page__main__content, .parent-page__main__content {
  margin-bottom: 2rem;
}
.single-page__sidebar__group-title, .parent-page__sidebar__group-title {
  width: 100%;
  background-color: #ff5a00;
  padding: 0.5rem 0;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}
.single-page__sidebar__group, .parent-page__sidebar__group {
  padding: 0;
  background-image: url("../img/dots-bg.svg");
  background-repeat: repeat-x;
  margin-bottom: 2rem;
}
.single-page__sidebar__group__media-item, .parent-page__sidebar__group__media-item {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
  margin-bottom: 1rem;
}
.single-page__sidebar__group__media-item__icon, .parent-page__sidebar__group__media-item__icon {
  position: absolute;
  width: 2rem;
  height: 2rem;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.single-page__sidebar__group__media-item__icon .far, .parent-page__sidebar__group__media-item__icon .far {
  color: white;
}
.single-page__sidebar__group__media-item__overlay, .parent-page__sidebar__group__media-item__overlay {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 122, 0, 0.8);
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.single-page__sidebar__group__media-item:hover .single-page__sidebar__group__media-item__overlay, .parent-page__sidebar__group__media-item:hover .single-page__sidebar__group__media-item__overlay {
  opacity: 1;
}
.single-page__sidebar__group__activity-item, .single-page__sidebar__group__child-item, .parent-page__sidebar__group__activity-item, .parent-page__sidebar__group__child-item {
  padding: 0.5rem 0;
  text-align: center;
  border-bottom: solid 1px #000000;
  display: block;
}
.single-page__sidebar__group__activity-item a, .single-page__sidebar__group__child-item a, .parent-page__sidebar__group__activity-item a, .parent-page__sidebar__group__child-item a {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.single-page__sidebar__group__activity-item a:hover, .single-page__sidebar__group__child-item a:hover, .parent-page__sidebar__group__activity-item a:hover, .parent-page__sidebar__group__child-item a:hover {
  text-decoration: none;
  color: #ff5a00;
  cursor: pointer;
}
.single-page__sidebar__group__activity-item:last-of-type, .single-page__sidebar__group__child-item:last-of-type, .parent-page__sidebar__group__activity-item:last-of-type, .parent-page__sidebar__group__child-item:last-of-type {
  border: none;
}
.single-page__sidebar__group__sibling-item, .parent-page__sidebar__group__sibling-item {
  display: block;
  padding: 1rem 0.2rem;
  margin-bottom: 1rem;
  border: solid 1px transparent;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.single-page__sidebar__group__sibling-item__icon, .parent-page__sidebar__group__sibling-item__icon {
  height: 3rem;
  width: 3rem;
  margin-left: auto;
  margin-right: auto;
}
.single-page__sidebar__group__sibling-item__icon svg, .parent-page__sidebar__group__sibling-item__icon svg {
  width: 100%;
  height: 100%;
  fill: #000000;
}
.single-page__sidebar__group__sibling-item__icon svg path, .parent-page__sidebar__group__sibling-item__icon svg path {
  fill: #000000;
}
.single-page__sidebar__group__sibling-item__icon svg .st0, .parent-page__sidebar__group__sibling-item__icon svg .st0 {
  stroke: #000000;
}
.single-page__sidebar__group__sibling-item__divider, .parent-page__sidebar__group__sibling-item__divider {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin: 0.5rem 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.single-page__sidebar__group__sibling-item__title, .parent-page__sidebar__group__sibling-item__title {
  text-align: center;
  font-size: 0.8rem;
}
.single-page__sidebar__group__sibling-item__title-large, .parent-page__sidebar__group__sibling-item__title-large {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
}
.single-page__sidebar__group__sibling-item:hover, .parent-page__sidebar__group__sibling-item:hover {
  border: solid 1px #ff5a00;
  text-decoration: none;
  color: #ff5a00;
  background-color: rgba(255, 255, 255, 0.5);
}
.single-page__sidebar__group__sibling-item:hover .single-page__sidebar__group__sibling-item__icon svg, .parent-page__sidebar__group__sibling-item:hover .single-page__sidebar__group__sibling-item__icon svg {
  fill: #ff5a00;
}
.single-page__sidebar__group__sibling-item:hover .single-page__sidebar__group__sibling-item__icon svg path, .parent-page__sidebar__group__sibling-item:hover .single-page__sidebar__group__sibling-item__icon svg path {
  fill: #ff5a00;
}
.single-page__sidebar__group__sibling-item:hover .single-page__sidebar__group__sibling-item__icon svg .st0, .parent-page__sidebar__group__sibling-item:hover .single-page__sidebar__group__sibling-item__icon svg .st0 {
  stroke: #ff5a00;
}
.single-page__sidebar__group__sibling-item:hover .single-page__sidebar__group__sibling-item__divider, .parent-page__sidebar__group__sibling-item:hover .single-page__sidebar__group__sibling-item__divider {
  background-color: transparent;
}
.single-page__sidebar__group--sibling-group, .single-page__sidebar__group--childs-group, .parent-page__sidebar__group--sibling-group, .parent-page__sidebar__group--childs-group {
  padding: 1rem;
}
.single-page__sidebar__group--media-group, .parent-page__sidebar__group--media-group {
  padding: 1rem 1rem 0 1rem;
}

.back-btn-section {
  margin: 1rem 0;
}

.not-found {
  margin: 3rem 0;
}
.dark_blue {
  color: #09354C !important;
}
.dark_blue * {
  color: #09354C !important;
}

.orange {
  color: #ff5a00 !important;
}
.orange * {
  color: #ff5a00 !important;
}

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