@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700,900&display=swap');
/*fonts*/
.f-lite {
  font-weight: 300;
}
/*variables*/
/*colors*/
/*@menu-icon-color: #1d1d1d;*/
/*mixins*/
h1,
.h1 {
  font-size: 4.9375rem;
}
h2,
.h2 {
  font-size: 4.270625rem;
}
h3,
.h3 {
  font-size: 2.96875rem;
}
h4,
.h4 {
  font-size: 1.4325rem;
}
h5,
.h5 {
  font-size: 1.125rem;
}
h6,
.h6 {
  font-size: 1rem;
}
p {
  font-size: 0.875rem;
  margin: 22px 0;
}
p a:not(.btn) {
  color: #316fe0!important;
  text-decoration: underline;
  font-weight: 600;
}
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white a:not(.btn) {
  color: inherit!important;
}
.text-white p a:not(.btn) {
  color: #316fe0!important;
}
* {
  outline: none!important;
}
html {
  font-size: 16px;
}
.editor-link {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 50;
  font-size: 0.75rem;
  background-color: #f6f6f6;
  padding: 3px;
  display: inline-block;
  width: auto;
  text-align: center;
  color: #333;
}
.editor-link a {
  width: 100%;
  display: inline-block;
  color: blue!important;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 150%;
  color: #1d1d1d;
  font-size: 16px;
}
body.admin-bar .top-menu {
  top: 32px;
}
body.loading .ajax-holder {
  display: -ms-flexbox !important;
  display: -webkit-box!important;
  display: flex!important;
}
.navbar-toggler {
  position: relative;
  width: 50px;
  min-width: 50px;
  height: 40px;
  padding: 5px 7px;
}
.navbar-toggler span {
  position: absolute;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  left: 7px;
  top: 5px;
  width: 35px;
  float: left;
  background-color: #fff;
  margin: 3px 0;
  height: 3px;
}
.navbar-toggler span.mid {
  top: 50%;
  margin-top: -1px;
}
.navbar-toggler span.last {
  top: auto;
  bottom: 4px;
}
.navbar-toggler[aria-expanded="true"] span.top {
  top: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] span.last {
  bottom: 14px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] span.mid {
  opacity: 0;
}
img {
  max-width: 100%;
  height: auto;
}
img.aligncenter {
  display: block;
  margin: 30px auto;
}
section {
  width: 100%;
  float: left;
  position: relative;
  z-index: 20;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 100px 0;
}
b,
strong {
  font-weight: 900;
}
.top-menu {
  background-color: #1d1d1d;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  padding: 0 30px;
  z-index: 9999;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.top-menu.fixed {
  box-shadow: 0 0.1875rem 0.3125rem rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.1875rem 0.3125rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.1875rem 0.3125rem rgba(0, 0, 0, 0.1);
}
.top-menu .mobile-menu {
  background-color: #fff;
}
.top-menu .container {
  position: relative;
  z-index: 5;
}
.top-menu .navbar-nav {
  margin: 0;
  width: auto;
}
.top-menu .menu-item-gtranslate a {
  padding: 0.9375rem 1rem !important;
  border: none;
  display: inline-block;
}
.top-menu .navbar {
  width: 100%;
  padding: 0;
  margin: 0;
}
.top-menu .navbar .row {
  width: 100%;
  margin: 0;
}
.top-menu .row {
  margin: 0 -0.9375rem;
}
.top-menu .nav-link {
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  color: #1d1d1d;
  font-weight: 600;
  font-size: 0.91125rem;
  text-align: center;
  line-height: 1.0625rem;
  padding: 0.9375rem !important;
  min-width: 12.5rem;
  background-color: #fff;
  border-bottom: 0.1875rem solid transparent;
}
.top-menu .current_page_item .nav-link,
.top-menu .current-page-ancestor .nav-link {
  border-bottom: 0.1875rem solid #1d1d1d;
}
.top-menu .current-page-ancestor .nav-link {
  pointer-events: none!important;
}
.top-menu .black-link .nav-link {
  background-color: #1d1d1d;
  color: #fff;
  min-width: 14.125rem;
}
.top-menu .black-link.current_page_item .nav-link {
  background-color: #436feb;
  color: #fff;
  border-color: #436feb;
}
.top-menu .black-link {
  margin-bottom: 0.625rem;
}
/*body {
    &:not(.home) {
        .navbar-brand {
            img {
                -webkit-filter: invert(100%);  Safari 6.0 - 9.0 
                filter: invert(100%);
            }
        }

        .top-menu {
            &.fixed {
                .navbar-brand {
                    img {
                        -webkit-filter: invert(0%);  Safari 6.0 - 9.0 
                        filter: invert(0%);
                    }
                }
                .navbar-toggler  {
                    span {
                        background-color: #fff;
                    }
                }
            }

            .navbar-toggler  {
                span {
                    background-color: #1d1d1d;
                }
            }
        }

    }
}*/
.footer.top-section h4 {
  font-weight: 600;
  font-size: 1.35375rem;
  margin-bottom: 3.125rem;
}
.footer.top-section p,
.footer.top-section a {
  margin: 0;
  font-size: 0.859375rem;
  line-height: 1.5625rem;
}
.footer.bottom-section {
  color: #fff;
  background-color: #1d1d1d;
}
.footer.bottom-section h5 {
  color: #666;
  margin-bottom: 1.875rem;
}
.footer.bottom-section p {
  font-size: 1.04125rem;
  font-weight: 600;
}
.footer .person-row {
  background-color: #202020;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.btn-pink-menu .nav-link {
  min-width: 7.25rem;
  line-height: 3.25rem;
  color: #e47194;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  font-size: 0.78125rem;
  background-color: #f3e3e8;
  border: 0.0625rem solid #f3e3e8;
  display: inline-block;
  padding: 0 1.25rem !important;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
@media (min-width: 990px) {
  .btn-pink-menu .nav-link {
    float: left;
    margin: 0 0 0 0.625rem;
  }
  .btn-pink-menu .nav-link:hover {
    background-color: #fff;
  }
}
.btn {
  font-weight: 700;
}
.btn.btn-read-more {
  min-width: 10.625rem;
  color: #1d50e1;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  font-size: 1.12rem;
  font-weight: 600;
  border-bottom: 0.0625rem solid #1d50e1;
  display: inline-block;
  padding: 0.9375rem 0 !important;
  text-align: left;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url(../img/arrow.png);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
@media (min-width: 990px) {
  .btn.btn-read-more:hover {
    background-position: right -5rem center;
  }
}
.btn.btn-blue {
  min-width: 17.5rem;
  height: 3.75rem;
  max-width: 100%;
  line-height: 3.75rem;
  color: #4160bb;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  font-size: 0.858125rem;
  font-weight: 600;
  text-align: left;
  border: 0.0625rem solid #e3e8f7;
  background-color: #e3e8f7;
  display: inline-block;
  padding: 0 0.9375rem !important;
  background-repeat: no-repeat;
  background-position: right 0.9375rem center;
  background-image: url(../img/arrow-lite.png);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
@media (min-width: 990px) {
  .btn.btn-blue:hover {
    background-position: right -5rem center;
    border-color: #4160bb;
  }
}
.hero {
  padding: 12.5rem 0 6.25rem;
}
.hero p {
  font-size: 0.96375rem;
}
.translate-holder p {
  margin: 0;
}
.translate-holder br {
  display: none;
}
.translate-holder .glink {
  float: left;
  padding: 2rem 3.125rem;
  background-color: #fff;
  display: inline-block;
}
.white-line-before {
  position: relative;
}
.white-line-before:before {
  content: '';
  width: 15.625rem;
  left: -16.875rem;
  position: absolute;
  top: 1.875rem;
  height: 0.0625rem;
  background-color: #fff;
}
.section-company {
  padding: 3.125rem 0;
}
.section-company p {
  font-size: 1.225rem;
  line-height: 150%;
}
.section-company img {
  margin: 1.875rem 1.875rem 1.875rem 0;
}
.card-holder p {
  font-size: 1.225rem;
  line-height: 150%;
}
.card-holder:last-child {
  margin-top: 6.25rem;
}
.card {
  border: none;
}
.card h4 {
  font-size: 1.171875rem;
  font-weight: 300;
  background-color: #1d1d1d;
  color: #fff;
  margin: 0;
  padding: 3.75rem 2.5rem;
}
.card h4 img {
  float: right;
  margin: 0!important;
}
.blue-image-holder {
  margin-top: 6.25rem;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 1.5625rem;
  height: 0;
}
.blue-image-holder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 90%;
  height: auto;
}
.blue-image-holder:after {
  position: absolute;
  z-index: -1;
  content: '';
  width: 3125rem;
  height: 50rem;
  background-color: #1d50e1;
  right: 10%;
  top: 0;
}
.white-bottom-holder {
  z-index: 30;
  position: absolute;
  bottom: -15.625rem;
  right: 0;
  width: calc(100% - 30px);
}
.dark-section {
  z-index: 0.9375rem;
  margin-bottom: 18.75rem;
}
.dark-section p {
  opacity: 0.5;
  font-size: 0.91125rem;
  line-height: 1.875rem;
  margin: 0 0 3.125rem;
}
.image-only {
  min-height: 40.625rem;
}
.half-grey:after {
  position: absolute;
  z-index: -1;
  content: '';
  width: 50%;
  height: 100%;
  background-color: #efefef;
  right: 0;
  top: 0;
}
.page-thumbnail {
  width: 100%;
  float: left;
  min-height: 38.75rem;
  position: relative;
  background-size: cover;
  background-position: center center;
}
.default-content h1 {
  font-weight: 600;
  font-size: 4.5575rem;
  margin-bottom: 1.25rem;
}
.default-content p {
  font-size: 0.858125rem;
  opacity: 0.7;
  font-weight: 400;
}
.default-content img {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
.default-content img + h3 {
  margin-top: 0.9375rem;
}
.default-content h3 {
  font-size: 1.71875rem;
  margin: 1.875rem 0 2.5rem;
}
.default-content h3 img {
  float: left;
  margin: -1.875rem 2.5rem 0 0;
}
.check-list ul {
  width: 100%;
  float: left;
  margin-bottom: 1.875rem;
  padding-left: 3.125rem;
}
.check-list ul li {
  width: 100%;
  float: left;
  padding-left: 3.125rem;
  margin: 0.625rem 0;
  color: #adadad;
  font-weight: 600;
  font-size: 0.885625rem;
  list-style: none;
  background-repeat: no-repeat;
  background-position: top left;
  background-image: url(../img/check.png);
}
.sticky-element-placeholder {
  width: 100%!important;
}
.sticky-menu {
  padding: 0;
  max-width: 100%!important;
}
.sticky-menu li {
  width: 100%;
  list-style: none;
  padding-right: 0.9375rem;
}
.sticky-menu li a {
  font-weight: 600;
  font-size: 1.410625rem;
  color: inherit;
  padding: 0.9375rem 2.5rem 0.9375rem 0.9375rem;
  display: inline-block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: right 0.9375rem center;
  text-decoration: none;
}
.sticky-menu li.current_page_item a {
  background-color: #ececec;
  background-image: url(../img/arrow-dark.png);
}
.sticky-menu:after {
  content: '';
  position: absolute;
  height: 12.5rem;
  width: 0.0625rem;
  background-color: #bcbcbc;
  left: 0;
  bottom: -15.625rem;
}
.sticky-menu:before {
  content: url(../img/angle.png);
  position: absolute;
  left: -0.25rem;
  bottom: -18.125rem;
}
.cloud-holder {
  margin: 1.875rem 0;
  float: left;
  background-color: #e3e8f7;
  border-radius: 0.9375rem;
  -webkit-border-radius: 0.9375rem;
  -moz-border-radius: 0.9375rem;
  font-weight: 400;
  color: #4160bb;
  padding: 1.875rem 3.125rem;
}
.cloud-holder img {
  margin-right: 3.125rem;
  min-width: 6.25rem;
}
.cloud-holder p {
  margin: 0;
  line-height: 2.1875rem;
}
.member-row {
  margin-bottom: 1.875rem;
}
.member-title h5 {
  font-size: 1.6925rem;
  font-weight: 600;
  padding-bottom: 0.625rem;
  margin-bottom: 0.625rem;
  position: relative;
}
.member-title h5:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 3.125rem;
  height: 0.0625rem;
  background-color: #1d1d1d;
  content: '';
}
.member-title label {
  font-size: 1.25rem;
  font-weight: 600;
  color: #436feb;
}
.member-title label span {
  color: #1d1d1d;
}
.member-title i,
.member-title svg,
.member-title .fa {
  color: #436feb;
  font-size: 2rem;
}
.member-content p {
  font-size: 0.858125rem;
  margin: 0;
}
.member-content p + p {
  margin-top: 0.9375rem;
}
.contact-section {
  position: relative;
}
.contact-section .page-thumbnail {
  position: absolute;
  right: 0;
  top: 17.5rem;
  min-height: 36.5625rem;
  width: 55%;
}
.contact-section .page-title {
  background-image: url(../img/arrow-down.png);
  background-repeat: no-repeat;
  background-position: right 0.625rem center;
  padding-right: 2.1875rem;
  margin-bottom: 8.4375rem;
}
.contact-section .page-title h1 {
  font-size: 3.801875rem;
  font-weight: 600;
}
.contact-section .ajax-loader {
  width: 100%;
  float: left;
}
.form-control {
  height: 5.75rem;
  border: none;
  border-radius: 0.625rem;
  -webkit-border-radius: 0.625rem;
  -moz-border-radius: 0.625rem;
  box-shadow: 0 0.9375rem 1.875rem rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0.9375rem 1.875rem rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0.9375rem 1.875rem rgba(0, 0, 0, 0.15);
  padding: 0.9375rem 1.875rem;
  font-size: 1.041875rem;
  font-weight: 600;
}
textarea.form-control {
  height: 24.3125rem;
  min-height: 9.375rem;
}
@media (max-width: 990px) {
  html {
    font-size: 0.875rem;
  }
  .logo-holder {
    padding: 0 1.875rem !important;
    min-height: 3.75rem;
  }
  section {
    padding: 3.75rem 0;
  }
  .hero {
    padding-top: 6.25rem;
  }
  .card-holder br {
    display: none;
  }
}
@media (max-width: 767px) {
  h1,
  .h1,
  .default-content h1 {
    font-size: 3.125rem;
  }
  .hero h1 {
    font-size: 3.125rem;
  }
  .dark-section {
    margin-bottom: 0;
  }
  .blue-image-holder {
    padding: 0;
    height: auto;
  }
  .blue-image-holder img {
    max-width: 100%;
    margin: 1.875rem 0;
    position: relative;
  }
  .blue-image-holder:after {
    height: 90%;
  }
  .white-bottom-holder {
    z-index: 30;
    position: relative;
    bottom: auto;
    right: 0;
    width: 100%;
  }
  h2,
  .h2 {
    font-size: 2.5rem;
  }
  .image-only {
    min-height: 15.625rem;
  }
  .half-grey::after {
    width: 100%;
    height: 50%;
    right: 0;
    top: auto;
    bottom: 0;
  }
  .footer.bottom-section p {
    font-size: 0.74125rem;
    margin: 0;
  }
  .row.w-100 {
    margin-left: 0;
  }
  .page-thumbnail {
    min-height: 18.75rem;
  }
  h3,
  .h3 {
    font-size: 2rem;
  }
  .contact-section .page-title h1 {
    font-size: 2.5rem;
  }
  .contact-section .page-title {
    margin-bottom: 1.875rem;
    background: none;
    padding: 0 0.9375rem;
  }
  .translate-holder .glink {
    padding: 1rem 2.125rem;
  }
}
