@font-face {
  font-family: 'MISTRAL';
  src: url("MISTRAL.ttf") format("truetype");
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
  color: #212121;
}

.mainWrapper {
  font-size: 1rem;
  overflow: hidden;
}

html {
  font-size: 16px;
}

.wrapper {
  width: 1200px;
  margin: auto;
}

@media (max-width: 1200px) {
  .wrapper {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

a {
  text-decoration: none;
  color: #0bb3cf;
}

a:hover, a:active, a:visited, a:link {
  text-decoration: none;
  color: #0bb3cf;
}

.hamburgerIcon, .mobilePhoneIcon, .mobileMapIcon, .mobileMailIcon, .mobileLanguageIcon {
  display: none;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  right: 1rem;
  top: 1rem;
  z-index: 100;
  border-radius: 50%;
}

@media (max-width: 1200px) {
  .hamburgerIcon, .mobilePhoneIcon, .mobileMapIcon, .mobileMailIcon, .mobileLanguageIcon {
    display: inline-block;
  }
}

.hamburgerIcon img, .mobilePhoneIcon img, .mobileMapIcon img, .mobileMailIcon img, .mobileLanguageIcon img {
  width: 36px;
  height: 36px;
  display: inline-block;
}

.mobilePhoneIcon, .mobileMapIcon, .mobileMailIcon, .mobileLanguageIcon {
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

.mobilePhoneIcon {
  right: -250px;
  left: auto;
  margin-top: 42px;
}

.mobileMapIcon {
  margin-top: 84px;
  right: -250px;
  left: auto;
}

.mobileMailIcon {
  right: -250px;
  left: auto;
  margin-top: 84px;
}

.mobileLanguageIcon {
  margin-top: 126px;
  background-color: #000;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.9;
  width: 36px;
  height: 36px;
}

.mobilePhoneContent, .mobileMapContent, .mobileMailContent {
  display: inline-block;
  background-color: #383385;
  background-color: #383385ad;
  padding: 7px 12px;
  border-radius: 4px;
  text-align: center;
  width: 250px;
  margin-left: 12px;
  color: #fff;
  font-size: 0.8rem;
}

.mobilePhoneContent a, .mobileMapContent a, .mobileMailContent a {
  color: #fff;
}

.contactActive {
  -webkit-transform: translateX(-90%);
          transform: translateX(-90%);
}

.mobileMenu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #383385;
  z-index: 110;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 1rem;
  overflow-y: auto;
  right: -100%;
  -webkit-transition: right 0.25s ease-in-out, opacity 0.25s ease-in-out;
  transition: right 0.25s ease-in-out, opacity 0.25s ease-in-out;
  display: none;
  text-align: left;
  opacity: 0;
}

@media (max-width: 1200px) {
  .mobileMenu {
    display: block;
  }
}

.mobileMenu .closeContainer {
  padding: 1rem;
  text-align: right;
}

.mobileMenu .closeContainer .closeMenuIcon {
  width: 36px;
  height: 36px;
  display: inline-block;
}

.mobileMenu .closeContainer .closeMenuIcon img {
  width: 100%;
}

.mobileMenu .navigation {
  padding-left: 1rem;
  padding-right: 1rem;
  text-transform: uppercase;
}

.mobileMenu .navigation .dropdownParent {
  color: #fff;
  font-weight: normal;
  padding-top: 0 !important;
}

.mobileMenu .navigation .dropdownParent .dropdownChild {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.mobileMenu .navigation .dropdownParent .dropdownChild a {
  color: #fff;
}

.mobileMenu .navigation .dropdownParent .dropdownChild li {
  margin-top: 1rem;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.mobileMenu .navigation .navLink {
  font-size: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 0;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.mobileMenu .navigation .navLink a {
  color: #fff;
}

.subpageTop {
  height: 180px;
}

@media (max-width: 1200px) {
  .subpageTop {
    display: none;
  }
}

.subpageNavImage {
  width: 100%;
  height: 250px;
  margin-top: -50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  border-bottom: 6px solid #383385;
}

@media (max-width: 1200px) {
  .subpageNavImage {
    height: 200px;
    margin-top: 0;
  }
}

.subpageNavImage .subpageHeader {
  margin: 0;
  padding-top: 230px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

@media (max-width: 1200px) {
  .subpageNavImage .subpageHeader {
    display: none;
  }
}

.subpageSection {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #fff;
  color: #242424;
  min-height: 400px;
}

.subpageSection a {
  color: #000;
}

.subpageSection .subpageHeader {
  margin-bottom: 1.5rem;
  position: relative;
  padding-left: 1rem;
  border-left: 5px solid #383385;
  overflow: hidden;
}

@media (max-width: 997px) {
  .subpageSection .subpageHeader {
    text-align: center;
    padding-left: 0;
    border-left: none;
  }
}

.subpageSection .subpageHeader h1 {
  font-size: 2rem;
  font-weight: bold;
}

.subpageSection .subpageHeader .subpageDate {
  font-size: 1rem;
}

.subpageSection .subpageHeader .subpageHeaderText {
  position: relative;
  -webkit-transition: left 0.25s linear;
  transition: left 0.25s linear;
  -webkit-animation-name: headerAnimation;
  -webkit-animation-duration: 1s;
  animation-name: headerAnimation;
  animation-duration: 1s;
  color: #383385;
}

@media (max-width: 1200px) {
  .subpageSection .subpageHeader .subpageHeaderText {
    position: static;
    -webkit-animation: none;
            animation: none;
  }
}

@media (max-width: 997px) {
  .subpageSection .subpageHeader .subpageHeaderText {
    font-size: 25px;
  }
}

.subpageSection .subpageContent {
  margin-bottom: 1rem;
  text-align: justify;
}

.subpageSection .subpageContent a {
  color: #0bb3cf !important;
}

.subpageSection .subpageImage {
  float: left;
  max-width: 400px;
  padding-right: 1rem;
  padding-bottom: 1rem;
}

@media (max-width: 997px) {
  .subpageSection .subpageImage {
    width: 100%;
    max-width: 100%;
    max-width: initial;
    float: none;
    padding-right: 0;
    display: block;
    margin: auto;
    text-align: center;
  }
}

.subpageSection .subpageImage img {
  max-width: 100%;
}

.subpageSection .galleryContent {
  margin-top: 2rem;
  text-align: justify;
}

.subpageSection .galleryContent .galleryHeader {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.subpageSection .galleryContent .photosContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.subpageSection .galleryContent .photosContainer .photo {
  width: 23%;
  margin-bottom: 1rem;
  margin-right: 1%;
  margin-left: 1%;
  height: 180px;
  overflow-y: hidden;
  border: 1px solid #fff;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
}

.subpageSection .galleryContent .photosContainer .photo:hover {
  opacity: 0.9;
  cursor: pointer;
  border-color: #383385;
}

.subpageSection .galleryContent .photosContainer .photo img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  min-height: 180px;
}

@media (max-width: 800px) {
  .subpageSection .galleryContent .photosContainer .photo {
    width: 48%;
    height: 220px;
  }
}

@media (max-width: 600px) {
  .subpageSection .galleryContent .photosContainer .photo {
    width: 100%;
  }
}

.subpageSection .projectsContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0;
}

.subpageSection .projectsContainer .article {
  margin-bottom: 1rem;
}

.contactContent .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2rem;
}

@media (max-width: 997px) {
  .contactContent .flexBox {
    display: block;
  }
}

.contactContent .flexBox .contactBox {
  width: 28%;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 1rem;
}

@media (max-width: 997px) {
  .contactContent .flexBox .contactBox {
    display: block;
    width: 100%;
  }
}

.contactContent .flexBox .contactBox .contact {
  padding: 1rem;
  background-color: #383385;
  color: #fff;
  margin-bottom: 1rem;
  border-radius: 4px;
  position: relative;
  padding-left: 64px;
}

.contactContent .flexBox .contactBox .contact img {
  position: absolute;
  left: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 36px;
}

.contactContent .flexBox .contactBox .contact:hover {
  background-color: #2f2a77;
  color: #fff;
  cursor: pointer;
}

.contactContent .flexBox .formBox {
  width: 70%;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 997px) {
  .contactContent .flexBox .formBox {
    width: 100%;
    display: block;
  }
}

.contactContent .alertError {
  text-align: center;
  background-color: #d42323;
  color: #fff;
  position: fixed;
  top: 120px;
  z-index: 100;
  padding: 2rem;
  border-radius: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.contactContent .alertError:hover {
  cursor: pointer;
  background-color: #c72020;
}

.contactContent .alertError p {
  margin-bottom: 0;
}

.contactContent .alertSuccess {
  text-align: center;
  background-color: #38ac21;
  color: #fff;
  position: fixed;
  top: 120px;
  z-index: 100;
  padding: 2rem;
  border-radius: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.contactContent .alertSuccess:hover {
  cursor: pointer;
  background-color: #2f941b;
}

.contactContent .alertSuccess p {
  margin-bottom: 0;
}

.contactContent .contactFormSmallBox {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  margin-top: 1rem;
  margin-bottom: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 800px) {
  .contactContent .contactFormSmallBox {
    width: 100%;
    margin-bottom: 0;
  }
}

.contactContent .contactFormSmallBox input {
  padding: 0.5rem;
  width: 90%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 14px;
}

@media (max-width: 800px) {
  .contactContent .contactFormSmallBox input {
    width: 100%;
  }
}

.contactContent .captcha {
  text-align: right;
  float: right;
}

@media (max-width: 800px) {
  .contactContent .captcha {
    float: none;
  }
}

.contactContent .contactFormBigBox {
  width: 70%;
  display: inline-block;
  vertical-align: top;
  margin-top: 1rem;
  margin-bottom: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 800px) {
  .contactContent .contactFormBigBox {
    width: 100%;
    margin-top: 0;
  }
}

.contactContent .contactFormBigBox textarea {
  width: 100%;
  max-width: 100%;
  padding: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contactContent .contactFormLabel {
  font-size: 1.25rem;
  color: #242424;
}

.contactContent input {
  color: #000;
}

.contactContent textarea {
  color: #000;
  resize: none;
}

.contactContent .rodo {
  font-size: 0.8rem;
  text-align: justify;
  margin-bottom: 1rem;
  margin-left: 1.25rem;
}

.btnContainer {
  text-align: right;
}

@media (max-width: 800px) {
  .btnContainer {
    text-align: center;
  }
}

.btnContainer .btn, .btnContainer button {
  padding: 1rem 4rem;
  color: #fff;
  background-color: #383385;
  text-transform: uppercase;
  border: none;
  margin-top: 1rem;
}

.btnContainer .btn:hover, .btnContainer button:hover {
  background-color: #2f2a77;
  color: #fff;
  cursor: pointer;
}

.fbContainer {
  position: fixed;
  top: 34%;
  left: -250px;
  z-index: 50;
  width: 250px;
  -webkit-transition: left 0.25s ease-in-out;
  transition: left 0.25s ease-in-out;
  background-color: #fff;
  min-height: 200px;
}

.fbContainer .fb-page {
  width: 100% !important;
}

.fbContainer .fbLogoContainer {
  position: relative;
}

.fbContainer .fbLogoContainer .fbLogo {
  position: absolute;
  right: -36px;
  width: 36px;
  height: 36px;
}

.fbContainer .fbLogoContainer .fbLogo:hover {
  cursor: pointer;
}

.fbContainer .fbLogoContainer .fbLogo img {
  width: 100%;
}

.modal {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
  display: none;
  text-align: center;
}

.modal .modalClose {
  position: absolute;
  top: 1rem;
  right: 2rem;
  z-index: 1010;
}

.modal .modalClose:hover {
  cursor: pointer;
}

.modal .modalPrev {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 1rem;
  z-index: 1010;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.modal .modalPrev:hover {
  cursor: pointer;
}

.modal .modalNext {
  margin: 0;
  position: absolute;
  top: 50%;
  right: 2rem;
  z-index: 1010;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.modal .modalNext:hover {
  cursor: pointer;
}

.modal .modalContainer {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.modal .modalContainer img {
  max-width: 90vw;
  max-height: 90vh;
  display: none;
}

.paginationLinks {
  text-align: center;
}

.paginationLinks .pagination > .active > span {
  background-color: #174579;
  border-color: #174579;
}

.paginationLinks .pagination > li > a {
  color: #174579;
}

.dropdown {
  width: 300px;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: none;
  background-color: #312c7a;
  text-align: left;
  z-index: 20;
  padding: 0;
  font-size: 1rem;
  border-radius: 4px;
}

.dropdown li {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem;
  color: #fff;
}

.dropdown li a {
  color: #fff !important;
}

.dropdown li:hover {
  cursor: pointer;
  border-radius: 4px;
  background-color: #29246d;
}

.dropdown li:hover a {
  color: #fff !important;
}

.dropdown:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}

.dropdownParent {
  color: #fff;
  position: relative;
}

.dropdownParent:hover .dropdown {
  visibility: visible;
  display: block;
  opacity: 1;
  -webkit-animation-name: fadeInDropdown;
  -webkit-animation-duration: 0.25s;
  animation-name: fadeInDropdown;
  animation-duration: 0.25s;
}

.confirmBox {
  padding: 1rem;
  background-color: #fff;
  border-top: 1px solid #383385;
  color: #383385;
  position: fixed;
  left: 0;
  bottom: -100%;
  right: 0;
  z-index: 100;
  opacity: 0;
  -webkit-transition: bottom 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transition: bottom 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.confirmBox .confirmText {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  display: inline-block;
  width: 85%;
  padding-top: 0.5rem;
  color: #383385;
}

@media (max-width: 997px) {
  .confirmBox .confirmText {
    padding-top: 0;
    width: 100%;
  }
}

.confirmBox .confirmBtn {
  margin-left: 5%;
  width: 10%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  display: inline-block;
  background-color: #383385;
  color: #fff;
  text-align: center;
  padding: 0.5rem;
  border-radius: 4px;
}

@media (max-width: 997px) {
  .confirmBox .confirmBtn {
    width: 160px;
    float: right;
    display: block;
    margin-left: 0;
    margin-top: 12px;
  }
}

.confirmBox .confirmBtn:hover {
  background-color: #2f2a74;
  cursor: pointer;
}

.loadingSection {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  text-align: center;
}

.loadingSection .logo {
  position: absolute;
  max-width: 50vw;
  left: 50vw;
  top: 50vh;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.loadingSection .logo img {
  -webkit-animation: loadingScale 1.5s linear infinite alternate;
  animation: loadingScale 1.5s linear infinite alternate;
  max-width: 300px;
}

@media (max-width: 1200px) {
  .loadingSection .logo img {
    max-width: 150px;
  }
}

.transitionSection {
  display: none;
}

.transitionSection .leftTrans {
  width: 50vw;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1000;
  -webkit-transition: left 0.5s ease-in-out;
  transition: left 0.5s ease-in-out;
}

.transitionSection .rightTrans {
  width: 50vw;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1000;
  -webkit-transition: right 0.5s ease-in-out;
  transition: right 0.5s ease-in-out;
}

.fixedMenu {
  position: fixed;
  z-index: 25;
  left: 0;
  right: 0;
  top: -100%;
  -webkit-transition: top 0.25s ease-in-out;
  transition: top 0.25s ease-in-out;
  background-color: #fff;
  border-bottom: 1px solid #383385;
  margin: auto;
}

@media (max-width: 1200px) {
  .fixedMenu {
    display: none;
  }
}

.fixedMenu .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-transform: uppercase;
}

.fixedMenu .navigation .navLink a {
  color: #383385;
  font-weight: bold;
}

.fixedMenu .navigation .navLink a:hover {
  color: #2f2a77;
}

.fixedMenu .navigation .homeIcon {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fixedMenu .navigation .homeIcon img {
  width: 24px;
  margin-top: 10px;
}

.fixedMenu .navigation .dropdownParent {
  color: #383385;
  font-weight: normal;
}

.fixedMenu .navigation .dropdownParent .dropdown a {
  color: #383385;
}

.fixedMenu .navigation .navLink {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  padding-left: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.fixedMenu .navigation .navLink a {
  color: #383385;
}

.hideme {
  opacity: 0;
}

@media (max-width: 1200px) {
  .hideme {
    opacity: 1;
  }
}

.fadeInEffect {
  -webkit-animation-name: fadeInDropdown;
  -webkit-animation-duration: 0.8s;
  animation-name: fadeInDropdown;
  animation-duration: 0.8s;
}

@-webkit-keyframes headerAnimation {
  0% {
    left: -100vw;
  }
  100% {
    left: 0;
  }
}

@keyframes headerAnimation {
  0% {
    left: -100vw;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes fadeInDropdown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInDropdown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes logoScale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 1;
  }
}

@keyframes logoScale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes loadingScale /* Safari and Chrome */ {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
}

@keyframes loadingScale {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
}

.content-container {
  position: relative;
  min-height: 100vh;
}

@media (max-width: 1200px) {
  .content-container {
    position: static;
    min-height: auto;
  }
}

.content-wrap {
  padding-bottom: 170px;
}

@media (max-width: 1200px) {
  .content-wrap {
    padding-bottom: 0;
  }
}

.footerBottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 1200px) {
  .footerBottom {
    position: static;
    height: auto;
  }
}

.sliderSection {
  position: relative;
  top: -70px;
}

@media (max-width: 1200px) {
  .sliderSection {
    position: static;
    top: initial;
  }
}

.sliderSection .carousel {
  position: relative;
}

.sliderSection .carousel .carousel-control {
  opacity: 0;
}

.sliderSection .carousel .carousel-inner {
  height: 1000px;
}

@media (max-width: 1200px) {
  .sliderSection .carousel .carousel-inner {
    height: 600px;
  }
}

.sliderSection .carousel .carousel-inner .item {
  height: 1000px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1200px) {
  .sliderSection .carousel .carousel-inner .item {
    height: 600px;
  }
}

.sliderSection .carousel .carousel-inner .item .wrapper {
  height: 100%;
}

.sliderSection .carousel .carousel-inner .item .wrapper .sliderWrapper {
  position: relative;
  height: 100%;
}

.sliderSection .carousel .carousel-inner .item .wrapper .sliderInner {
  position: absolute;
  top: 40%;
  margin-left: 40%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
}

@media (max-width: 1200px) {
  .sliderSection .carousel .carousel-inner .item .wrapper .sliderInner {
    top: 50%;
    margin-left: 0;
  }
}

.sliderSection .carousel .carousel-inner .item .wrapper .sliderInner .sliderSubheader {
  font-size: 10rem;
  opacity: 0.8;
  margin: 0;
  margin-left: -12px;
  font-family: 'MISTRAL', sans-serif;
}

@media (max-width: 1200px) {
  .sliderSection .carousel .carousel-inner .item .wrapper .sliderInner .sliderSubheader {
    display: none;
  }
}

.sliderSection .carousel .carousel-inner .item .wrapper .sliderInner .sliderHeader {
  font-weight: bold;
  font-size: 3.17rem;
  margin: 0;
  margin-top: -12px;
  text-align: justify;
}

@media (max-width: 1200px) {
  .sliderSection .carousel .carousel-inner .item .wrapper .sliderInner .sliderHeader {
    font-size: 2rem;
    margin-top: 0;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .sliderSection .carousel .carousel-inner .item .wrapper .sliderInner .sliderHeader {
    font-size: 1.5rem;
  }
}

.sliderSection .carousel .carousel-inner .item .wrapper .sliderInner .sliderContent {
  padding-left: 10%;
  text-align: right;
  font-weight: bold;
  font-size: 1.3rem;
  margin-top: 1rem;
  margin-bottom: 3rem;
}

@media (max-width: 1200px) {
  .sliderSection .carousel .carousel-inner .item .wrapper .sliderInner .sliderContent {
    text-align: justify;
    padding-left: 0;
    font-size: 1rem;
  }
}

@media (max-width: 600px) {
  .sliderSection .carousel .carousel-inner .item .wrapper .sliderInner .sliderContent {
    font-size: 0.9rem;
  }
}

.sliderSection .carousel .carousel-inner .item .wrapper .sliderInner .sliderSeeMore {
  text-align: right;
}

@media (max-width: 1200px) {
  .sliderSection .carousel .carousel-inner .item .wrapper .sliderInner .sliderSeeMore {
    text-align: center;
  }
}

.sliderSection .carousel .carousel-inner .item .wrapper .sliderInner .sliderSeeMore .seeMoreDarkBtn {
  display: inline-block;
  padding: 16px 48px;
  border: 1px solid #fff;
  color: #fff;
  background-color: #383385;
  background-color: #383385d0;
  margin-right: 12px;
  border-radius: 4px;
}

.sliderSection .carousel .carousel-inner .item .wrapper .sliderInner .sliderSeeMore .seeMoreDarkBtn:hover {
  background-color: #383385;
}

@media (max-width: 1200px) {
  .sliderSection .carousel .carousel-inner .item .wrapper .sliderInner .sliderSeeMore .seeMoreDarkBtn {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 1rem;
    padding: 12px;
  }
}

.sliderSection .carousel .carousel-inner .item .wrapper .sliderInner .sliderSeeMore .seeMoreLightBtn {
  display: inline-block;
  padding: 16px 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #fff;
  background-color: #ffffff;
  background-color: #ffffffd0;
  color: #383385;
  border-radius: 4px;
  font-weight: bold;
}

.sliderSection .carousel .carousel-inner .item .wrapper .sliderInner .sliderSeeMore .seeMoreLightBtn:hover {
  background-color: #ffffff;
}

@media (max-width: 1200px) {
  .sliderSection .carousel .carousel-inner .item .wrapper .sliderInner .sliderSeeMore .seeMoreLightBtn {
    display: none;
  }
}

.sliderSection .carousel .carousel-indicators {
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  text-align: right;
  bottom: auto;
  width: auto;
  display: inline-block;
  width: 22px;
  left: auto;
}

@media (max-width: 1200px) {
  .sliderSection .carousel .carousel-indicators {
    text-align: center;
    left: 0;
    right: 0;
    bottom: 3rem;
    top: auto;
    text-align: center;
    -webkit-transform: none;
            transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}

.sliderSection .carousel .carousel-indicators li {
  width: 22px;
  height: 22px;
  border-radius: 0;
  background-color: #fff;
  border: none;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 50%;
}

@media (max-width: 1200px) {
  .sliderSection .carousel .carousel-indicators li {
    border: 1px solid #383385;
  }
}

.sliderSection .carousel .carousel-indicators .active {
  width: 22px;
  height: 22px;
  border-radius: 0;
  background-color: #383385;
  border: none;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 50%;
}

@media (max-width: 1200px) {
  .sliderSection .carousel .carousel-indicators .active {
    border: 1px solid #383385;
  }
}

.autoSliderContainer {
  overflow-x: hidden;
  white-space: nowrap;
}

.autoSliderContainer .autoSlider {
  display: inline-block;
  min-width: 1200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.companiesContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 12px;
}

.companiesContainer .companyElement {
  max-width: 300px;
  margin-right: 2rem;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.companiesContainer .companyElement img {
  max-width: 300px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.companiesContainer .companyElement img:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.circleSection .wrapper {
  position: relative;
}

.circleSection .wrapper .circle {
  position: absolute;
  top: -15px;
  left: -52px;
  max-width: 100%;
  z-index: 1;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation-name: circleRotate;
          animation-name: circleRotate;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes circleRotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes circleRotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@media (max-width: 1200px) {
  .circleSection .wrapper .circle {
    display: none;
  }
}

.headerSection {
  background-color: #fff;
  height: 100px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1200px) {
  .headerSection {
    height: initial;
    text-align: center;
    position: static;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
}

.headerSection .wrapper {
  position: relative;
  z-index: 1;
}

@media (max-width: 1200px) {
  .headerSection .wrapper {
    position: static;
  }
}

.headerSection .pageLogo {
  width: 430px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  position: relative;
}

@media (max-width: 1200px) {
  .headerSection .pageLogo {
    position: static;
    width: 100%;
  }
}

.headerSection .pageLogo img {
  max-width: 100%;
  position: absolute;
  top: 9px;
}

.headerSection .pageLogo img:hover {
  opacity: 0.8;
}

@media (max-width: 1200px) {
  .headerSection .pageLogo img {
    position: static;
    max-width: 70%;
  }
}

.headerSection .navigation {
  width: 770px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
}

@media (max-width: 1200px) {
  .headerSection .navigation {
    display: none;
  }
}

.headerSection .navigation .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 0.95rem;
  font-weight: bold;
}

.headerSection .navigation .links .navLink {
  display: inline-block;
  border-top: 10px solid #fff;
  padding-top: 32px;
  position: relative;
  text-align: center;
}

.headerSection .navigation .links .navLink:hover::after {
  width: 100%;
}

.headerSection .navigation .links .navLink::after {
  content: '';
  display: block;
  height: 10px;
  width: 0%;
  background-color: #383385;
  position: absolute;
  left: 0;
  top: -10px;
  -webkit-transition: width 0.25s ease-in-out;
  transition: width 0.25s ease-in-out;
}

.headerSection .navigation .links .navLink a {
  color: #383385;
}

.headerSection .navigation .links .activeLink {
  border-color: #383385;
}

.contactSection {
  text-align: right;
  margin-top: 8px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1200px) {
  .contactSection {
    margin-top: 0;
    position: static;
    text-align: center;
    background-color: #383385;
  }
}

.contactSection .contactBox {
  background-color: #383385;
  display: inline-block;
  position: relative;
  padding-left: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
}

@media (max-width: 1200px) {
  .contactSection .contactBox {
    padding-left: 0;
    display: block;
  }
}

.contactSection .contactBox::after {
  content: '';
  display: block;
  position: absolute;
  width: 100vw;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: #383385;
}

@media (max-width: 1200px) {
  .contactSection .contactBox::after {
    display: none;
  }
}

.contactSection .contactBox .cornerTop {
  position: absolute;
  left: 0;
  height: 100%;
  -webkit-transform: translateX(-95%);
          transform: translateX(-95%);
  top: 0;
}

@media (max-width: 1200px) {
  .contactSection .contactBox .cornerTop {
    display: none;
  }
}

.contactSection .contactBox .contact {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 46px;
  padding-right: 4px;
}

.contactSection .contactBox .contact:hover {
  opacity: 0.8;
}

@media (max-width: 600px) {
  .contactSection .contactBox .contact {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}

.contactSection .contactBox .contact a {
  color: #fff;
  position: relative;
  font-size: 1.1rem;
  font-weight: 900;
}

.contactSection .contactBox .contact a img {
  position: absolute;
  top: 50%;
  left: -26px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 600px) {
  .contactSection .contactBox .contact a img {
    position: relative;
    left: 0;
    top: -2px;
    margin-right: 6px;
    -webkit-transform: none;
            transform: none;
  }
}

.homeSection {
  margin-top: -300px;
  position: relative;
  z-index: 2;
  color: #383385;
}

@media (max-width: 1200px) {
  .homeSection {
    margin-top: 0;
  }
}

.homeSection .wrapper {
  background-color: #fff;
  border-radius: 4px;
  position: relative;
}

.homeSection .slogan {
  position: absolute;
  top: 0;
  left: 8px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background-color: #383385;
  padding: 6px 16px;
  font-weight: 900;
  color: #fff;
  padding-right: 84px;
}

@media (max-width: 1200px) {
  .homeSection .slogan {
    position: relative;
    -webkit-transform: none;
            transform: none;
    padding: 6px 16px;
    text-align: center;
    top: initial;
    left: initial;
    z-index: 1;
  }
  .homeSection .slogan::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -50vw;
    width: 200vw;
    background-color: #383385;
    z-index: -1;
  }
}

.homeSection .slogan img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  -webkit-transform: translateX(95%);
          transform: translateX(95%);
}

@media (max-width: 1200px) {
  .homeSection .slogan img {
    display: none;
  }
}

.homeSection .homeBox {
  padding-left: 3rem;
  padding-right: 3rem;
}

@media (max-width: 1200px) {
  .homeSection .homeBox {
    padding-left: 0;
    padding-right: 0;
  }
}

.homeSection .homeBox .homeHeader {
  font-size: 2rem;
  text-align: center;
  margin: 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.homeSection .homeBox .homeHeader p {
  margin: 0;
}

@media (max-width: 1200px) {
  .homeSection .homeBox .homeHeader {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.homeSection .homeBox .homeContent {
  text-align: justify;
}

.homeSection .homeBox .signature {
  text-align: right;
  margin-top: 2rem;
}

@media (max-width: 1200px) {
  .homeSection .homeBox .signature {
    text-align: center;
  }
}

.homeSection .homeBox .signature img {
  max-width: 100%;
}

.homeSection .homeBox .galleryBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3rem;
}

@media (max-width: 997px) {
  .homeSection .homeBox .galleryBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 800px) {
  .homeSection .homeBox .galleryBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.homeSection .homeBox .galleryBox .photo {
  width: 24.5%;
  height: 160px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 997px) {
  .homeSection .homeBox .galleryBox .photo {
    width: 49%;
    margin-bottom: 1rem;
    height: 220px;
  }
}

@media (max-width: 800px) {
  .homeSection .homeBox .galleryBox .photo {
    width: 70%;
  }
}

@media (max-width: 600px) {
  .homeSection .homeBox .galleryBox .photo {
    width: 100%;
    height: 250px;
  }
}

.groupSection, .schoolSection {
  background-color: #fff;
  text-align: center;
}

.groupSection .groupHeader, .groupSection .schoolHeader, .schoolSection .groupHeader, .schoolSection .schoolHeader {
  font-size: 2rem;
  text-align: center;
  margin: 0;
  padding-top: 5rem;
  margin-bottom: 2rem;
  padding-bottom: 2px;
  border-bottom: 2px solid #383385;
  display: inline-block;
  color: #383385;
}

@media (max-width: 1200px) {
  .groupSection .groupHeader, .groupSection .schoolHeader, .schoolSection .groupHeader, .schoolSection .schoolHeader {
    padding-top: 3rem;
    border-bottom: none;
  }
}

.groupSection .groupHeader b, .groupSection .groupHeader strong, .groupSection .schoolHeader b, .groupSection .schoolHeader strong, .schoolSection .groupHeader b, .schoolSection .groupHeader strong, .schoolSection .schoolHeader b, .schoolSection .schoolHeader strong {
  position: relative;
}

.groupSection .groupHeader b::after, .groupSection .groupHeader strong::after, .groupSection .schoolHeader b::after, .groupSection .schoolHeader strong::after, .schoolSection .groupHeader b::after, .schoolSection .groupHeader strong::after, .schoolSection .schoolHeader b::after, .schoolSection .schoolHeader strong::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  background-color: #fff;
  height: 6px;
}

@media (max-width: 1200px) {
  .groupSection .groupHeader b::after, .groupSection .groupHeader strong::after, .groupSection .schoolHeader b::after, .groupSection .schoolHeader strong::after, .schoolSection .groupHeader b::after, .schoolSection .groupHeader strong::after, .schoolSection .schoolHeader b::after, .schoolSection .schoolHeader strong::after {
    display: none;
  }
}

.groupSection .groupOffer, .groupSection .schoolOffer, .schoolSection .groupOffer, .schoolSection .schoolOffer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 3rem;
  margin-right: 3rem;
}

@media (max-width: 1200px) {
  .groupSection .groupOffer, .groupSection .schoolOffer, .schoolSection .groupOffer, .schoolSection .schoolOffer {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 997px) {
  .groupSection .groupOffer, .groupSection .schoolOffer, .schoolSection .groupOffer, .schoolSection .schoolOffer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.groupSection .groupOffer .offer, .groupSection .schoolOffer .offer, .schoolSection .groupOffer .offer, .schoolSection .schoolOffer .offer {
  display: inline-block;
  width: 32%;
  height: 200px;
  position: relative;
  text-align: center;
  border-radius: 12px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 997px) {
  .groupSection .groupOffer .offer, .groupSection .schoolOffer .offer, .schoolSection .groupOffer .offer, .schoolSection .schoolOffer .offer {
    width: 80%;
    margin-bottom: 1rem;
    height: 300px;
  }
}

@media (max-width: 800px) {
  .groupSection .groupOffer .offer, .groupSection .schoolOffer .offer, .schoolSection .groupOffer .offer, .schoolSection .schoolOffer .offer {
    height: 250px;
  }
}

@media (max-width: 600px) {
  .groupSection .groupOffer .offer, .groupSection .schoolOffer .offer, .schoolSection .groupOffer .offer, .schoolSection .schoolOffer .offer {
    width: 100%;
  }
}

.groupSection .groupOffer .offer a, .groupSection .schoolOffer .offer a, .schoolSection .groupOffer .offer a, .schoolSection .schoolOffer .offer a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.groupSection .groupOffer .offer a:hover .offerTitle, .groupSection .schoolOffer .offer a:hover .offerTitle, .schoolSection .groupOffer .offer a:hover .offerTitle, .schoolSection .schoolOffer .offer a:hover .offerTitle {
  display: none;
}

.groupSection .groupOffer .offer a:hover .overlay, .groupSection .schoolOffer .offer a:hover .overlay, .schoolSection .groupOffer .offer a:hover .overlay, .schoolSection .schoolOffer .offer a:hover .overlay {
  display: block;
}

.groupSection .groupOffer .offer a .offerTitle, .groupSection .schoolOffer .offer a .offerTitle, .schoolSection .groupOffer .offer a .offerTitle, .schoolSection .schoolOffer .offer a .offerTitle {
  font-weight: 900;
  background-color: #fff;
  color: #383385;
  padding: 6px 12px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  margin-left: 1rem;
  margin-right: 1rem;
}

.groupSection .groupOffer .offer a .offerTitle .cornerLeft, .groupSection .schoolOffer .offer a .offerTitle .cornerLeft, .schoolSection .groupOffer .offer a .offerTitle .cornerLeft, .schoolSection .schoolOffer .offer a .offerTitle .cornerLeft {
  position: absolute;
  top: -6px;
  left: -6px;
}

.groupSection .groupOffer .offer a .offerTitle .cornerRight, .groupSection .schoolOffer .offer a .offerTitle .cornerRight, .schoolSection .groupOffer .offer a .offerTitle .cornerRight, .schoolSection .schoolOffer .offer a .offerTitle .cornerRight {
  position: absolute;
  bottom: -6px;
  right: -6px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.groupSection .groupOffer .offer a .overlay, .groupSection .schoolOffer .offer a .overlay, .schoolSection .groupOffer .offer a .overlay, .schoolSection .schoolOffer .offer a .overlay {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2rem;
  text-align: center;
  z-index: 2;
  background-color: #383385;
  background-color: #383385b9;
  color: #fff;
  font-weight: 900;
  border-radius: 12px;
}

.groupSection .groupOffer .offer a .overlay .overlayText, .groupSection .schoolOffer .offer a .overlay .overlayText, .schoolSection .groupOffer .offer a .overlay .overlayText, .schoolSection .schoolOffer .offer a .overlay .overlayText {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.lagoonSection .schoolOffer .offer {
  width: 49%;
}

@media (max-width: 997px) {
  .lagoonSection .schoolOffer .offer {
    width: 80%;
    margin-bottom: 1rem;
    height: 300px;
  }
}

@media (max-width: 800px) {
  .lagoonSection .schoolOffer .offer {
    height: 250px;
  }
}

@media (max-width: 600px) {
  .lagoonSection .schoolOffer .offer {
    width: 100%;
  }
}

.footerContactSection {
  margin-top: 7rem;
}

@media (max-width: 1200px) {
  .footerContactSection {
    margin-top: 2rem;
    background-color: #383385;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
  }
}

.footerContactSection .contactBox {
  padding-top: 8px;
  padding-bottom: 8px;
}

@media (max-width: 1200px) {
  .footerContactSection .contactBox {
    padding: 0;
  }
}

.footerContactSection .contactBox .contact {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 20px;
}

.footerContactSection .contactBox .contact:hover {
  opacity: 0.8;
}

@media (max-width: 1200px) {
  .footerContactSection .contactBox .contact {
    display: block;
    padding-right: 0;
    margin-bottom: 0;
  }
}

.footerContactSection .contactBox .contact a {
  color: #383385;
  position: relative;
  font-size: 1.1rem;
  font-weight: 900;
}

@media (max-width: 1200px) {
  .footerContactSection .contactBox .contact a {
    color: #fff;
    font-size: 1rem;
    font-weight: normal;
  }
}

.footerContactSection .contactBox .contact a img {
  position: relative;
  top: -2px;
  margin-right: 4px;
}

@media (max-width: 1200px) {
  .footerContactSection .contactBox .contact a img {
    display: none;
  }
}

.footerSection {
  background-color: #383385;
  padding-top: 4px;
  padding-bottom: 4px;
}

.footerSection .wrapper {
  position: relative;
}

.footerSection .credits {
  font-size: 0.8rem;
  padding-right: 300px;
}

@media (max-width: 1200px) {
  .footerSection .credits {
    padding-right: 0;
    text-align: center;
  }
}

.footerSection .credits a {
  color: #fff;
}

.footerSection .credits a:hover {
  color: #dadada;
}

.footerSection .footerLogo {
  position: absolute;
  right: 0;
  top: -51px;
}

.footerSection .footerLogo:hover {
  opacity: 0.8;
}

@media (max-width: 1200px) {
  .footerSection .footerLogo {
    display: none;
  }
}

.footerSection .footerLogo img {
  max-width: 100%;
}

.subpageGroupSection .groupOffer {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin: 0;
}

@media (max-width: 800px) {
  .subpageGroupSection .groupOffer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.subpageGroupSection .groupOffer .offer {
  width: 31%;
  margin-bottom: 1rem;
  margin-left: 1%;
  margin-right: 1%;
}

@media (max-width: 997px) {
  .subpageGroupSection .groupOffer .offer {
    width: 48%;
  }
}

@media (max-width: 800px) {
  .subpageGroupSection .groupOffer .offer {
    width: 80%;
  }
}

@media (max-width: 600px) {
  .subpageGroupSection .groupOffer .offer {
    width: 98%;
  }
}

.holidayForm h2 {
  margin-bottom: 2rem;
  color: #383385;
}

@media (max-width: 997px) {
  .holidayForm h2 {
    text-align: center;
  }
}

.holidayForm .halfInputBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.holidayForm .halfInputBox .halfInput {
  width: 48%;
  margin-bottom: 1rem;
}

@media (max-width: 997px) {
  .holidayForm .halfInputBox .halfInput {
    width: 100%;
  }
}

.holidayForm .halfInputBox .halfInput input {
  width: 100%;
  padding: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 997px) {
  .holidayForm .halfInputBox .halfInput input {
    padding: 4px;
  }
}

.holidayForm .inputBox h3 {
  margin-bottom: 2rem;
  color: #383385;
}

@media (max-width: 997px) {
  .holidayForm .inputBox h3 {
    text-align: center;
  }
}

.holidayForm .inputBox .input {
  margin-bottom: 1rem;
}

.holidayForm .inputBox .input input {
  width: 100%;
  padding: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 997px) {
  .holidayForm .inputBox .input input {
    padding: 4px;
  }
}

.holidayForm .inputBox .input textarea {
  width: 100%;
  resize: none;
  padding: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 997px) {
  .holidayForm .inputBox .input textarea {
    padding: 4px;
  }
}

.holidayForm .rodo {
  font-size: 0.9rem;
  text-align: justify;
  padding-left: 18px;
}

.fixedBox {
  position: fixed;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 30;
}

@media (max-width: 997px) {
  .fixedBox {
    top: initial;
    bottom: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.fixedBox .fixedRow a {
  position: relative;
}

.fixedBox .fixedRow .fixedBoxContent {
  position: absolute;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  left: 0;
  height: 47px;
  white-space: nowrap;
  background-color: #383385;
  color: #fff;
  padding: 13px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media (max-width: 997px) {
  .fixedBox .fixedRow .fixedBoxContent {
    display: none;
  }
}

.fixedBox .fixedRow .fixedBoxImage {
  height: auto;
}

.fixedBox .fixedRow:hover .fixedBoxContent {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.fixedBox .fixedRow .fixedIcon {
  max-width: 100%;
  margin-top: 2px;
  margin-bottom: 2px;
}

@media (max-width: 997px) {
  .fixedBox .fixedRow .fixedIcon {
    width: 28px;
  }
}
/*# sourceMappingURL=style.css.map */