@charset "UTF-8";
@import url(../css/bootstrap.min.css);
@import url(../css/jquery-ui.min.css);
@import url(../css/animate.min.css);
@import url(../css/aos.css);
@import url(../css/owl.carousel.min.css);
@import url(../css/owl.theme.default.min.css);
@import url(../css/ripple.min.css);
@import url(../css/cookiealert.css);
/*@mixin breakpointMin($class) {
  @if $class == xs {
    @media (max-width: 767px) { @content; }
  }

  @else if $class == sm {
    @media (min-width: 768px) { @content; }
  }

  @else if $class == md {
    @media (min-width: 992px) { @content; }
  }

  @else if $class == lg {
    @media (min-width: 1200px) { @content; }
  }
  
  @else if $class == xl {
    @media (min-width: 1600px) { @content; }
  }

  @else {
    @warn "Breakpoint mixin supports: xs, sm, md, lg";
  }
}
@mixin breakpointMax($class) {
  @if $class == Xmini {
    @media (max-width: 365px) { @content; }
  }
  @else if $class == mini {
    @media (max-width: 500px) { @content; }
  }
  @else if $class == xs {
    @media (max-width: 767px) { @content; }
  }

  @else if $class == sm {
    @media (max-width: 767px) { @content; }
  }

  @else if $class == md {
    @media (max-width: 1200px) { @content; }
  }

  @else if $class == lg {
    @media (max-width: 1200px) { @content; }
  }
  
  @else if $class == xl {
    @media (max-width: 1600px) { @content; }
  }

  @else {
    @warn "Breakpoint mixin supports: xs, sm, md, lg";
  }
}
@mixin breakpointHeightMaxMin($max, $min) {
    @media (max-height: $max) and (min-height: $min) { @content; }
}

@mixin breakpointHeightMin($min) {
    @media (min-height: $min) { @content; }
}

@mixin breakpointHeightMax($max) {
  @media (max-height: $max) { @content; }
}

@mixin transition($transition){
  -webkit-transition:  $transition;
  -moz-transition:  $transition;
  -o-transition:  $transition;
  transition: $transition;
}
@mixin transform($transform){
  -webkit-transform: $transform;
  -moz-transform: $transform;
  -o-transform: $transform;
  transform: $transform;
}
*/
@media (max-width: 767.98px) {
  header {
    width: 100%;
    background: #124DA4;
    height: 80px;
    position: fixed;
    z-index: 10;
    top: 0;
    width: 100%; }
    header .container {
      height: 100%;
      padding: 0; } }
header .header-sidebar {
  z-index: 1;
  width: 270px;
  position: absolute;
  top: 0;
  background: #124DA4; }
  @media (max-width: 767.98px) {
    header .header-sidebar {
      width: 100%;
      background: none;
      padding: 0 20px;
      height: 100%;
      align-items: center;
      display: flex;
      position: inherit; } }
  header .header-sidebar .header-logo {
    border-bottom: 1px solid rgba(216, 216, 216, 0.2);
    padding: 1.5rem 3rem; }
    @media (max-width: 767.98px) {
      header .header-sidebar .header-logo {
        padding: 0;
        border: 0; }
        header .header-sidebar .header-logo img {
          height: 45px; } }
  header .header-sidebar .header-language {
    margin: 0 2rem;
    padding: 1rem 0;
    border-top: 1px solid rgba(216, 216, 216, 0.2); }
    @media (max-width: 767.98px) {
      header .header-sidebar .header-language {
        display: none; } }
    header .header-sidebar .header-language span {
      color: #ffffff;
      font-size: 0.875rem;
      font-weight: 700; }
header .main-menu {
  padding: 1.5rem 2rem; }
  @media (max-width: 767.98px) {
    header .main-menu {
      display: none; } }
  header .main-menu ul li {
    position: relative;
    display: block; }
    @media (max-width: 767.98px) {
      header .main-menu ul li {
        margin: 2rem 0; } }
    header .main-menu ul li a {
      color: #ffffff;
      font-weight: 400;
      display: block;
      font-size: 1rem;
      position: relative;
      padding: 0.4rem 0;
      transition: all 0.2s ease-in-out;
      text-decoration: none;
      line-height: 24px; }
      header .main-menu ul li a:hover, header .main-menu ul li a.active {
        color: #96B719; }
      @media (max-width: 991.98px) {
        header .main-menu ul li a {
          font-size: 1.25rem; } }
      @media (max-width: 767.98px) {
        header .main-menu ul li a {
          color: #ffffff;
          text-align: center;
          padding: 0;
          font-weight: 700;
          font-size: 1.25rem; }
          header .main-menu ul li a:hover, header .main-menu ul li a.active {
            color: #ffffff !important; } }
      header .main-menu ul li a .svg-inline--fa {
        margin-right: 5px; }
      header .main-menu ul li a .count {
        background: #96B719;
        color: #ffffff;
        font-size: 0.75rem;
        margin-left: 7px;
        line-height: 14px;
        width: 18px;
        height: 18px;
        border-radius: 3px;
        display: inline-flex;
        justify-content: center;
        align-items: center; }
  @media (max-width: 767.98px) {
    header .main-menu.opened {
      display: flex !important;
      top: 80px;
      padding: 0;
      height: calc(100vh - 80px);
      right: 0;
      left: 0;
      z-index: 1;
      text-align: left;
      width: 100%;
      position: fixed;
      background: #124DA4;
      align-items: center;
      overflow-y: auto; }
      header .main-menu.opened ul {
        width: 100%;
        display: block; }
      header .main-menu.opened ul.submenu {
        display: block;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem; }
        header .main-menu.opened ul.submenu li {
          margin: 0 0 5px 0; }
          header .main-menu.opened ul.submenu li a {
            padding: 0;
            font-weight: 400;
            font-size: 1rem;
            display: block; }
          header .main-menu.opened ul.submenu li:last-of-type {
            margin-bottom: 0; } }

#hamburger-icon {
  width: 30px;
  height: 15px;
  position: absolute;
  display: inline-block;
  top: 0;
  right: 20px;
  margin: 0;
  transform: translateY(-50%);
  top: 50%; }
  @media (min-width: 576px) {
    #hamburger-icon {
      display: none; } }
  #hamburger-icon .line {
    display: block;
    background: #ffffff;
    width: 30px;
    height: 2px;
    position: absolute;
    left: 0;
    border-radius: 1px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s; }
    #hamburger-icon .line.line-1 {
      top: 0; }
    #hamburger-icon .line.line-2 {
      top: 50%; }
    #hamburger-icon .line.line-3 {
      top: 100%; }
  #hamburger-icon:hover .line-1, #hamburger-icon:focus .line-1 {
    transform: translateY(-1px);
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px); }
  #hamburger-icon:hover .line-3, #hamburger-icon:focus .line-3 {
    transform: translateY(1px);
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px); }
  #hamburger-icon.active .line-1 {
    transform: translateY(7.5px) translateX(0) rotate(45deg);
    -webkit-transform: translateY(7.5px) translateX(0) rotate(45deg);
    -moz-transform: translateY(7.5px) translateX(0) rotate(45deg); }
  #hamburger-icon.active .line-2 {
    opacity: 0; }
  #hamburger-icon.active .line-3 {
    transform: translateY(-7.5px) translateX(0) rotate(-45deg);
    -webkit-transform: translateY(-7.5px) translateX(0) rotate(-45deg);
    -moz-transform: translateY(-7.5px) translateX(0) rotate(-45deg); }

