@charset "UTF-8";
@import url(../fonts/icofont/style.css);

@font-face{
  font-family:'Core-icons';
  src:url('/group/fonts/Core-icons/Core-icons.eot');
  src:url('/group/fonts/Core-icons/Core-icons.svg#Core-icons') format('svg'),
  url('/group/fonts/Core-icons/Core-icons.eot?#iefix') format('embedded-opentype'),
  url('/group/fonts/Core-icons/Core-icons.woff') format('woff'),
  url('/group/fonts/Core-icons/Core-icons.ttf') format('truetype');
  font-weight:normal;
  font-style:normal
}

@media (max-width: 767px) {
  .is-md {
    display: none !important; } }

@media (max-width: 991px) {
  .is-lg {
    display: none !important; } }

@media (max-width: 1199px) {
  .is-xl {
    display: none !important; } }

/*.full-container{
    max-width:1400px;
    margin:auto;
    background:#f2f2f2;
}*/
.pux-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  -moz-transition: all ease-in-out 200ms;
  -o-transition: all ease-in-out 200ms;
  -webkit-transition: all ease-in-out 200ms;
  transition: all ease-in-out 200ms; }
  @media (min-width: 320px) {
    .pux-container {
      max-width: 480px; } }
  @media (min-width: 480px) {
    .pux-container {
      max-width: 576px; } }
  @media (min-width: 545px) {
    .pux-container {
      max-width: 720px; } }
  @media (min-width: 768px) {
    .pux-container {
      max-width: 1190px; } }
  .pux-container:after {
    display: block;
    content: "";
    clear: both; }

.pux-container-main {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  -moz-transition: all ease-in-out 200ms;
  -o-transition: all ease-in-out 200ms;
  -webkit-transition: all ease-in-out 200ms;
  transition: all ease-in-out 200ms; }
  @media (min-width: 320px) {
    .pux-container-main {
      max-width: 480px; } }
  @media (min-width: 480px) {
    .pux-container-main {
      max-width: 576px; } }
  @media (min-width: 545px) {
    .pux-container-main {
      max-width: 720px; } }
  @media (min-width: 768px) {
    .pux-container-main {
      max-width: 1190px; } }
  .pux-container-main:after {

    content: "";
    clear: both; }


.date-time-picker .control-group-inline {
    display: flex;
    align-items: center;
    gap: 10px;
}

.date-time-picker .control-group-inline .btn {
    height: 36px;
    width: 45px;
}

.icon-calendar:before {
    content: "";
    font-family: 'Core-icons' !important;
}

header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 33; }
  header .logo {
    text-align: center; }
    header .logo h1 {
      display: none; }
    header .logo span {
      display: none; }
    header .logo a {
      display: inline-block; }
    header .logo img {
      height: 75px;
      -moz-transition: all ease-in-out 200ms;
      -o-transition: all ease-in-out 200ms;
      -webkit-transition: all ease-in-out 200ms;
      transition: all ease-in-out 200ms; }
      @media (min-width: 768px) {
        header .logo img {
          height: 100px; } }

.header-image {
  width: 100%;
  position: relative;
  overflow: hidden; }
  .header-image img {
    width: 100%; }
    @media (min-width: 320px) and (max-width: 544px) {
      .header-image img {
        width: 150%;
        margin: 0 -25%; } }