footer {
  background: #0A0A0B;
  border-top: 1px solid rgba(255, 255, 255, 0.15); }
  @media (max-width: 991.98px) {
    footer {
      margin-top: 0;
      padding: 2rem 0 0; } }
  @media (max-width: 767.98px) {
    footer .footer-top {
      display: block; } }
  footer .footer-top .left {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    padding-right: 6rem; }
    @media (max-width: 767.98px) {
      footer .footer-top .left {
        padding-right: 15px;
        display: block;
        border-right: 0;
        margin: 0 auto; } }
    footer .footer-top .left .footer-logo {
      display: flex;
      align-items: center;
      height: 100%; }
      @media (max-width: 767.98px) {
        footer .footer-top .left .footer-logo {
          display: block; }
          footer .footer-top .left .footer-logo img {
            margin: 0 auto;
            width: 2.1875rem;
            display: block; } }
      footer .footer-top .left .footer-logo a {
        display: block; }
  footer .footer-top .right {
    padding: 6rem 6rem; }
    @media (max-width: 767.98px) {
      footer .footer-top .right {
        padding: 2.5rem 15px;
        text-align: center; } }
    footer .footer-top .right h4 {
      color: #3B3B3B;
      margin-bottom: 2.5rem;
      font-size: 1.5rem; }
      @media (max-width: 767.98px) {
        footer .footer-top .right h4 {
          margin-bottom: 1.5rem;
          font-size: 1.25rem; } }
    footer .footer-top .right p {
      margin-bottom: 2rem;
      color: #ffffff; }
      @media (max-width: 767.98px) {
        footer .footer-top .right p {
          margin-bottom: 1.5rem; } }
      footer .footer-top .right p.small {
        font-size: 1.125rem;
        line-height: 38px; }
        @media (max-width: 767.98px) {
          footer .footer-top .right p.small {
            font-size: 1rem;
            line-height: 32px; } }
      footer .footer-top .right p.big {
        font-size: 1.5rem;
        line-height: 2.375rem; }
        @media (max-width: 767.98px) {
          footer .footer-top .right p.big {
            font-size: 1rem;
            line-height: 32px; } }
    footer .footer-top .right ul {
      margin-bottom: 2rem; }
      footer .footer-top .right ul li a {
        padding: 0.5rem 0;
        display: block;
        font-size: 1.125rem;
        color: #ffffff; }
        @media (max-width: 767.98px) {
          footer .footer-top .right ul li a {
            font-size: 1rem;
            padding: 0.3rem 0; } }
    footer .footer-top .right .footer-social a {
      color: #96B719;
      font-size: 1.125rem;
      margin-right: 1rem; }
      @media (max-width: 767.98px) {
        footer .footer-top .right .footer-social a {
          font-size: 1.25rem;
          margin: 0 0.5rem; } }
  footer .footer-bottom {
    text-align: center;
    padding: 1.5rem 0;
    font-weight: 700;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 0.875rem;
    color: #3B3B3B; }

.cookies-bar {
  background: #1D1F22; }
  @media (max-width: 767.98px) {
    .cookies-bar {
      text-align: center; } }
  .cookies-bar .row {
    margin: 0;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
  .cookies-bar .col {
    padding-left: 0; }
    @media (max-width: 767.98px) {
      .cookies-bar .col {
        flex: 0 0 100%;
        margin-bottom: 1.3rem;
        padding-left: 15px; } }
  .cookies-bar .col-auto {
    padding-right: 0; }
    @media (max-width: 767.98px) {
      .cookies-bar .col-auto {
        flex: 0 0 100%;
        padding-right: 15px; }
        .cookies-bar .col-auto .btn {
          width: 100%; } }
  .cookies-bar p {
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.5rem;
    font-size: 0.875rem;
    margin-bottom: 0; }
    .cookies-bar p a {
      font-weight: 500; }
      .cookies-bar p a:hover {
        color: rgba(255, 255, 255, 0.4); }

body {
  padding: 0;
  margin: 0;
  color: #ffffff;
  overflow-x: hidden;
  background: #1D1F22;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Plau"; }
  body.opened-menu:before {
    backdrop-filter: blur(4px);
    content: '';
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8); }
  body.opened-menu .first-col {
    opacity: 0.2;
    filter: blur(4px); }

@media (max-width: 991.98px) {
  html, body {
    overflow-x: hidden; } }

@media (max-width: 1399.98px) {
  html {
    font-size: 14px; } }
@media (max-width: 1199.98px) {
  html {
    font-size: 13px; } }
@media (max-width: 991.98px) {
  html {
    font-size: 12px; } }
@media (max-width: 767.98px) {
  html {
    font-size: 14px; } }

@media (max-width: 1199.98px) {
  .container {
    /*  max-width: 100%;
      padding-left: 1.25rem;
      padding-right: 1.25rem;*/ } }

#templates-list {
  background: #eb1260;
  padding: 10px 15px 1.25rem;
  position: fixed;
  top: 100px;
  left: -190px;
  z-index: 9999;
  display: block;
  width: 200px; }
  #templates-list ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #templates-list ul li {
      margin-bottom: 0; }
      #templates-list ul li h3 {
        color: #ffffff;
        line-height: 22px;
        margin: 10px 0 5px;
        font-size: 1.3rem; }
      #templates-list ul li a {
        line-height: 16px;
        display: block;
        padding: 5px 0;
        font-size: 0.8rem;
        color: #ffffff; }
        #templates-list ul li a:hover {
          text-decoration: underline; }

.ui-widget {
  font-family: "Plau"; }
  .ui-widget button {
    font-family: "Plau";
    font-size: 1rem; }

@media (max-width: 767.98px) {
  .container {
    max-width: 100%; } }

.nice-select {
  color: #ffffff;
  float: none; }
  .nice-select .list {
    width: 100%; }

textarea {
  line-height: 1.25rem !important;
  padding: 1rem 1rem !important; }

.form-control, textarea {
  border-radius: 3px;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  height: 3.25rem;
  font-size: 0.875rem;
  font-family: "Plau" !important; }

.form-control:focus {
  outline: none;
  border-color: 0;
  box-shadow: none; }

::-webkit-input-placeholder {
  color: rgba(29, 31, 34, 0.5) !important;
  font-family: "Plau";
  font-weight: 700;
  font-style: italic;
  font-size: 0.875rem; }

:-moz-placeholder {
  color: rgba(29, 31, 34, 0.5) !important;
  font-family: "Plau";
  font-weight: 700;
  font-style: italic;
  font-size: 0.875rem; }

::-moz-placeholder {
  color: rgba(29, 31, 34, 0.5) !important;
  font-family: "Plau";
  font-weight: 700;
  font-style: italic;
  font-size: 0.875rem; }

:-ms-input-placeholder {
  color: rgba(29, 31, 34, 0.5) !important;
  font-family: "Plau";
  font-weight: 700;
  font-style: italic;
  font-size: 0.875rem; }

::-ms-input-placeholder {
  color: rgba(29, 31, 34, 0.5) !important;
  font-family: "Plau";
  font-weight: 700;
  font-style: italic;
  font-size: 0.875rem; }

::placeholder {
  color: rgba(29, 31, 34, 0.5) !important;
  font-family: "Plau";
  font-weight: 700;
  font-style: italic;
  font-size: 0.875rem; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

img {
  max-width: 100%; }

strong {
  font-weight: 700; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Plau";
  color: #ffffff; }

h1 {
  line-height: 4.8125rem;
  font-weight: 500;
  font-size: 4.25rem; }
  @media (max-width: 991.98px) {
    h1 {
      font-size: 2.2rem;
      line-height: 2.5rem; } }

h2 {
  font-weight: 500;
  line-height: 3.5rem;
  font-size: 2.75rem;
  margin-bottom: 1.5rem; }
  @media (max-width: 767.98px) {
    h2 {
      font-size: 2rem;
      line-height: 2.5rem;
      text-align: center; } }

h3 {
  font-weight: 500;
  line-height: 2rem;
  font-size: 1.5rem;
  margin-bottom: 1.5rem; }
  @media (max-width: 767.98px) {
    h3 {
      font-size: 1.5rem;
      text-align: center;
      line-height: 2rem;
      margin-bottom: 2rem; } }

h4 {
  line-height: 1.5rem;
  font-size: 1.5rem;
  margin-bottom: 1.5rem; }

h5 {
  line-height: 1.5rem;
  font-size: 1.25rem; }

a {
  color: #8c8887;
  transition: all 0.2s ease-in-out; }

p {
  color: #B3B6B8;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1.5rem; }

button {
  font-family: "Plau";
  outline: 0; }
  button:hover, button:focus {
    outline: 0; }

.btn {
  border-radius: 3px;
  margin: 0;
  outline: none !important;
  font-family: "Plau";
  cursor: pointer;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
  box-shadow: none;
  transition: all 0.2s ease-in-out !important; }
  .btn:focus {
    outline: 0px transparent !important; }
  .btn.btn-primary {
    height: 3.25rem;
    padding: 0 3rem;
    background: #96B719;
    font-size: 0.875rem;
    font-weight: 500;
    border: 1px solid #96B719;
    color: #ffffff; }
    .btn.btn-primary:hover, .btn.btn-primary:focus {
      color: #ffffff;
      border: 1px solid #86a413;
      background: #86a413; }
  .btn.btn-blue {
    height: 2.375rem;
    padding: 0 1rem;
    background: #124DA4;
    font-size: 0.875rem;
    font-weight: 500;
    color: #ffffff; }
    .btn.btn-blue:hover, .btn.btn-blue:focus {
      color: #ffffff;
      background: #96B719; }
  .btn.btn-secondary {
    height: 2.375rem;
    padding: 0 1.3rem;
    font-size: 0.875rem;
    font-weight: 500;
    background: rgba(216, 216, 216, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff; }
    .btn.btn-secondary:hover, .btn.btn-secondary:focus {
      color: #0A0A0B;
      border: 1px solid #96B719;
      background: #96B719; }
  .btn.btn-tertiary {
    height: 3.25rem;
    padding: 0 3rem;
    font-size: 0.875rem;
    font-weight: 500;
    border: none;
    color: #ffffff;
    background: linear-gradient(90deg, #FFC600, #FF9400); }
    .btn.btn-tertiary:hover, .btn.btn-tertiary:focus {
      color: #ffffff;
      border: none;
      background: linear-gradient(90deg, #FF9400, #FFC600); }

@media (max-width: 767.98px) {
  .main-wrapper {
    margin-top: 80px; } }
.main-wrapper.hp-wrapper {
  padding-bottom: 10rem; }
  @media (max-width: 767.98px) {
    .main-wrapper.hp-wrapper {
      padding-bottom: 3rem; } }

.hp-promo {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/hp_header.jpeg");
  height: 40rem; }
  @media (max-width: 1399.98px) {
    .hp-promo {
      height: 42rem; } }
  @media (max-width: 1199.98px) {
    .hp-promo {
      height: 44rem; } }
  @media (max-width: 991.98px) {
    .hp-promo {
      height: 45rem; } }
  @media (max-width: 767.98px) {
    .hp-promo {
      text-align: center;
      height: auto;
      padding: 4rem 0; } }
  .hp-promo h1 {
    color: #ffffff;
    margin-bottom: 2rem; }
    @media (max-width: 767.98px) {
      .hp-promo h1 {
        margin-bottom: 1rem; } }
  .hp-promo p {
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 2.3125rem;
    margin-bottom: 2.5rem; }
    @media (max-width: 767.98px) {
      .hp-promo p {
        font-size: 1.25rem;
        margin-bottom: 1.5rem;
        line-height: 2.25rem; } }
  .hp-promo .container {
    height: 100%;
    display: flex;
    align-items: center; }
    @media (max-width: 767.98px) {
      .hp-promo .container {
        display: block; } }
    .hp-promo .container .row {
      width: 100%; }
      @media (max-width: 767.98px) {
        .hp-promo .container .row {
          width: auto; }
          .hp-promo .container .row .ml-auto {
            margin: 0; } }
  .hp-promo .btn {
    position: relative;
    z-index: 2; }
    @media (max-width: 767.98px) {
      .hp-promo .btn {
        width: 100%; } }

.subpage-header {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 20rem; }
  @media (max-width: 767.98px) {
    .subpage-header {
      height: 16.25rem; } }
  .subpage-header h1 {
    color: #ffffff;
    margin-bottom: 0; }
    @media (max-width: 767.98px) {
      .subpage-header h1 {
        text-align: center;
        font-size: 3rem;
        line-height: 3.5rem; } }
  .subpage-header .container {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center; }
    @media (max-width: 767.98px) {
      .subpage-header .container {
        justify-content: center; } }
    .subpage-header .container:after {
      content: '';
      width: 120px;
      height: 100px;
      background-size: 120px 100px;
      background-repeat: no-repeat;
      position: absolute;
      right: 15px;
      z-index: 1;
      bottom: -50px;
      background: url("../images/shape1.svg"); }
      @media (max-width: 767.98px) {
        .subpage-header .container:after {
          display: none; } }
    .subpage-header .container .row {
      width: 100%; }

.subpage-content {
  padding-top: 9rem;
  padding-bottom: 10rem; }
  @media (max-width: 1199.98px) {
    .subpage-content {
      padding-top: 17rem; } }
  @media (max-width: 767.98px) {
    .subpage-content {
      padding-top: 3rem;
      padding-bottom: 4rem; } }
  .subpage-content p {
    margin-bottom: 2rem;
    font-size: 1.25rem !important;
    line-height: 160%; }

.news-page {
  padding-top: 1.8rem;
  background: #0A0A0B; }
  @media (max-width: 1199.98px) {
    .news-page {
      padding-top: 17rem; } }
  @media (max-width: 767.98px) {
    .news-page {
      padding-top: 2rem; } }
  .news-page .news-grid {
    margin-bottom: 2.5rem; }
    @media (max-width: 767.98px) {
      .news-page .news-grid .item-wrap {
        margin-bottom: 1rem; } }

.list-ok {
  margin-bottom: 4rem; }
  .list-ok li {
    padding-left: 2.1875rem;
    font-weight: 300;
    margin-bottom: 1.3rem;
    color: #ffffff;
    position: relative; }
    @media (max-width: 767.98px) {
      .list-ok li {
        text-align: center;
        padding-left: 0;
        font-weight: 300;
        padding-top: 2.3rem;
        margin-bottom: 1.5rem; } }
    .list-ok li:before {
      content: '';
      width: 1.5rem;
      height: 1.5rem;
      background-size: 1.5rem 1.5rem;
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      left: 0;
      background: url("../images/list_ok.svg"); }
      @media (max-width: 767.98px) {
        .list-ok li:before {
          right: 0;
          margin: 0 auto; } }

.list-circle {
  margin-bottom: 3rem; }
  .list-circle li {
    padding-left: 1.5625rem;
    margin-bottom: 1.3rem;
    color: #ffffff;
    font-size: 1.125rem;
    position: relative; }
    .list-circle li:before {
      content: '';
      width: 0.5rem;
      height: 0.5rem;
      border-radius: 50%;
      position: absolute;
      top: 0.5rem;
      left: 0;
      background: #96B719; }

.managment-grid {
  margin-bottom: 1rem; }
  .managment-grid .item {
    margin-bottom: 1.875rem; }
    @media (max-width: 767.98px) {
      .managment-grid .item {
        margin-bottom: 1rem; } }
    .managment-grid .item img {
      margin-bottom: 2rem;
      height: 26.25rem;
      width: 100%;
      object-fit: cover; }
      @media (max-width: 767.98px) {
        .managment-grid .item img {
          height: 20rem; } }
    .managment-grid .item .item-title {
      font-size: 1.5rem;
      font-weight: 500;
      color: #ffffff;
      margin-bottom: 0.5rem; }
    .managment-grid .item .item-pos {
      font-size: 0.875rem;
      font-weight: 500;
      color: #96B719;
      margin-bottom: 1rem; }

#team-grid-mobile {
  margin-bottom: 3rem; }
  @media (min-width: 576px) {
    #team-grid-mobile {
      display: none; } }
  #team-grid-mobile .owl-dots {
    margin-top: 0; }
    #team-grid-mobile .owl-dots .owl-dot span {
      width: 0.625rem;
      height: 0.625rem;
      background: #333437;
      margin: 0 5px; }
    #team-grid-mobile .owl-dots .owl-dot.active span {
      background: #124DA4; }

@media (max-width: 767.98px) {
  #team-grid-desktop {
    display: none; } }

.team-grid {
  margin-bottom: 2rem; }
  .team-grid .item {
    margin-bottom: 1.875rem; }
    .team-grid .item img {
      margin-bottom: 1rem;
      height: 17.8125rem;
      width: 100%;
      object-fit: cover; }
      @media (max-width: 767.98px) {
        .team-grid .item img {
          height: 17.5rem; } }
    .team-grid .item .item-title {
      font-size: 1rem;
      font-weight: 500;
      color: #ffffff;
      margin-bottom: 0.1rem; }
    .team-grid .item .item-pos {
      font-size: 0.875rem;
      font-weight: 500;
      color: #96B719; }

.positions-grid .item {
  margin-bottom: 3.5rem; }
  @media (max-width: 767.98px) {
    .positions-grid .item {
      margin-bottom: 3rem; } }
  .positions-grid .item .item-city {
    display: inline-flex;
    align-items: center;
    height: 1.5rem;
    padding: 0 1rem;
    font-size: 0.875rem;
    margin-bottom: 1.3rem;
    border-radius: 3px;
    color: #ffffff;
    background: #124DA4; }
  .positions-grid .item .item-title {
    font-size: 1.5rem;
    color: #ffffff;
    margin-bottom: 0.5rem; }
  .positions-grid .item .item-pos {
    font-size: 0.875rem;
    font-weight: 500;
    color: #96B719;
    margin-bottom: 0.8rem; }
  @media (max-width: 767.98px) {
    .positions-grid .item .btn {
      width: 100%; } }
  .positions-grid .item p {
    font-size: 1rem;
    margin-bottom: 1.8rem; }

.article-detail {
  padding-top: 6rem;
  background: #0A0A0B; }
  @media (max-width: 1199.98px) {
    .article-detail {
      padding-top: 17rem; } }
  @media (max-width: 767.98px) {
    .article-detail {
      padding-top: 4rem; } }
  .article-detail h2 {
    margin-top: 2rem; }
    @media (max-width: 767.98px) {
      .article-detail h2 {
        text-align: left; } }
  .article-detail h3 {
    margin-top: 2.5rem;
    color: #96B719; }
    @media (max-width: 767.98px) {
      .article-detail h3 {
        text-align: left; } }
  .article-detail img:not(.width-initial) {
    margin: 3rem 0 1rem;
    width: 100%; }
    @media (max-width: 767.98px) {
      .article-detail img {
        margin: 1rem 0 1rem; } }
  .article-detail .desc p {
    line-height: 2rem;
    font-size: 1.25rem;
    color: #ffffff; }
  .article-detail .newsletter-block {
    margin-top: 6rem; }
    @media (max-width: 767.98px) {
      .article-detail .newsletter-block {
        margin-top: 1rem; } }

.contact-page .item {
  border-bottom: 1px solid #333437;
  padding-bottom: 2rem;
  margin-bottom: 3.5rem; }
  @media (max-width: 767.98px) {
    .contact-page .item {
      padding-bottom: 0;
      margin-bottom: 1rem;
      border-bottom: 0; } }
  .contact-page .item:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0; }
    @media (max-width: 767.98px) {
      .contact-page .item:last-of-type p {
        margin-bottom: 0; } }
  .contact-page .item h2 {
    margin-bottom: 2rem; }
    @media (max-width: 767.98px) {
      .contact-page .item h2 {
        text-align: left; } }
  .contact-page .item h3 {
    color: #B3B6B8; }
    @media (max-width: 767.98px) {
      .contact-page .item h3 {
        text-align: left; } }
  .contact-page .item p {
    font-size: 1.125rem;
    line-height: 2.375rem;
    margin-bottom: 2.5rem; }
    @media (max-width: 767.98px) {
      .contact-page .item p {
        margin-bottom: 1.5rem; } }
@media (max-width: 767.98px) {
  .contact-page .form-block {
    margin-top: 3rem; }
    .contact-page .form-block .btn {
      width: 100%; } }

.form-block .form-group {
  margin-bottom: 1.5rem; }

#hp-testimonials-slider {
  margin-bottom: 2rem;
  position: relative; }
  #hp-testimonials-slider:before {
    content: '';
    top: 9.5rem;
    left: -163px;
    width: 370px;
    height: 367px;
    position: absolute;
    background-size: 395px 367px;
    background-repeat: no-repeat;
    background: url(../images/line_shape2.svg); }

.hp-testimonials {
  position: relative;
  margin-bottom: 12rem;
  margin-top: -9.5rem; }
  @media (max-width: 767.98px) {
    .hp-testimonials {
      margin-top: 0;
      margin-bottom: 3rem; } }
  .hp-testimonials .item .left {
    padding-right: 0; }
    .hp-testimonials .item .left .tab-switcher {
      overflow: hidden;
      border-radius: 4px;
      position: relative; }
      .hp-testimonials .item .left .tab-switcher img {
        height: 24.375rem;
        width: 100%;
        object-fit: cover; }
        @media (max-width: 767.98px) {
          .hp-testimonials .item .left .tab-switcher img {
            height: 22rem !important; } }
      .hp-testimonials .item .left .tab-switcher .progress-indicator {
        height: 4px;
        background: rgba(255, 255, 255, 0.3);
        transition: background-color 0.25s ease-in-out;
        margin-bottom: 1.5rem;
        position: absolute;
        width: 100%;
        top: 0;
        z-index: 1; }
        .hp-testimonials .item .left .tab-switcher .progress-indicator:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 4px;
          transform-origin: 100% 0;
          background: #96B719;
          transform: scaleX(0);
          transition: transform 0s linear 0.25s, opacity 0.25s;
          opacity: 0; }
      .hp-testimonials .item .left .tab-switcher.active .progress-indicator:before {
        transition: transform 5s linear, opacity 0s;
        opacity: 1;
        transform-origin: 0 0;
        transform: scaleX(1); }
  .hp-testimonials .item .right {
    padding-top: 23.75rem; }
    @media (max-width: 767.98px) {
      .hp-testimonials .item .right {
        padding-top: 5rem; } }
  .hp-testimonials .item blockquote {
    position: relative;
    padding-right: 5rem; }
    @media (max-width: 767.98px) {
      .hp-testimonials .item blockquote {
        padding-right: 0; } }
    .hp-testimonials .item blockquote p {
      font-size: 1.5rem;
      font-weight: 300;
      line-height: 2.75rem;
      margin-bottom: 1.2rem;
      color: #ffffff; }
      @media (max-width: 767.98px) {
        .hp-testimonials .item blockquote p {
          font-size: 1.25rem;
          line-height: 2.25rem; } }
    .hp-testimonials .item blockquote .testimonial-author {
      color: #ffffff;
      font-size: 0.875rem;
      line-height: 1.0625rem;
      font-weight: 400; }
      .hp-testimonials .item blockquote .testimonial-author:before {
        content: '';
        width: 0.75rem;
        height: 0.125rem;
        background: #124DA4;
        display: inline-block;
        vertical-align: middle;
        margin-right: 0.4375rem; }
    .hp-testimonials .item blockquote:before {
      content: '';
      width: 4.4375rem;
      height: 4.8125rem;
      background-size: 4.4375rem 4.8125rem;
      background-repeat: no-repeat;
      position: absolute;
      top: -4.0625rem;
      left: -5.3125rem;
      background: url("../images/quote_up.svg"); }
      @media (max-width: 767.98px) {
        .hp-testimonials .item blockquote:before {
          left: 0;
          top: -5.3125rem; } }
    .hp-testimonials .item blockquote:after {
      content: '';
      width: 4.4375rem;
      height: 4.8125rem;
      background-size: 4.4375rem 4.8125rem;
      background-repeat: no-repeat;
      position: absolute;
      bottom: -1.25rem;
      right: 0;
      background: url("../images/quote_down.svg"); }
  .hp-testimonials .owl-dots {
    top: 345px;
    margin: 0;
    left: 100px;
    position: absolute; }
    @media (max-width: 767.98px) {
      .hp-testimonials .owl-dots {
        top: 260px;
        left: 0;
        margin: 0 auto;
        right: 0; } }
    .hp-testimonials .owl-dots .owl-dot span {
      width: 0.5rem;
      height: 0.5rem;
      background: rgba(255, 255, 255, 0.3);
      margin: 0 5px; }
    .hp-testimonials .owl-dots .owl-dot.active span {
      background: #96B719; }
  .hp-testimonials.testimonials-subpage {
    margin-top: 8rem;
    margin-bottom: 9rem; }
    @media (max-width: 1199.98px) {
      .hp-testimonials.testimonials-subpage {
        margin-top: 3rem; } }
    @media (max-width: 767.98px) {
      .hp-testimonials.testimonials-subpage {
        margin-top: 0;
        margin-bottom: 9rem; } }
    .hp-testimonials.testimonials-subpage #testimonials-slider {
      margin-bottom: 5rem; }
      @media (max-width: 767.98px) {
        .hp-testimonials.testimonials-subpage #testimonials-slider {
          margin-bottom: 3rem; } }
    .hp-testimonials.testimonials-subpage .item blockquote {
      padding-right: 0; }
      @media (max-width: 767.98px) {
        .hp-testimonials.testimonials-subpage .item blockquote {
          padding: 0 2rem; } }
      .hp-testimonials.testimonials-subpage .item blockquote:after {
        right: -80px; }
        @media (max-width: 767.98px) {
          .hp-testimonials.testimonials-subpage .item blockquote:after {
            right: 0; } }
    .hp-testimonials.testimonials-subpage .item .right {
      padding-top: 4rem; }
      @media (max-width: 767.98px) {
        .hp-testimonials.testimonials-subpage .item .right {
          padding-top: 5rem; } }
    .hp-testimonials.testimonials-subpage .owl-dots {
      top: auto;
      bottom: -13rem;
      margin: 0 auto;
      left: 0;
      right: 0; }
      @media (max-width: 767.98px) {
        .hp-testimonials.testimonials-subpage .owl-dots {
          bottom: -11rem; } }
      .hp-testimonials.testimonials-subpage .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        background: #333437;
        margin: 0 5px; }
      .hp-testimonials.testimonials-subpage .owl-dots .owl-dot.active span {
        background: #124DA4; }
    .hp-testimonials.testimonials-subpage .owl-nav {
      width: 100%;
      top: 4.5rem;
      position: absolute; }
      @media (max-width: 767.98px) {
        .hp-testimonials.testimonials-subpage .owl-nav {
          top: auto;
          bottom: -2rem; } }
      .hp-testimonials.testimonials-subpage .owl-nav [class*=owl-] {
        position: absolute;
        width: 48px;
        height: 88px;
        border-radius: 3px;
        background: #96B719;
        box-shadow: 12px 12px 1.5rem rgba(0, 0, 0, 0.27);
        font-family: "Plau";
        font-size: 2rem;
        font-weight: 500; }
      .hp-testimonials.testimonials-subpage .owl-nav .owl-prev {
        left: 0; }
      .hp-testimonials.testimonials-subpage .owl-nav .owl-next {
        right: 0; }
  .hp-testimonials.portfolio-subpage {
    margin-bottom: 0;
    margin-top: 10rem; }
    @media (max-width: 767.98px) {
      .hp-testimonials.portfolio-subpage {
        margin-top: 5rem;
        margin-bottom: 4rem; } }

@media (max-width: 767.98px) {
  .bookmarks .row {
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin: 0 -20px 1rem; }
    .bookmarks .row::-webkit-scrollbar {
      width: 0;
      height: 0; } }
.bookmarks .bookmark-item {
  cursor: pointer; }
  @media (max-width: 767.98px) {
    .bookmarks .bookmark-item {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      padding: 0 10px 0 1.25rem;
      max-width: 100%; } }
  .bookmarks .bookmark-item img {
    cursor: pointer; }

@media (max-width: 767.98px) {
  .hp-services-desktop {
    display: none; } }

@media (min-width: 576px) {
  .hp-services-mobile {
    display: none; } }
.hp-services-mobile .hs-item {
  display: block !important; }
.hp-services-mobile .ui-accordion-header {
  cursor: pointer;
  font-size: 1.5rem;
  position: relative;
  transition: all 0.2s ease-in-out;
  color: #B3B6B8;
  font-weight: 400;
  background: none;
  margin-bottom: 2rem;
  padding: 0 0 0 1.375rem;
  text-align: left;
  border: 0; }
  .hp-services-mobile .ui-accordion-header .ui-accordion-header-icon {
    display: none; }
  .hp-services-mobile .ui-accordion-header.ui-accordion-header-active {
    color: #ffffff; }
    .hp-services-mobile .ui-accordion-header.ui-accordion-header-active:before {
      background: #96B719; }
    .hp-services-mobile .ui-accordion-header.ui-accordion-header-active:after {
      opacity: 1;
      visibility: visible; }
  .hp-services-mobile .ui-accordion-header:focus {
    outline: none !important; }
  .hp-services-mobile .ui-accordion-header:before {
    content: '';
    left: 0;
    transition: all 0.2s ease-in-out;
    width: 0.75rem;
    height: 0.75rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2); }
  .hp-services-mobile .ui-accordion-header:after {
    content: '';
    left: 5px;
    transition: all 0.2s ease-in-out;
    width: 2px;
    height: 100px;
    position: absolute;
    top: 80px;
    transform: translateY(-50%);
    background: #96B719;
    opacity: 0;
    visibility: hidden; }
.hp-services-mobile .ui-accordion-content {
  background: none;
  padding: 0 0 2rem 0;
  border: 0;
  color: #ffffff; }

.hp-services {
  margin-bottom: 12rem; }
  @media (max-width: 767.98px) {
    .hp-services {
      text-align: center;
      margin-bottom: 3rem; } }
  .hp-services .left {
    padding-right: 3rem; }
    @media (max-width: 767.98px) {
      .hp-services .left {
        padding-right: 15px;
        margin-bottom: 2.5rem; } }
    .hp-services .left h2 {
      line-height: 4.5625rem;
      margin-bottom: 2rem;
      font-size: 4.25rem; }
      @media (max-width: 767.98px) {
        .hp-services .left h2 {
          font-size: 3rem;
          line-height: 3.75rem;
          margin-bottom: 1rem; } }
  .hp-services .right .services-nav li {
    cursor: pointer;
    font-size: 1.5rem;
    margin-bottom: 2.7rem;
    position: relative;
    padding-left: 1.375rem;
    transition: all 0.2s ease-in-out;
    color: #B3B6B8; }
    @media (max-width: 991.98px) {
      .hp-services .right .services-nav li {
        margin-bottom: 2rem; } }
    @media (max-width: 767.98px) {
      .hp-services .right .services-nav li {
        text-align: left; } }
    .hp-services .right .services-nav li:before {
      content: '';
      left: 0;
      transition: all 0.2s ease-in-out;
      width: 0.75rem;
      height: 0.75rem;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.2); }
    .hp-services .right .services-nav li:after {
      content: '';
      right: 0;
      transition: all 0.2s ease-in-out;
      width: 3.4375rem;
      height: 0.0625rem;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: #96B719;
      opacity: 0;
      visibility: hidden; }
    .hp-services .right .services-nav li.active, .hp-services .right .services-nav li:hover {
      color: #ffffff; }
      .hp-services .right .services-nav li.active:before, .hp-services .right .services-nav li:hover:before {
        background: #96B719; }
      .hp-services .right .services-nav li.active:after, .hp-services .right .services-nav li:hover:after {
        opacity: 1;
        visibility: visible; }
  .hp-services .right .hs-item {
    display: none; }
    .hp-services .right .hs-item img {
      margin-bottom: 1.7rem;
      height: 15rem;
      width: 100%;
      border-radius: 3px;
      object-fit: cover; }
      @media (max-width: 767.98px) {
        .hp-services .right .hs-item img {
          margin-bottom: 1.3rem; } }
    .hp-services .right .hs-item p {
      font-size: 1.5rem;
      color: #ffffff;
      line-height: 2.75rem;
      margin-bottom: 1.7rem; }
      @media (max-width: 767.98px) {
        .hp-services .right .hs-item p {
          font-size: 1rem;
          padding: 0 1rem;
          line-height: 1.75rem;
          margin-bottom: 1.3rem; } }
    @media (max-width: 767.98px) {
      .hp-services .right .hs-item .btn {
        width: 100%; } }

.hp-news {
  background: #0A0A0B;
  position: relative;
  margin-bottom: 12rem; }
  @media (max-width: 767.98px) {
    .hp-news {
      overflow: hidden;
      padding-bottom: 3rem;
      margin-bottom: 3rem; } }
  .hp-news:before {
    content: '';
    top: -10.3125rem;
    right: -15.125rem;
    width: 40rem;
    height: 33.375rem;
    position: absolute;
    background-size: 40rem 33.375rem;
    background-repeat: no-repeat;
    background-image: url("../images/line_shape1.svg"); }
  .hp-news .container {
    position: relative; }
    .hp-news .container:before {
      content: '';
      width: 7.5rem;
      height: 6.25rem;
      background-size: 7.5rem 6.25rem;
      background-repeat: no-repeat;
      position: absolute;
      top: -3.125rem;
      background-image: url(../images/shape1.svg); }
  .hp-news .left {
    padding-right: 3rem; }
    @media (max-width: 767.98px) {
      .hp-news .left {
        padding-top: 5rem;
        margin-bottom: 2.5rem;
        text-align: center;
        padding-right: 15px; } }
    .hp-news .left h2 {
      line-height: 4.5625rem;
      margin-bottom: 2rem;
      font-size: 4.25rem; }
      @media (max-width: 767.98px) {
        .hp-news .left h2 {
          font-size: 3rem;
          line-height: 3.75rem;
          margin-bottom: 1rem; } }
  @media (max-width: 991.98px) {
    .hp-news .right {
      padding: 0; } }
  .hp-news .right .right-offset {
    width: 55vw; }
    @media (max-width: 991.98px) {
      .hp-news .right .right-offset {
        width: 100%; } }
  .hp-news .hp-news-logos {
    padding: 5rem 0; }

@media (min-width: 576px) {
  #hp-news-logos-mobile {
    display: none; } }
#hp-news-logos-mobile .item img {
  width: auto;
  margin: 0 auto;
  height: 2.5rem; }
#hp-news-logos-mobile .owl-dots {
  margin-top: 1.5rem; }
  #hp-news-logos-mobile .owl-dots .owl-dot span {
    width: 0.5rem;
    height: 0.5rem;
    background: rgba(255, 255, 255, 0.3);
    margin: 0 5px; }
  #hp-news-logos-mobile .owl-dots .owl-dot.active span {
    background: #96B719; }

#hp-news-logos-desktop > .col {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
  margin-bottom: 1.5rem; }
  #hp-news-logos-desktop > .col img {
    max-height: 4rem; }
@media (max-width: 767.98px) {
  #hp-news-logos-desktop {
    display: none; } }

@media (max-width: 767.98px) {
  #news-grid-desktop {
    display: none; } }

#news-grid-mobile {
  margin-bottom: 3rem; }
  @media (min-width: 576px) {
    #news-grid-mobile {
      display: none; } }
  #news-grid-mobile .owl-dots {
    margin-top: 1.5rem; }
    #news-grid-mobile .owl-dots .owl-dot span {
      width: 0.5rem;
      height: 0.5rem;
      background: rgba(255, 255, 255, 0.3);
      margin: 0 5px; }
    #news-grid-mobile .owl-dots .owl-dot.active span {
      background: #96B719; }

.news-grid {
  margin: 0; }
  .news-grid .item-wrap {
    border: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
    padding: 0; }
    .news-grid .item-wrap .item {
      position: relative;
      overflow: hidden;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      height: 37.5rem;
      display: flex;
      align-items: flex-end; }
      @media (max-width: 767.98px) {
        .news-grid .item-wrap .item {
          height: 22.5rem; } }
      .news-grid .item-wrap .item:before {
        content: '';
        position: absolute;
        z-index: 0;
        width: 100%;
        top: 0;
        transition: all 0.2s ease-in-out;
        left: 0;
        height: 37.5rem;
        background: linear-gradient(180deg, #00000000, #000000);
        opacity: 0.7; }
      .news-grid .item-wrap .item .item-content {
        position: relative;
        z-index: 1;
        padding: 0 2rem 2rem; }
        @media (max-width: 991.98px) {
          .news-grid .item-wrap .item .item-content {
            padding: 0 1.5rem 1.5rem; } }
        @media (max-width: 767.98px) {
          .news-grid .item-wrap .item .item-content {
            width: 100%; } }
        .news-grid .item-wrap .item .item-content .item-date {
          color: rgba(255, 255, 255, 0.5);
          font-size: 1.125rem;
          font-weight: 400;
          margin-bottom: 1rem; }
          @media (max-width: 767.98px) {
            .news-grid .item-wrap .item .item-content .item-date {
              font-size: 1rem;
              margin-bottom: 0.2rem; } }
        .news-grid .item-wrap .item .item-content .item-title {
          font-size: 1.5rem;
          line-height: 2rem;
          color: #ffffff;
          margin-bottom: 1.3rem; }
          @media (max-width: 767.98px) {
            .news-grid .item-wrap .item .item-content .item-title {
              font-size: 1.25rem; } }
        .news-grid .item-wrap .item .item-content .btn {
          backdrop-filter: blur(10px); }
          @media (max-width: 767.98px) {
            .news-grid .item-wrap .item .item-content .btn {
              width: 100%; } }
    .news-grid .item-wrap:hover .item:before {
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #96B719 100%);
      opacity: 0.8; }

.more-link {
  font-size: 1.125rem;
  color: #96B719;
  font-weight: 400;
  position: relative;
  padding-right: 25px;
  transition: all 0.2s ease-in-out; }
  .more-link:hover {
    text-decoration: none;
    color: #ffffff;
    padding-right: 35px; }
  .more-link:before {
    content: '';
    width: 0.6875rem;
    height: 0.5rem;
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    background-repeat: no-repeat;
    background-size: 0.6875rem 0.5rem;
    background-position: center center;
    background-image: url("../images/back_icon.svg"); }
  .more-link.career-more span {
    background: #96B719;
    color: #ffffff;
    font-size: 0.75rem;
    margin-left: 0.4375rem;
    line-height: 0.875rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 3px;
    display: inline-flex;
    justify-content: center;
    position: relative;
    top: -1px;
    align-items: center; }

.back-link {
  color: #96B719;
  font-weight: 400;
  font-size: 1.125rem;
  position: relative;
  padding-left: 25px;
  margin-bottom: 2.5rem; }
  .back-link:hover {
    color: #ffffff;
    text-decoration: none; }
    .back-link:hover:before {
      left: -10px; }
  .back-link:before {
    content: '';
    width: 0.6875rem;
    height: 0.5rem;
    left: 0;
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: 0.6875rem 0.5rem;
    background-position: center center;
    background-image: url("../images/back_icon.svg"); }

.hp-career {
  margin-bottom: 8rem; }
  @media (max-width: 767.98px) {
    .hp-career {
      text-align: center;
      margin-bottom: 0; } }
  .hp-career .left {
    padding-right: 3rem; }
    @media (max-width: 767.98px) {
      .hp-career .left {
        padding-right: 15px;
        margin-bottom: 2.5rem; } }
    .hp-career .left h2 {
      line-height: 4.5625rem;
      margin-bottom: 2rem;
      font-size: 4.25rem; }
      @media (max-width: 767.98px) {
        .hp-career .left h2 {
          font-size: 3rem;
          line-height: 3.75rem;
          margin-bottom: 1rem; } }

.newsletter-block .wrap {
  padding: 3.5rem 6rem;
  border-radius: 3px;
  background: linear-gradient(270deg, #124DA4 0%, #96B719 100%); }
  @media (max-width: 767.98px) {
    .newsletter-block .wrap {
      padding: 2rem 1rem; } }
  .newsletter-block .wrap .form-group {
    margin-bottom: 0.8rem; }
  .newsletter-block .wrap h3 {
    margin: 0;
    color: #ffffff;
    font-size: 2.75rem;
    line-height: 3rem; }
    @media (max-width: 767.98px) {
      .newsletter-block .wrap h3 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
        line-height: 2.125rem;
        text-align: center; } }
  @media (max-width: 767.98px) {
    .newsletter-block .wrap .col-sm-7 {
      margin-bottom: 1.5rem; } }
  .newsletter-block .wrap .btn {
    width: 100%; }

.form-chck {
  padding: 0; }
  .form-chck label {
    line-height: 1rem;
    font-style: italic;
    color: #ffffff;
    position: relative;
    padding-left: 1.75rem;
    font-size: 0.8875rem;
    margin-bottom: 0;
    cursor: pointer;
    transition: all 0.2s ease-in-out; }
    .form-chck label a {
      text-decoration: underline;
      color: #ffffff; }
      .form-chck label a:hover {
        text-decoration: none; }
  .form-chck input[type="checkbox"] {
    display: none !important; }
    .form-chck input[type="checkbox"] + span {
      border-radius: 4px;
      background-color: #ffffff;
      width: 1.25rem;
      height: 1.25rem;
      padding: 0;
      display: block;
      margin-bottom: 0;
      cursor: pointer;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
    .form-chck input[type="checkbox"]:checked + span {
      background-color: #ffffff;
      background-repeat: no-repeat;
      background-size: 0.625rem 0.625rem;
      background-position: center center;
      background-image: url("../images/check-solid.svg"); }
  .form-chck strong {
    margin-bottom: 0.3rem;
    display: block; }
  .form-chck p {
    line-height: 1.625rem;
    padding-left: 1.875rem;
    font-size: 1rem; }

.contact-career {
  margin-top: 7rem;
  padding-top: 11rem;
  border-top: 1px solid #333437; }
  @media (max-width: 767.98px) {
    .contact-career {
      margin-top: 4rem;
      padding-top: 0;
      border-top: 0; } }

.our-technologies {
  margin: 0 0 5rem; }
  @media (max-width: 767.98px) {
    .our-technologies {
      margin: 0 0 4rem; } }
  .our-technologies .item-wrap {
    padding: 0; }
    .our-technologies .item-wrap .item {
      cursor: pointer;
      height: 14.6875rem;
      padding: 0 2rem;
      position: relative;
      border: 1px solid #333437;
      display: flex; }
      @media (max-width: 767.98px) {
        .our-technologies .item-wrap .item {
          padding: 2rem 2rem; } }
      .our-technologies .item-wrap .item img {
        margin: auto; }
      .our-technologies .item-wrap .item .item-popup {
        display: flex;
        opacity: 0;
        background: #ffffff;
        width: 20.3125rem;
        height: 19.375rem;
        z-index: 1;
        transition: all 0.5s ease-in-out;
        text-align: center;
        position: absolute;
        padding: 0 2rem;
        top: 50%;
        transform: translateY(-50%);
        left: -30px; }
        @media (max-width: 767.98px) {
          .our-technologies .item-wrap .item .item-popup {
            width: 100%;
            transform: translate(-50%, 0%);
            left: 50%;
            top: 0;
            height: auto;
            padding: 1.5rem 1rem; } }
        .our-technologies .item-wrap .item .item-popup .close {
          position: absolute;
          top: 1.25rem;
          right: 1.25rem;
          color: #0A0A0B;
          font-size: 1rem; }
        .our-technologies .item-wrap .item .item-popup.active {
          opacity: 1; }
        .our-technologies .item-wrap .item .item-popup .wrap {
          margin: auto; }
          .our-technologies .item-wrap .item .item-popup .wrap img {
            margin-bottom: 1rem;
            height: 1.5625rem; }
            @media (max-width: 767.98px) {
              .our-technologies .item-wrap .item .item-popup .wrap img {
                height: auto;
                width: 40%; } }
          .our-technologies .item-wrap .item .item-popup .wrap p {
            margin-bottom: 1.5rem;
            font-weight: 400;
            color: #1D1F22; }
            @media (max-width: 767.98px) {
              .our-technologies .item-wrap .item .item-popup .wrap p {
                margin-bottom: 1rem;
                font-size: 0.875rem;
                line-height: 1.375rem; } }

.mb-45 {
  margin-bottom: 2.5rem !important; }

.how-we-works {
  margin-bottom: 10rem; }
  @media (max-width: 767.98px) {
    .how-we-works {
      margin-bottom: 1rem; } }
  .how-we-works .item {
    overflow: hidden;
    padding-bottom: 1rem; }
    @media (max-width: 767.98px) {
      .how-we-works .item {
        text-align: center; }
        .how-we-works .item .row {
          display: block;
          margin: 0; } }
    @media (max-width: 767.98px) {
      .how-we-works .item .col-auto {
        padding: 0; } }
    .how-we-works .item .col-auto span {
      width: 4.375rem;
      height: 3.625rem;
      position: relative;
      top: 0;
      color: #ffffff;
      font-size: 1.5rem;
      font-weight: 400;
      display: flex;
      align-items: center;
      justify-content: center;
      background-repeat: no-repeat;
      background-size: 4.375rem 3.625rem;
      background: url("../images/how_icon.svg"); }
      @media (max-width: 767.98px) {
        .how-we-works .item .col-auto span {
          margin: 0 auto 1.5rem; } }
      .how-we-works .item .col-auto span:after {
        content: '';
        height: 999px;
        width: 2px;
        background: #96B719;
        position: absolute;
        top: 58px;
        left: 30px; }
        @media (max-width: 767.98px) {
          .how-we-works .item .col-auto span:after {
            display: none; } }
    @media (max-width: 767.98px) {
      .how-we-works .item .col {
        padding: 0; } }
    .how-we-works .item .col h4 {
      margin-top: 0.8rem;
      font-size: 1.5rem;
      line-height: 2rem;
      margin-bottom: 1rem;
      color: #96B719; }
    .how-we-works .item:last-of-type .col-auto span:after {
      display: none; }

.mb-6 {
  margin-bottom: 6rem !important; }
  @media (max-width: 767.98px) {
    .mb-6 {
      margin-bottom: 2rem !important; } }

.image-block {
  margin-bottom: 8rem; }
  @media (max-width: 1199.98px) {
    .image-block {
      margin-bottom: 6rem; } }
  @media (max-width: 767.98px) {
    .image-block {
      margin-bottom: 4rem; } }
  .image-block:last-of-type {
    margin-bottom: 0; }
  .image-block .row {
    align-items: center; }
  .image-block h3 {
    font-size: 2.75rem;
    line-height: 3.5rem;
    color: #ffffff; }
    @media (max-width: 767.98px) {
      .image-block h3 {
        font-size: 2rem;
        margin-bottom: 1.3rem;
        line-height: 2.5rem; } }
  @media (max-width: 767.98px) {
    .image-block .text {
      text-align: center; } }
  @media (max-width: 767.98px) {
    .image-block .btn {
      width: 100%; } }
  .image-block p {
    margin-bottom: 2rem; }
  @media (max-width: 767.98px) {
    .image-block .img {
      margin-bottom: 2rem; } }
  .image-block .img .img-wrap {
    position: relative;
    overflow: hidden;
    height: 35rem; }
    @media (max-width: 767.98px) {
      .image-block .img .img-wrap {
        height: 16.25rem; } }
    .image-block .img .img-wrap img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
    .image-block .img .img-wrap:before {
      content: '';
      width: 100%;
      position: absolute;
      height: 100%;
      left: 0;
      top: 0;
      opacity: 0.7;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
  .image-block.left .img {
    order: 1; }
  .image-block.left .text {
    padding-left: 6rem;
    order: 2; }
    @media (max-width: 991.98px) {
      .image-block.left .text {
        padding-left: 2rem; } }
    @media (max-width: 767.98px) {
      .image-block.left .text {
        padding-left: 15px; } }
  .image-block.right .img {
    order: 2; }
    @media (max-width: 767.98px) {
      .image-block.right .img {
        order: 1; } }
  .image-block.right .text {
    order: 1;
    padding-right: 6rem; }
    @media (max-width: 991.98px) {
      .image-block.right .text {
        padding-right: 2rem; } }
    @media (max-width: 767.98px) {
      .image-block.right .text {
        padding-right: 15px;
        order: 2; } }

.pager {
  margin-bottom: 5rem; }
  @media (max-width: 767.98px) {
    .pager {
      margin-bottom: 4rem;
      text-align: center; } }
  .pager ul li {
    display: inline-flex;
    margin-right: 1rem; }
    .pager ul li a {
      width: 3rem;
      height: 3rem;
      transition: all 0.2s ease-in-out;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid rgba(255, 255, 255, 0.2);
      color: #ffffff; }
      .pager ul li a:hover {
        text-decoration: none;
        background: rgba(255, 255, 255, 0.2); }

.career-page {
  margin-bottom: 10rem; }
  @media (max-width: 767.98px) {
    .career-page {
      margin-bottom: 2rem; } }
  .career-page .positions-grid {
    margin-bottom: 1rem; }
    @media (max-width: 767.98px) {
      .career-page .positions-grid {
        text-align: center; } }

.italic {
  font-style: italic; }
  @media (max-width: 767.98px) {
    .italic {
      text-align: center; } }

.modal-backdrop {
  background-color: #124DA4; }
  .modal-backdrop.show {
    opacity: 0.9; }

.modal-dialog {
  max-width: 670px; }

.modal-content {
  padding: 3.5rem 4rem 4rem;
  background: #1D1F22;
  border: 0;
  border-radius: 8px; }
  @media (max-width: 991.98px) {
    .modal-content {
      padding: 2rem 1.5rem 1rem; } }
  .modal-content .modal-header {
    padding: 0;
    border: 0;
    margin-bottom: 2rem;
    display: block; }
    .modal-content .modal-header .modal-title {
      color: #ffffff;
      line-height: 3.5rem;
      font-weight: 400;
      font-size: 2.75rem; }
      @media (max-width: 991.98px) {
        .modal-content .modal-header .modal-title {
          font-size: 2rem;
          line-height: 2.375rem; } }
    .modal-content .modal-header .close {
      opacity: 1;
      color: #ffffff;
      top: -9px;
      right: 12px;
      font-size: 3.5rem;
      font-weight: 100;
      position: absolute; }
      .modal-content .modal-header .close:hover {
        opacity: 1; }
  .modal-content .modal-body {
    padding: 0; }
    .modal-content .modal-body p {
      color: #ffffff;
      text-align: center;
      margin-bottom: 1rem; }
      .modal-content .modal-body p a {
        color: #ffffff;
        font-weight: 700;
        text-decoration: underline; }
        .modal-content .modal-body p a:hover {
          text-decoration: none; }
      .modal-content .modal-body p button {
        background: none;
        padding: 0;
        margin-left: 10px;
        color: #ffffff;
        font-weight: 700;
        border: 0;
        text-decoration: underline; }
        .modal-content .modal-body p button:hover {
          text-decoration: none; }
      @media (max-width: 991.98px) {
        .modal-content .modal-body p {
          font-size: 0.875rem;
          margin-bottom: 1.5rem; } }
    .modal-content .modal-body .btn {
      width: 100%; }
    .modal-content .modal-body .form-group {
      margin-bottom: 1rem; }

.custom-file {
  margin-bottom: 0.5rem; }
  .custom-file .custom-file-input {
    display: none; }
  .custom-file .custom-file-label {
    height: 3.25rem;
    border: 0;
    padding: 0 1.2rem;
    border-radius: 3px;
    color: rgba(29, 31, 34, 0.5);
    display: flex;
    align-items: center;
    position: relative;
    background: #ffffff;
    font-style: italic;
    font-size: 0.875rem; }
    .custom-file .custom-file-label:after {
      cursor: pointer;
      justify-content: center;
      background: #124DA4;
      width: 10.625rem;
      transition: all 0.2s ease-in-out;
      align-items: center;
      display: inline-flex;
      position: absolute;
      font-style: normal;
      height: 2.375rem;
      right: 0.4375rem;
      top: 50%;
      transform: translateY(-50%);
      color: #ffffff;
      font-family: "Plau";
      border-radius: 2px; }
    .custom-file .custom-file-label.custom-file-label-1:after {
      content: 'Vybrať životopis'; }
    .custom-file .custom-file-label.custom-file-label-2:after {
      content: 'Vybrať inú prílohu'; }
    .custom-file .custom-file-label:hover:after {
      background: #0e3979; }

.nice-select {
  font-size: 0.875rem;
  padding-left: 1.2rem;
  width: 100%;
  padding-right: 2.5rem;
  border: 0;
  color: #0A0A0B;
  background: #ffffff;
  border-radius: 3px; }
  .nice-select:after {
    right: 1.2rem; }
  .nice-select .list {
    padding-bottom: 0.4rem;
    background: #ffffff; }
    .nice-select .list li.option {
      color: rgba(29, 31, 34, 0.5);
      font-size: 0.875rem; }

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