footer {
  width: 100%;
  background: #222a30;
  padding: 0 0 20px 0;
  min-height: 200px; }
  footer .logo {
    text-align: center; }
    footer .logo a {
      display: inline-block; }
    footer .logo img {
      height: 75px;
      -moz-transition: all ease-in-out 200ms;
      -o-transition: all ease-in-out 200ms;
      -webkit-transition: all ease-in-out 200ms;
      transition: all ease-in-out 200ms; }
      @media (min-width: 768px) {
        footer .logo img {
          height: 100px; } }
  footer .social-icons {
    text-align: center;
    min-height: 35px;
    padding-top: 35px; }
    @media (min-width: 992px) {
      footer .social-icons {
        position: relative;
        padding: 0;
        margin-top: 30px; } }
    footer .social-icons-item {
      font-size: 0;
      display: inline-block;
      width: 28px;
      height: 28px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      background-color: #fff;
      margin: 0 2px;
      text-decoration: none; }
      footer .social-icons-item:hover, footer .social-icons-item:focus {
        text-decoration: none;
        outline: 0; }
      footer .social-icons-item:before {
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 35px;
        font-size: 2.1875rem;
        color: #29487d;
        margin-left: -3px;
        position: relative;
        top: -2px; }
  footer .footer-text {
    padding-top: 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
    line-height: 20px; }
    @media (min-width: 992px) {
      footer .footer-text {
        text-align: center;
        padding-top: 20px; } }
  footer .footer-contact {
    color: #808080;
    padding: 20px 0 0 0;
    line-height: 1; }
    footer .footer-contact a {
      color: #808080 !important; }

.hide {
  display: none; }

.phone-icon {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-size: 1.25rem; }
  .phone-icon:focus, .phone-icon:hover {
    color: #fff;
    text-decoration: none; }
  .phone-icon:before {
    position: relative;
    margin-right: 10px;
    top: 1px;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    font-size: 1.125rem;
    content: "\e908"; }

.icon-facebook:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.icon-instagram:before {
  content: ""; }

.icon-tripadvisor:before {
  content: ""; }

.main-box {
  margin-top: -14%;
  position: relative;
  z-index: 66; }
  .main-box.nologo {
    margin-top: 0;
    z-index: 0; }
    .main-box.nologo:before {
      content: "";
      position: absolute;
      display: block;
      width: 100%;
      top: -70px;
      left: 0;
      height: 200px;
      background-color: #222a30; }
      @media (min-width: 992px) {
        .main-box.nologo:before {
          height: 290px; } }
    .main-box.nologo .dark-box {
      bottom: -40px;
      min-height: 110px;
      margin-left: -15px;
      margin-right: -15px;
      margin-bottom: 70px;
      padding-bottom: 20px; }
      @media (min-width: 992px) {
        .main-box.nologo .dark-box {
          bottom: -100px;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          margin: 10px 0 140px 0;
          padding: 0; } }
      @media (min-width: 992px) {
        .main-box.nologo .dark-box h2 {
          padding: 0 300px; } }
      .main-box.nologo .dark-box .dark-box-wraper {
        position: relative;
        width: 100%; }
      .main-box.nologo .dark-box .dark-box-btn {
        padding: 0; }
        @media (min-width: 992px) {
          .main-box.nologo .dark-box .dark-box-btn {
            position: absolute;
            padding: 5px 0 0 0;
            top: 0;
            right: 0; } }

.dark-box {
  position: relative;
  background: #222a30;
  padding: 20px 20px 45px 20px;
  text-align: center;
  margin: 12% 0 20px 0;
  color: #fff; }
  @media (min-width: 545px) {
    .dark-box {
      margin-top: 10%; } }
  @media (min-width: 768px) {
    .dark-box {
      margin-top: 7%; } }
  @media (min-width: 992px) {
    .dark-box {
      margin-top: 20px; } }
  .dark-box h2 {
    margin: 0 0 15px 0;
    color: #e52242;
    font-size: 30px;
    font-size: 1.875rem; }
    @media (min-width: 545px) {
      .dark-box h2 {
        font-size: 40px;
        font-size: 2.5rem; } }
    @media (min-width: 768px) {
      .dark-box h2 {
        font-size: 50px;
        font-size: 3.125rem; } }
  .dark-box-perex {
    color: #fff; }
  .dark-box-btn {
    position: relative;
    padding: 20px 0 0 0; }
  .dark-box .arrow-down {
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    bottom: 12px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
    .dark-box .arrow-down:after {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e907";
      font-size: 20px;
      font-size: 1.25rem;
      display: block;
      color: #fff !important; }

.position-box {
  padding: 10px;
  margin: 0 0 60px 0;
  background-color: #fcfcfc;
  box-shadow: 10px 10px 20px #e2e2e4; }
  @media (min-width: 545px) {
    .position-box {
      padding: 40px; } }
  @media (min-width: 992px) {
    .position-box {
      padding: 45px 80px; } }

.white-box {
  background: #fff;
  padding: 60px 0; }

.contact-box {
  width: 100%;
  position: relative;
  background: #d4d9ec;
  padding: 80px 0;
}
.contact-box .form-display-wrap {
  display: block;
  text-align: left;
  margin-bottom: 20px;
}
@media (min-width: 480px) {
  .contact-box .form-display-wrap {
    text-align: right; }
}
.contact-box .form-display {
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  background-color: #e52242;
}
.contact-box.submited {
  font-size: 0;
  color: #d4d9ec !important;
}

.thank-you-message {
  font-size: 1.5rem;
  color: black;
  font-weight: 400;
  padding-top: 13rem;
  
}

.thank-you-message > .home-button {
  display: block;
  max-width: 18rem;
  margin-top: 2rem;
  color: black!important;
  
}

@media (max-width: 992px) {
  .thank-you-message > .home-button{
    margin: 2rem auto;
  }
  .thank-you-message {
    text-align: center;
    padding-top: 5rem;
  }
}

.thank-you-message > .home-button:hover {
  color: white!important;
}

.contact-box.submited h2,
.contact-box.submited p {
  display: none !important;
  font-size: 0 !important;
  color: #d4d9ec !important;
}
.contact-box.submited .form-box {
  padding: 0;
}
.contact-box.submited .InfoLabel {
  color: #000 !important;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
}
  @media (min-width: 992px) {
    .contact-box.submited .InfoLabel {
      margin-top: 190px;
      display: inline-block;
      font-size: 20px;
      font-size: 1.25rem;
    }
  }
@media (min-width: 992px) {
  .contact-box.submited {
    min-height: 650px;
  }
}

.relative {
  position: relative; }

.image-absolute img {
  position: absolute;
  left: 0;
  top: 0px;
  display: none; }
  @media (min-width: 992px) {
    .image-absolute img {
      display: block; } }

.division-box {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 -15px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .division-box-item {
    padding: 0 15px; }
    .division-box-item-image {
      width: 100%;
      min-width: 255px;
      height: 180px;
      background-repeat: no-repeat !important;
      background-size: cover !important;
      background-position: top center !important;
      margin: 0 0 20px 0; }
      @media (min-width: 768px) {
        .division-box-item-image {
          width: 100%;
          min-width: 1px; } }
    .division-box-item-name {
      font-weight: bold;
      font-size: 33px;
      font-size: 2.0625rem;
      position: relative;
      padding: 0 0 10px 0; }
      .division-box-item-name:before {
        content: "";
        width: 105px;
        height: 2px;
        background: #e52242;
        position: absolute;
        left: 0;
        bottom: 0; }
    .division-box-item-perex {
      padding: 20px 0 0 0;
      font-size: 14px;
      font-size: 0.875rem;
      max-height: 83px;
      height: auto;
      overflow: hidden;
      -moz-transition: all ease-in-out 500ms;
      -o-transition: all ease-in-out 500ms;
      -webkit-transition: all ease-in-out 500ms;
      transition: all ease-in-out 500ms; }
      .division-box-item-perex.open {
        max-height: 2000px; }
    .division-box-item-more {
      display: inline-block;
      padding: 8px 0 25px;
      color: #e52242;
      text-decoration: none; }
      .division-box-item-more:hover {
        color: #e52242;
        text-decoration: underline;
        font-weight: 900; }
    @media (min-width: 545px) {
      .division-box-item {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; } }
    @media (min-width: 768px) {
      .division-box-item {
        display: block;
        min-width: 255px;
        max-width: 285px; } }
    @media (min-width: 545px) {
      .division-box-item-content {
        padding: 0 0 0 20px; } }
    @media (min-width: 768px) {
      .division-box-item-content {
        padding: 0; } }
  @media (min-width: 768px) {
    .division-box {
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }

.benefit-box {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 560px;
  width: 100%; }
  .benefit-box-item {
    width: 50%;
    height: 20%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    -moz-order: 4;
    -ms-order: 4;
    order: 4;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -ms-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d; }
    .benefit-box-item.calc-item {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      background-color: #e52242;
      padding: 0 10px; }
    .benefit-box-item-front, .benefit-box-item-back {
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transition: 0.6s;
      -webkit-transform-style: preserve-3d;
      -webkit-transform: rotateY(0deg);
      -moz-transition: 0.6s;
      -moz-transform-style: preserve-3d;
      -moz-transform: rotateY(0deg);
      -o-transition: 0.6s;
      -o-transform-style: preserve-3d;
      -o-transform: rotateY(0deg);
      -ms-transition: 0.6s;
      -ms-transform-style: preserve-3d;
      -ms-transform: rotateY(0deg);
      transition: 0.6s;
      transform-style: preserve-3d;
      transform: rotateY(0deg);
      position: absolute;
      top: 0;
      left: 0; }
    .benefit-box-item-front {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      width: 100%;
      background-size: cover !important;
      background-repeat: no-repeat !important;
      background-position: center center !important;
      padding: 0 10px;
      height: 100%; }
    .benefit-box-item-back {
      width: 100%;
      height: 100%;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      background-color: #e52242;
      padding: 0 10px;
      -webkit-transform: rotateY(-180deg);
      -moz-transform: rotateY(-180deg);
      -o-transform: rotateY(-180deg);
      -ms-transform: rotateY(-180deg);
      transform: rotateY(-180deg); }
    .benefit-box-item-inner-title {
      color: #fff;
      font-size: 23px;
      font-size: 1.4375rem;
      font-weight: bold;
      /*font-family: "Moderat";*/ }
      @media (min-width: 480px) {
        .benefit-box-item-inner-title {
          font-size: 30px;
          font-size: 1.875rem; } }
      @media (min-width: 545px) {
        .benefit-box-item-inner-title {
          font-size: 40px;
          font-size: 2.5rem; } }
    .benefit-box-item-inner-perex {
      color: #fff;
      font-weight: bold;
      font-size: 13px;
      font-size: 0.8125rem;
      text-align: center; }
      @media (min-width: 480px) {
        .benefit-box-item-inner-perex {
          font-size: 14px;
          font-size: 0.875rem; } }
    .benefit-box-item-inner-opacity {
      background: rgba(255, 255, 255, 0.9);
      padding: 10px;
      border-bottom: 2px solid #e52242;
      font-weight: bold;
      font-size: 16px;
      font-size: 1rem;
      text-align: center;
      line-height: 17px; }
      @media (min-width: 480px) {
        .benefit-box-item-inner-opacity {
          font-size: 19px;
          font-size: 1.1875rem;
          line-height: 20px; } }
      @media (min-width: 545px) {
        .benefit-box-item-inner-opacity {
          font-size: 22px;
          font-size: 1.375rem;
          line-height: 23px; } }
    .benefit-box-item:nth-child(2) {
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      -ms-box-ordinal-group: 2;
      -ms-flex-order: 2;
      -webkit-order: 2;
      -moz-order: 2;
      -ms-order: 2;
      order: 2; }
      @media (min-width: 545px) {
        .benefit-box-item:nth-child(2) {
          -webkit-box-ordinal-group: 1;
          -moz-box-ordinal-group: 1;
          -ms-box-ordinal-group: 1;
          -ms-flex-order: 1;
          -webkit-order: 1;
          -moz-order: 1;
          -ms-order: 1;
          order: 1; } }
      @media (min-width: 768px) {
        .benefit-box-item:nth-child(2) {
          -webkit-box-ordinal-group: 1;
          -moz-box-ordinal-group: 1;
          -ms-box-ordinal-group: 1;
          -ms-flex-order: 1;
          -webkit-order: 1;
          -moz-order: 1;
          -ms-order: 1;
          order: 1; } }
    .benefit-box-item:nth-child(3) {
      -webkit-box-ordinal-group: 3;
      -moz-box-ordinal-group: 3;
      -ms-box-ordinal-group: 3;
      -ms-flex-order: 3;
      -webkit-order: 3;
      -moz-order: 3;
      -ms-order: 3;
      order: 3; }
      @media (min-width: 545px) {
        .benefit-box-item:nth-child(3) {
          -webkit-box-ordinal-group: 3;
          -moz-box-ordinal-group: 3;
          -ms-box-ordinal-group: 3;
          -ms-flex-order: 3;
          -webkit-order: 3;
          -moz-order: 3;
          -ms-order: 3;
          order: 3; } }
      @media (min-width: 768px) {
        .benefit-box-item:nth-child(3) {
          -webkit-box-ordinal-group: 2;
          -moz-box-ordinal-group: 2;
          -ms-box-ordinal-group: 2;
          -ms-flex-order: 2;
          -webkit-order: 2;
          -moz-order: 2;
          -ms-order: 2;
          order: 2; } }
    .benefit-box-item.calc-item {
      -webkit-box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      -ms-box-ordinal-group: 1;
      -ms-flex-order: 1;
      -webkit-order: 1;
      -moz-order: 1;
      -ms-order: 1;
      order: 1; }
      @media (min-width: 545px) {
        .benefit-box-item.calc-item {
          -webkit-box-ordinal-group: 2;
          -moz-box-ordinal-group: 2;
          -ms-box-ordinal-group: 2;
          -ms-flex-order: 2;
          -webkit-order: 2;
          -moz-order: 2;
          -ms-order: 2;
          order: 2; } }
      @media (min-width: 768px) {
        .benefit-box-item.calc-item {
          -webkit-box-ordinal-group: 3;
          -moz-box-ordinal-group: 3;
          -ms-box-ordinal-group: 3;
          -ms-flex-order: 3;
          -webkit-order: 3;
          -moz-order: 3;
          -ms-order: 3;
          order: 3; } }
    @media (min-width: 545px) {
      .benefit-box-item {
        width: 33.33%;
        height: 25%; } }
    @media (min-width: 768px) {
      .benefit-box-item {
        width: 25%;
        height: 33.33%; } }
    @media (min-width: 992px) {
      .benefit-box-item {
        width: 20%;
        height: 50%; } }
    .benefit-box-item:hover .benefit-box-item-front {
      -webkit-transform: rotateY(180deg);
      -moz-transform: rotateY(180deg);
      -o-transform: rotateY(180deg);
      transform: rotateY(180deg); }
    .benefit-box-item:hover .benefit-box-item-back {
      -webkit-transform: rotateY(0deg);
      -moz-transform: rotateY(0deg);
      -o-transform: rotateY(0deg);
      -ms-transform: rotateY(0deg);
      transform: rotateY(0deg); }

.text-box {
  position: relative;
  max-width: 890px;
  margin: auto; }
  .text-box-letter {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .text-box-letter-item {
      cursor: pointer;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 27px;
      font-size: 1.6875rem;
      position: relative;
      width: 40px;
      -moz-transition: all ease-in-out 200ms;
      -o-transition: all ease-in-out 200ms;
      -webkit-transition: all ease-in-out 200ms;
      transition: all ease-in-out 200ms;
      min-width: 40px;
      text-align: center;
      border-bottom: 1px solid #222a30; }
      .text-box-letter-item:before {
        content: "";
        border-left: 1px dotted #e52242;
        height: 48px;
        position: absolute;
        left: 50%;
        top: 100px;
        display: none; }
      .text-box-letter-item.active {
        color: #e52242;
        border-bottom: 1px solid #e52242; }
        .text-box-letter-item.active:before {
          display: none; }
      @media (min-width: 480px) {
        .text-box-letter-item {
          width: 60px;
          min-width: 60px;
          font-size: 33px;
          font-size: 2.0625rem; } }
      @media (min-width: 545px) {
        .text-box-letter-item {
          width: 70px;
          min-width: 70px;
          font-size: 43px;
          font-size: 2.6875rem; } }
      @media (min-width: 768px) {
        .text-box-letter-item {
          width: 80px;
          min-width: 80px;
          font-size: 53px;
          font-size: 3.3125rem; } }
      .text-box-letter-item:focus, .text-box-letter-item:hover {
        color: #e52242;
        border-bottom: 1px solid #e52242; }
  .text-box-info {
    padding: 45px 0 0 0;
    text-align: center;
    position: relative; }
    .text-box-info:before {
      content: "";
      width: -webkit-calc(100% - 80px);
      width: -moz-calc(100% - 80px);
      width: calc(100% - 80px);
      border-top: 1px dotted #e52242;
      position: absolute;
      top: 70px;
      left: 40px;
      display: none; }
    .text-box-info-inner {
      background: #f2f2f2;
      padding: 10px;
      position: relative;
      z-index: 33;
      font-weight: bold;
      display: inline-block;
      display: none;
      font-size: 20px;
      font-size: 1.25rem; }
      .text-box-info-inner span {
        color: #e52242; }
      .text-box-info-inner.active {
        display: block; }

.video-container {
  position: relative;
  max-width: 700px;
  margin: auto;
  height: 385px; }
  .video-container iframe {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .video-container .embed-video {
    position: relative;
    height: 385px; }
    .video-container .embed-video .embed-video-overflow {
      display: none;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #252525;
      background-size: cover;
      background-position: center;
      cursor: pointer;
      -moz-transition: all ease-in-out 200ms;
      -o-transition: all ease-in-out 200ms;
      -webkit-transition: all ease-in-out 200ms;
      transition: all ease-in-out 200ms; }
      .video-container .embed-video .embed-video-overflow.played {
        opacity: 0;
        visibility: hidden; }
      .video-container .embed-video .embed-video-overflow:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -26px;
        margin-top: -48px;
        width: 0;
        height: 0;
        border-top: 36px solid transparent;
        border-bottom: 36px solid transparent;
        border-left: 55px solid #fff;
        -moz-transition: all ease-in-out 200ms;
        -o-transition: all ease-in-out 200ms;
        -webkit-transition: all ease-in-out 200ms;
        transition: all ease-in-out 200ms; }
        @media (min-width: 545px) {
          .video-container .embed-video .embed-video-overflow:before {
            width: 0;
            height: 0;
            border-top: 54px solid transparent;
            border-bottom: 54px solid transparent;
            border-left: 90px solid #fff;
            margin-left: -54px;
            margin-top: -84px; } }
        @media (min-width: 768px) {
          .video-container .embed-video .embed-video-overflow:before {
            width: 0;
            height: 0;
            border-top: 74px solid transparent;
            border-bottom: 74px solid transparent;
            border-left: 125px solid #fff;
            margin-left: -62px;
            margin-top: -103px; } }
      .video-container .embed-video .embed-video-overflow:focus:before, .video-container .embed-video .embed-video-overflow:hover:before {
        width: 0;
        height: 0;
        border-top: 36px solid transparent;
        border-bottom: 36px solid transparent;
        border-left: 55px solid #e52242; }
        @media (min-width: 545px) {
          .video-container .embed-video .embed-video-overflow:focus:before, .video-container .embed-video .embed-video-overflow:hover:before {
            width: 0;
            height: 0;
            border-top: 54px solid transparent;
            border-bottom: 54px solid transparent;
            border-left: 90px solid #e52242; } }
        @media (min-width: 768px) {
          .video-container .embed-video .embed-video-overflow:focus:before, .video-container .embed-video .embed-video-overflow:hover:before {
            width: 0;
            height: 0;
            border-top: 74px solid transparent;
            border-bottom: 74px solid transparent;
            border-left: 125px solid #e52242; } }

.job-tab-item {
  cursor: pointer; 
}

.tab-line {
  height: 2px;
  width: 100%;
  background: #a0a0a0;
  display: block;
  margin: 2px 0 0 0; }

.job-tab-item.active .tab-line {
  background: #e52242 !important; }

.job-tab-item:focus .tab-line, .job-tab-item:hover .tab-line {
  background: #e52242 !important; }

.video-item {
  display: block;
  margin: 0 auto;
  max-width: 700px;
  position: relative;
  width: 100%; }
  .video-item img {
    width: 100%; }
  .video-item:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -26px;
    margin-top: -48px;
    width: 0;
    height: 0;
    border-top: 36px solid transparent;
    border-bottom: 36px solid transparent;
    border-left: 55px solid #fff;
    -moz-transition: all ease-in-out 200ms;
    -o-transition: all ease-in-out 200ms;
    -webkit-transition: all ease-in-out 200ms;
    transition: all ease-in-out 200ms; }
    @media (min-width: 545px) {
      .video-item:before {
        width: 0;
        height: 0;
        border-top: 54px solid transparent;
        border-bottom: 54px solid transparent;
        border-left: 90px solid #fff;
        margin-left: -54px;
        margin-top: -84px; } }
    @media (min-width: 768px) {
      .video-item:before {
        width: 0;
        height: 0;
        border-top: 74px solid transparent;
        border-bottom: 74px solid transparent;
        border-left: 125px solid #fff;
        margin-left: -62px;
        margin-top: -103px; } }
  .video-item:focus:before, .video-item:hover:before {
    width: 0;
    height: 0;
    border-top: 36px solid transparent;
    border-bottom: 36px solid transparent;
    border-left: 55px solid #e52242; }
    @media (min-width: 545px) {
      .video-item:focus:before, .video-item:hover:before {
        width: 0;
        height: 0;
        border-top: 54px solid transparent;
        border-bottom: 54px solid transparent;
        border-left: 90px solid #e52242; } }
    @media (min-width: 768px) {
      .video-item:focus:before, .video-item:hover:before {
        width: 0;
        height: 0;
        border-top: 74px solid transparent;
        border-bottom: 74px solid transparent;
        border-left: 125px solid #e52242; } }

.video-item-small,
.video-item-small-play {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
  position: relative;
  min-height: 300px;
  width: 100%;
  order: -1; }
  @media (min-width: 768px) {
    .video-item-small,
    .video-item-small-play {
      order: 2;
      width: 300px;
      min-width: 300px; } }
  .video-item-small:before,
  .video-item-small-play:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%; }
  .video-item-small iframe,
  .video-item-small img,
  .video-item-small-play iframe,
  .video-item-small-play img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover; }

.video-item-small {
  order: -1; }
  @media (min-width: 768px) {
    .video-item-small {
      order: 2;
      width: 300px;
      min-width: 300px; } }
  .video-item-small iframe {
    display: none; }
  .video-item-small:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transition: all ease-in-out 200ms;
    -o-transition: all ease-in-out 200ms;
    -webkit-transition: all ease-in-out 200ms;
    transition: all ease-in-out 200ms;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 90px solid #fff;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5; }
  .video-item-small:focus, .video-item-small:hover {
    outline: 0; }
    .video-item-small:focus:after, .video-item-small:hover:after {
      width: 0;
      height: 0;
      border-top: 50px solid transparent;
      border-bottom: 50px solid transparent;
      border-left: 90px solid #e52242; }

.tab-content-inner {
  margin-top: 40px; }

.inner-tab-content {
  display: none; }
  .inner-tab-content.active {
    display: block; }
  .inner-tab-content:nth-of-type(odd) {
    background-color: #f8f8f8; }

.tab-pane-inner {
  display: none; }
  .tab-pane-inner.active {
    display: block; }

.position-tab {
  padding: 0 0 30px 0; }
  @media (min-width: 992px) {
    .position-tab {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: flex-start;
      -moz-box-pack: flex-start;
      -ms-flex-pack: flex-start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .position-tab-item {
    color: #a0a0a0 !important;
    position: relative;
    font-weight: bold;
    padding: 10px 30px;
    margin: 0 3px;
    font-size: 17px;
    font-size: 1.0625rem;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none !important; }
    @media (min-width: 320px) and (max-width: 767px) {
      .position-tab-item {
        display: block;
        color: #222a30 !important;
        background-color: #fff !important;
        margin-bottom: 20px;
        border: 1px solid #fff; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .position-tab-item {
        display: inline-block;
        margin-bottom: 20px; } }
    .position-tab-item div {
      border-bottom: 0 !important; }
      @media (min-width: 768px) {
        .position-tab-item div {
          border-bottom: 2px solid #a0a0a0 !important;
          display: inline-block; } }
    .position-tab-item .free {
      font-weight: normal;
      font-size: 14px;
      color: #a0a0a0;
      display: block; }
    .position-tab-item:focus, .position-tab-item:hover, .position-tab-item.active {
      color: #222a30 !important;
      background-color: #fff;
      border: 1px solid #e52242; }
      @media (min-width: 768px) {
        .position-tab-item:focus, .position-tab-item:hover, .position-tab-item.active {
          border: 0;
          box-shadow: 7px 10px 15px #e2e2e4; } }
      @media (min-width: 768px) {
        .position-tab-item:focus div, .position-tab-item:hover div, .position-tab-item.active div {
          border-bottom: 2px solid #e52242 !important; } }
      @media (min-width: 768px) {
        .position-tab-item:focus:before, .position-tab-item:hover:before, .position-tab-item.active:before {
          content: "";
          position: absolute;
          width: 0;
          height: 0;
          border-left: 16px solid transparent;
          border-right: 16px solid transparent;
          border-top: 16px solid #fff;
          left: 50%;
          bottom: -16px;
          margin-left: -16px;
          -ms-filter: drop-shadow(7px 10px 5px #e2e2e4);
          filter: drop-shadow(7px 10px 5px #e2e2e4); } }

.job-tab {
  max-width: 900px;
  margin: auto; }
  @media (min-width: 992px) {
    .job-tab {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: flex-start;
      -moz-box-pack: flex-start;
      -ms-flex-pack: flex-start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .job-tab-item {
    display: inline-block;
    padding: 10px 20px;
    margin: 0 3px;
    position: relative; }
    @media (min-width: 320px) and (max-width: 767px) {
      .job-tab-item {
        color: #222a30 !important;
        background-color: #fff !important;
        margin-bottom: 20px;
        border: 1px solid #fff;
        padding: 7px 10px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .job-tab-item {
        margin-bottom: 20px; } }
    .job-tab-item div {
      display: inline-block;
      color: #222a30;
      font-size: 14px;
      font-size: 0.875rem;
      margin: 0 10px 0 0;
      text-decoration: none !important;
      border-bottom: 0 !important; }
      @media (min-width: 768px) {
        .job-tab-item div {
          border-bottom: 2px solid #a0a0a0;
          display: inline-block; } }
    .job-tab-item .free {
      color: #a0a0a0;
      font-size: 14px;
      font-size: 0.875rem;
      text-decoration: none !important; }
    .job-tab-item .tab-line {
      display: none; }
      @media (min-width: 768px) {
        .job-tab-item .tab-line {
          display: block; } }
    .job-tab-item.active {
      color: #222a30;     
	  font-weight: bold;
      text-decoration: none !important;
      background-color: #fff;
      border: 1px solid #e52242; }	  
	.job-tab-item:focus, .job-tab-item:hover{
		 color: #222a30; 
		  text-decoration: none !important;
		  background-color: #fff;
		  border: 1px solid #e52242; 
	}
	  @media (min-width: 768px) {
		.job-tab-item:focus, .job-tab-item:hover, .job-tab-item.active {
		  border: 0;
		  
		  box-shadow: 7px 10px 15px #e2e2e4; } }
      .job-tab-item:focus span, .job-tab-item:hover span, .job-tab-item.active span {
        color: #222a30; }
      @media (min-width: 768px) {
        .job-tab-item:focus:before, .job-tab-item:hover:before, .job-tab-item.active:before {
          content: "";
          position: absolute;
          width: 0;
          height: 0;
          border-left: 16px solid transparent;
          border-right: 16px solid transparent;
          border-top: 16px solid #fff;
          left: 50%;
          bottom: -16px;
          margin-left: -16px;
          -ms-filter: drop-shadow(7px 10px 5px #e2e2e4);
          filter: drop-shadow(7px 10px 5px #e2e2e4); } }

.jobs-box {
  max-width: 900px;
  margin: auto;
  padding: 10px; }
  .jobs-box.job-grey {
    background: #f8f8f8; }
  @media (min-width: 545px) {
    .jobs-box {
      padding: 20px; } }

.job-item {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: column nowrap;
  -ms-flex-direction: column;
  -ms-flex-wrap: nowrap;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap; }
  .job-item:not(:last-of-type) {
    margin-bottom: 50px; }
  @media (min-width: 768px) {
    .job-item {
      -moz-flex-flow: row nowrap;
      -ms-flex-direction: row;
      -ms-flex-wrap: nowrap;
      -webkit-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-box-align: flex-start;
      -moz-box-align: flex-start;
      -ms-flex-align: flex-start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      -moz-align-content: flex-start;
      -ms-align-content: flex-start;
      -webkit-align-content: flex-start;
      align-content: flex-start; }
      .job-item:not(:last-of-type) {
        margin-bottom: 70px; } }
  .job-item-content {
    width: 100%;
    padding-bottom: 30px; }
    @media (min-width: 768px) {
      .job-item-content {
        padding: 0 50px 0 0; } }
    .job-item-content-title {
      font-size: 25px;
      font-size: 1.5625rem;
      font-weight: bold;
      margin-top: 10px; }
      @media (min-width: 768px) {
        .job-item-content-title {
          margin-top: 0px; } }
    .job-item-content-division {
      text-transform: uppercase;
      font-size: 14px;
      font-size: 0.875rem;
      padding: 0 0 10px 0; }
      .job-item-content-division span,
      .job-item-content-division h4 {
        display: inline-block;
        font-size: 14px;
        font-size: 0.875rem;
        color: #e52242;
        line-height: 21px;
        margin-top: 10px; }
    .job-item-content-perex, .job-item-content-text {
      padding: 0 0 10px 0;
      font-size: 14px;
      font-size: 0.875rem; }
      .job-item-content-text li {
        padding-bottom: 1rem; }
      .job-item-content-perex span,
      .job-item-content-perex h4, .job-item-content-text span,
      .job-item-content-text h4 {
        color: #e52242;
        text-transform: uppercase;
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 21px;
        margin-top: 20px; }
    .job-item-content-link {
      color: #e52242 !important;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 14px;
      font-size: 0.875rem; }
    .job-item-content-btn {
      padding: 0; }
      .job-item-content-btn a {
        margin-top: 15px;
        cursor: pointer;
        color: #222a30 !important; }
        @media (min-width: 768px) {
          .job-item-content-btn a {
            margin-top: 10px; } }
        .job-item-content-btn a.btn-grey {
          border-color: #899297 !important; }
          .job-item-content-btn a.btn-grey:focus, .job-item-content-btn a.btn-grey:hover {
            background: #899297 !important;
            color: #fff !important; }
        .job-item-content-btn a:focus, .job-item-content-btn a:hover {
          color: #fff !important; }
  .job-item img {
    max-width: 100%; }
  .job-item-image {
    order: -1;
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
    margin-bottom: 5px; }
    @media (min-width: 768px) {
      .job-item-image {
        order: 1;
        width: 300px;
        min-width: 300px;
        margin: 0; } }
    .job-item-image img {
      object-fit: cover;
      min-height: 100%;
      min-width: 100%; }
  .job-item-right-side {
    order: -1;
    width: 100%;
    margin-top: 25px; }
    @media (min-width: 768px) {
      .job-item-right-side {
        order: 1;
        width: 300px;
        min-width: 300px;
        margin: 0; } }
    .job-item-right-side img {
      margin-top: 5px; }
      @media (min-width: 768px) {
        .job-item-right-side img {
          margin-top: 0px; } }
  .job-item-contact-map {
    width: 100%;
    height: 0;
    padding-bottom: 65%;
    margin-top: 25px; }
    @media (min-width: 768px) {
      .job-item-contact-map {
        padding-bottom: 100%; } }
  .job-item-address {
    width: 100%;
    margin-top: 25px; }
    .job-item-address span,
    .job-item-address h4 {
      color: #e52242;
      text-transform: uppercase;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 21px; 
    }
  .job-item-address-title {
    margin-top: 1rem;
    font-size: larger;
    font-weight: 500;
  }

.error-page {
  padding: 15vh 0;
  text-align: center; }
  .error-page-nums {
    font-size: 50px;
    font-size: 3.125rem;
    font-weight: bold;
    color: #222a30; }
    @media (min-width: 545px) {
      .error-page-nums {
        font-size: 120px;
        font-size: 7.5rem; } }
    .error-page-nums span {
      color: #e52242; }
  .error-page-text {
    padding-top: 20px;
    color: #222a30;
    font-size: 20px;
    font-size: 1.25rem; }
    @media (min-width: 545px) {
      .error-page-text {
        padding-top: 50px; } }

.dark-background {
  margin-top: 130px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .dark-background {
      margin-top: 250px;
      margin-bottom: 70px; } }
  .dark-background .position-box {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .dark-background .position-box {
        margin-bottom: 70px; } }
  .dark-background:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    top: 0px;
    left: 0;
    height: 100px;
    background-color: #222a30; }
    @media (min-width: 768px) {
      .dark-background:before {
        height: 180px; } }

.IE11 .benefit-box-item .benefit-box-item-front {
  opacity: 1 !important;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -moz-transition: all ease-in-out 0;
  -o-transition: all ease-in-out 0;
  -webkit-transition: all ease-in-out 0;
  transition: all ease-in-out 0; }

.IE11 .benefit-box-item .benefit-box-item-back {
  opacity: 0 !important;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -moz-transition: all ease-in-out 0;
  -o-transition: all ease-in-out 0;
  -webkit-transition: all ease-in-out 0;
  transition: all ease-in-out 0; }

.IE11 .benefit-box-item:hover:hover .benefit-box-item-front {
  opacity: 0 !important;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -moz-transition: all ease-in-out 0;
  -o-transition: all ease-in-out 0;
  -webkit-transition: all ease-in-out 0;
  transition: all ease-in-out 0; }

.IE11 .benefit-box-item:hover:hover .benefit-box-item-back {
  opacity: 1 !important;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -moz-transition: all ease-in-out 0;
  -o-transition: all ease-in-out 0;
  -webkit-transition: all ease-in-out 0;
  transition: all ease-in-out 0; }

@font-face {
  font-family: "SpaceMono";
  src: url("../fonts/SpaceMono-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "SpaceMono";
  src: url("../fonts/SpaceMono-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: "SpaceMono";
  src: url("../fonts/SpaceMono-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "Moderat";
  src: url("../fonts/Moderat-Regular.otf");
  src: url("../fonts/moderat-regular.woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Moderat";
  src: url("../fonts/Moderat-Bold.otf");
  src: url("../fonts/moderat-bold.woff");
  font-weight: bold;
  font-style: normal; }

 
  

@font-face {
  font-family: 'motif';
  src: url('/ZatisiGC/media/system/fonts/Motif/motif-light-webfont.eot');
  src: url('/ZatisiGC/media/system/fonts/motif-light-webfont.eot?#iefix') format('embedded-opentype'), url('/ZatisiGC/media/system/fonts/Motif/motif-light-webfont.woff2') format('woff2'), url('motif-light-webfont.woff') format('woff'), url('motif-light-webfont.ttf') format('truetype'), url('motif-light-webfont.svg#motiflight') format('svg');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'motif';
  src: url('/ZatisiGC/media/system/fonts/Motif/motif-lightitalic-webfont.eot');
  src: url('/ZatisiGC/media/system/fonts/Motif/motif-lightitalic-webfont.eot?#iefix') format('embedded-opentype'), url('/ZatisiGC/media/system/fonts/Motif/motif-lightitalic-webfont.woff2') format('woff2'), url('motif-lightitalic-webfont.woff') format('woff'), url('motif-lightitalic-webfont.ttf') format('truetype'), url('motif-lightitalic-webfont.svg#motiflight_italic') format('svg');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'motif';
  src: url('/ZatisiGC/media/system/fonts/Motif/motif-regular-webfont.eot');
  src: url('/ZatisiGC/media/system/fonts/Motif/motif-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/ZatisiGC/media/system/fonts/Motif/motif-regular-webfont.woff2') format('woff2'), url('motif-regular-webfont.woff') format('woff'), url('motif-regular-webfont.ttf') format('truetype'), url('motif-regular-webfont.svg#motifregular') format('svg');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'motif';
  src: url('/ZatisiGC/media/system/fonts/Motif/motif-italic-webfont.eot');
  src: url('/ZatisiGC/media/system/fonts/Motif/motif-italic-webfont.eot?#iefix') format('embedded-opentype'), url('/ZatisiGC/media/system/fonts/Motif/motif-italic-webfont.woff2') format('woff2'), url('motif-italic-webfont.woff') format('woff'), url('motif-italic-webfont.ttf') format('truetype'), url('motif-italic-webfont.svg#motifitalic') format('svg');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'motif';
  src: url('/ZatisiGC/media/system/fonts/Motif/motif-medium-webfont.eot');
  src: url('/ZatisiGC/media/system/fonts/Motif/motif-medium-webfont.eot?#iefix') format('embedded-opentype'), url('/ZatisiGC/media/system/fonts/Motif/motif-medium-webfont.woff2') format('woff2'), url('motif-medium-webfont.woff') format('woff'), url('motif-medium-webfont.ttf') format('truetype'), url('motif-medium-webfont.svg#motifmedium') format('svg');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'motif';
  src: url('/ZatisiGC/media/system/fonts/Motif/motif-mediumitalic-webfont.eot');
  src: url('/ZatisiGC/media/system/fonts/Motif/motif-mediumitalic-webfont.eot?#iefix') format('embedded-opentype'), url('/ZatisiGC/media/system/fonts/Motif/motif-mediumitalic-webfont.woff2') format('woff2'), url('motif-mediumitalic-webfont.woff') format('woff'), url('motif-mediumitalic-webfont.ttf') format('truetype'), url('motif-mediumitalic-webfont.svg#motifmedium_italic') format('svg');
  font-weight: 500;
  font-style: italic;
}









*:before,
*:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.cms-bootstrap [class^="icon-"]:before, .cms-bootstrap [class*=" icon-"]:before {
  font-family: 'Core-icons' !important; }

body {
  font-family: Motif, -apple-system,
  system-ui,
  BlinkMacSystemFont,
  "Segoe UI",
  "Roboto",
  "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  background: #f2f2f2; }

.p-45 {
  padding-top: 45px;
  padding-bottom: 45px; }

h2 {
  margin: 0 0 40px 0;
  color: #222a30;
  /*font-family: "Moderat"; */
  font-weight: bold;
  font-size: 30px;
  font-size: 1.875rem;
  text-align: center; }
  @media (min-width: 545px) {
    h2 {
      font-size: 40px;
      font-size: 2.5rem; } }

.white-box h2 {
  color: #e52242; }

.contact-box h2 {
  text-align: left;
  margin: 0 0 20px 0; }

.form-box {
  padding: 30px 0 0 0; }
  .form-box label {
    display: none; }
  .form-box input[type="text"] {
    width: 100%;
    height: 55px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 0 20px;
    margin: 0 0 10px 0; }
    @media (min-width: 480px) {
      .form-box input[type="text"] {
        margin: 0; } }
  .form-box textarea {
    width: 100%;
    height: 170px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 20px 20px;
    margin: 0 0 10px 0; }
  .form-box input[type="submit"] {
    color: #fff;
    background: #e52242;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    height: 50px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    letter-spacing: 1px; }
    @media (min-width: 545px) {
      .form-box input[type="submit"] {
        width: 145px; } }
  .form-box .ErrorLabel,
  .form-box .EditingFormErrorLabel {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    color: #e21111; }
  .form-box .EditingFormErrorLabel {
    margin: 4px 0 20px;}

.form-row-flex.narrow{
  margin: 0;}
.form-row-flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -5px 10px -5px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 480px) {
    .form-row-flex {
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  .form-row-flex-item {
    padding: 0 5px;
    width: 100%; }
    .form-row-flex-item.small-item {
      width: 80px;
      min-width: 80px; }
      .form-row-flex-item.small-item input[type="file"] {
        display: none; }
      .form-row-flex-item.small-item label {
        position: relative;
        width: 100%;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        background: #e52242;
        color: #fff;
        text-transform: uppercase;
        height: 55px;
        cursor: pointer;
        padding-left: 13px; }
        .form-row-flex-item.small-item label:after {
          position: absolute;
          top: 50%;
          right: 10px;
          -ms-transform: translate(0, -50%);
          -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
          font-family: 'icomoon' !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\e906";
          font-size: 20px;
          font-size: 1.25rem;
          color: #fff; }
        .form-row-flex-item.small-item label.clear-icon:after {
          content: "" !important; }

.btn-border {
  text-transform: uppercase;
  color: #fff !important;
  border: 2px solid #e52242;
  padding: 10px 30px;
  display: inline-block;
  /*font-family: "Moderat";*/
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  letter-spacing: 2px;
  text-decoration: none !important; }
  .btn-border:focus, .btn-border:hover {
    background: #e52242; }
  @media (min-width: 768px) {
    .btn-border {
      padding: 15px 30px; } }

.jobform {
  width: 100%;
  padding: 0 2rem;
}
.jobform > div {
  width: 100%;
}
@media (min-width: 768px) {
  .jobform {
    width: 50%;
    padding: 30px 0 0 0;
    margin: 0 auto;
  }
}
.jobform-footer {
  text-align: center;
  width: 100%;
  justify-content: center;
}
.identity-certificate {
  text-align: center;
}

.bi.bi-calendar {
  color: #fff;
}

.bi.bi-arrow-left, .bi.bi-arrow-right {
  color: #e52242;
}

.icon-only.btn-icon.btn {
  background: #e52242;
  cursor: pointer;
}

#ui-datepicker-div .btn.btn-primary {
  background: #e52242;
  border-color: #e52242;
}

#ui-datepicker-div .datetime-ui-state-active {
  background: #e52242;
  border: 1px solid #e52242;
}


.cc-window.cc-banner {
  padding-top: .6em;
  padding-bottom: .6em;
}
.cc-banner .cc-btn:last-child {
  text-transform: uppercase;
}

body .cc-revoke,
body .cc-window {
  z-index: 100;
}

/* **************************** BASIC ********************************** */
.cc-window {
  opacity: 1;
  transition: opacity 1s ease;
}
.cc-window.cc-invisible {
  opacity: 0;
}
.cc-animate.cc-revoke {
  transition: transform 1s ease;
}
.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em);
}
.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em);
}
.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
  transform: translateY(0);
}
.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}
.cc-link,
.cc-revoke:hover {
  text-decoration: underline;
}
.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}
.cc-window.cc-static {
  position: static;
}
.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cc-revoke {
  padding: 0.5em;
}
.cc-header {
  font-size: 18px;
  font-weight: 700;
}
.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer;
}
.cc-link {
  opacity: .8;
  display: inline-block;
  padding: 0.2em;
}
.cc-link:hover {
  opacity: 1;
}
.cc-link:active,
.cc-link:visited {
  color: initial;
}
.cc-btn {
  display: block;
  padding: .4em .8em;
  font-size: .9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}
.cc-banner .cc-btn:last-child {
  min-width: 140px;
}
.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}
.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}
.cc-close {
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 1.6em;
  opacity: .9;
  line-height: 0.75;
}
.cc-close:focus,
.cc-close:hover {
  opacity: 1;
}
.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: 0.5em;
}
.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: .5em;
  border-top-right-radius: 0.5em;
}
.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}
.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}
.cc-top {
  top: 1em;
}
.cc-left {
  left: 1em;
}
.cc-right {
  right: 1em;
}
.cc-bottom {
  bottom: 1em;
}
.cc-floating > .cc-link {
  margin-bottom: 1em;
}
.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}
.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1;
  flex: 1;
}
.cc-window.cc-banner {
  -ms-flex-align: center;
  align-items: center;
}
.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}
.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}
.cc-banner .cc-message {
  -ms-flex: 1;
  flex: 1;
}
.cc-compliance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.cc-compliance > .cc-btn {
  -ms-flex: 1;
  flex: 1;
}
.cc-btn + .cc-btn {
  margin-left: 0.5em;
}
@media print {
  .cc-revoke,
  .cc-window {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner,
  .cc-window.cc-left,
  .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1;
    flex: 1;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  .cc-window.cc-banner {
    -ms-flex-align: unset;
    align-items: unset;
  }
}
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  flex: none;
}
.cc-theme-classic .cc-btn {
  border-radius: 5px;
}
.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}
.cc-theme-edgeless.cc-window {
  padding: 0;
}
.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em;
}
.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: .8em 1.8em;
  height: 100%;
}
.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}
.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}
/* ****************************** COOKIE PAGE *********************************** */
.cookies {
  margin: 5rem auto 0;
  max-width: 1175px;
  padding: 0 1rem;
}
@media screen and (min-width: 640px) {
  .cookies {
    padding: 0 2rem;
    margin: 8rem auto 0;
  }
}
.cookies__header {
  text-align: center;
  color: #b28551;
  font-size: 3rem;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .cookies__header {
    font-size: 1.5rem;
  }
}
.cookies__description {
  text-align: center;
}
.cookies-settings {
  margin: 4rem auto 5rem;
  max-width: 800px;
}
.cookies-settings__box {
  margin-bottom: 2rem;
}
.cookies-settings__header {
  background-color: #f4ede5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  font-weight: 500;
}
.cookies-settings__slider {
  margin-left: 1rem;
}
.cookies-settings__description {
  border: 2px solid #f4ede5;
  border-top: none;
  padding: 2rem;
}
.cookies-settings .switch {
  position: relative;
  display: block;
  width: 3rem;
  height: 1.5rem;
}
.cookies-settings .switch input {
  display: none;
}
.cookies-settings .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #999;
  transition: 0.4s ease-out;
  border-radius: 1.5rem;
}
.cookies-settings .slider:before {
  position: absolute;
  content: "";
  width: 1rem;
  height: 1rem;
  left: .3rem;
  bottom: 4px;
  background-color: white;
  transition: 0.4s ease-out;
  border-radius: 50%;
}
.cookies-settings input:checked + .slider {
  background-color: #b28551;
}
.cookies-settings input:disabled + .slider {
  background-color: #ccc;
}
.cookies-settings input:checked + .slider:before {
  transform: translateX(1.4rem);
}
.cookies-text {
  margin-bottom: 5rem;
  text-align: center;
}
.cookies-text a {
  color: black;
  letter-spacing: normal;
  margin-top: 0.5rem;
  text-decoration: none;
}
.cookies-text a:hover {
  text-decoration: underline;
}
.EditorWidgetZone [class*=" icon-"]:before,
.EditorWidgetZone [class*=" zatisi-"]:before,
.EditorWidgetZone [class^=icon-]:before,
.EditorWidgetZone [class^=zatisi-]:before {
  font-family: inherit;
}