.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease,
    -o-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
  -webkit-transition-duration: 50ms;
  -o-transition-duration: 50ms;
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
  -webkit-transition-delay: 50ms;
  -o-transition-delay: 50ms;
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.35s;
  -o-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
  -webkit-transition-duration: 0.45s;
  -o-transition-duration: 0.45s;
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.45s;
  -o-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
  -webkit-transition-duration: 0.55s;
  -o-transition-duration: 0.55s;
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.55s;
  -o-transition-delay: 0.55s;
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
  -webkit-transition-duration: 0.65s;
  -o-transition-duration: 0.65s;
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.65s;
  -o-transition-delay: 0.65s;
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
  -webkit-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
  -webkit-transition-duration: 0.75s;
  -o-transition-duration: 0.75s;
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.75s;
  -o-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
  -webkit-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
  -webkit-transition-duration: 0.85s;
  -o-transition-duration: 0.85s;
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.85s;
  -o-transition-delay: 0.85s;
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
  -webkit-transition-duration: 0.9s;
  -o-transition-duration: 0.9s;
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
  -webkit-transition-duration: 0.95s;
  -o-transition-duration: 0.95s;
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.95s;
  -o-transition-delay: 0.95s;
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
  -webkit-transition-duration: 1.05s;
  -o-transition-duration: 1.05s;
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.05s;
  -o-transition-delay: 1.05s;
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
  -webkit-transition-duration: 1.1s;
  -o-transition-duration: 1.1s;
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
  -webkit-transition-duration: 1.15s;
  -o-transition-duration: 1.15s;
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.15s;
  -o-transition-delay: 1.15s;
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
  -webkit-transition-duration: 1.2s;
  -o-transition-duration: 1.2s;
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
  -webkit-transition-duration: 1.25s;
  -o-transition-duration: 1.25s;
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.25s;
  -o-transition-delay: 1.25s;
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
  -webkit-transition-duration: 1.3s;
  -o-transition-duration: 1.3s;
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
  -webkit-transition-duration: 1.35s;
  -o-transition-duration: 1.35s;
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.35s;
  -o-transition-delay: 1.35s;
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
  -webkit-transition-duration: 1.4s;
  -o-transition-duration: 1.4s;
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
  -webkit-transition-duration: 1.45s;
  -o-transition-duration: 1.45s;
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.45s;
  -o-transition-delay: 1.45s;
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
  -webkit-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
  -webkit-transition-duration: 1.55s;
  -o-transition-duration: 1.55s;
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.55s;
  -o-transition-delay: 1.55s;
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
  -webkit-transition-duration: 1.6s;
  -o-transition-duration: 1.6s;
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
  -webkit-transition-duration: 1.65s;
  -o-transition-duration: 1.65s;
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.65s;
  -o-transition-delay: 1.65s;
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
  -webkit-transition-duration: 1.7s;
  -o-transition-duration: 1.7s;
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.7s;
  -o-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
  -webkit-transition-duration: 1.75s;
  -o-transition-duration: 1.75s;
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.75s;
  -o-transition-delay: 1.75s;
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
  -webkit-transition-duration: 1.8s;
  -o-transition-duration: 1.8s;
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
  -webkit-transition-duration: 1.85s;
  -o-transition-duration: 1.85s;
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.85s;
  -o-transition-delay: 1.85s;
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
  -webkit-transition-duration: 1.9s;
  -o-transition-duration: 1.9s;
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.9s;
  -o-transition-delay: 1.9s;
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
  -webkit-transition-duration: 1.95s;
  -o-transition-duration: 1.95s;
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.95s;
  -o-transition-delay: 1.95s;
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
  -webkit-transition-duration: 2s;
  -o-transition-duration: 2s;
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
  -webkit-transition-duration: 2.05s;
  -o-transition-duration: 2.05s;
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.05s;
  -o-transition-delay: 2.05s;
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
  -webkit-transition-duration: 2.1s;
  -o-transition-duration: 2.1s;
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.1s;
  -o-transition-delay: 2.1s;
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
  -webkit-transition-duration: 2.15s;
  -o-transition-duration: 2.15s;
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.15s;
  -o-transition-delay: 2.15s;
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
  -webkit-transition-duration: 2.2s;
  -o-transition-duration: 2.2s;
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.2s;
  -o-transition-delay: 2.2s;
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
  -webkit-transition-duration: 2.25s;
  -o-transition-duration: 2.25s;
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.25s;
  -o-transition-delay: 2.25s;
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
  -webkit-transition-duration: 2.3s;
  -o-transition-duration: 2.3s;
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.3s;
  -o-transition-delay: 2.3s;
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
  -webkit-transition-duration: 2.35s;
  -o-transition-duration: 2.35s;
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.35s;
  -o-transition-delay: 2.35s;
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
  -webkit-transition-duration: 2.4s;
  -o-transition-duration: 2.4s;
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.4s;
  -o-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
  -webkit-transition-duration: 2.45s;
  -o-transition-duration: 2.45s;
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.45s;
  -o-transition-delay: 2.45s;
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
  -webkit-transition-duration: 2.5s;
  -o-transition-duration: 2.5s;
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.5s;
  -o-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
  -webkit-transition-duration: 2.55s;
  -o-transition-duration: 2.55s;
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.55s;
  -o-transition-delay: 2.55s;
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
  -webkit-transition-duration: 2.6s;
  -o-transition-duration: 2.6s;
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.6s;
  -o-transition-delay: 2.6s;
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
  -webkit-transition-duration: 2.65s;
  -o-transition-duration: 2.65s;
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.65s;
  -o-transition-delay: 2.65s;
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
  -webkit-transition-duration: 2.7s;
  -o-transition-duration: 2.7s;
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.7s;
  -o-transition-delay: 2.7s;
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
  -webkit-transition-duration: 2.75s;
  -o-transition-duration: 2.75s;
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.75s;
  -o-transition-delay: 2.75s;
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
  -webkit-transition-duration: 2.8s;
  -o-transition-duration: 2.8s;
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.8s;
  -o-transition-delay: 2.8s;
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
  -webkit-transition-duration: 2.85s;
  -o-transition-duration: 2.85s;
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.85s;
  -o-transition-delay: 2.85s;
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
  -webkit-transition-duration: 2.9s;
  -o-transition-duration: 2.9s;
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.9s;
  -o-transition-delay: 2.9s;
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
  -webkit-transition-duration: 2.95s;
  -o-transition-duration: 2.95s;
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.95s;
  -o-transition-delay: 2.95s;
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
  -webkit-transition-duration: 3s;
  -o-transition-duration: 3s;
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
  -webkit-transition-delay: 3s;
  -o-transition-delay: 3s;
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing="linear"],
body[data-aos-easing="linear"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing="ease"],
body[data-aos-easing="ease"] [data-aos] {
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing="ease-in"],
body[data-aos-easing="ease-in"] [data-aos] {
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing="ease-out"],
body[data-aos-easing="ease-out"] [data-aos] {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing="ease-in-out"],
body[data-aos-easing="ease-in-out"] [data-aos] {
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing="ease-in-back"],
body[data-aos-easing="ease-in-back"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -o-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing="ease-out-back"],
body[data-aos-easing="ease-out-back"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-back"],
body[data-aos-easing="ease-in-out-back"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing="ease-in-sine"],
body[data-aos-easing="ease-in-sine"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing="ease-out-sine"],
body[data-aos-easing="ease-out-sine"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-sine"],
body[data-aos-easing="ease-in-out-sine"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing="ease-in-quad"],
body[data-aos-easing="ease-in-quad"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing="ease-out-quad"],
body[data-aos-easing="ease-out-quad"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-quad"],
body[data-aos-easing="ease-in-out-quad"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing="ease-in-cubic"],
body[data-aos-easing="ease-in-cubic"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing="ease-out-cubic"],
body[data-aos-easing="ease-out-cubic"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-cubic"],
body[data-aos-easing="ease-in-out-cubic"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing="ease-in-quart"],
body[data-aos-easing="ease-in-quart"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing="ease-out-quart"],
body[data-aos-easing="ease-out-quart"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-quart"],
body[data-aos-easing="ease-in-out-quart"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^="fade"][data-aos^="fade"] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform, -o-transform;
}

[data-aos^="fade"][data-aos^="fade"].aos-animate {
  opacity: 1;
  -webkit-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
}

[data-aos="fade-up"] {
  -webkit-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
}

[data-aos="fade-down"] {
  -webkit-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
}

[data-aos="fade-right"] {
  -webkit-transform: translate(-100px);
  -o-transform: translate(-100px);
  transform: translate(-100px);
}

[data-aos="fade-left"] {
  -webkit-transform: translate(100px);
  -o-transform: translate(100px);
  transform: translate(100px);
}

[data-aos="fade-up-right"] {
  -webkit-transform: translate(-100px, 100px);
  -o-transform: translate(-100px, 100px);
  transform: translate(-100px, 100px);
}

[data-aos="fade-up-left"] {
  -webkit-transform: translate(100px, 100px);
  -o-transform: translate(100px, 100px);
  transform: translate(100px, 100px);
}

[data-aos="fade-down-right"] {
  -webkit-transform: translate(-100px, -100px);
  -o-transform: translate(-100px, -100px);
  transform: translate(-100px, -100px);
}

[data-aos="fade-down-left"] {
  -webkit-transform: translate(100px, -100px);
  -o-transform: translate(100px, -100px);
  transform: translate(100px, -100px);
}

[data-aos^="zoom"][data-aos^="zoom"] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform, -o-transform;
}

[data-aos^="zoom"][data-aos^="zoom"].aos-animate {
  opacity: 1;
  -webkit-transform: translate(0) scale(1);
  -o-transform: translate(0) scale(1);
  transform: translate(0) scale(1);
}

[data-aos="zoom-in"] {
  -webkit-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
}

[data-aos="zoom-in-up"] {
  -webkit-transform: translateY(100px) scale(0.6);
  -o-transform: translateY(100px) scale(0.6);
  transform: translateY(100px) scale(0.6);
}

[data-aos="zoom-in-down"] {
  -webkit-transform: translateY(-100px) scale(0.6);
  -o-transform: translateY(-100px) scale(0.6);
  transform: translateY(-100px) scale(0.6);
}

[data-aos="zoom-in-right"] {
  -webkit-transform: translate(-100px) scale(0.6);
  -o-transform: translate(-100px) scale(0.6);
  transform: translate(-100px) scale(0.6);
}

[data-aos="zoom-in-left"] {
  -webkit-transform: translate(100px) scale(0.6);
  -o-transform: translate(100px) scale(0.6);
  transform: translate(100px) scale(0.6);
}

[data-aos="zoom-out"] {
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

[data-aos="zoom-out-up"] {
  -webkit-transform: translateY(100px) scale(1.2);
  -o-transform: translateY(100px) scale(1.2);
  transform: translateY(100px) scale(1.2);
}

[data-aos="zoom-out-down"] {
  -webkit-transform: translateY(-100px) scale(1.2);
  -o-transform: translateY(-100px) scale(1.2);
  transform: translateY(-100px) scale(1.2);
}

[data-aos="zoom-out-right"] {
  -webkit-transform: translate(-100px) scale(1.2);
  -o-transform: translate(-100px) scale(1.2);
  transform: translate(-100px) scale(1.2);
}

[data-aos="zoom-out-left"] {
  -webkit-transform: translate(100px) scale(1.2);
  -o-transform: translate(100px) scale(1.2);
  transform: translate(100px) scale(1.2);
}

[data-aos^="slide"][data-aos^="slide"] {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
}

[data-aos^="slide"][data-aos^="slide"].aos-animate {
  -webkit-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
}

[data-aos="slide-up"] {
  -webkit-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}

[data-aos="slide-down"] {
  -webkit-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

[data-aos="slide-right"] {
  -webkit-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

[data-aos="slide-left"] {
  -webkit-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

[data-aos^="flip"][data-aos^="flip"] {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
}

[data-aos="flip-left"] {
  -webkit-transform: perspective(2500px) rotateY(-100deg);
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos="flip-left"].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
  transform: perspective(2500px) rotateY(0);
}

[data-aos="flip-right"] {
  -webkit-transform: perspective(2500px) rotateY(100deg);
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos="flip-right"].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
  transform: perspective(2500px) rotateY(0);
}

[data-aos="flip-up"] {
  -webkit-transform: perspective(2500px) rotateX(-100deg);
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos="flip-up"].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
  transform: perspective(2500px) rotateX(0);
}

[data-aos="flip-down"] {
  -webkit-transform: perspective(2500px) rotateX(100deg);
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos="flip-down"].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
  transform: perspective(2500px) rotateX(0);
}

.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
  -webkit-perspective: 1000;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  -webkit-transform: translateZ(0);
}

.bx-wrapper {
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: 700;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url(../images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  -o-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
}

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

  100% {
    opacity: 0;
  }
}

@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(../owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: -o-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease,
    -o-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -o-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

@charset "UTF-8";

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #000 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role="group"] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled="true"] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: #fff;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role="group"] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled="true"] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav>li {
  position: relative;
  display: block;
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav>li>a:hover,
.nav>li>a:focus {
  text-decoration: none;
  background-color: #eee;
}

.nav>li.disabled>a {
  color: #777;
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  background-color: #eee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav>li>a>img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs>li>a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills>li {
  float: left;
}

.nav-pills>li>a {
  border-radius: 4px;
}

.nav-pills>li+li {
  margin-left: 2px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked>li {
  float: none;
}

.nav-stacked>li+li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
  float: none;
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {

  .nav-justified>li,
  .nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified>li>a,
  .nav-tabs.nav-justified>li>a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified>.active>a,
.nav-tabs.nav-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {

  .nav-tabs-justified>li>a,
  .nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified>.active>a,
  .nav-tabs.nav-justified>.active>a,
  .nav-tabs-justified>.active>a:hover,
  .nav-tabs.nav-justified>.active>a:hover,
  .nav-tabs-justified>.active>a:focus,
  .nav-tabs.nav-justified>.active>a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

fieldset,
legend {
  border: 0;
  padding: 0;
}

.fancybox-button:focus,
.fancybox-slide,
a:active,
a:focus,
a:hover {
  outline: 0;
}

.fancybox-container,
.fancybox-thumbs,
.fancybox-thumbs__list a {
  -webkit-tap-highlight-color: transparent;
}

.availability-blocks,
.plan-item .plan-content,
.swiper-container-multirow-column>.swiper-wrapper,
.swiper-container-vertical>.swiper-wrapper,
.tile-content,
.title-block.text-center,
.wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  font-weight: 900;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

audio,
canvas,
video {
  display: inline-block;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

figure,
form {
  margin: 0;
}

legend {
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button,
html,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

fieldset {
  margin: 0;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.h1,
.h2,
h1,
h2 {
  color: #2d2d2d;
  letter-spacing: 0;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.col,
.col-3 {
  -webkit-box-flex: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.col {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  max-width: 100%;
}

[class*="col-"] {
  box-sizing: border-box;
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4,
.col-5 {
  -webkit-box-flex: 0;
}

.col-4 {
  -ms-flex: 0 0 33.3333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-left: 15px;
  padding-right: 15px;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
  padding-left: 15px;
  padding-right: 15px;
}

.col-6,
.col-7 {
  -webkit-box-flex: 0;
  padding-right: 15px;
  padding-left: 15px;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.3333%;
  -webkit-box-flex: 0;
  flex: 0 0 58.3333%;
  max-width: 58.3333%;
}

.col-8,
.col-9 {
  -webkit-box-flex: 0;
}

.col-8 {
  -ms-flex: 0 0 66.6666%;
  -webkit-box-flex: 0;
  flex: 0 0 66.6666%;
  max-width: 66.66666%;
  padding-left: 15px;
  padding-right: 16px;
}

.col-12,
.col-9,
.container {
  padding-left: 15px;
  padding-right: 15px;
}

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.justify-content-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.align-item-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pl-0 {
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}

.text-center {
  text-align: center;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.form-row+.form-row {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .form-row+.form-row {
    margin-top: 40px;
  }
}

.form-row [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.form-row .form-btn-col {
  padding-top: 20px;
}

.form-row .form-btn-col .btn-medium {
  padding-left: 66px;
  padding-right: 66px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-45 {
  margin-top: 45px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-60 {
  padding-bottom: 60px;
}

.mw-50 {
  max-width: 50%;
}

.mw-55 {
  max-width: 55%;
}

.mw-60 {
  max-width: 60%;
}

.mb-50 {
  margin-bottom: 50px;
}

.h3,
.h4,
h3,
h4 {
  margin-bottom: 20px;
}

.mw-460 {
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}

.flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.hidden {
  display: none;
}

.form-col .style-label-placeholder {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 10px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  pointer-events: none;
  color: #2d2d2d;
  letter-spacing: 0;
  line-height: 20px;
  z-index: 2;
}

a,
input,
textarea {
  -webkit-transition: all 0.4s;
}

.form-col .style-label-placeholder.style-label-placeholder__fixed,
.form-col.form-col-focus .style-label-placeholder {
  padding-top: 7px;
  opacity: 0.8;
}

.country-select .country-list .country.highlight,
.country-select.inside .flag-dropdown:hover .selected-flag {
  background: 0 0 !important;
}

button,
input,
textarea {
  background: 0 0;
}

a {
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.h1,
h1 {
  font-size: 56px;
  line-height: 72px;
}

@media (max-width: 767px) {

  .h1,
  h1 {
    font-size: 40px;
    line-height: 56px;
  }
}

.h2,
h2 {
  font-size: 46px;
  line-height: 62px;
}

.h3,
h3 {
  font-size: 32px;
  color: #2d2d2d;
  letter-spacing: 0;
  line-height: 40px;
}

.h4,
.h5,
h4,
h5 {
  font-weight: 700;
  color: #2d2d2d;
  letter-spacing: 0;
}

.h4,
h4 {
  font-size: 20px;
  line-height: 28px;
}

.h5,
h5 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 8px;
  margin-top: 0;
}

.round-ul li,
input,
textarea {
  font-size: 16px;
  font-weight: 400;
}

.title-section {
  margin-bottom: 50px;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

input,
textarea {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px #2d2d2d solid;
  box-shadow: none;
  padding: 20px 0;
  color: #2d2d2d;
  letter-spacing: 0;
  line-height: 20px;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

input::placeholder,
textarea::placeholder {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

input.error,
textarea.error {
  border-bottom-color: red;
}

input.error::-webkit-input-placeholder,
textarea.error::-webkit-input-placeholder {
  color: red;
  opacity: 0.5;
}

input.error::-moz-placeholder,
textarea.error::-moz-placeholder {
  color: red;
  opacity: 0.5;
}

input.error:-ms-input-placeholder,
textarea.error:-ms-input-placeholder {
  color: red;
  opacity: 0.5;
}

input.error::-ms-input-placeholder,
textarea.error::-ms-input-placeholder {
  color: red;
  opacity: 0.5;
}

input.error::-webkit-input-placeholder,
textarea.error::-webkit-input-placeholder {
  color: red;
  opacity: 0.5;
}

input.error:-ms-input-placeholder,
textarea.error:-ms-input-placeholder {
  color: red;
  opacity: 0.5;
}

input.error::placeholder,
textarea.error::placeholder {
  color: red;
  opacity: 0.5;
}

input:focus,
textarea:focus {
  border-bottom-color: #2d2d2d;
  box-shadow: 0 1px 0 0 #2d2d2d;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  text-indent: 20px;
  opacity: 0;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  text-indent: 20px;
  opacity: 0;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  text-indent: 20px;
  opacity: 0;
}

input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  text-indent: 20px;
  opacity: 0;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  text-indent: 20px;
  opacity: 0;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  text-indent: 20px;
  opacity: 0;
}

input:focus::placeholder,
textarea:focus::placeholder {
  text-indent: 20px;
  opacity: 0;
}

textarea {
  resize: vertical;
  max-width: 100%;
}

.no-scroll {
  overflow: hidden;
}

.round-ul {
  padding: 0;
  margin: 0;
}

.round-ul li {
  font-stretch: normal;
  font-style: normal;
  line-height: 28px;
  letter-spacing: normal;
  color: #2d2d2d;
  text-indent: 24px;
  position: relative;
}

.round-ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ff5700;
  position: absolute;
  left: 0;
  top: 11px;
}

.swiper-slide,
.swiper-wrapper {
  height: 100%;
  position: relative;
}

@font-face {
  font-display: swap;
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
  --swiper-navigation-size: 44px;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical>.swiper-wrapper {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.swiper-wrapper {
  width: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.fancybox-container *,
.swiper-lazy-preloader {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-multirow-column>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: height, -webkit-transform;
  -o-transition-property: height, -o-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform, -o-transform;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear,
      right top,
      left top,
      from(rgba(0, 0, 0, 0.5)),
      to(transparent));
  background-image: -webkit-linear-gradient(right,
      rgba(0, 0, 0, 0.5),
      transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear,
      left top,
      right top,
      from(rgba(0, 0, 0, 0.5)),
      to(transparent));
  background-image: -webkit-linear-gradient(left,
      rgba(0, 0, 0, 0.5),
      transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear,
      left bottom,
      left top,
      from(rgba(0, 0, 0, 0.5)),
      to(transparent));
  background-image: -webkit-linear-gradient(bottom,
      rgba(0, 0, 0, 0.5),
      transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.5)),
      to(transparent));
  background-image: -webkit-linear-gradient(top,
      rgba(0, 0, 0, 0.5),
      transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -o-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -o-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -o-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -o-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -o-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-scrollbar-cursor-drag,
.swiper-slide-zoomed {
  cursor: move;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s top, 0.2s -o-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform,
    0.2s -o-transform;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-pagination-lock,
.swiper-scrollbar-lock {
  display: none;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s left, 0.2s -o-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform,
    0.2s -o-transform;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s right, 0.2s -o-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform,
    0.2s -o-transform;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-zoom-container,
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -o-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  -o-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid;
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-container,
.fancybox-slide,
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  height: 100%;
  left: 0;
  outline: 0;
  position: fixed;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  -o-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  -o-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  display: none;
  height: 100%;
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -o-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: 0 0;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe,
.fancybox-video {
  background: 0 0;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.country-select .country-list .country-name,
.country-select .country-list .flag,
.select2-container {
  vertical-align: middle;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button.fancybox-focus {
  outline: dotted 1px;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: 0;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--play svg:nth-child(2),
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -o-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: 0 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

.fancybox-caption {
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(rgba(0, 0, 0, 0.85)),
      color-stop(50%, rgba(0, 0, 0, 0.3)),
      color-stop(65%, rgba(0, 0, 0, 0.15)),
      color-stop(75.5%, rgba(0, 0, 0, 0.075)),
      color-stop(82.85%, rgba(0, 0, 0, 0.037)),
      color-stop(88%, rgba(0, 0, 0, 0.019)),
      to(transparent));
  background: -webkit-linear-gradient(bottom,
      rgba(0, 0, 0, 0.85) 0,
      rgba(0, 0, 0, 0.3) 50%,
      rgba(0, 0, 0, 0.15) 65%,
      rgba(0, 0, 0, 0.075) 75.5%,
      rgba(0, 0, 0, 0.037) 82.85%,
      rgba(0, 0, 0, 0.019) 88%,
      transparent 100%);
  background: -o-linear-gradient(bottom,
      rgba(0, 0, 0, 0.85) 0,
      rgba(0, 0, 0, 0.3) 50%,
      rgba(0, 0, 0, 0.15) 65%,
      rgba(0, 0, 0, 0.075) 75.5%,
      rgba(0, 0, 0, 0.037) 82.85%,
      rgba(0, 0, 0, 0.019) 88%,
      transparent 100%);
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.85) 0,
      rgba(0, 0, 0, 0.3) 50%,
      rgba(0, 0, 0, 0.15) 65%,
      rgba(0, 0, 0, 0.075) 75.5%,
      rgba(0, 0, 0, 0.037) 82.85%,
      rgba(0, 0, 0, 0.019) 88%,
      transparent 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-share__button,
.fancybox-share__button:hover,
a {
  text-decoration: none;
}

.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  -o-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: 0 0;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

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

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

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

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: 0 0;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: 0;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
}

.select2-dropdown,
.select2-search--dropdown .select2-search__field {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  color: #2d2d2d;
  letter-spacing: 0;
  line-height: 20px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: none;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  box-sizing: border-box;
}

*,
.card-carousel-item .card-content,
.category-hero-search .search-form .search-field,
.hero-section .swiper-slide .hero-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear,
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.cursor-move .section-hero .section-inner,
.wrapper {
  min-height: 100vh;
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--classic .select2-results>.select2-results__options,
.select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: none;
  border-bottom: 1px #2d2d2d solid;
  border-radius: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  width: 100%;
  border: none;
  box-shadow: none;
  padding: 20px 0;
  color: #2d2d2d;
  letter-spacing: 0;
  line-height: 20px;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  height: 26px;
  margin-right: 20px;
  padding-right: 0;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888;
  border-width: 0 4px 5px;
}

.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: 700;
  padding: 0 4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  background-color: #f1f1f1;
  color: #333;
  outline: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-radius: 0 4px 4px 0;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #000;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: 0 0;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #ff5700;
  color: #fff;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(50%, #fff),
      to(#eee));
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(50%, #eee),
      to(#ccc));
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.country-select,
.header {
  width: 100%;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 4px 0 0 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: 0 0;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888;
  border-width: 0 4px 5px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#fff),
      color-stop(50%, #eee));
  background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(50%, #eee),
      to(#fff));
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: 700;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-radius: 0 4px 4px 0;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff;
}

.header,
body {
  background-color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

body,
ul {
  margin: 0;
  padding: 0;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

:focus {
  outline: 0;
}

a {
  color: #5d5d5d;
}

.breadcrumbs span,
.breadcrumbs span a {
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  color: #2d2d2d;
  letter-spacing: normal;
}

ul {
  list-style-type: none;
}

button {
  border: none;
  cursor: pointer;
}

input[type="submit"],
input[type="text"],
textarea {
  -webkit-appearance: none;
  outline: 0;
}

input[type="submit"] {
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

.country-select .flag {
  background-image: url(../images/flags.png) !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  .country-select .flag {
    background-image: url(../images/flags@2x.png) !important;
  }
}

body {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  position: relative;
  overflow-x: hidden;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.breadcrumbs .breadcrumbs-inner,
.header .top-menu-inner {
  display: -webkit-box;
  display: -ms-flexbox;
}

.content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
}

.breadcrumbs {
  position: absolute;
  top: 160px;
  left: 0;
  width: 100%;
  z-index: 4;
}

.breadcrumbs .breadcrumbs-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
}

.breadcrumbs span a {
  padding: 0 10px;
}

.breadcrumbs span a span {
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.cursor-move .hand-move,
.header {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.breadcrumbs span a:hover,
.breadcrumbs span a:hover span {
  color: #ff5700;
}

.breadcrumbs.breadcrumbs-white,
.breadcrumbs.breadcrumbs-white span,
.breadcrumbs.breadcrumbs-white span a:hover span {
  color: #fff;
}

.breadcrumbs .breadcrumb_last {
  opacity: 0.35;
  padding-left: 10px;
}

.breadcrumbs [property="itemListElement"] a {
  display: block;
  padding: 0 10px;
}

.breadcrumbs [property="itemListElement"]:first-child a {
  display: block;
  padding-left: 0;
}

.breadcrumbs.breadcrumbs-white span.separator {
  opacity: 0.35;
}

.breadcrumbs.breadcrumbs-white span a {
  color: #fff;
  opacity: 0.35;
}

.breadcrumbs.breadcrumbs-white span a:hover {
  opacity: 1;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 11;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.header.header-top {
  top: 0;
}

.header.header-down {
  top: -200px;
}

.header .top-menu {
  background: #eee;
  position: relative;
  z-index: 2;
}

.header .top-menu-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .primary-menu-inner,
.header .top-menu-inner a {
  display: -webkit-box;
  display: -ms-flexbox;
}

.header .top-menu-inner a {
  margin-left: 32px;
  font-size: 12px;
  line-height: 1.67;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .top-menu-inner a span {
  margin-right: 11px;
  color: #5d5d5d;
  font-size: 17px;
}

.header .top-menu-inner a.lang {
  text-transform: uppercase;
}

.header .top-menu-inner a.lang img {
  margin-right: 11px;
}

.header .primary-menu-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.header .primary-menu-inner .logo img {
  max-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .primary-menu-inner .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .primary-menu-inner .navigation ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-right: solid 1px rgba(21, 28, 28, 0.15);
  padding: 0 32px;
}

.header .primary-menu-inner .navigation ul.menu li {
  margin-left: 40px;
}

.header .primary-menu-inner .navigation ul.menu li.menu-item-has-children:after {
  font-family: icomoon;
  content: "\e900";
  font-size: 11px;
  color: #5d5d5d;
  margin-left: 8px;
}

.header .primary-menu-inner .navigation ul.menu li.menu-item-has-children:hover ul.sub-menu {
  display: block;
}

.header .primary-menu-inner .navigation ul.menu li.menu-item-has-children:hover ul.sub-menu li {
  margin-left: 0;
  padding: 5px 10px;
}

.header .primary-menu-inner .navigation ul.menu li ul.sub-menu {
  display: none;
  position: absolute;
  border: 1px solid #000;
}

.header .primary-menu-inner .navigation ul.menu li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: normal;
}

.header .primary-menu-inner .navigation .search {
  padding-left: 32px;
}

.header .primary-menu-inner .navigation .search span {
  font-size: 20px;
  color: #5d5d5d;
  cursor: pointer;
}

.announcement-section .section-inner {
  padding: 60px 0;
}

.announcement-section.announcement-section-has-tile .section-inner {
  padding-top: 60px;
  padding-bottom: 60px;
}

.announcement-section .title-col+.text-col {
  padding-left: 60px;
}

.announcement-section .text-col p {
  font-weight: 400;
  font-size: 18px;
  color: #2d2d2d;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 0;
}

.announcement-section .text-col p+p {
  margin-top: 20px;
}

.announcement-section .text-col .link-cta {
  margin-top: 40px;
}

.announcement-section .text-col .link-cta a {
  font-weight: 500;
  font-size: 16px;
  color: #ff5700;
  letter-spacing: 0;
  line-height: 20px;
  border-bottom: 1px #ff5700 solid;
}

.announcement-section .text-col .link-cta a:hover {
  border-bottom-color: transparent;
}

.announcement-section .carousel-wrapper-offset {
  margin-top: 0;
}

.announcement-section .container+.carousel-wrapper-offset,
.plan-block-wrapper+.plan-title-block {
  margin-top: 80px;
}

.fw-cta-section .btn-block,
.service-block .btn-block {
  margin-top: 32px;
}

.help-section .section-inner {
  padding: 60px 0;
}

.section-theme-teal {
  background: #03c7d6;
}

.fw-cta-section .section-inner {
  padding: 160px 0;
  position: relative;
  overflow: hidden;
}

.fw-cta-section .section-inner.section-theme-white {
  padding-top: 100px;
  padding-bottom: 100px;
}

.fw-cta-section .no-bg-image .col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
}

.fw-cta-section .image-section {
  position: absolute;
  left: 100px;
  top: 25px;
  height: 100%;
}

.fw-cta-section .image-section img {
  display: block;
  max-height: calc(100% - 25px);
  width: auto;
}

.fw-cta-section .subtitle {
  color: #fff;
  line-height: 24px;
}

.fw-cta-section .h2 {
  color: #fff;
  margin-bottom: 20px;
}

.fw-cta-section .container {
  position: relative;
  z-index: 2;
}

.fw-cta-section .section-theme-white {
  background-color: #fff;
}

.fw-cta-section .section-theme-white .h2,
.fw-cta-section .section-theme-white .subtitle {
  color: #2d2d2d;
}

.fw-cta-section .btn {
  min-width: 210px;
}

.partners-section .section-inner {
  padding-top: 25px;
}

.partners-section .partner-list {
  padding: 35px 15px;
}

.partners-section .partner-section-title {
  padding-top: 35px;
}

.partner-section-title {
  max-width: 350px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
}

.partner-section-title .h3 {
  margin-bottom: 10px;
}

.partner-section-title .h3+.subtitle {
  padding-top: 0;
}

.partner-section-title .h3+.link-arrow,
.partner-section-title .h3+.subtitle+.link-arrow {
  margin-top: 14px;
}

.partner-list {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: calc(100% - 350px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.partner-list.full-width-partner-list {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.partner-list .partner-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
}

.partner-list .partner-item+.partner-item.has-separator::before {
  content: "";
  width: 0;
  border-left: 1px rgba(45, 45, 45, 0.1) solid;
  height: 75px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.partner-list .partner-item .partner-link {
  display: block;
  text-align: center;
}

.partner-list .partner-item .partner-link:hover {
  opacity: 0.25;
}

.partner-list .partner-item .partner-link img {
  max-height: 80px;
  max-width: 100%;
}

.partners-section-simple .partner-list .partner-item .partner-link {
  filter: grayscale(100%);
  opacity: 1;
}

.partners-section-simple .partner-list .partner-item .partner-link:hover {
  opacity: 1;
  filter: grayscale(0);
}

.content-width .partner-section-title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 45px;
}

.content-width .partner-list {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.content-width .partner-list .logo-carousel .partner-item {
  padding-left: 20px;
}

.customer-lead-section .section-inner,
.posts-grid-section .section-inner {
  padding: 60px 0;
}

.content-width .partner-list .logo-carousel .partner-item img {
  max-width: 206px;
  max-height: 73px;
}

.content-width .partner-list .logo-carousel .swiper-slide+.swiper-slide .partner-item::before {
  content: "";
  height: 75px;
  border-left: 1px rgba(45, 45, 45, 0.1) solid;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.link-arrow {
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #5d5d5d;
  letter-spacing: 0;
  line-height: 20px;
}

.customer-lead-section .slider-section,
.title-block {
  display: -webkit-box;
  display: -ms-flexbox;
}

.link-arrow .icon-arrow-right {
  margin-left: 25px;
  font-size: 20px;
  -webkit-transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s, -o-transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.row-tile,
.row__partners,
.subservice-row {
  margin-left: -10px;
  margin-right: -10px;
}

.link-arrow:hover {
  color: #ff5700;
}

.link-arrow:hover .icon-arrow-right {
  -webkit-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}

.lead-list {
  position: relative;
}

.customer-lead-section .h2.text-center,
.customer-lead-section .h2.text-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.customer-lead-section .slider-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

.customer-lead-section .slider-section .container {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.customer-lead-section .slider-section .slider-lead-wrapper {
  width: 50vw;
  position: relative;
  z-index: 2;
  margin-top: -80px;
}

.customer-lead-section .slider-section .slider-lead-wrapper.aligned-head-text-center,
.customer-lead-section .slider-section .slider-lead-wrapper.aligned-head-text-right {
  margin-top: 0;
}

.title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.title-block .link-arrow {
  color: #5d5d5d;
}

.title-block .link-arrow:hover {
  color: #ff5700;
}

.title-block.text-center {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-block.text-center .h2 {
  text-align: center;
}

.title-block.text-center .link-arrow {
  margin-top: 16px;
}

.title-block.text-right .h2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  text-align: right;
}

.section-theme-dark-grey {
  background-color: #2d2d2d;
}

.section-theme-dark-grey .h1,
.section-theme-dark-grey .h2,
.section-theme-dark-grey .h3 {
  color: #fff;
}

.section-theme-dark {
  background-color: #2d2d2d;
}

.section-theme-dark .h1,
.section-theme-dark .h2,
.section-theme-dark .h3 {
  color: #fff;
}

.request-section {
  padding-top: 60px;
}

.request-section .section-inner {
  padding: 96px 0 120px;
}

.request-section .h2 {
  margin-bottom: 20px;
}

.request-section .form-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 680px;
}

.cursor-container {
  position: relative;
  overflow: hidden;
}

.cursor-move {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: absolute;
  z-index: 3;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

.cursor-move.cursor-move-small {
  width: 80px;
  height: 80px;
}

.cursor-move .hand-move {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  background: url(../images/drag-cursor.svg) center center no-repeat;
  background-size: 100%;
  -webkit-transform: scale(0.9, 0.9);
  -o-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
  opacity: 0;
}

.cursor-move .arrow-move,
.tile-image {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.cursor-move .hand-move::before {
  width: 28px;
  height: 45px;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../images/hand.svg) center center no-repeat;
}

.cursor-move .arrow-move {
  width: 80px;
  height: 80px;
  background: #ff5700;
  border-radius: 50%;
  -webkit-transform: scale(0.9, 0.9);
  -o-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}

.cursor-move .arrow-move::before {
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../images/arrow-corner.svg) center center no-repeat;
}

.cursor-move.active-cursor .arrow-move,
.cursor-move.active-cursor .hand-move {
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}

.cursor-move.cursor-on-link .hand-move {
  opacity: 0;
}

.partner-section-title .subtitle {
  font-weight: 400;
  font-size: 18px;
  color: #2d2d2d;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 0;
}

.posts-grid-section .tablet-link {
  display: none;
}

.video-block .video-cover img {
  display: block;
  width: 100%;
  height: auto;
}

.video-block .video-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 48px;
}

.video-block .video-content .vidyard_iframe_wrap {
  padding: 0 !important;
  position: static !important;
}

.video-block .video-content .videoIframePopup {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 50%;
  color: #ff5700;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
}

.video-block .video-content .videoIframePopup:hover {
  background-color: #ff5700;
  color: #fff;
}

.video-block .video-content .video-title,
.video-block .video-content .video-title a {
  font-weight: 700;
  font-size: 32px;
  color: #fff;
  line-height: 40px;
  letter-spacing: 0;
}

.video-block .video-content .video-title {
  max-width: 450px;
}

.video-block .video-content .video-title a:hover {
  color: #ff5700;
}

.video-section {
  position: relative;
  z-index: 2;
}

.video-section .section-inner {
  padding-top: 60px;
}

.video-section .section-inner.section-theme-white {
  padding-top: 0;
  padding-bottom: 0;
}

.subservice-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.subservice-section .section-inner {
  padding: 120px 0;
}

.service-block {
  padding: 48px;
  height: 100%;
  background-color: #fff;
}

.service-block .service-icon {
  height: 100px;
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.service-block .service-icon img {
  display: block;
  max-width: 195px;
  min-height: 80px;
  max-height: 100px;
  width: auto;
  height: auto;
}

.service-block .h3 {
  color: #2d2d2d;
  font-size: 28px;
}

.service-block .h3 a {
  color: #2d2d2d;
}

.service-block .h3 a:hover {
  color: #ff5700;
}

.service-block .description {
  font-weight: 400;
  font-size: 18px;
  color: #2d2d2d;
  letter-spacing: 0;
  line-height: 24px;
}

.benefits-section .section-inner {
  padding-top: 80px;
  padding-bottom: 20px;
}

.benefits-section .h2 {
  margin-bottom: 50px;
}

.col-benefits {
  margin-bottom: 60px;
}

.col-benefits .benefit-inner {
  padding-top: 30px;
}

.col-benefits .benefit-inner .benefit-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}

.col-benefits .benefit-inner .benefit-icon img {
  max-width: calc(100% - 10px);
  max-height: calc(100% - 10px);
}

.col-benefits .benefit-inner .benefit-description {
  font-weight: 500;
  font-size: 20px;
  color: #2d2d2d;
  letter-spacing: 0;
  line-height: 28px;
  max-width: 230px;
}

.partners-tile-section .section-inner {
  padding: 60px 0;
}

.row__partners .col-partner {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}

.left-icon-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 48px 40px;
  background-color: #f7f7f7;
  height: 100%;
}

.left-icon-block .left-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  max-height: 100px;
}

.left-icon-block .left-icon img {
  display: block;
  max-width: 100%;
  height: auto;
  min-width: 70%;
}

.left-small-icon-block,
.title-with-description {
  display: -webkit-box;
  display: -ms-flexbox;
}

.left-icon-block .right-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 100px);
  flex: 0 0 calc(100% - 100px);
  max-width: calc(100% - 100px);
  padding-left: 32px;
}

.left-icon-block .right-content .h4 {
  font-weight: 700;
  font-size: 20px;
  color: #2d2d2d;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 16px;
}

.left-icon-block .right-content .description {
  font-weight: 400;
  font-size: 18px;
  color: #2d2d2d;
  letter-spacing: 0;
  line-height: 24px;
}

.title-with-description .description,
.title-with-description .description p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0;
}

.what_included-section .section-inner {
  padding: 120px 0 96px;
}

.title-with-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.title-with-description .h3 {
  padding-right: 20px;
  margin-bottom: 0;
}

.title-with-description .description p {
  margin-bottom: 0;
}

.title-with-description .description p+p {
  margin-top: 20px;
}

.col-what-inc {
  margin-bottom: 24px;
  min-width: 33.333%;
}

.col-what-inc:not(.col-4),
.col-what-inc:not(.col-6) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.left-small-icon-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.left-small-icon-block .left-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(238, 238, 238, 0.1);
}

.left-small-icon-block .left-icon img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

.left-small-icon-block .right-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 40px);
  flex: 0 0 calc(100% - 40px);
  padding-left: 20px;
  padding-top: 6px;
}

.left-small-icon-block .right-content .description {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 28px;
}

.section-theme-white .left-small-icon-block .left-icon {
  background: #f7f7f7;
}

.section-inner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tile {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.tile-image {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  height: 100%;
}

.tile-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.tile-content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(36, 40, 45, 0.5);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 48px;
}

.tile-content__label {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0;
  line-height: 20px;
  padding: 10px 20px;
  position: absolute;
  left: 0;
  top: 0;
}

.tile-content__label-orange {
  background: #ff5700;
}

.tile-content__title {
  font-weight: 700;
  font-size: 32px;
  color: #fff;
  letter-spacing: 0;
  line-height: 40px;
  margin-bottom: 16px;
}

.col-tile,
.service-col {
  margin-bottom: 20px;
}

.tile-content__title a {
  color: #fff;
}

.tile-content__title a:hover {
  color: #2d2d2d;
}

.tile-content__description {
  max-width: 400px;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0;
  line-height: 24px;
}

.tile-content__link {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
  max-height: 0;
}

.tile-content__link .link-arrow {
  color: #fff;
  padding-top: 24px;
}

.tile-content__link .link-arrow:hover {
  color: #2d2d2d;
}

.tile-content:hover {
  background: rgba(255, 87, 0, 0.75);
}

.tile-content:hover .tile-content__link {
  max-height: 44px;
}

.tile-content__label-teal {
  background-color: #03c7d6;
  color: #fff;
}

.tile-content__label-orange {
  background-color: #ff5700;
  color: #fff;
}

.tile-content__label-grey {
  background: #5d5d5d;
  color: #2d2d2d;
}

.tile-content__label-white {
  background-color: #fff;
  color: #ff5700;
}

.row-tile div[class*="col-"],
.subservice-row div[class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.col-tile__full-width {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.darken-bg {
  position: relative;
}

.darken-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(36, 40, 45, 0.5);
}

.fancybox-content {
  background: 0 0;
  width: 760px;
}

.fancybox-close-small {
  color: #2d2d2d !important;
}

.infographic .infographic-count__count,
.infographic .infographic-count__count sup,
.infographic .infographic-count__description {
  color: #2d2d2d;
  letter-spacing: normal;
  font-stretch: normal;
  font-style: normal;
}

.mobile-bottom-link,
.mobile-menu-btn,
.mobile-menu-wrapper,
.mobile-pagination,
.slide-for-mobile {
  display: none;
}

.post-block-equal-height .article-play-video {
  width: 40px;
  height: 40px;
  font-size: 12px;
}

.row-tile {
  margin-top: 40px;
}

.solution-section .section-inner {
  padding: 60px 0;
}

.infographic .infographic-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.infographic .infographic-count__count {
  font-size: 100px;
  font-weight: 900;
  line-height: 1;
  text-align: right;
  position: relative;
}

.infographic .infographic-count__count span {
  position: relative;
  display: block;
}

.cards-logo .cards-logo-image,
.tab-item .logos-tab-inner {
  display: -webkit-box;
  display: -ms-flexbox;
}

.infographic .infographic-count__count sup {
  position: absolute;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.29;
}

.infographic .infographic-count__count sup.symbol-left {
  right: 106%;
  top: -10px;
}

.infographic .infographic-count__count sup.symbol-right {
  left: 106%;
  top: -10px;
}

.infographic .infographic-count__description {
  opacity: 0.5;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.33;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  max-width: 200px;
}

.infographic.infographic__small-text .infographic-count .infographic-count__count {
  font-size: 56px;
  line-height: 1.14;
}

.infographic.infographic__small-text .infographic-count .infographic-count__count sup {
  font-size: 20px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #2d2d2d;
}

.infographic.infographic__small-text .infographic-count .infographic-count__count sup.symbol-left {
  right: 106%;
  top: 0;
}

.infographic.infographic__small-text .infographic-count .infographic-count__count sup.symbol-right {
  left: 106%;
  top: 0;
}

.infographic.infographic__small-text .infographic-count__description {
  margin-top: 16px;
}

.cards-logo {
  background-color: #fff;
  height: 100%;
}

.cards-logo .cards-logo-image {
  padding: 30px 40px;
  background-color: #f7f7f7;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cards-logo .cards-logo-image img {
  max-height: 100%;
  max-width: 140px;
}

.cards-logo .card-logo-content {
  padding: 20px 48px 48px;
}

.cards-logo .card-logo-content .card-logo-title .h4 {
  font-size: 28px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: #2d2d2d;
  margin-bottom: 16px;
}

.cards-logo .card-logo-content .card-logo-description,
.cards-logo .card-logo-content .card-logo-description p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.33;
  color: #2d2d2d;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}

.cards-logo .card-logo-content .card-logo-description p {
  margin-bottom: 0;
}

.cards-logo .card-logo-content .card-logo-price {
  margin-top: 32px;
}

.cards-logo .card-logo-content .card-logo-price__title {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #2d2d2d;
  opacity: 0.5;
}

.cards-logo .card-logo-content .card-logo-price__value {
  font-size: 28px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: #2d2d2d;
  margin-top: 16px;
}

.tab-wrapper {
  position: relative;
}

.tab-wrapper .tab-buttons {
  position: absolute;
  right: 0;
  top: 0;
}

.tab-item {
  display: none;
}

.tab-item.active {
  display: block;
}

.tab-item .top-tab-block {
  max-width: 520px;
}

.tab-item .top-tab-block.text-center {
  max-width: 100%;
  text-align: center;
}

.tab-item .top-tab-block.text-center .h2,
.tab-item .top-tab-block.text-center .h3 {
  text-align: center;
}

.tab-item .top-tab-block .tab-describtion {
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #2d2d2d;
}

.alm-load-more-btn.more,
.tab-nav .tab-nav-item .tab-nav-btn {
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}

.tab-item .bottom-tab-block {
  margin-top: 60px;
}

.tab-item .logos-tab-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tab-item .logos-tab-inner .logo-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  min-width: 150px;
  position: relative;
}

.tab-item .logos-tab-inner .logo-item+.logo-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 80px;
  border-left: 1px rgba(45, 45, 45, 0.1) solid;
}

.tab-item .logos-tab-inner .logo-item-inner {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab-item .logos-tab-inner .logo-item-inner a {
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.tab-item .logos-tab-inner .logo-item-inner a:hover {
  opacity: 0.5;
}

.tab-item .logos-tab-inner .logo-item-inner img {
  display: block;
  max-height: 80px;
  max-width: 190px;
}

.alm-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 48px;
}

.alm-load-more-btn.more {
  font-size: 16px;
  line-height: 1.25;
  color: #5d5d5d;
}

.alm-reveal {
  margin-top: 10px;
}

.tab-nav .tab-nav-item .tab-nav-btn {
  font-size: 20px;
  line-height: 1.4;
  text-align: right;
  color: #2d2d2d;
  background-color: transparent;
  border: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
  width: 100%;
  padding: 4px 0 4px 20px;
}

.availability-blocks,
.title-block.title-has-content-right {
  display: -webkit-box;
  display: -ms-flexbox;
}

.tab-nav .tab-nav-item .tab-nav-btn.active,
.tab-nav .tab-nav-item .tab-nav-btn:hover {
  color: #ff5700;
}

.title-block {
  margin-bottom: 80px;
}

.title-block .title {
  max-width: 60%;
  margin-bottom: 16px;
}

.title-block .subtitle {
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #2d2d2d;
  margin-bottom: 0;
  width: 100%;
  text-align: left;
}

.title-block.title-has-content-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.title-block.title-has-content-right .title-left-block,
.title-block.title-has-content-right .title-right-block {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.availability-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.availability-blocks .h4,
.plan-title-block .plan-title {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}

.availability-blocks .h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: right;
  color: #2d2d2d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.availability-blocks .h4 img {
  margin-left: 20px;
}

.plan-title-block {
  margin-bottom: 50px;
}

.plan-title-block .plan-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.14;
  color: #fff;
}

.plan-title-block .plan-title .number-plan {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  background-color: #ff5700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 16px;
}

.plan-benefits-block {
  margin-bottom: 48px;
}

.plan-benefits-block .benefit-item {
  padding-right: 40px;
}

.plan-benefits-block .benefit-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.plan-benefits-block .benefit-inner .benefit-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  max-width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.05);
}

.plan-benefits-block .benefit-inner .benefit-icon img {
  max-width: 80%;
  max-height: 80%;
  width: auto;
  height: auto;
}

.plan-benefits-block .benefit-inner .benefit-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 100px);
  flex: 0 0 calc(100% - 100px);
  max-width: calc(100% - 100px);
  padding-left: 32px;
}

.plan-benefits-block .benefit-inner .benefit-content .benefit-title {
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  margin-bottom: 0;
}

.plan-benefits-block .benefit-inner .benefit-content .benefit-description {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #fff;
}

.plan-item .plan-content .plan-content__bottom .plan-label,
.plan-item .plan-head__price-title,
.plan-item .plan-head__price-value {
  color: #2d2d2d;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}

.plan-item {
  margin-bottom: 20px;
}

.plan-item .plan-inner {
  background-color: #fff;
  height: 100%;
}

.plan-item .plan-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 30px 30px 40px;
  background-color: #f7f7f7;
  position: relative;
}

.plan-item .plan-content,
.plan-item .plan-head .plan-icon {
  display: -webkit-box;
  display: -ms-flexbox;
}

.plan-item .plan-head::before {
  width: 100%;
  height: 30px;
  content: "";
  position: absolute;
  top: calc(100% - 20px);
  left: 0;
  background: url(../images/src/back-plan.png) bottom left repeat-x;
  background-size: auto 150px;
}

.plan-item .plan-head__price {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 90px);
  flex: 0 0 calc(100% - 90px);
  max-width: calc(100% - 90px);
  padding-right: 20px;
}

.plan-item .plan-head__price-value {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.14;
}

.plan-item .plan-head__price-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.plan-item .plan-head .plan-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
}

.plan-item .plan-head .plan-icon img {
  max-width: 80%;
  max-height: 80%;
  width: auto;
  height: auto;
}

.plan-item .plan-content {
  padding: 32px 40px 40px;
  height: calc(100% - 150px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.plan-item .plan-content .plan-content__bottom {
  margin-top: 32px;
}

.plan-item .plan-content .plan-content__bottom .plan-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  text-align: center;
  padding: 16px 25px;
  position: relative;
  margin-bottom: 16px;
  background-color: #eee;
}

.plan-item .plan-content .plan-content__bottom .plan-label::after,
.plan-item .plan-content .plan-content__bottom .plan-label::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: -10px;
}

.plan-item .plan-content .plan-content__bottom .plan-label::after {
  right: -10px;
  left: auto;
}

.plan-item .plan-content .plan-content__bottom .btn {
  width: 100%;
  padding: 20px;
}

.plans-row {
  margin-left: -10px;
  margin-right: -10px;
}

.plans-row [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.collapse-compare-plan-wrapper .compare-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 28px;
}

.collapse-compare-plan-wrapper .compare-head .collapse-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-size: 28px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  background-color: transparent;
  border: none;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.collapse-compare-plan-wrapper .compare-head .collapse-toggle span {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.collapse-compare-plan-wrapper .compare-head .collapse-toggle .active-text {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ff5700;
}

.aws-map-wrapper .aws-map,
.aws-map-wrapper .aws-map-content-item .aws-map-content-inner {
  position: relative;
}

.collapse-compare-plan-wrapper .compare-head .collapse-toggle:hover {
  color: #ff5700;
}

.collapse-compare-plan-wrapper .compare-head .collapse-toggle.active .shown-text {
  opacity: 0;
}

.collapse-compare-plan-wrapper .compare-head .collapse-toggle.active .active-text {
  opacity: 1;
}

.collapse-compare-plan-wrapper .compare-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
  padding-top: 48px;
}

.collapse-compare-plan-wrapper .compare-row .compare-col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 0 5px;
}

.collapse-compare-plan-wrapper .compare-row .compare-head-col {
  border-top: 2px transparent solid;
}

.collapse-compare-plan-wrapper .compare-row .compare-head-col .option-text {
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 4.44;
  letter-spacing: normal;
  color: #fff;
}

.collapse-compare-plan-wrapper .compare-row .compare-head-col .option-text:first-child {
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #fff;
  padding: 32px 0 24px;
}

.collapse-compare-plan-wrapper .compare-row .compare-item-col .compare-col-inner {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 32px 20px 24px;
  border-top: 2px #ff5700 solid;
}

.collapse-compare-plan-wrapper .compare-row .compare-item-col .option-text {
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 4.44;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  opacity: 0.5;
}

.collapse-compare-plan-wrapper .compare-row .compare-item-col .option-text:first-child {
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  padding-bottom: 24px;
  opacity: 1;
}

.collapse-compare-plan-wrapper .compare-body {
  display: none;
}

.collapse-compare-plan-wrapper .compare-body.shown-content {
  display: block;
}

.card-logo-cta,
.title-align .subtitle {
  margin-top: 16px;
}

.aws-map-wrapper .aws-map-wrapper-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.aws-map-wrapper .aws-map img {
  display: block;
}

.aws-map-wrapper .aws-map .aws-map-bg img {
  width: 1170px;
  height: auto;
}

.aws-map-wrapper .aws-map-content-item {
  width: 16px;
  height: 16px;
}

.aws-map-wrapper .aws-map-content-item .popover-content-aws {
  position: absolute;
  z-index: 9;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 50px);
  -o-transform: translate(-50%, 50px);
  transform: translate(-50%, 50px);
  width: 330px;
  padding-top: 10px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.aws-map-wrapper .aws-map-content-item .popover-content-aws .popover-content-aws-inner {
  background: #2d2d2d;
  padding: 40px;
}

.aws-map-wrapper .aws-map-content-item .popover-content-aws .popover-content-aws-inner .popover-image {
  margin-bottom: 16px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}

.aws-map-wrapper .aws-map-content-item .popover-content-aws .popover-content-aws-inner .popover-image img {
  max-width: 60px;
  width: 100%;
  height: auto;
}

.aws-map-wrapper .aws-map-content-item .popover-content-aws .popover-content-aws-inner .popover-text .popover-title {
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #fff;
  margin-bottom: 8px;
}

.aws-map-wrapper .aws-map-content-item .popover-content-aws .popover-content-aws-inner .popover-text .popover-description {
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #fff;
}

.aws-map-wrapper .aws-map-content-item .popover-content-aws .popover-content-aws-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12.5px 10px;
  border-color: transparent transparent #2d2d2d;
}

.aws-map-wrapper .aws-map-content-item .label-aws span {
  display: block;
  width: 16px;
  height: 16px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.aws-map-wrapper .aws-map-content-item .label-aws .trigger-popover {
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.aws-map-wrapper .aws-map-content-item .label-aws .trigger-popover .type-amazon {
  width: 14px;
  height: 14px;
}

.aws-map-wrapper .aws-map-content-item.shown-popover .popover-content-aws {
  opacity: 1;
  -webkit-transform: translate(-50%, 8px);
  -o-transform: translate(-50%, 8px);
  transform: translate(-50%, 8px);
  pointer-events: auto;
}

.aws-map-wrapper .trigger-popover {
  background: 0 0;
  padding: 0;
  border: none;
  display: block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.aws-map-wrapper .trigger-popover.active {
  -webkit-transform: scale(2, 2);
  -o-transform: scale(2, 2);
  transform: scale(2, 2);
}

.aws-map-wrapper .aws-map-content .aws-map-content-item {
  position: absolute;
}

.aws-map-wrapper .aws-map-content .aws-map-content-item .close-popover {
  position: absolute;
  right: 29px;
  top: 40px;
  color: #fff;
  background: 0 0;
  border: none;
  font-size: 15px;
  padding: 0;
}

.plan-table .plan-cell,
.title-head .subtitle {
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}

.aws-map-wrapper .aws-map-content #aws-item-1 {
  left: 575px;
  top: 180px;
}

.aws-map-wrapper .aws-map-content #aws-item-2 {
  left: 513px;
  top: 170px;
}

.aws-map-wrapper .aws-map-content #aws-item-3 {
  left: 555px;
  top: 190px;
}

.aws-map-wrapper .aws-map-content #aws-item-4 {
  left: 537px;
  top: 162px;
}

.aws-map-wrapper .aws-map-content #aws-item-5 {
  left: 310px;
  top: 207px;
}

.aws-map-wrapper .aws-map-content #aws-item-6 {
  left: 262px;
  top: 211px;
}

.aws-map-wrapper .aws-map-content #aws-item-7 {
  left: 223px;
  top: 183px;
}

.aws-map-wrapper .aws-map-content #aws-item-8 {
  left: 206px;
  top: 273px;
}

.aws-map-wrapper .aws-map-content #aws-item-9 {
  left: 156px;
  top: 247px;
}

.aws-map-wrapper .aws-map-content #aws-item-10 {
  left: 276px;
  top: 240px;
}

.aws-map-wrapper .aws-map-content #aws-item-11 {
  left: 216px;
  top: 230px;
}

.aws-map-wrapper .aws-map-content #aws-item-12 {
  left: 128px;
  top: 185px;
}

.aws-map-wrapper .aws-map-content #aws-item-13 {
  left: 139px;
  top: 215px;
}

.plan-info-section .title-block {
  margin-bottom: 50px;
}

.plan-info-section .title-block .title {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.plan-info-section .title-block .subtitle {
  max-width: 55%;
}

.plan-info-section .plan-main-info-inner {
  position: relative;
  z-index: 2;
}

.plan-info-section .plan-main-info {
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
}

.plan-info-section .plan-main-info::before {
  background: #2d2d2d;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 80px;
}

.plan-info-section .plan-main-info+.compare-plan-content {
  padding-bottom: 120px;
}

.plan-info-section .plan-main-info .plan-btn {
  padding-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.plan-info-section .plan-main-info .plan-btn .btn {
  padding-left: 80px;
  padding-right: 80px;
}

.plan-info-section .compare-plan-content {
  background: #2d2d2d;
  padding-top: 60px;
  padding-bottom: 60px;
}

.plan-info-section .compare-plan-content .title-block {
  margin-bottom: 0;
}

.plan-info-section .compare-plan-content .title-block .subtitle,
.plan-info-section .compare-plan-content .title-block .title {
  color: #fff;
}

.plan-table {
  display: table;
  width: 100%;
}

.plan-table .plan-tr {
  display: table-row;
}

.plan-table .plan-tr:first-child .plan-cell {
  background: #2d2d2d;
  color: #fff;
}

.plan-table .plan-tr+.plan-tr .plan-cell {
  border-top: 1px rgba(21, 28, 28, 0.1) solid;
}

.plan-table .plan-cell {
  display: table-cell;
  padding: 26px 40px;
  line-height: 28px;
  color: #2d2d2d;
  white-space: nowrap;
  background: #fff;
  border-collapse: collapse;
}

.title-align.title-align-text-center,
.title-align.title-align-text-right {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.masonry-section {
  overflow: hidden;
}

.title-head {
  margin-bottom: 50px;
}

.title-head .h2 {
  margin-bottom: 0;
}

.title-head .subtitle {
  line-height: 1.33;
  color: #2d2d2d;
  margin-top: 16px;
}

#cookie-law-info-bar #cookie_action_close_header,
#cookie-law-info-bar .cli_messagebar_head,
#cookie-law-info-bar span {
  color: #fff;
  letter-spacing: normal;
  font-stretch: normal;
  font-style: normal;
}

.announcement-section .row.text-center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.announcement-section .row.text-center .text-col,
.announcement-section .row.text-center .title-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 800px;
}

.announcement-section .row.text-right {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.announcement-section .row.text-right .title-col {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.announcement-section .row.text-right .title-col .h2,
.announcement-section .row.text-right .title-col .h3 {
  text-align: right;
}

.announcement-section .row.text-right .text-col {
  text-align: left;
  padding-left: 15px;
  padding-right: 60px;
}

.partners-section .row.text-center .partner-section-title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-top: 0;
}

.partners-section .row.text-center .partner-list {
  padding-top: 50px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-bottom: 0;
}

.partners-section .row.text-center.content-width .partner-list {
  padding-top: 0;
}

.partners-section .row.text-right:not(.content-width) .partner-section-title {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  text-align: right;
}

.title-with-description.text-center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-with-description.text-center .title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 24px;
}

.title-with-description.text-right .title {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.title-with-description.text-right .description {
  text-align: left;
}

.partners-section.customer-section .partner-section-title {
  padding-top: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.title-align {
  margin-bottom: 50px;
}

.title-align.title-align-text-right {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.title-align.title-align-text-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-bottom: 50px;
}

.title-align .h2,
.title-align .h3 {
  margin-bottom: 0;
}

#cookie-law-info-bar {
  padding: 40px 40px 40px 135px;
  background-image: url(../images/cookie.svg);
  background-position: 30px center;
  background-repeat: no-repeat;
  max-width: 620px;
  text-align: left;
}

#cookie-law-info-bar .cli_messagebar_head {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 10px;
}

#cookie-law-info-bar span {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.33;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#cookie-law-info-bar #cookie_action_close_header {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  border-bottom: 1px solid #fff;
  padding: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin: 20px 0 0 !important;
  cursor: pointer;
  background: 0 0 !important;
}

#cookie-law-info-bar #cookie_action_close_header:hover {
  color: #ff5700 !important;
  border-bottom-color: #ff5700;
}

.embed-container {
  position: relative;
}

.embed-container iframe {
  width: 100%;
  height: auto;
  min-height: 100vh;
}

.embed-container+.embed-container {
  margin-top: 50px;
}

.default-title-section .section-inner {
  padding-top: 300px;
  padding-bottom: 60px;
}

.hero-section+.addresses-section .section-inner {
  padding-top: 60px;
}

.title-align-text-center .h2 {
  text-align: center;
}

.title-align-text-right .h2 {
  text-align: right;
}

.title-block.title-align-text {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-block.title-align-text .title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.plan-section .section-inner {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.post-navigation-section .article-blog__meta .article-blog__author .name {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.post-navigation-section .article-blog__author {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.post-navigation-section .article-blog__author .name {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.article-news__content.fw {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.widget.widget_search input {
  border-bottom: #2d2d2d 1px solid;
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #2d2d2d;
  padding: 16px 0;
}

.widget.widget_search input::-webkit-input-placeholder {
  color: rgba(45, 45, 45, 0.5);
}

.widget.widget_search input::-moz-placeholder {
  color: rgba(45, 45, 45, 0.5);
}

.widget.widget_search input:-ms-input-placeholder {
  color: rgba(45, 45, 45, 0.5);
}

.widget.widget_search input::-ms-input-placeholder {
  color: rgba(45, 45, 45, 0.5);
}

.widget.widget_search input::-webkit-input-placeholder {
  color: rgba(45, 45, 45, 0.5);
}

.widget.widget_search input:-ms-input-placeholder {
  color: rgba(45, 45, 45, 0.5);
}

.widget.widget_search input::placeholder {
  color: rgba(45, 45, 45, 0.5);
}

.widget.widget_search .search-form .search-submit {
  color: #2d2d2d;
  font-size: 20px;
  width: 60px;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: auto;
  bottom: 0;
  max-height: 60px;
}

.widget.widget_search .search-form .search-submit:hover {
  color: #ff5700;
}

.widget.widget_search .search-form .screen-reader-text {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #2d2d2d;
  margin-bottom: 16px;
}

.widget.widget_search .search-form label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

section {
  width: 100%;
  overflow: hidden;
}

.header .top-menu-inner a.btn-cta {
  margin-left: 0;
}

.header .top-menu-inner .lang {
  padding: 10px 32px 10px 16px;
  margin-left: 16px;
  font-size: 12px;
  line-height: 1.67;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #5d5d5d;
  position: relative;
  cursor: pointer;
}

.header .top-menu-inner .lang img {
  margin-right: 10px;
  max-width: 25px;
}

.header .top-menu-inner .lang ul {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  top: 40px;
  background: #fff;
  padding-top: 10px;
}

.header .top-menu-inner .lang ul li {
  margin-bottom: 20px;
  padding: 0 16px;
}

.header .top-menu-inner .lang ul li:hover a {
  color: #ff5700;
}

.header .top-menu-inner .lang ul li:last-child {
  margin-bottom: 16px;
}

.header .top-menu-inner .lang ul li a {
  margin-left: 0;
}

.header .top-menu-inner .lang:hover {
  background: #fff;
  color: #ff5700;
}

.header .top-menu-inner .lang:hover ul {
  opacity: 1;
  visibility: visible;
}

.header .top-menu-inner .lang span.icon-arrow {
  font-size: 10px;
  margin-left: 10px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header .top-menu-inner .lang:hover span {
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.after-form-text {
  font-size: 14px;
  line-height: 1.67;
  color: rgba(45, 45, 45, 0.5);
  margin-top: 20px;
}

.after-form-text.theme-light-grey {
  background: #f7f7f7;
  color: #2d2d2d;
}

.after-form-text.theme-teal {
  background: #03c7d6;
}

.after-form-text.theme-orange {
  background: #ff5700;
}

.after-form-text.theme-orange a:hover {
  color: #fff !important;
  opacity: 0.5;
}

.after-form-text.theme-dark-grey {
  background: #2d2d2d;
}

.after-form-text.theme-dark {
  background: #2e2e2e;
}

.after-form-text.theme-dark-grey,
.after-form-text.theme-dark,
.after-form-text.theme-light-grey,
.after-form-text.theme-orange,
.after-form-text.theme-teal {
  padding: 20px;
  margin: 0;
}

.form-col.theme-dark-grey,
.form-col.theme-dark,
.form-col.theme-light-grey,
.form-col.theme-orange,
.form-col.theme-teal {
  padding-top: 40px;
  padding-bottom: 40px;
}

.after-form-text.theme-dark-grey a,
.after-form-text.theme-dark-grey:not(.theme-light),
.after-form-text.theme-dark a,
.after-form-text.theme-dark:not(.theme-light),
.after-form-text.theme-light-grey a,
.after-form-text.theme-light-grey:not(.theme-light-grey),
.after-form-text.theme-orange a,
.after-form-text.theme-orange:not(.theme-light-grey),
.after-form-text.theme-teal a,
.after-form-text.theme-teal:not(.theme-light-grey) {
  color: #fff;
}

.after-form-text a:hover,
.after-form-text.theme-dark-grey a:hover,
.after-form-text.theme-dark a:hover,
.after-form-text.theme-light-grey a:hover,
.after-form-text.theme-orange a:hover,
.after-form-text.theme-teal a:hover {
  color: #ff5700;
}

.theme-dark-grey .after-form-text,
.theme-dark-grey .after-form-text a,
.theme-dark .after-form-text,
.theme-dark .after-form-text a,
.theme-orange .after-form-text,
.theme-orange .after-form-text a,
.theme-teal .after-form-text,
.theme-teal .after-form-text a {
  color: #fff;
}

.theme-dark-grey .after-form-text a:hover,
.theme-dark .after-form-text a:hover,
.theme-orange .after-form-text a:hover,
.theme-teal .after-form-text a:hover {
  color: #ff5700;
}

.hero-notification.theme-dark-grey .notification-text,
.hero-notification.theme-dark .notification-text,
.hero-notification.theme-orange .notification-text,
.hero-notification.theme-teal .notification-text {
  color: #fff;
}

.form-col.theme-orange {
  background: #ff5700;
}

.form-col.theme-teal {
  background: #03c7d6;
}

.form-col.theme-light-grey {
  background: #f7f7f7;
}

.form-col.theme-dark-grey {
  background: #2d2d2d;
}

.form-col.theme-dark {
  background: #2e2e2e;
}

.notification-section {
  padding: 0 !important;
}

.notification-section .hero-notification {
  position: static;
  left: auto;
  top: auto;
  bottom: auto;
}

@media (max-width: 767px) {
  .notification-section .hero-notification-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .notification-section .hero-notification-content .notification-btn {
    padding: 0 15px;
  }

  .notification-section .hero-notification-content .notification-icon::before {
    width: 70px;
    height: 70px;
  }

  .notification-section .hero-notification-content .notification-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    min-width: 70px;
    height: 70px;
    min-height: 70px;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .notification-section .hero-notification-content .notification-text {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .notification-section .hero-notification-content .notification-btn {
    margin-top: 20px;
    width: 100%;
  }

  .notification-section .hero-notification-content .notification-btn .btn {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

section.main-office-section.section-theme.theme-dark-grey,
section.main-office-section.section-theme.theme-dark,
section.main-office-section.section-theme.theme-light-grey,
section.main-office-section.section-theme.theme-orange,
section.main-office-section.section-theme.theme-teal {
  padding-top: 0;
}

section.main-office-section.section-theme.theme-dark-grey .section-inner,
section.main-office-section.section-theme.theme-dark .section-inner,
section.main-office-section.section-theme.theme-light-grey .section-inner,
section.main-office-section.section-theme.theme-orange .section-inner,
section.main-office-section.section-theme.theme-teal .section-inner {
  padding-top: 120px;
  padding-bottom: 120px;
}

section.main-office-section.section-theme.theme-dark-grey+.addresses-section,
section.main-office-section.section-theme.theme-dark+.addresses-section,
section.main-office-section.section-theme.theme-light-grey+.addresses-section,
section.main-office-section.section-theme.theme-orange+.addresses-section,
section.main-office-section.section-theme.theme-teal+.addresses-section {
  padding-top: 120px;
}

.publick-name {
  font-weight: 700;
  padding-left: 5px;
}

.hero-notification.theme-white {
  background: #fff;
}

.hero-notification.theme-white .notification-icon::before {
  background: rgba(45, 45, 45, 0.1);
}

.hero-notification.theme-dark-grey {
  background: #2d2d2d;
}

.hero-notification.theme-dark {
  background: #2e2e2e;
}

.hero-notification.theme-light-grey {
  background: #f7f7f7;
}

.hero-notification.theme-orange,
.hero-notification.theme-teal {
  background: #ff5700;
}

.hero-notification.theme-orange .notification-icon::before,
.hero-notification.theme-teal .notification-icon::before {
  background: rgba(255, 255, 255, 0.7);
}

.main-col-bg.theme-dark-grey {
  background: #2d2d2d;
}

.main-col-bg.theme-dark {
  background: #2e2e2e;
}

.main-col-bg.theme-orange {
  background: #ff5700;
}

.header .top-menu-inner .has-submenu,
.top-menu-mobile .has-submenu {
  position: relative;
}

.header .top-menu-inner .has-submenu a,
.top-menu-mobile .has-submenu a {
  margin-left: 0;
}

.header .top-menu-inner .has-submenu:hover .dropdown-sub-m,
.top-menu-mobile .has-submenu:hover .dropdown-sub-m {
  opacity: 1;
  pointer-events: auto;
  margin-top: 0;
}

.header .top-menu-inner .has-submenu+.has-submenu,
.top-menu-mobile .has-submenu+.has-submenu {
  margin-left: 20px;
}

.header .top-menu-inner .dropdown-sub-m,
.top-menu-mobile .dropdown-sub-m {
  position: absolute;
  top: 100%;
  left: -10px;
  min-width: 90px;
  padding: 10px;
  background: #eee;
  pointer-events: none;
  margin-top: 20px;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 3;
}

.header .top-menu-inner .dropdown-sub-m a,
.top-menu-mobile .dropdown-sub-m a {
  padding: 5px;
}

.header .top-menu-inner .dropdown-sub-m a:hover,
.top-menu-mobile .dropdown-sub-m a:hover {
  color: #ff5700;
}

.top-menu-mobile {
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .top-menu-mobile .has-submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .top-menu-mobile .has-submenu a {
    padding-right: 20px;
  }

  .top-menu-mobile .has-submenu .angle-down {
    width: 20px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
  }

  .top-menu-mobile .has-submenu .angle-down::before {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 1px #5d5d5d solid;
    border-bottom: 1px #5d5d5d solid;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    margin-top: -2px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }

  .top-menu-mobile .has-submenu .dropdown-sub-m {
    background: #fff;
    left: 0;
    width: 100%;
    margin-top: -20px;
    top: calc(100% - 20px) !important;
  }

  .top-menu-mobile .has-submenu:hover .angle-down::before {
    -webkit-transform: translateY(-50%) rotate(-135deg);
    -o-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg);
    margin-top: 0;
  }
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.form-col {
  position: relative;
}

.form-col .form-col-focus,
.form-col .wpcf7-form-control-wrap {
  display: block;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.country-select.inside .selected-flag .arrow,
.country-select.inside .selected-flag .flag,
.states-for-usa {
  display: none;
}

.form-col p+p {
  margin-top: 0 !important;
}

.form-col label.error {
  position: absolute;
  right: 0;
  padding: 0 10px;
  color: red;
  top: 100%;
  pointer-events: none;
  font-size: 12px;
  width: 100%;
}

.request-section .gdpr {
  margin-top: 20px;
  padding-left: 0;
}

.request-section .gdpr p {
  color: #2d2d2d;
}

.request-section .gdpr a {
  color: #ff5700;
}

.request-section .gdpr a:hover {
  color: #2d2d2d;
}

.form-row .form-btn-col .btn {
  font-weight: 700;
  font-size: 18px;
}

.country-select.inside input,
.country-select.inside input[type="text"] {
  padding-left: 0 !important;
}

.country-select {
  padding: 0 !important;
}

.country-select.inside .selected-flag {
  width: 100% !important;
}

.country-select .country-list,
.country-select.inside .flag-dropdown {
  width: 100%;
}

.partners-section-simple .section-inner {
  padding: 60px 0;
}

.partners-section {
  padding: 0 !important;
}

.partners-section .section-inner {
  padding: 40px;
}

.partners-section .section-inner .partner-list {
  padding: 0;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.partners-section .section-inner .partner-list .partner-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: none;
}

.partners-section .section-inner .partner-list .partner-item img {
  max-height: 70px;
  width: auto;
}

.certificate-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.recapcha-col,
.subscribe-footer {
  display: -webkit-box;
  display: -ms-flexbox;
}

@media (max-width: 575px) {
  .partners-section .section-inner .partner-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .partners-section .section-inner .partner-list .partner-item {
    max-width: 30%;
    padding: 0 5px;
  }
}

textarea {
  height: 120px;
  line-height: 20px;
}

.cta-video {
  margin-top: 40px;
}

.fancybox-container {
  z-index: 999;
}

.video-left__content-inner .text-v-col {
  font-size: 18px;
  line-height: 1.67;
  color: #2d2d2d;
}

.video-left__content-inner .text-v-col a {
  color: #ff5700;
}

.btn,
.video-left__content-inner .text-v-col a:hover {
  color: #2d2d2d;
}

.recapcha-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  -webkit-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}

.grecaptcha-badge:hover {
  width: 256px !important;
}

@media (min-width: 1200px) {
  .col-3 .tile-content {
    padding: 20px;
  }

  .col-3 .tile-content__description {
    font-size: 16px;
    line-height: 20px;
  }
}

.btn,
.btn.btn-cta {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.hero-section .slide-pag {
  padding: 0;
  position: absolute;
  bottom: 50px;
  z-index: 2;
  width: 100%;
  left: 0;
}

.btn,
.btn span {
  position: relative;
  -webkit-transition: all 0.4s;
}

.hero-section .mobile-pagination .swiper-pagination-bullet {
  background: #fff;
}

.country-select .country-list .flag {
  display: none !important;
  width: 20px;
}

.country-select.inside .flag-dropdown {
  z-index: 3;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  .country-select .flag {
    background-image: url(../../../../../../../../themes/navisite/images/flags@2x.png);
  }
}

.btn {
  padding: 11px 28px 9px;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
  display: inline-block;
  overflow: hidden;
}

.btn span {
  display: block;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.btn.btn-orange span,
.btn.btn-white span {
  display: block;
  -webkit-transition: all 0.4s;
}

.btn span.shown-text {
  top: 0;
}

.btn span.hidden-text {
  position: absolute;
  top: 100px;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn.btn-orange span.hidden-text,
.btn.btn-white span.hidden-text {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}

.btn:hover {
  opacity: 0.9;
}

.card-carousel-item.overlay-none .card-content::before,
.social li a.inst:hover::before {
  opacity: 0;
}

.btn:hover span.shown-text {
  top: -100px;
}

.btn:hover span.hidden-text {
  top: 50%;
}

.btn.btn-primary {
  background: #ff5700;
  color: #fff;
}

.btn.btn-cta {
  line-height: 1.67;
  letter-spacing: normal;
  height: 40px;
  padding: 10px 30px;
}

.btn.btn-orange {
  background-color: #ff5700;
  color: #fff;
  position: relative;
}

.btn.btn-orange span {
  position: relative;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.btn.btn-orange span.shown-text {
  top: 0;
}

.btn.btn-orange span.hidden-text {
  position: absolute;
  top: 100px;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn.btn-orange:hover {
  background-color: #fd4600;
}

.btn.btn-white {
  background-color: #fff;
  color: #ff5700;
  position: relative;
}

.btn.btn-white.btn-medium {
  padding-left: 50px;
  padding-right: 50px;
}

.btn.btn-white span {
  position: relative;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.btn.btn-white span.shown-text {
  top: 0;
}

.btn.btn-white span.hidden-text {
  position: absolute;
  top: 100px;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn.btn-white:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.btn.btn-teal {
  background-color: #03c7d6;
  color: #fff;
}

.btn.btn-grey,
.subscribe-footer .subscribe-btn .btn:hover {
  background-color: #2d2d2d;
}

.btn.btn-grey {
  color: #fff;
}

.btn.btn-medium {
  padding: 20px 32.5px;
}

.site-footer .container {
  padding-left: 15px;
  padding-right: 15px;
}

.site-footer_inner {
  padding: 80px 0;
}

.site-footer .footer-col .widget {
  margin-bottom: 40px;
}

.article-label,
.site-footer .footer-col .widget#custom_html-3 {
  margin-bottom: 20px;
}

.site-footer .footer-col .textwidget p {
  font-weight: 400;
  font-size: 16px;
  color: #ccc;
  letter-spacing: 0;
  line-height: 20px;
}

.site-footer .footer-col .widget-title {
  font-weight: 500;
  font-size: 20px;
  color: #2d2d2d;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 16px;
  margin-top: 0;
}

.site-footer .footer-col .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer .footer-col .menu li a {
  font-weight: 400;
  font-size: 16px;
  color: #5d5d5d;
  letter-spacing: 0;
  line-height: 32px;
  display: inline-block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  left: 0;
}

.site-footer .footer-col .menu li a:hover {
  color: #ff5700;
  left: 10px;
}

.site-footer .separator {
  border: none;
  border-top: 1px rgba(21, 28, 28, 0.1) solid;
  margin-top: 0;
  margin-bottom: 40px;
}

.site-footer .copy-row-footer {
  padding-top: 40px;
}

.site-footer .copy-row-footer .footer-col {
  max-width: 945px;
}

.site-footer .copy-row-footer .footer-col .widget,
.site-footer .copy-row-footer .footer-col .widget p {
  margin-bottom: 0;
}

.social-footer {
  max-width: 235px;
}

.subscribe-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.social,
.subscribe-footer .subscribe-input input {
  display: -webkit-box;
  display: -ms-flexbox;
}

.subscribe-footer .subscribe-input {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 170px);
  flex: 0 0 calc(100% - 170px);
  max-width: calc(100% - 170px);
}

.subscribe-footer .subscribe-input input {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 0 15px;
  border: none;
  border-bottom: 1px rgba(21, 28, 28, 0.15) solid;
  font-weight: 400;
  font-size: 16px;
  color: #2d2d2d;
  letter-spacing: 0;
  line-height: 20px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.subscribe-footer .subscribe-input input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #ccc;
  letter-spacing: 0;
  line-height: 20px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.subscribe-footer .subscribe-input input::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #ccc;
  letter-spacing: 0;
  line-height: 20px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.subscribe-footer .subscribe-input input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #ccc;
  letter-spacing: 0;
  line-height: 20px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.subscribe-footer .subscribe-input input::-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #ccc;
  letter-spacing: 0;
  line-height: 20px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.subscribe-footer .subscribe-input input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #ccc;
  letter-spacing: 0;
  line-height: 20px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.subscribe-footer .subscribe-input input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #ccc;
  letter-spacing: 0;
  line-height: 20px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.subscribe-footer .subscribe-input input::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #ccc;
  letter-spacing: 0;
  line-height: 20px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.subscribe-footer .subscribe-input input:focus {
  border-bottom-color: #2d2d2d;
}

.subscribe-footer .subscribe-input input:focus::-webkit-input-placeholder {
  text-indent: 20px;
  opacity: 0;
}

.subscribe-footer .subscribe-input input:focus::-moz-placeholder {
  text-indent: 20px;
  opacity: 0;
}

.subscribe-footer .subscribe-input input:focus:-ms-input-placeholder {
  text-indent: 20px;
  opacity: 0;
}

.subscribe-footer .subscribe-input input:focus::-ms-input-placeholder {
  text-indent: 20px;
  opacity: 0;
}

.subscribe-footer .subscribe-input input:focus::-webkit-input-placeholder {
  text-indent: 20px;
  opacity: 0;
}

.subscribe-footer .subscribe-input input:focus:-ms-input-placeholder {
  text-indent: 20px;
  opacity: 0;
}

.subscribe-footer .subscribe-input input:focus::placeholder {
  text-indent: 20px;
  opacity: 0;
}

.subscribe-footer .subscribe-btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 170px;
  flex: 0 0 170px;
  max-width: 170px;
  padding-left: 20px;
}

.subscribe-footer .subscribe-btn .btn {
  display: block;
  width: 100%;
  padding: 11px;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
  text-transform: uppercase;
  border-radius: 0;
  cursor: pointer;
  border: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

.hero-notification-content,
.social li a {
  display: -webkit-box;
  display: -ms-flexbox;
}

.social li+li {
  margin-left: 10px;
}

.social li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  color: #fff;
}

.social li a span {
  display: block;
}

.social li a.inst {
  position: relative;
  overflow: hidden;
}

.social li a.inst::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-linear-gradient(45deg,
      #f09433 0,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%);
  background: -o-linear-gradient(45deg,
      #f09433 0,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%);
  background: linear-gradient(45deg,
      #f09433 0,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%);
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.social li a.inst span {
  position: relative;
  z-index: 2;
}

.social li a.inst:hover {
  background: #ff5700;
}

.social li a.fb {
  background: #37599d;
  font-size: 19px;
}

.social li a.fb:hover {
  background-color: #ff5700;
}

.social li a.tw {
  background: #00a7e4;
  font-size: 14px;
}

.social li a.tw:hover {
  background-color: #ff5700;
}

.social li a.in {
  font-size: 16px;
  background: #0087c2;
}

.social li a.in:hover {
  background-color: #ff5700;
}

.social li a.you {
  font-size: 21px;
  background: #dc191d;
}

.social li a.you:hover {
  background-color: #ff5700;
}

.footer-logo {
  padding-top: 10px;
}

.top-row-footer .col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(75% / 4);
  flex: 0 0 calc(75% / 4);
}

.top-row-footer .col:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.hero-notification {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.hero-notification-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0;
  overflow: hidden;
}

.hero-notification .notification-icon {
  padding: 0 12px;
  font-size: 38px;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 144px;
  flex: 0 0 144px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-column-align: center;
  justify-items: center;
}

.hero-notification .notification-icon img {
  max-height: 40px;
  width: auto;
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
}

.hero-notification .notification-icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #3d3d3d;
}

.hero-notification .notification-icon span {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
}

.hero-notification .notification-text {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
  padding: 0 12px;
}

.hero-notification .notification-text p {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 0;
}

.hero-notification .notification-btn {
  padding: 0 12px 0 28px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.hero-notification-dark {
  background-color: #2d2d2d;
}

.hero-notification-dark .notification-icon,
.hero-notification-dark .notification-text,
.hero-notification-dark .notification-text p {
  color: #fff;
}

.hero-section+.video-section {
  margin-top: -150px;
  padding-bottom: 120px;
}

.hero-section .hero-section-inner {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.hero-section .hero-wrap-img {
  height: 100%;
}

.hero-section.hero-section-small .hero-section-inner {
  height: 80vh;
}

.hero-section.hero-section-small .hero-section-inner .hero-content {
  padding-bottom: 80px;
  padding-top: 300px;
}

.hero-section .hero-back {
  width: 100%;
  height: 100%;
}

.hero-section .hero-back img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-section .hero-back.hero-back-video {
  position: relative;
}

.hero-section .hero-back.hero-back-video::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(45, 45, 45, 0.5);
}

.hero-section .hero-back.hero-back-video video {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-section .hero-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  padding-top: 220px;
  padding-bottom: 200px;
}

.hero-section .hero-content .top-subhead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}

.hero-section .hero-content .top-subhead__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero-section .hero-content .top-subhead__icon img {
  max-height: calc(100% - 20px);
  max-width: calc(100% - 20px);
  display: block;
  width: auto;
  height: auto;
}

.hero-section .hero-content .top-subhead__icon+.top-subhead__text {
  padding-left: 16px;
}

.hero-section .hero-content .top-subhead__text {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0;
  line-height: 28px;
}

.hero-section .hero-content .top-subhead__date {
  font-size: 18px;
  color: #fff;
  letter-spacing: 0;
  line-height: 24px;
}

.hero-section .hero-content .container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  position: relative;
  z-index: 2;
}

.hero-section .hero-content .sub-image-block {
  position: absolute;
  right: 55px;
  height: 100%;
  width: auto;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hero-section .hero-content .sub-image-block img {
  height: 80%;
  width: auto;
}

.hero-section .hero-content .title-hero {
  font-weight: 900;
  font-size: 64px;
  color: #fff;
  letter-spacing: 0;
  line-height: 72px;
  margin-top: 0;
  margin-bottom: 25px;
}

.hero-section .hero-content .subtitle-hero {
  font-weight: 400;
  font-size: 28px;
  color: #fff;
  letter-spacing: 0;
  line-height: 32px;
  margin-bottom: 0;
  max-width: 670px;
}

.hero-section .hero-content .button-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 40px;
}

.hero-section .hero-content .button-hero .button-item {
  padding-left: 15px;
  padding-right: 15px;
}

.hero-section .hero-section-has-theme .hero-content {
  position: static;
  padding-top: 300px;
}

.hero-section .hero-section-has-theme .hero-content .top-subhead__icon {
  border-radius: 50%;
  background: #eee;
}

.hero-section .hero-section-has-theme .hero-content .subtitle-hero,
.hero-section .hero-section-has-theme .hero-content .title-hero,
.hero-section .hero-section-has-theme .hero-content .top-subhead__text {
  color: #2d2d2d;
}

.hero-section .hero-section-has-theme .sub-image-block.sub-image-block-align-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40%;
  padding-bottom: 100px;
}

.hero-section .hero-section-has-theme .sub-image-block.sub-image-block-align-center img {
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.hero-section.hero-section-small .hero-section-white-bg {
  height: auto;
}

.hero-section.hero-section-small .hero-section-white-bg .hero-content {
  padding-top: 300px;
  padding-bottom: 100px;
}

.hero-section .hero-section-has-theme.section-theme-dark-grey .hero-content .subtitle-hero,
.hero-section .hero-section-has-theme.section-theme-dark-grey .hero-content .title-hero,
.hero-section .hero-section-has-theme.section-theme-dark-grey .hero-content .top-subhead__text,
.hero-section .hero-section-has-theme.section-theme-dark .hero-content .subtitle-hero,
.hero-section .hero-section-has-theme.section-theme-dark .hero-content .title-hero,
.hero-section .hero-section-has-theme.section-theme-dark .hero-content .top-subhead__text,
.hero-section .hero-section-has-theme.section-theme-orange .hero-content .subtitle-hero,
.hero-section .hero-section-has-theme.section-theme-orange .hero-content .title-hero,
.hero-section .hero-section-has-theme.section-theme-orange .hero-content .top-subhead__text,
.hero-section .hero-section-has-theme.section-theme-teal .hero-content .subtitle-hero,
.hero-section .hero-section-has-theme.section-theme-teal .hero-content .title-hero,
.hero-section .hero-section-has-theme.section-theme-teal .hero-content .top-subhead__text {
  color: #fff;
}

.page-template-default .hero-section+.video-section {
  padding-bottom: 60px;
}

.home .hero-section.hero-section-small .hero-section-inner {
  height: 100vh;
}

.video-section .section-inner {
  padding-bottom: 0;
}

.card-carousel-item {
  max-width: 405px;
  overflow: hidden;
}

.card-carousel-item .car-image {
  -webkit-transition: all 10s;
  -o-transition: all 10s;
  transition: all 10s;
}

.card-carousel-item .car-image img {
  width: 100%;
  height: auto;
  display: block;
}

.card-carousel-item:hover .car-image {
  -webkit-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.card-carousel-item .card-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-sizing: border-box;
}

.card-carousel-item .card-content.flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.card-carousel-item .card-content-links li:first-child a {
  padding-top: 0;
}

.card-carousel-item .card-content-links li a {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0;
  line-height: 20px;
  display: block;
  padding: 10px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-carousel-item .card-content-links li a:hover {
  color: #ff5700;
}

.card-carousel-item .card-content-title {
  position: relative;
  z-index: 2;
}

.card-carousel-item .card-content-title .description {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
}

.card-carousel-item .card-content-title .h3 {
  color: #fff;
  margin-bottom: 16px;
}

.card-carousel-item .card-content-title .h3 a {
  font-size: 32px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #fff;
  text-decoration: none;
  border: none;
}

.search-results-wrapper .search-post-lists .single-post:hover .excerpt,
.sidebar-event .keys-list .show-more-keys span {
  text-decoration: underline;
}

.card-carousel-item .card-content-title .h3 a:hover {
  color: #ff5700;
}

.card-carousel-item .card-content-title .more-link {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0;
  line-height: 20px;
  border-bottom: 1px #fff solid;
}

.card-carousel-item .card-content-title .more-link:hover {
  border-bottom-color: transparent;
  color: #ff5700;
}

.carousel-wrapper-offset {
  overflow: hidden;
  padding: 0 10px;
}

.carousel-wrapper-offset .full-width-slider {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.slider-lead .slider-lead-item {
  position: relative;
  overflow: hidden;
}

.slider-lead .slider-lead-item .slider-lead-image {
  overflow: hidden;
  -webkit-transition: all 10s;
  -o-transition: all 10s;
  transition: all 10s;
  max-height: 100vh;
}

.slider-lead .slider-lead-item .slider-lead-image img {
  display: block;
  width: 100%;
  height: auto;
}

.slider-lead .slider-lead-item:hover .slider-lead-image {
  -webkit-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.slider-lead .slider-lead-item .slider-lead-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.slider-lead .slider-lead-item .slider-lead-content .center-count {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-lead .slider-lead-item .slider-lead-content .center-count .value {
  font-weight: 900;
  font-size: 120px;
  color: #fff;
  letter-spacing: 0;
  line-height: 120px;
}

.slider-lead .slider-lead-item .slider-lead-content .center-count .value sup {
  position: absolute;
  right: -40px;
  top: -20px;
  color: #ff5700;
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
}

.slider-lead .slider-lead-item .slider-lead-content .center-count .subtitle {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  margin-top: 15px;
}

.slider-lead .slider-lead-item .slider-lead-content .bottom-content .h3 {
  margin-bottom: 24px;
  font-weight: 700;
  color: #fff;
}

.slider-lead .slider-lead-item .slider-lead-content .bottom-content .h3 a {
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
}

.slider-lead .slider-lead-item .slider-lead-content .bottom-content .h3 a:hover {
  color: #ff5700;
}

.slider-lead .slider-lead-item .slider-lead-content .bottom-content .link-arrow {
  color: #fff;
}

.slider-lead .slider-lead-item .slider-lead-content .bottom-content .link-arrow:hover {
  color: #ff5700;
}

.slider-button-navigation {
  margin-bottom: 0;
  padding: 0;
}

.slider-button-navigation .slider-button-navigation-item .slider-button-navigation-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 20px;
  color: #2d2d2d;
  letter-spacing: 0;
  line-height: 28px;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  padding: 10px 0;
  border: none;
  background-color: transparent;
}

.slider-button-navigation .slider-button-navigation-item .slider-button-navigation-button span[class*="image-"] img {
  display: block;
  max-width: 80%;
  max-height: 80%;
}

.slider-button-navigation .slider-button-navigation-item .slider-button-navigation-button span[class*="image-"],
.slider-button-navigation .slider-button-navigation-item .slider-button-navigation-button span[class*="icon-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #2d2d2d;
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #eee;
  -webkit-transition: color 0.4s, background-color 0.4s;
  -o-transition: color 0.4s, background-color 0.4s;
  transition: color 0.4s, background-color 0.4s;
  margin-right: 24px;
}

.slider-button-navigation .slider-button-navigation-item .slider-button-navigation-button.active,
.slider-button-navigation .slider-button-navigation-item .slider-button-navigation-button:hover {
  color: #ff5700;
}

.slider-button-navigation .slider-button-navigation-item .slider-button-navigation-button.active span[class*="image-"],
.slider-button-navigation .slider-button-navigation-item .slider-button-navigation-button.active span[class*="icon-"] {
  background-color: #03c7d6;
  color: #fff;
}

.full-width-slider .swiper-slide {
  max-width: 385px;
}

.full-width-slider .swiper-slide__medium {
  max-width: 575px;
}

.full-width-slider .swiper-slide__medium .card-carousel-item {
  width: 100%;
  max-width: 100%;
}

.logo-carousel {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.logo-carousel .swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-carousel .carousel-logo-item .partner-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.mobile-pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 2px;
}

.mobile-pagination.slide-pag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: rgba(45, 45, 45, 0.4);
  opacity: 1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.mobile-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ff5700;
  box-shadow: 0 0 0 2px #ff5700;
}

.mobile-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
  margin-left: 10px;
}

.article {
  position: relative;
  overflow: hidden;
}

.article-image {
  -webkit-transition: all 10s;
  -o-transition: all 10s;
  transition: all 10s;
}

.article-image img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.article-content,
.article-play-video {
  display: -webkit-box;
  display: -ms-flexbox;
}

.article:hover .article-image {
  -webkit-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.article-play-video,
.popup-wrapper .popup-header .close {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.article-play-video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
  color: #ff5700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
}

.article-content,
.article-tag {
  position: absolute;
  left: 0;
  top: 0;
}

.article-play-video:hover {
  background-color: #ff5700;
  color: #fff;
}

.article-content {
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(315deg,
      rgba(45, 45, 45, 0.75) 0,
      rgba(45, 45, 45, 0.5) 100%);
  background-image: -o-linear-gradient(315deg,
      rgba(45, 45, 45, 0.75) 0,
      rgba(45, 45, 45, 0.5) 100%);
  background-image: linear-gradient(135deg,
      rgba(45, 45, 45, 0.75) 0,
      rgba(45, 45, 45, 0.5) 100%);
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.article-tag {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0;
  line-height: 20px;
  padding: 10px 20px;
  background-color: #ff5700;
}

.article-label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #eee;
  font-size: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ff5700;
  font-weight: 900;
  overflow: hidden;
}

.article-label img {
  max-width: 85px;
  max-height: 55px;
}

.article-title {
  color: #fff;
  max-width: 80%;
  margin-bottom: 0;
}

.article-title a {
  color: #fff;
}

.article-title a:hover {
  color: #ff5700;
}

.article-link {
  margin-top: 20px;
}

.article-link a {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0;
  line-height: 20px;
  display: inline-block;
  border-bottom: 1px #fff solid;
}

.article-link a:hover {
  color: #ff5700;
  border-bottom-color: transparent;
}

.article.article-full-width .article-title {
  max-width: 44%;
}

.post-block-equal-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-block-equal-height .article-height1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

.post-block-equal-height .article-height1 .article-image {
  height: 100%;
}

.post-block-equal-height .article-height1 .article-image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#mega-menu-wrap-menu-1 {
  background: 0 0;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item,
#mega-menu-wrap-menu-1 .mega-menu li.mega-menu-item {
  background: 0 0 !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-toggle-on a.mega-menu-link,
#mega-menu-wrap-menu-1 .mega-menu li.mega-menu-item.mega-toggle-on a.mega-menu-link {
  font-weight: 500;
  background: 0 0;
  color: #ff5700;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item a.mega-menu-link,
#mega-menu-wrap-menu-1 .mega-menu li.mega-menu-item a.mega-menu-link {
  font-weight: 500;
  font-size: 16px;
  color: #5d5d5d;
  letter-spacing: 0;
  text-align: right;
  line-height: 20px;
  display: block !important;
  height: auto;
  padding: 30px 38px 30px 20px;
  border: none !important;
  position: relative;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item a.mega-menu-link .mega-indicator,
#mega-menu-wrap-menu-1 .mega-menu li.mega-menu-item a.mega-menu-link .mega-indicator {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute !important;
  right: 20px;
  top: 50%;
  font-size: 10px !important;
  margin-top: -10px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item a.mega-menu-link .mega-indicator::after,
#mega-menu-wrap-menu-1 .mega-menu li.mega-menu-item a.mega-menu-link .mega-indicator::after {
  content: "\e900" !important;
  font-family: icomoon !important;
  margin: 0 !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item a.mega-menu-link:hover,
#mega-menu-wrap-menu-1 .mega-menu li.mega-menu-item a.mega-menu-link:hover {
  font-weight: 500;
  background: 0 0 !important;
  color: #ff5700;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item a.mega-menu-link:hover .mega-indicator,
#mega-menu-wrap-menu-1 .mega-menu li.mega-menu-item a.mega-menu-link:hover .mega-indicator {
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item ul.mega-sub-menu,
#mega-menu-wrap-menu-1 .mega-menu li.mega-menu-item ul.mega-sub-menu {
  background: #fff;
  box-shadow: none;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item ul.mega-sub-menu>.mega-sub-menu,
#mega-menu-wrap-menu-1 .mega-menu li.mega-menu-item ul.mega-sub-menu>.mega-sub-menu {
  border-top: none !important;
  display: block !important;
}

.mega-menu li.mega-menu-item a.mega-menu-link {
  font-weight: 500;
  font-size: 16px;
  color: #5d5d5d;
  letter-spacing: 0;
  text-align: right;
  line-height: 20px;
}

.mega-menu li.mega-menu-item a.mega-menu-link:hover {
  color: #ff5700;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row {
  border-top: 1px solid rgba(21, 28, 28, 0.15);
  padding: 40px 0 80px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row.default-row-menu {
  padding: 40px 25px 0;
}

.primary-menu {
  position: relative;
}

.primary-menu .container,
.primary-menu .mega-menu,
.primary-menu .mega-menu-wrap,
.primary-menu .navigation,
.primary-menu .primary-menu-inner {
  position: static !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu .mega-menu-column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 292.5px;
  padding-left: 15px;
  padding-right: 15px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu .mega-menu-column.one-col-menu {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu .mega-menu-column span[class*="icon-"] {
  color: #ff5700;
  display: block;
  margin-bottom: 7px;
  min-height: 35px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu .mega-menu-column .icon-application,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu .mega-menu-column .icon-professional {
  font-size: 28px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu .mega-menu-column .icon-management {
  font-size: 35px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu .mega-menu-column .icon-infrastructure {
  font-size: 30px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu .mega-menu-column .icon-cloud {
  font-size: 25px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu .mega-menu-column .icon-marketplace {
  font-size: 29px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu .mega-menu-column .icon-platform,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu .mega-menu-column .icon-security {
  font-size: 30px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu .mega-menu-column ul.mega-sub-menu .mega-menu-item {
  padding: 0;
  min-height: 164px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu .mega-menu-column ul.mega-sub-menu .mega-menu-item:nth-child(2) {
  margin-bottom: 37px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu .mega-menu-column ul.mega-sub-menu .mega-menu-item h4 {
  font-weight: 500;
  font-size: 16px;
  color: #2d2d2d;
  letter-spacing: 0;
  line-height: 20px;
  text-transform: none;
  padding-bottom: 0;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu .mega-menu-column ul.mega-sub-menu .mega-menu-item .mmenu-list {
  margin: 0;
  padding: 0;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu .mega-menu-column ul.mega-sub-menu .mega-menu-item .mmenu-list li a {
  font-weight: 400;
  font-size: 16px;
  color: #5d5d5d;
  letter-spacing: 0;
  line-height: 32px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu .mega-menu-column ul.mega-sub-menu .mega-menu-item .mmenu-list li a:hover {
  color: #ff5700;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-item-align-float-left {
  position: relative;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-item-align-float-left .mega-menu-link+ul.mega-sub-menu {
  left: -20px;
  min-width: 288px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu {
  padding: 40px 30px;
  left: -20px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu:first-of-type {
  border-top: 1px rgba(21, 28, 28, 0.15) solid;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  background: #fff;
  font-weight: 400;
  font-size: 16px;
  color: #5d5d5d;
  letter-spacing: 0;
  line-height: 32px;
  display: block;
  text-align: left;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
  color: #ff5700;
}

.top-menu .mobile-logo {
  display: none;
}

.admin-bar .sticky-page-navigation {
  top: 32px;
}

.scrolled-section-wrapper section:first-child {
  padding-top: 0 !important;
}

.sticky-page-navigation {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 10;
}

.sticky-page-navigation .menu-col {
  position: relative;
}

.sticky-page-navigation .menu-col.has-cta-btn {
  padding: 0 150px;
}

.sticky-page-navigation .menu-col.has-cta-btn .cta-sticky-block {
  position: absolute;
  right: 15px;
  top: 0;
}

.sticky-page-navigation .menu-col.has-cta-btn .cta-sticky-block .btn {
  display: block;
  padding: 19px 35px;
}

.page-nav-menu,
.top-mob-menu {
  display: -webkit-box;
  display: -ms-flexbox;
}

.page-nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-nav-menu li .menu-nav-btn {
  font-weight: 500;
  display: block;
  padding: 20px;
  cursor: pointer;
  font-size: 16px;
  color: #5d5d5d;
  letter-spacing: 0;
  text-align: right;
  line-height: 20px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu .mega-menu-column ul.mega-sub-menu .mega-menu-item h4 a:hover,
.page-nav-menu li .menu-nav-btn.active-nav,
.page-nav-menu li .menu-nav-btn:hover {
  color: #ff5700;
}

.progress-scroll-page {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

.progress-scroll-page .progress-scroll {
  height: 100%;
  width: 0;
  background: #ff5700;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.menu-trigger span,
.search-wrapper::before {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
  color: #ff5700;
  background: 0 0;
  font-weight: 500;
}

.mobile-menu-btn {
  border-left: 1px rgba(21, 28, 28, 0.15) solid;
  padding-left: 20px;
}

.menu-trigger {
  display: block;
  height: 24px;
  width: 20px;
  padding: 0;
  position: relative;
}

.menu-trigger span {
  position: absolute;
  width: 20px;
  display: block;
  height: 2px;
  background: #5d5d5d;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}

.menu-trigger span:nth-child(1) {
  top: 6.5px;
  left: 0;
}

.menu-trigger span:nth-child(2) {
  top: 12px;
  left: 0;
}

.menu-trigger.active span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 10px;
}

.menu-trigger.active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 10px;
}

.mobile-menu-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
}

.mobile-menu-wrapper .mobile-menu-content {
  padding-top: 70px;
}

.mobile-menu-wrapper .mobile-menu {
  height: 100vh;
  overflow-y: auto;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-overflow-scrolling: touch;
}

.mobile-menu-wrapper.active .mobile-menu {
  -webkit-animation: 1s menuShow forwards;
  -o-animation: 1s menuShow forwards;
  animation: 1s menuShow forwards;
  -webkit-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.mobile-menu-wrapper .btn-block {
  padding: 0 20px;
}

.mobile-menu-wrapper .btn-block .btn {
  width: 100%;
  display: block;
}

@-webkit-keyframes menuShow {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes menuShow {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes menuShow {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

.top-menu-mobile {
  margin-bottom: 35px;
}

.top-mob-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.search-form .search-submit,
.top-mob-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
}

.top-mob-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 15px;
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: right;
  color: #5d5d5d;
}

.top-mob-menu li a span {
  margin-right: 10px;
}

.top-mob-menu li a span.icon-user {
  font-size: 17px;
}

.top-mob-menu li a span.icon-support {
  font-size: 14px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu .mega-menu-column ul.mega-sub-menu .mega-menu-item h4 {
  margin-bottom: 16px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu .mega-menu-column ul.mega-sub-menu .mega-menu-item+.mega-menu-item {
  margin-top: 37px;
}

.search-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  display: none;
}

.search-wrapper::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(45, 45, 45, 0.5);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}

.search-wrapper .container {
  position: relative;
}

.search-wrapper .search-inner {
  background-color: #ff5700;
  padding-top: 180px;
  padding-bottom: 80px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.search-wrapper .close-search {
  position: absolute;
  right: 15px;
  top: -70px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0;
  text-align: right;
  line-height: 20px;
  border: none;
  padding: 10px 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.search-wrapper .close-search:hover {
  color: #2d2d2d;
}

.search-wrapper.active-search::before {
  -webkit-animation: 0.7s opacityIn forwards;
  -o-animation: 0.7s opacityIn forwards;
  animation: 0.7s opacityIn forwards;
  -webkit-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.search-wrapper.active-search .search-inner {
  -webkit-animation: 0.7s traslateY forwards;
  -o-animation: 0.7s traslateY forwards;
  animation: 0.7s traslateY forwards;
  -webkit-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.search-form {
  position: relative;
}

.search-form .screen-reader-text {
  display: none;
}

.search-form label {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 100px;
}

.search-form .search-field {
  width: 100%;
  display: block;
  border: none;
  box-shadow: none;
  font-weight: 900;
  font-size: 64px;
  color: #fff;
  letter-spacing: 0;
  line-height: 72px;
  padding: 0;
}

.search-form .search-field::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.25;
}

.search-form .search-field::-moz-placeholder {
  color: #fff;
  opacity: 0.25;
}

.search-form .search-field:-ms-input-placeholder {
  color: #fff;
  opacity: 0.25;
}

.search-form .search-field::-ms-input-placeholder {
  color: #fff;
  opacity: 0.25;
}

.search-form .search-field::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.25;
}

.search-form .search-field:-ms-input-placeholder {
  color: #fff;
  opacity: 0.25;
}

.search-form .search-field::placeholder {
  color: #fff;
  opacity: 0.25;
}

.search-form .search-field:focus::-webkit-input-placeholder {
  opacity: 0;
}

.search-form .search-field:focus::-moz-placeholder {
  opacity: 0;
}

.search-form .search-field:focus:-ms-input-placeholder {
  opacity: 0;
}

.search-form .search-field:focus::-ms-input-placeholder {
  opacity: 0;
}

.search-form .search-field:focus::-webkit-input-placeholder {
  opacity: 0;
}

.search-form .search-field:focus:-ms-input-placeholder {
  opacity: 0;
}

.search-form .search-field:focus::placeholder {
  opacity: 0;
}

.search-form .search-submit {
  border: none;
  padding: 0 15px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 48px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.search-form .search-submit:hover {
  color: #2d2d2d;
}

.search-trigger {
  padding: 0;
  border: none;
  background: 0 0;
}

.addresses-map-block__item.active:before,
.addresses-map-section .addresses-map-block__item.active:before {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 10px solid #2d2d2d;
  bottom: -10px;
  left: 50%;
}

@-webkit-keyframes traslateY {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes traslateY {
  from {
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  to {
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes traslateY {
  from {
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  to {
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes opacityIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-o-keyframes opacityIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes opacityIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.pt-120 {
  padding-top: 120px;
}

.ps-rel {
  position: relative;
}

.addresses-section {
  margin-bottom: 120px;
}

.addresses-section .addresses-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.addresses-section .addresses-block__item {
  background-color: #f7f7f7;
  width: calc(100% / 3 - 40px / 3);
  margin-right: 20px;
  padding: 48px 32px;
  text-align: center;
  margin-bottom: 20px;
}

.addresses-section .addresses-block__item:nth-child(3n) {
  margin-right: 0;
}

.addresses-section .addresses-block__item img {
  width: 130px;
  height: 130px;
  -o-object-fit: cover;
  object-fit: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 24px;
}

.addresses-map-block__item,
.addresses-map-block__item--top {
  display: -webkit-box;
  display: -ms-flexbox;
}

.addresses-section .addresses-block__item h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #2d2d2d;
  margin-bottom: 8px;
}

.addresses-section .addresses-block__item p {
  font-size: 16px;
  line-height: 1.38;
  color: #2d2d2d;
  margin-bottom: 24px;
}

.addresses-section .addresses-block__item a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  color: #ff5700;
  width: calc(100% - 16px);
  margin: 0 8px;
  padding: 19px;
}

.addresses-section .addresses-block__item a:hover {
  background-color: #ff5700;
  color: #fff;
}

.addresses-map-block__item {
  width: 100%;
  margin-right: 20px;
  background-color: #f7f7f7;
  color: #2d2d2d;
  padding: 48px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.addresses-map-block__item h4,
.addresses-map-block__item p {
  color: #2d2d2d;
}

.addresses-map-block__item.active h4,
.addresses-map-block__item.active p,
.main-col-bg.theme-dark-grey .addresses-map-block__item--bottom p,
.main-col-bg.theme-dark-grey .addresses-map-block__item--top h4,
.main-col-bg.theme-dark .addresses-map-block__item--bottom p,
.main-col-bg.theme-dark .addresses-map-block__item--top h4,
.main-col-bg.theme-orange .addresses-map-block__item--bottom p,
.main-col-bg.theme-orange .addresses-map-block__item--top h4,
.main-col-bg.theme-teal .addresses-map-block__item--bottom p,
.main-col-bg.theme-teal .addresses-map-block__item--top h4 {
  color: #fff;
}

.addresses-map-block__item:nth-child(2n) {
  margin-right: 0;
}

.addresses-map-block__item.active {
  color: #fff;
  position: relative;
}

.addresses-map-block__item.active:before {
  width: 0;
  height: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.addresses-map-block__item--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}

.addresses-map-block__item--top img.flag {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 24px;
}

.addresses-map-block__item--top h4 {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.14;
  margin-bottom: 0;
}

.addresses-map-block__item--bottom {
  height: calc(100% - 84px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.addresses-map-block__item--bottom p {
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 1.67;
}

.addresses-map-block__item--bottom a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  padding: 19px 65px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.theme-dark-grey .addresses-map-block__item,
.theme-dark .addresses-map-block__item,
.theme-light-grey .addresses-map-block__item,
.theme-orange .addresses-map-block__item,
.theme-teal .addresses-map-block__item {
  background: 0 0;
}

.main-col-bg.theme-teal {
  background: #03c7d6;
}

.main-col-bg.theme-light-grey {
  background: #f7f7f7;
}

.justify-content-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.addresses-map-section {
  margin-bottom: 610px;
}

.addresses-map-section .addresses-map-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.addresses-map-section .addresses-map-block__item {
  width: calc(50% - 10px);
  margin-right: 20px;
  background-color: #f7f7f7;
  color: #2d2d2d;
  padding: 48px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.addresses-map-section .addresses-map-block__item h4,
.addresses-map-section .addresses-map-block__item p {
  color: #2d2d2d;
}

.addresses-map-section .addresses-map-block__item:nth-child(2n) {
  margin-right: 0;
}

.addresses-map-section .addresses-map-block__item.active {
  background-color: #2d2d2d;
  color: #fff;
  position: relative;
}

.addresses-map-section .addresses-map-block__item.active:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.addresses-map-section .addresses-map-block__item.active h4,
.addresses-map-section .addresses-map-block__item.active p {
  color: #fff;
}

.addresses-map-section .addresses-map-block__item--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}

.addresses-map-section .addresses-map-block__item--top img.flag {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 24px;
}

.addresses-map-section .addresses-map-block__item--top h4 {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.14;
  margin-bottom: 0;
}

.addresses-map-section .addresses-map-block__item--bottom {
  height: calc(100% - 84px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.addresses-map-section .addresses-map-block__item--bottom p {
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 1.67;
}

.addresses-map-section .addresses-map-block__item--bottom a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  padding: 19px 65px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.addresses-map-section .acf-map {
  width: 100%;
  position: absolute;
  left: 0;
  height: 870px;
  top: 48px;
}

.people-cards-section .people-cards-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.people-cards-section .people-cards-wrapper__item {
  width: calc(100% / 3 - 40px / 3);
  margin-right: 20px;
  background-color: #f7f7f7;
  padding: 48px;
  text-align: center;
  margin-bottom: 20px;
  cursor: pointer;
}

.people-cards-section .people-cards-wrapper__item:nth-child(3n) {
  margin-right: 0;
}

.people-cards-section .people-cards-wrapper__item img {
  width: 130px;
  height: 130px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 24px;
}

.people-cards-section .people-cards-wrapper__item h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #2d2d2d;
  margin-bottom: 8px;
}

.people-cards-section .people-cards-wrapper__item p {
  font-size: 16px;
  line-height: 1.25;
  color: #2d2d2d;
  margin-bottom: 24px;
}

.people-cards-section .people-cards-wrapper__item .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.people-cards-section .people-cards-wrapper__item .socials a {
  margin-right: 10px;
}

.people-cards-section .people-cards-wrapper__item .socials a img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 0;
}

.popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(43, 45, 47, 0.7);
  font-size: 1.8rem;
  overflow: auto;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (max-width: 767px) {
  .popup-wrapper {
    top: 0;
    height: 100vh;
  }
}

.popup-wrapper.active {
  visibility: visible;
  opacity: 1;
}

.popup-wrapper .popup-header {
  width: calc(100% - 720px);
  height: 100%;
  left: 0;
}

.popup-wrapper .popup-header .close {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  background: 0 0;
  font-size: 24px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: -0.29px;
  text-align: center;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.faq-item .faq-trigger .plus::before,
.popup-wrapper .popup {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.popup-wrapper .popup-header .close:hover {
  color: #ff5700;
}

.popup-wrapper .popup-header .close svg {
  margin-left: 16px;
}

.popup-wrapper.popup-bio .popup .popup__top .social a,
.popup-wrapper.popup-bio .popup-header .close:hover {
  margin-left: 10px;
}

.popup-wrapper .popup {
  position: absolute;
  overflow-y: auto;
  overflow-x: hidden;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 720px;
  height: 100%;
  width: 100%;
  background: 0 0;
}

@media (max-width: 991px) {
  .popup-wrapper .popup {
    top: 50%;
  }
}

.popup-wrapper.popup-bio {
  max-width: 100%;
  left: auto;
}

.popup-wrapper.popup-bio .popup-header {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.popup-wrapper.popup-bio .popup-header .close {
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.popup-wrapper.popup-bio .popup {
  height: 100%;
  padding: 64px 135px 64px 64px;
  max-height: 100%;
  left: auto;
  right: 0;
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
  top: 0;
  background: #fff;
}

@media (max-width: 767px) {
  .popup-wrapper .popup-header .close {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.19px;
  }

  .popup-wrapper.popup-bio .popup {
    padding: 60px;
  }
}

@media (max-width: 450px) {
  .popup-wrapper.popup-bio .popup {
    padding: 24px;
  }
}

.popup-wrapper.popup-bio .popup img.image {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 24px;
}

.popup-wrapper.popup-bio .popup .popup__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.certificates-section .certificate-container__top,
.video-left-section .video-row {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
}

.popup-wrapper.popup-bio .popup .popup__top h3 {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.25;
  color: #2d2d2d;
  margin-bottom: 8px;
}

.popup-wrapper.popup-bio .popup .popup__top h4 {
  font-size: 16px;
  line-height: 1.25;
  color: #2d2d2d;
  margin-bottom: 24px;
  font-weight: 400;
}

.popup-wrapper.popup-bio .popup .popup__top .social {
  margin-bottom: 24px;
}

.popup-wrapper.popup-bio .popup .popup__top .social a img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 0;
}

.popup-wrapper.popup-bio .popup p {
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #2d2d2d;
}

.video-left-section .section-inner {
  min-height: 520px;
}

.video-left-section .video-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.video-left-section .video-left__video {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  height: 520px;
}

.video-left-section .video-left__video .video-cover img {
  height: 520px;
  -o-object-fit: cover;
  object-fit: cover;
}

.video-left-section .video-left__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-left: 90px;
}

.video-left-section .video-left__content-inner {
  max-width: 495px;
}

.video-left-section .video-left__content h2 {
  font-size: 56px;
  font-weight: 900;
  line-height: 1.29;
  color: #2d2d2d;
  margin-bottom: 40px;
}

.video-left-section .video-left__content p {
  font-size: 18px;
  line-height: 1.67;
  color: #2d2d2d;
}

.infographics-three-column-section h2 {
  text-align: center;
  padding-bottom: 80px;
}

.infographics-three-column-section .infographic-block {
  width: calc(100% / 3);
  margin-bottom: 80px;
  position: relative;
}

.infographics-three-column-section .infographic-block:after {
  content: "";
  width: 1px;
  height: 100px;
  opacity: 0.1;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
}

.infographics-three-column-section .infographic-block:nth-child(3n):after {
  display: none;
}

.infographics-three-column-section .infographic-block .infographic-count__count,
.infographics-three-column-section .infographic-block .infographic-count__count sup,
.infographics-three-column-section .infographic-block .infographic-count__description {
  color: unset;
}

.infographics-three-column-section .section-inner {
  background-size: cover;
  background-position: center;
}

.infographics-three-column-section .section-inner.section-theme-dark-grey {
  color: #fff !important;
}

.infographics-three-column-section .section-inner.section-theme-dark-grey sup {
  color: #03c7d6;
}

.infographics-three-column-section .section-inner.section-theme-dark {
  color: #fff !important;
}

.infographics-three-column-section .section-inner.section-theme-dark sup {
  color: #03c7d6;
}

.infographics-three-column-section .section-inner.section-theme-light-grey {
  color: #2d2d2d;
}

.infographics-three-column-section .section-inner.section-theme-light-grey sup {
  color: #03c7d6;
}

.infographics-three-column-section .section-inner.section-theme-white {
  color: #2d2d2d;
}

.infographics-three-column-section .section-inner.section-theme-white sup {
  color: #03c7d6;
}

.certificates-section .section-theme-dark-grey .arrow-left,
.certificates-section .section-theme-dark-grey .arrow-right,
.certificates-section .section-theme-dark-grey .swiper-pagination-bullet,
.certificates-section .section-theme-dark-grey h2,
.certificates-section .section-theme-dark .arrow-left,
.certificates-section .section-theme-dark .arrow-right,
.certificates-section .section-theme-dark .swiper-pagination-bullet,
.certificates-section .section-theme-dark h2,
.infographics-three-column-section .section-inner.section-theme-teal {
  color: #fff;
}

.fw-cta-section .section-inner {
  background-size: cover;
  background-position: center;
}

.fw-cta-section .section-inner .arrow-btn {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  color: #fff;
}

.certificates-section .section-theme-white .arrow-left,
.certificates-section .section-theme-white .arrow-right,
.certificates-section .section-theme-white .swiper-pagination-bullet,
.certificates-section .section-theme-white h2 {
  color: #2d2d2d;
}

.certificates-section .certificate-container__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 65px;
}

.certificates-section .certificate-container__top .certificates-title h2 {
  font-size: 32px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  margin-bottom: 0;
}

.certificates-section .certificate-container__top .certificates-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.certificates-section .certificate-container__top .certificates-navigation .arrow-left {
  font-size: 20px;
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 32px;
}

.certificates-section .certificate-container__top .certificates-navigation .arrow-right {
  font-size: 20px;
  margin-left: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.certificates-section .certificate-container__top .certificates-navigation .swiper-pagination-bullet {
  opacity: 0.25;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 20px;
}

.certificates-section .certificate-container__top .certificates-navigation .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.certificates-section .certificate-container__top .certificates-navigation .swiper-pagination-bullet-active {
  background-color: #ff5700;
  opacity: 1;
}

.certificates-section .certificate-container__top .certificates-navigation .arrow-left.swiper-button-disabled,
.certificates-section .certificate-container__top .certificates-navigation .arrow-right.swiper-button-disabled {
  opacity: 0.25;
}

.certificates-section .certificate-container .swiper-slide {
  position: relative;
}

.certificates-section .certificate-container .swiper-slide img {
  max-height: 72px;
  max-width: 72px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 14px auto;
  display: block;
}

.certificates-section .certificate-container .swiper-slide:after {
  content: "";
  width: 1px;
  height: 100px;
  opacity: 0.1;
  background-color: #fff;
  position: absolute;
  top: 0;
}

.masonry-wrapper {
  display: -ms-grid;
  display: grid;
}

.masonry-wrapper .single-article {
  position: relative;
}

.masonry-wrapper .single-article img {
  width: 100%;
  height: 308px;
  -o-object-fit: cover;
  object-fit: cover;
}

.masonry-wrapper .single-article .white {
  color: #fff;
}

.masonry-wrapper .single-article .dark-grey {
  color: #2d2d2d;
}

.masonry-wrapper .single-article .teal {
  color: #03c7d6;
}

.masonry-wrapper .single-article .orange {
  color: #ff5700;
}

.masonry-wrapper .single-article p.type {
  position: absolute;
  top: 48px;
  left: 48px;
  padding-right: 48px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.masonry-wrapper .single-article .content {
  position: absolute;
  bottom: 48px;
  left: 48px;
  padding-right: 48px;
}

.masonry-wrapper .single-article .content h2 {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: normal;
}

.masonry-wrapper .single-article .content h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 8px;
}

.masonry-wrapper .single-article.article-0 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}

.masonry-wrapper .single-article.article-1 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}

.masonry-wrapper .single-article.article-2 {
  -ms-grid-column-span: 2;
  -ms-grid-column: 1;
  grid-column: 1 / span 2;
}

.masonry-wrapper .single-article.article-3 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row-span: 2;
  -ms-grid-row: 1;
  grid-row: 1 / span 2;
}

.masonry-wrapper .single-article.article-3 img {
  height: 616px;
}

.solution-slider-section .section-inner {
  padding-top: 60px;
}

.solution-slider-section .service-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
}

.solution-slider-section .service-icon img {
  max-width: 160px;
  max-height: 77px;
  -o-object-fit: contain;
  object-fit: contain;
}

.top-subhead__icon-logo {
  border-radius: unset;
  background: 0 0;
}

.top-subhead__icon-logo img {
  max-height: 75px;
  -o-object-fit: contain;
  object-fit: contain;
}

.article-quote .quote {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 16px;
}

.article-quote__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.article-quote__author img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 20px;
}

.article-quote__author .position {
  font-size: 18px;
  line-height: 1.67;
  color: #fff;
}

.positions-section h2 {
  font-size: 56px;
  font-weight: 900;
  line-height: 1.29;
}

.positions-section .positions-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
}

.positions-section .positions-wrapper .positions-categories {
  margin-right: 90px;
  max-width: 255px;
}

.positions-section .positions-wrapper .positions-categories ul li {
  margin-bottom: 8px;
}

.positions-section .positions-wrapper .positions-categories ul li:last-child {
  margin-bottom: 0;
}

.positions-section .positions-wrapper .positions-categories ul li a {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: #2d2d2d;
}

.positions-section .positions-wrapper .positions-categories ul li a.active {
  color: #ff5700;
}

.positions-section .positions-wrapper .positions-lists {
  width: calc(100% - 255px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.positions-section .positions-wrapper .positions-lists__single {
  width: 100%;
  background-color: #f7f7f7;
  padding: 48px;
  position: relative;
  margin-bottom: 10px;
}

.positions-section .positions-wrapper .positions-lists__single h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 8px;
}

.positions-section .positions-wrapper .positions-lists__single-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.positions-section .positions-wrapper .positions-lists__single-bottom .address {
  font-size: 16px;
  line-height: 1.5;
}

.positions-section .positions-wrapper .positions-lists__single-bottom span {
  font-size: 20px;
}

.positions-section .positions-wrapper .positions-lists__single .category {
  font-size: 16px;
  line-height: 1.25;
  color: #fff;
  background-color: #ff5700;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 0;
}

.email-block-section .section-theme-white a,
.email-block-section .section-theme-white h2,
.email-block-section .section-theme-white h3 {
  color: #2d2d2d;
}

.email-block-section .section-theme-dark-grey a,
.email-block-section .section-theme-dark-grey h2,
.email-block-section .section-theme-dark-grey h3 {
  color: #fff;
}

.email-block-section .section-theme-dark a,
.email-block-section .section-theme-dark h2,
.email-block-section .section-theme-dark h3 {
  color: #fff;
}

.email-block-section .section-theme-light-grey a,
.email-block-section .section-theme-light-grey h2,
.email-block-section .section-theme-light-grey h3 {
  color: #2d2d2d;
}

.email-block-section .section-theme-teal a,
.email-block-section .section-theme-teal h2,
.email-block-section .section-theme-teal h3 {
  color: #fff;
}

.email-block-section .email-block-wrapper {
  padding: 120px 0;
  text-align: center;
}

.email-block-section .email-block-wrapper h3 {
  font-size: 18px;
  line-height: 1.33;
  font-weight: 400;
}

.email-block-section .email-block-wrapper h2 a {
  font-size: 56px;
  font-weight: 900;
  line-height: 1.29;
}

.not-found {
  padding-top: 120px;
  padding-bottom: 120px;
}

.not-found-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.not-found-wrapper .left-side {
  min-width: 480px;
  max-width: 480px;
}

.not-found-wrapper .left-side h2 {
  font-size: 64px;
  font-weight: 900;
  line-height: 1.13;
  color: #2d2d2d;
  margin-bottom: 16px;
}

.not-found-wrapper .left-side p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.67;
  color: #2d2d2d;
  margin-bottom: 40px;
}

.not-found-wrapper .left-side .btn-orange {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  padding: 20px;
  width: 290px;
}

.not-found-wrapper .right-side {
  width: calc(100% - 480px);
  margin-left: 100px;
}

.not-found-wrapper .right-side img {
  width: 100%;
}

.search-hero-section .hero-section-inner {
  height: 72vh;
}

.search-hero-section .hero-section-inner .hero-content {
  padding-top: 220px !important;
}

.search-results-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-results-wrapper .category-lists {
  width: 260px;
}

.search-results-wrapper .category-lists ul li {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: #2d2d2d;
  margin-bottom: 8px;
  cursor: pointer;
}

.search-results-wrapper .category-lists ul li.active {
  color: #ff5700;
}

.search-results-wrapper .search-post-lists {
  width: calc(100% - 260px);
}

.search-results-wrapper .search-post-lists .single-post {
  margin-bottom: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.search-results-wrapper .search-post-lists .single-post__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}

.search-results-wrapper .search-post-lists .single-post__top h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0;
}

.search-results-wrapper .search-post-lists .single-post__top .category {
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  background-color: #ff5700;
  padding: 5px 20px;
  margin-left: 16px;
}

.search-results-wrapper .search-post-lists .single-post .excerpt {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.33;
  color: #2d2d2d;
}

.search-results-wrapper .search-post-lists .single-post:hover h3 {
  color: #ff5700;
}

.hero-search-form {
  position: relative;
  margin-top: 56px;
}

.hero-search-form input {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: normal;
  color: #fff;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.hero-search-form .clear-search {
  position: absolute;
  top: 0;
  right: 82px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.67;
  color: #ff5700;
  background-color: #fff;
  padding: 11px 24px;
  text-transform: uppercase;
  cursor: pointer;
}

.hero-search-form .btn-search-submit {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 32px;
  color: #fff;
}

.loadmore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #5d5d5d;
}

.privacy-section .section-inner {
  padding-top: 180px;
}

.privacy-section .section-inner .description {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: #2d2d2d;
  margin-bottom: 24px;
}

.privacy-section .section-inner h2 {
  font-size: 64px;
  font-weight: 900;
  line-height: 1.13;
  color: #2d2d2d;
  margin-bottom: 80px;
}

.privacy-section .section-inner .privacy-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.privacy-section .section-inner .privacy-content__titles {
  width: 260px;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  display: table;
}

.privacy-section .section-inner .privacy-content__titles li {
  margin-bottom: 8px;
}

.privacy-section .section-inner .privacy-content__text-single,
.tab-filter,
.tab-title .h2 {
  margin-bottom: 40px;
}

.privacy-section .section-inner .privacy-content__titles li a {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: #2d2d2d;
  cursor: pointer;
}

.dropdown-custom .dropdown-item .dropdown-item-button,
.dropdown-custom .trigger-dropdown {
  line-height: 28px;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: normal;
  font-stretch: normal;
  font-style: normal;
}

.privacy-section .section-inner .privacy-content__titles li a.active {
  color: #ff5700;
}

.privacy-section .section-inner .privacy-content__text {
  width: calc(100% - 260px);
}

.privacy-section .section-inner .privacy-content__text.full-width-privacy {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}

.content-single+.privacy-content {
  margin-top: 50px;
}

.tab-content-col {
  padding-left: 60px;
}

.dropdown-custom {
  position: relative;
}

.dropdown-custom .trigger-dropdown {
  padding: 26px 50px 26px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #d1d1d1;
  border-radius: 0;
  color: #2d2d2d;
  width: 100%;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.dropdown-custom .trigger-dropdown .icon-arrow {
  position: absolute;
  right: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.dropdown-custom .trigger-dropdown.active,
.dropdown-custom .trigger-dropdown:hover {
  color: #ff5700;
}

.dropdown-custom .trigger-dropdown.active .icon-arrow {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

.dropdown-custom .dropdown-menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border: 1px solid #d1d1d1;
  border-top: none;
  z-index: 2;
  background: #fff;
  display: none;
}

.dropdown-custom .dropdown-item .dropdown-item-button {
  display: block;
  width: 100%;
  padding: 20px 32px;
  color: #2d2d2d;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.dropdown-custom .dropdown-item .dropdown-item-button.active {
  background: #ff5700;
  color: #fff !important;
}

.dropdown-custom .dropdown-item .dropdown-item-button:hover {
  color: #ff5700;
}

.collapse-block {
  background: #f5f5f5;
  margin-top: 16px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.collapse-block.active-collapse {
  background: #ff5700;
}

.collapse-block .collapse-head .trigger-collapse {
  padding: 26px 32px;
  display: block;
  width: 100%;
  border-radius: 0;
  text-align: left;
  position: relative;
  background: 0 0;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #2d2d2d;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}

.collapse-block .collapse-head .trigger-collapse .icon-arrow {
  position: absolute;
  right: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.collapse-block .collapse-head .trigger-collapse:hover {
  color: #ff5700;
}

.collapse-block .collapse-head .trigger-collapse.active {
  color: #fff;
}

.collapse-block .collapse-head .trigger-collapse.active .icon-arrow {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

.collapse-block .collapse-body {
  display: none;
}

.version-list-db .version-list-db-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 32px 32px;
}

.version-list-db .version-list-db-inner .db-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.version-list-db .version-list-db-inner .db-item a {
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #fff;
  text-align: center;
}

.tab-navigation .tab-navigation__item .tab-navigation__btn,
.tab-navigation .tab-navigation__item.tab-navigation__item-ancor a {
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  display: block;
  padding: 12px 0;
  background: 0 0;
  border: none;
  letter-spacing: normal;
  cursor: pointer;
}

.version-list-db .version-list-db-inner .db-item a:hover {
  opacity: 0.8;
}

.tab-navigation .tab-navigation__item .tab-navigation__btn {
  color: #2d2d2d;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.tab-navigation .tab-navigation__item .tab-navigation__btn.active,
.tab-navigation .tab-navigation__item .tab-navigation__btn:hover {
  color: #ff5700;
}

.tab-navigation .tab-navigation__item.tab-navigation__item-ancor a {
  color: #ff5700;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.tab-navigation .tab-navigation__item.tab-navigation__item-ancor a:hover {
  color: #2d2d2d;
}

@media (max-width: 767px) {
  .tab-navigation .tab-navigation__item.tab-navigation__item-ancor a {
    font-size: 16px;
  }
}

.category-hero-section .article-blog__author .name,
.category-hero-section .date-post {
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
}

.tab-navigation .tab-navigation__item.tab-navigation__item-ancor-first {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .tab-navigation .tab-navigation__item.tab-navigation__item-ancor-first {
    margin-top: 0;
  }
}

.articles-section .section-inner {
  padding: 60px 0;
}

.category-hero-section {
  padding-bottom: 60px;
}

.category-hero-section .section-inner {
  padding-top: 300px;
  padding-bottom: 120px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.category-hero-section .date-post {
  letter-spacing: normal;
  color: #fff;
  margin-bottom: 24px;
}

.category-hero-section .article-blog__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 24px;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.category-hero-section .article-blog__author .avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}

.category-hero-section .article-blog__author .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.category-hero-section .article-blog__author .name {
  letter-spacing: normal;
  color: #fff;
  padding-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.category-hero-section .description,
.category-hero-section .description p {
  line-height: 1.67;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  color: #fff;
  font-stretch: normal;
  font-style: normal;
}

.category-hero-section .h2 {
  color: #fff;
  margin-bottom: 0;
}

.category-hero-section .description {
  margin-top: 16px;
  max-width: 55%;
}

.category-hero-section .description p {
  margin-bottom: 0;
}

.article-author-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}

.article-author-block .article-author__avatar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.article-author-block .article-author__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.article-author-block .article-author__title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 40px);
  flex: 0 0 calc(100% - 40px);
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #fff;
  padding-left: 16px;
}

.category-hero-search {
  margin-top: 8px;
}

.category-hero-search .search-form label {
  padding-right: 0;
}

.category-hero-search .search-form .search-field {
  padding: 33px 50px 33px 0;
  border-bottom: 1px rgba(255, 255, 255, 0.5) solid;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #fff;
}

.category-hero-search .search-form .search-field::-webkit-input-placeholder {
  opacity: 1;
}

.category-hero-search .search-form .search-field::-moz-placeholder {
  opacity: 1;
}

.category-hero-search .search-form .search-field:-ms-input-placeholder {
  opacity: 1;
}

.category-hero-search .search-form .search-field::-ms-input-placeholder {
  opacity: 1;
}

.category-hero-search .search-form .search-field::-webkit-input-placeholder {
  opacity: 1;
}

.category-hero-search .search-form .search-field:-ms-input-placeholder {
  opacity: 1;
}

.category-hero-search .search-form .search-field::placeholder {
  opacity: 1;
}

.category-hero-search .search-form .search-field:focus {
  border-bottom-color: #fff;
}

.category-hero-search .search-form .search-field:focus::-webkit-input-placeholder {
  opacity: 0;
}

.category-hero-search .search-form .search-field:focus::-moz-placeholder {
  opacity: 0;
}

.category-hero-search .search-form .search-field:focus:-ms-input-placeholder {
  opacity: 0;
}

.category-hero-search .search-form .search-field:focus::-ms-input-placeholder {
  opacity: 0;
}

.category-hero-search .search-form .search-field:focus::-webkit-input-placeholder {
  opacity: 0;
}

.category-hero-search .search-form .search-field:focus:-ms-input-placeholder {
  opacity: 0;
}

.category-hero-search .search-form .search-field:focus::placeholder {
  opacity: 0;
}

.category-hero-search .search-form .search-submit {
  right: 0;
  padding-right: 0;
  font-size: 32px;
}

.category-hero-search .search-form .search-submit:hover {
  color: #ff5700;
}

.article-blog {
  position: relative;
  height: 235px;
  overflow: hidden;
}

.article-blog .label-tag {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 20px;
  background: #ff5700;
  font-size: 16px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: right;
  color: #fff;
}

.article-blog .article-blog__info h4,
.article-blog .article-blog__info h4 a {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}

.article-blog .label-tag:first-letter {
  text-transform: uppercase;
}

.article-blog__image {
  height: 100%;
  width: 100%;
  -webkit-transition: all 10s;
  -o-transition: all 10s;
  transition: all 10s;
}

.article-blog__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.article-blog__content {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  padding: 48px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.article-blog .article-blog__info {
  margin-top: 16px;
}

.article-blog .article-blog__info h4 {
  margin-bottom: 16px;
}

.article-blog .article-blog__info h4 a:hover {
  color: #ff5700;
}

.article-blog .article-blog__info .more-link {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #fff;
  border-bottom: 1px #fff solid;
}

.article-blog .article-blog__info .more-link:hover {
  color: #ff5700;
  border-bottom-color: transparent;
}

.article-blog.article-blog-without-thumb {
  height: auto;
}

.article-blog.article-blog-without-thumb .label-tag {
  top: 25px;
}

.article-blog.article-blog-without-thumb .article-blog__info h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.article-blog.article-blog-without-thumb .article-blog__info .more-link,
.article-blog.article-blog-without-thumb .article-blog__info h4,
.article-blog.article-blog-without-thumb .article-blog__info h4 a,
.article-blog.article-blog-without-thumb .article-blog__meta .article-blog__author .name,
.article-blog.article-blog-without-thumb .article-blog__meta .article-blog__date {
  color: #2d2d2d;
}

.article-blog.article-blog-without-thumb .article-blog__info .more-link {
  border-bottom-color: #2d2d2d;
}

.article-blog.article-blog-without-thumb .article-blog__info .more-link:hover,
.article-blog.article-blog-without-thumb .article-blog__info h4 a:hover {
  color: #ff5700;
}

.article-blog__meta .article-blog__author .name,
.article-blog__meta .article-blog__date {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.33;
  color: #fff;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}

.article-blog.article-blog-without-thumb .article-blog__content {
  position: static;
  padding: 25px 48px;
}

.article-blog__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.article-blog__meta .article-blog__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.article-blog__meta .article-blog__author .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.article-blog__meta .article-blog__author .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.article-blog__meta .article-blog__author .name {
  padding-left: 16px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 40px);
  flex: 0 0 calc(100% - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.article-col article+article {
  margin-top: 10px;
}

.filter-list .filter-btn {
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #2d2d2d;
  display: block;
  padding: 4px 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background: 0 0;
  border: none;
}

.filter-list .filter-btn.active,
.filter-list .filter-btn:hover {
  color: #ff5700;
}

.content-single ol li,
.content-single p,
.content-single ul li {
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #2d2d2d;
}

.col-9 .content-single {
  padding-right: 75px;
}

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

.content-single p {
  margin-bottom: 0;
}

.content-single p+ol,
.content-single p+ul {
  margin-top: 16px;
}

.content-single p+p {
  margin-top: 30px;
}

.content-single p+h2,
.content-single p+h3,
.content-single p+h4 {
  margin-top: 40px;
}

.content-single ol li+li,
.content-single ul li+li {
  margin-top: 8px;
}

.content-single ol+h2,
.content-single ol+h3,
.content-single ol+h4,
.content-single ol+p,
.content-single ul+h2,
.content-single ul+h3,
.content-single ul+h4,
.content-single ul+p {
  margin-top: 40px;
}

.content-single ol {
  margin-left: 30px;
  list-style: none;
  counter-reset: my-awesome-counter;
}

.content-single ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding-left: 25px;
}

.content-single ol li::before {
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
  content: counter(my-awesome-counter) ". ";
}

.content-single ul {
  list-style: disc;
  margin-left: 45px;
}

.content-single .wp-block-image {
  margin-top: 40px;
  margin-bottom: 40px;
}

.content-single .wp-block-image figure,
.content-single .wp-block-image img {
  width: 100%;
}

.content-single h2,
.content-single h3,
.content-single h4 {
  margin-bottom: 16px;
}

.content-single h2+ol,
.content-single h2+ul,
.content-single h3+ol,
.content-single h3+ul,
.content-single h4+ol,
.content-single h4+ul {
  margin-top: 20px;
}

.content-single h2+blockquote,
.content-single h3+blockquote,
.content-single h4+blockquote {
  margin-top: 24px;
}

.content-single strong {
  font-weight: 700;
}

.content-single a {
  color: #ff5700;
  border-bottom: 1px #ff5700 solid;
}

.content-single a:hover {
  border-bottom-color: transparent;
}

.content-single em {
  font-style: italic;
}

.content-single blockquote cite,
.content-single blockquote p,
.post-navigation-section .h2 a,
.show-more-widget,
.widget-title {
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}

.content-single blockquote {
  padding-left: 60px;
  padding-top: 13px;
  background: url(../images/quote.svg) left top no-repeat;
}

.content-single blockquote p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  color: #2d2d2d;
}

.content-single blockquote p+p {
  margin-top: 30px;
}

.content-single blockquote cite {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.67;
  color: #ccc;
  margin-top: 16px;
}

.blog-hero-section .h2 {
  max-width: 800px;
}

.post-navigation-section .section-inner {
  padding: 120px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.post-navigation-section .article-blog__meta {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 24px;
}

.post-navigation-section .h2 a {
  font-size: 46px;
  font-weight: 900;
  line-height: 1.3;
  color: #fff;
  display: block;
  text-align: center;
}

.post-navigation-section .h2 a:hover {
  color: #ff5700;
}

.post-navigation-section .btn-next {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}

.post-navigation-section .link-arrow {
  color: #fff;
}

.post-navigation-section .link-arrow:hover {
  color: #ff5700;
}

.content-section .section-inner {
  padding-bottom: 60px;
}

.content-section+.post-navigation-section {
  padding-top: 60px;
}

.widget-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #2d2d2d;
  margin-bottom: 16px;
}

.heateorSssSharing,
.heateorSssSharingButton {
  margin: 0 !important;
}

div.heateor_sss_horizontal_sharing li+li {
  margin-left: 15px !important;
}

.widget {
  margin-bottom: 48px;
}

.more-content-widget {
  display: none;
}

.show-more-widget {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  color: #ff5800;
  display: block;
  width: 100%;
  text-align: left;
  position: relative;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  margin-top: 10px;
  padding: 15px 0 0;
}

.cta-form-action,
.gdpr,
.recent-item+.recent-item {
  margin-top: 20px;
}

.show-more-widget span {
  -webkit-transition: opacity 0.4s, border-bottom-color 0.4s;
  -o-transition: opacity 0.4s, border-bottom-color 0.4s;
  transition: opacity 0.4s, border-bottom-color 0.4s;
  border-bottom: 1px #ff5700 solid;
}

.show-more-widget span.hidden-text {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
}

.show-more-widget.active span.shown-text {
  opacity: 0;
}

.show-more-widget.active span.hidden-text {
  opacity: 1;
}

.show-more-widget:hover {
  color: #2d2d2d;
}

.show-more-widget:hover span {
  border-bottom-color: #2d2d2d;
}

.recent-item .meta-recent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #ccc;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}

.recent-item a,
.tagcloud a,
.widget_nav_menu .menu li a {
  display: block;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}

.recent-item a {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.33;
  color: #2d2d2d;
}

.recent-item a:hover {
  color: #ff5700;
}

.tagcloud a {
  font-size: 18px !important;
  font-weight: 400;
  line-height: 1.67;
  color: #2d2d2d;
}

.tagcloud a:hover {
  color: #ff5700;
}

.article-quote__author {
  margin-bottom: 16px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.article-quote__author .avatar {
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  border-radius: 50%;
  overflow: hidden;
}

.article-quote__author .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.article-quote__author .avatar+.position {
  padding-left: 16px;
}

.widget_nav_menu .menu li a {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: #2d2d2d;
  padding: 4px 0;
}

.widget_nav_menu .menu li a:hover,
.widget_nav_menu .menu li.current-menu-item a {
  color: #ff5700;
}

.fancybox-content {
  background-color: #fff;
}

@media (min-width: 600px) {
  .fancybox-content iframe {
    max-height: 460px;
  }
}

.gdpr {
  padding-left: 0;
}

.gdpr p {
  color: #2d2d2d;
}

.gdpr a {
  color: #ff5700;
}

.gdpr a:hover {
  color: #2d2d2d;
}

.article-news {
  padding: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #f7f7f7;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.article-news__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 172px;
  flex: 0 0 172px;
  height: 132px;
}

.article-news__image a {
  display: block;
  height: 100%;
  width: 100%;
}

.article-news__image img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.article-news__image+.article-news__content {
  padding-left: 48px;
}

.article-news__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 172px);
  flex: 0 0 calc(100% - 172px);
}

.article-news__date {
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #2d2d2d;
  margin-bottom: 16px;
}

.article-news h4 {
  margin-bottom: 8px;
}

.article-news h4 a {
  font-size: 20px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #2d2d2d;
}

.article-news h4 a:hover {
  color: #ff5700;
}

.article-news .short-description {
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #2d2d2d;
  margin-bottom: 16px;
}

.article-news .more-link {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ff5700;
  display: inline-block;
  border-bottom: 1px #ff5700 solid;
}

.article-news .more-link:hover {
  border-bottom-color: transparent;
}

.news-post+.news-post,
.press-post+.press-post {
  margin-top: 10px;
}

.news-section {
  padding: 100px 0 60px;
}

.news-section+.fw-cta-section {
  padding-top: 60px;
}

.press-post .article-news .article-news__content {
  padding-left: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.head-section {
  padding: 300px 0 0;
}

.head-section .page-title {
  font-size: 64px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  color: #2d2d2d;
}

.section-theme-dark-grey .left-small-icon-block .right-content .description,
.section-theme-dark-grey .title-block .link-arrow,
.section-theme-dark-grey .title-block .subtitle,
.section-theme-dark-grey .title-block .title,
.section-theme-dark-grey .title-with-description .description,
.section-theme-dark-grey .title-with-description .description p,
.section-theme-dark-grey .title-with-description .h3 {
  color: #fff;
}

.section-theme-dark .left-small-icon-block .right-content .description,
.section-theme-dark .title-block .link-arrow,
.section-theme-dark .title-block .subtitle,
.section-theme-dark .title-block .title,
.section-theme-dark .title-with-description .description,
.section-theme-dark .title-with-description .description p,
.section-theme-dark .title-with-description .h3 {
  color: #fff;
}

.section-theme-dark-grey input,
.section-theme-dark-grey textarea {
  border-bottom-color: rgba(255, 255, 255, 0.25);
  color: #fff;
}

.section-theme-dark-grey input::-webkit-input-placeholder,
.section-theme-dark-grey textarea::-webkit-input-placeholder {
  color: #fff;
}

.section-theme-dark-grey input::-moz-placeholder,
.section-theme-dark-grey textarea::-moz-placeholder {
  color: #fff;
}

.section-theme-dark-grey input:-ms-input-placeholder,
.section-theme-dark-grey textarea:-ms-input-placeholder {
  color: #fff;
}

.section-theme-dark-grey input::-ms-input-placeholder,
.section-theme-dark-grey textarea::-ms-input-placeholder {
  color: #fff;
}

.section-theme-dark-grey input::-webkit-input-placeholder,
.section-theme-dark-grey textarea::-webkit-input-placeholder {
  color: #fff;
}

.section-theme-dark-grey input:-ms-input-placeholder,
.section-theme-dark-grey textarea:-ms-input-placeholder {
  color: #fff;
}

.section-theme-dark-grey input::placeholder,
.section-theme-dark-grey textarea::placeholder {
  color: #fff;
}

.section-theme-dark-grey input:focus,
.section-theme-dark-grey textarea:focus {
  border-bottom-color: #fff;
}

.section-theme-dark-grey .title-block .link-arrow:hover {
  color: #ff5700;
}

.section-theme-dark-grey .benefit-inner .h3,
.section-theme-dark-grey .col-benefits .benefit-inner .benefit-description,
.section-theme-dark-grey .title {
  color: #fff;
}

.section-theme-dark input,
.section-theme-dark textarea {
  border-bottom-color: rgba(255, 255, 255, 0.25);
  color: #fff;
}

.section-theme-dark input::-webkit-input-placeholder,
.section-theme-dark textarea::-webkit-input-placeholder {
  color: #fff;
}

.section-theme-dark input::-moz-placeholder,
.section-theme-dark textarea::-moz-placeholder {
  color: #fff;
}

.section-theme-dark input:-ms-input-placeholder,
.section-theme-dark textarea:-ms-input-placeholder {
  color: #fff;
}

.section-theme-dark input::-ms-input-placeholder,
.section-theme-dark textarea::-ms-input-placeholder {
  color: #fff;
}

.section-theme-dark input::-webkit-input-placeholder,
.section-theme-dark textarea::-webkit-input-placeholder {
  color: #fff;
}

.section-theme-dark input:-ms-input-placeholder,
.section-theme-dark textarea:-ms-input-placeholder {
  color: #fff;
}

.section-theme-dark input::placeholder,
.section-theme-dark textarea::placeholder {
  color: #fff;
}

.section-theme-dark input:focus,
.section-theme-dark textarea:focus {
  border-bottom-color: #fff;
}

.section-theme-dark .title-block .link-arrow:hover {
  color: #ff5700;
}

.section-theme-dark .benefit-inner .h3,
.section-theme-dark .col-benefits .benefit-inner .benefit-description,
.section-theme-dark .title {
  color: #fff;
}

.section-theme-light-grey .h2,
.section-theme-light-grey .subtitle,
.section-theme-light-grey .h2,
.section-theme-light-grey .subtitle,
.section-theme-white .h2,
.section-theme-white .subtitle {
  color: #2d2d2d;
}

.section-theme-white {
  background-color: #fff;
}

.section-theme-light-grey {
  background-color: #f7f7f7;
}

.section-theme-light-grey input,
.section-theme-light-grey textarea {
  border-color: rgba(93, 93, 93, 0.25);
}

.section-theme-light-grey input:focus,
.section-theme-light-grey textarea:focus {
  border-color: #2d2d2d;
  box-shadow: 0 1px 0 0 #2d2d2d;
}

.section-theme-teal .benefit-inner .h3,
.section-theme-teal .h2,
.section-theme-teal .title,
.section-theme-teal .title-block .link-arrow,
.section-theme-teal .title-block .subtitle,
.section-theme-teal .title-block .title {
  color: #fff;
}

.section-theme-light-grey .left-small-icon-block .left-icon {
  background-color: #eee;
}

.section-theme-teal input,
.section-theme-teal textarea {
  color: #fff;
  border-color: #fff;
}

.section-theme-teal input::-webkit-input-placeholder,
.section-theme-teal textarea::-webkit-input-placeholder {
  color: #fff;
}

.section-theme-teal input::-moz-placeholder,
.section-theme-teal textarea::-moz-placeholder {
  color: #fff;
}

.section-theme-teal input:-ms-input-placeholder,
.section-theme-teal textarea:-ms-input-placeholder {
  color: #fff;
}

.section-theme-teal input::-ms-input-placeholder,
.section-theme-teal textarea::-ms-input-placeholder {
  color: #fff;
}

.section-theme-teal input::-webkit-input-placeholder,
.section-theme-teal textarea::-webkit-input-placeholder {
  color: #fff;
}

.section-theme-teal input:-ms-input-placeholder,
.section-theme-teal textarea:-ms-input-placeholder {
  color: #fff;
}

.section-theme-teal input::placeholder,
.section-theme-teal textarea::placeholder {
  color: #fff;
}

.section-theme-teal input:focus,
.section-theme-teal textarea:focus {
  border-color: #fff;
  box-shadow: 0 1px 0 0 #fff;
}

.section-theme-teal .title-block .link-arrow:hover {
  color: #ff5700;
}

.section-theme-teal .col-benefits .benefit-inner .benefit-description,
.section-theme-teal .left-small-icon-block .right-content .description,
.section-theme-teal .title-with-description .description,
.section-theme-teal .title-with-description .description p,
.section-theme-teal .title-with-description .h3 {
  color: #fff;
}

.section-theme-teal .left-small-icon-block .left-icon {
  background-color: rgba(247, 247, 247, 0.51);
}

.section-theme-light-grey .title-block .link-arrow {
  color: #2d2d2d;
}

.section-theme-light-grey .title-block .link-arrow:hover {
  color: #ff5700;
}

.section-theme-light-grey .title-with-description .description,
.section-theme-light-grey .title-with-description .description p,
.section-theme-white .left-small-icon-block .right-content .description,
.section-theme-white .title-with-description .description,
.section-theme-white .title-with-description .description p,
.section-theme-white .title-with-description .h3 {
  color: #2d2d2d;
}

.section-theme-white .service-block {
  background-color: #f7f7f7 !important;
}

.subservice-section .section-theme-white {
  padding-top: 20px;
  padding-bottom: 20px;
}

.industries-section,
.industries-section .section-inner {
  padding: 60px 0;
}

.industries-section .section-inner.section-theme-white {
  padding-right: 0;
  padding-bottom: 0;
}

.сards-with-logo-section .section-inner {
  padding-top: 120px;
  padding-bottom: 120px;
}

.сards-with-logo-section .section-inner.section-theme-white {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-has-theme {
  padding: 120px 0;
}

.section-has-theme.section-theme-white {
  padding-top: 60px;
  padding-bottom: 60px;
}

.what_included-section .section-inner.section-theme-white {
  padding-top: 0;
  padding-bottom: 0;
}

.section-theme+.section-theme {
  padding-top: 60px;
}

.section-theme.theme-white {
  padding: 60px 0;
}

.section-theme.theme-white .section-inner {
  padding: 0;
}

.section-theme.theme-white+.fw-cta-section {
  padding-top: 60px;
}

.section-theme.theme-white+.theme-dark-grey,
.section-theme.theme-white+.theme-dark,
.section-theme.theme-white+.theme-light-grey,
.section-theme.theme-white+.theme-orange,
.section-theme.theme-white+.theme-teal {
  padding: 60px 0 0;
}

.section-theme+.theme-dark-grey,
.section-theme+.theme-dark,
.section-theme+.theme-light-grey,
.section-theme+.theme-orange,
.section-theme+.theme-teal {
  padding: 0;
}

.section-theme+.theme-dark-grey .section-inner,
.section-theme+.theme-dark .section-inner,
.section-theme+.theme-light-grey .section-inner,
.section-theme+.theme-orange .section-inner,
.section-theme+.theme-teal .section-inner {
  padding: 120px 0;
}

.hero-section+.section-theme,
.section-theme+.theme-dark-grey+.theme-white,
.section-theme+.theme-dark+.theme-white,
.section-theme+.theme-light-grey+.theme-white,
.section-theme+.theme-orange+.theme-white,
.section-theme+.theme-teal+.theme-white {
  padding-top: 120px;
}

.section-theme+.theme-dark-grey .partner-section-title .h2,
.section-theme+.theme-dark-grey .partner-section-title .h3,
.section-theme+.theme-dark-grey .partner-section-title .link-arrow,
.section-theme+.theme-dark-grey .partner-section-title .subtitle,
.section-theme+.theme-dark-grey .text-col .desc,
.section-theme+.theme-dark-grey .text-col .desc p,
.section-theme+.theme-dark-grey .text-col .link-cta a,
.section-theme+.theme-dark-grey .title-block .h2,
.section-theme+.theme-dark-grey .title-block .link-arrow,
.section-theme+.theme-dark-grey .title-section,
.section-theme+.theme-dark .partner-section-title .h2,
.section-theme+.theme-dark .partner-section-title .h3,
.section-theme+.theme-dark .partner-section-title .link-arrow,
.section-theme+.theme-dark .partner-section-title .subtitle,
.section-theme+.theme-dark .text-col .desc,
.section-theme+.theme-dark .text-col .desc p,
.section-theme+.theme-dark .text-col .link-cta a,
.section-theme+.theme-dark .title-block .h2,
.section-theme+.theme-dark .title-block .link-arrow,
.section-theme+.theme-dark .title-section,
.section-theme+.theme-orange .partner-section-title .h2,
.section-theme+.theme-orange .partner-section-title .h3,
.section-theme+.theme-orange .partner-section-title .link-arrow,
.section-theme+.theme-orange .partner-section-title .subtitle,
.section-theme+.theme-orange .text-col .desc,
.section-theme+.theme-orange .text-col .desc p,
.section-theme+.theme-orange .text-col .link-cta a,
.section-theme+.theme-orange .title-block .h2,
.section-theme+.theme-orange .title-block .link-arrow,
.section-theme+.theme-orange .title-section,
.section-theme+.theme-teal .partner-section-title .h2,
.section-theme+.theme-teal .partner-section-title .h3,
.section-theme+.theme-teal .partner-section-title .link-arrow,
.section-theme+.theme-teal .partner-section-title .subtitle,
.section-theme+.theme-teal .text-col .desc,
.section-theme+.theme-teal .text-col .desc p,
.section-theme+.theme-teal .text-col .link-cta a,
.section-theme+.theme-teal .title-block .h2,
.section-theme+.theme-teal .title-block .link-arrow,
.section-theme+.theme-teal .title-section {
  color: #fff;
}

.section-theme+.theme-dark-grey .partner-section-title .link-arrow:hover,
.section-theme+.theme-dark-grey .title-block .link-arrow:hover,
.section-theme+.theme-dark .partner-section-title .link-arrow:hover,
.section-theme+.theme-dark .title-block .link-arrow:hover,
.section-theme+.theme-orange .partner-section-title .link-arrow:hover,
.section-theme+.theme-orange .title-block .link-arrow:hover,
.section-theme+.theme-teal .partner-section-title .link-arrow:hover,
.section-theme+.theme-teal .title-block .link-arrow:hover {
  color: #2d2d2d;
}

.section-theme+.theme-dark-grey .text-col .link-cta a,
.section-theme+.theme-dark .text-col .link-cta a,
.section-theme+.theme-orange .text-col .link-cta a,
.section-theme+.theme-teal .text-col .link-cta a {
  border-bottom-color: #fff;
}

.section-theme+.theme-dark-grey .text-col .link-cta a:hover,
.section-theme+.theme-dark .text-col .link-cta a:hover,
.section-theme+.theme-orange .text-col .link-cta a:hover,
.section-theme+.theme-teal .text-col .link-cta a:hover {
  color: #2d2d2d;
  border-bottom-color: transparent;
}

.section-theme+.theme-dark-grey .color-theme,
.section-theme+.theme-dark-grey .color-theme p,
.section-theme+.theme-dark-grey .title-col .h2,
.section-theme+.theme-dark-grey .title-col .h3,
.section-theme+.theme-dark .color-theme,
.section-theme+.theme-dark .color-theme p,
.section-theme+.theme-dark .title-col .h2,
.section-theme+.theme-dark .title-col .h3,
.section-theme+.theme-orange .color-theme,
.section-theme+.theme-orange .color-theme p,
.section-theme+.theme-orange .title-col .h2,
.section-theme+.theme-orange .title-col .h3,
.section-theme+.theme-teal .color-theme,
.section-theme+.theme-teal .color-theme p,
.section-theme+.theme-teal .title-col .h2,
.section-theme+.theme-teal .title-col .h3 {
  color: #fff;
}

.section-theme+.theme-dark-grey .color-theme a,
.section-theme+.theme-dark .color-theme a,
.section-theme+.theme-orange .color-theme a,
.section-theme+.theme-teal .color-theme a {
  color: #fff;
  border-bottom-color: #fff;
}

.section-theme+.theme-dark-grey .color-theme a:hover,
.section-theme+.theme-dark .color-theme a:hover,
.section-theme+.theme-orange .color-theme a:hover,
.section-theme+.theme-teal .color-theme a:hover {
  color: #2d2d2d;
  border-bottom-color: transparent;
}

.section-theme+.theme-dark .color-theme a {
  color: #ff5700;
  border-bottom-color: #ff5700;
}

.section-theme+.theme-dark .color-theme a:hover {
  color: #fff;
  border-bottom-color: transparent;
}

.section-theme+.theme-dark-grey .color-theme a {
  color: #ff5700;
  border-bottom-color: #ff5700;
}

.section-theme+.theme-dark-grey .color-theme a:hover {
  color: #fff;
  border-bottom-color: transparent;
}

.section-theme.request-section.theme-orange .h2 {
  color: #fff;
}

.section-theme-orange {
  background-color: #ff5700;
}

.section-theme-orange input,
.section-theme-orange textarea {
  border-bottom-color: rgba(255, 255, 255, 0.25);
  color: #fff;
}

.section-theme-orange input::-webkit-input-placeholder,
.section-theme-orange textarea::-webkit-input-placeholder {
  color: #fff;
}

.section-theme-orange input::-moz-placeholder,
.section-theme-orange textarea::-moz-placeholder {
  color: #fff;
}

.section-theme-orange input:-ms-input-placeholder,
.section-theme-orange textarea:-ms-input-placeholder {
  color: #fff;
}

.section-theme-orange input::-ms-input-placeholder,
.section-theme-orange textarea::-ms-input-placeholder {
  color: #fff;
}

.section-theme-orange input::-webkit-input-placeholder,
.section-theme-orange textarea::-webkit-input-placeholder {
  color: #fff;
}

.section-theme-orange input:-ms-input-placeholder,
.section-theme-orange textarea:-ms-input-placeholder {
  color: #fff;
}

.section-theme-orange input::placeholder,
.section-theme-orange textarea::placeholder {
  color: #fff;
}

.section-theme-orange input:focus,
.section-theme-orange textarea:focus {
  border-bottom-color: #fff;
}

.hero-section+.scrolled-section-wrapper {
  padding-top: 0;
}

.hero-section+.scrolled-section-wrapper section.section-theme:first-of-type .section-inner,
.hero-section.hero-section-small .swiper-slide .hero-section-inner .hero-content,
section.theme-dark-grey+.theme-white,
section.theme-dark+.theme-white,
section.theme-light-grey+.theme-white,
section.theme-orange+.theme-white,
section.theme-teal+.theme-white {
  padding-top: 120px;
}

.hero-section .swiper-slide .hero-wrap-img {
  position: relative;
  height: 100%;
  min-height: 100vh;
}

.hero-section .swiper-slide .hero-content {
  box-sizing: border-box;
}

.hero-section .swiper-slide .hero-back {
  min-height: 100vh;
}

section.theme-white.benefits-section {
  padding-bottom: 0;
}

section.theme-white:last-child:not(.plan-section) {
  padding-bottom: 120px;
}

section.theme-white:last-child.plan-section {
  padding-bottom: 0;
}

section.theme-white .cards-logo {
  background: #f7f7f7;
}

section.theme-dark-grey .slider-button-navigation .slider-button-navigation-item .slider-button-navigation-button {
  color: #fff;
}

section.theme-dark-grey .slider-button-navigation .slider-button-navigation-item .slider-button-navigation-button.active,
section.theme-dark-grey .slider-button-navigation .slider-button-navigation-item .slider-button-navigation-button:hover {
  color: #ff5700;
}

section.theme-dark-grey .partner-section-title .link-arrow:hover {
  color: #ff5700 !important;
}

section.theme-dark-grey .infographic .infographic-count__count,
section.theme-dark-grey .infographic .infographic-count__description,
section.theme-dark-grey .video-left__content h2,
section.theme-dark-grey .video-left__content p {
  color: #fff;
}

section.theme-dark-grey:not(.embed-section)+.theme-dark-grey .section-inner {
  padding-top: 0 !important;
}

section.theme-dark .slider-button-navigation .slider-button-navigation-item .slider-button-navigation-button {
  color: #fff;
}

section.theme-dark .slider-button-navigation .slider-button-navigation-item .slider-button-navigation-button.active,
section.theme-dark .slider-button-navigation .slider-button-navigation-item .slider-button-navigation-button:hover {
  color: #ff5700;
}

section.theme-dark .partner-section-title .link-arrow:hover {
  color: #ff5700 !important;
}

section.theme-dark .infographic .infographic-count__count,
section.theme-dark .infographic .infographic-count__description,
section.theme-dark .video-left__content h2,
section.theme-dark .video-left__content p {
  color: #fff;
}

section.theme-dark+.theme-dark .section-inner {
  padding-top: 0 !important;
}

section+.theme-orange .section-inner,
section.theme-light-grey+.theme-light-grey .section-inner,
section.theme-teal+.theme-teal .section-inner {
  padding-top: 0;
}

section.theme-dark-grey .infographic.infographic__small-text .infographic-count__description {
  opacity: 0.8;
}

section.theme-dark .infographic.infographic__small-text .infographic-count__description {
  opacity: 0.8;
}

section.theme-dark .infographic .infographic-count__count sup {
  color: #03c7d6;
}

section.theme-dark-grey .infographic .infographic-count__count sup {
  color: #03c7d6;
}

section.theme-light-grey .left-icon-block .description,
section.theme-light-grey .left-icon-block .h4,
section.theme-light-grey .service-block .link-arrow {
  color: #fff;
}

section.theme-light-grey .left-icon-block {
  background-color: #03c7d6;
}

section.theme-light-grey .col-benefits .benefit-inner .benefit-icon {
  background-color: rgba(255, 255, 255, 0.5);
}

section.theme-light-grey .service-block {
  background-color: #03c7d6;
}

section.theme-light-grey .service-block .link-arrow:hover {
  color: #2d2d2d;
}

section.theme-light-grey .service-block .description,
section.theme-light-grey .service-block .h3,
section.theme-light-grey .service-block .h3 a {
  color: #fff;
}

section.theme-light-grey .service-block .h3 a:hover {
  color: #2d2d2d;
}

section.theme-orange .h2,
section.theme-orange .left-small-icon-block .right-content .description,
section.theme-orange .slider-button-navigation .slider-button-navigation-item .slider-button-navigation-button,
section.theme-orange .title,
section.theme-orange .title .h2,
section.theme-orange .title .h3,
section.theme-orange .title-head .subtitle,
section.theme-orange .video-left__content h2,
section.theme-orange .video-left__content p {
  color: #fff;
}

section.theme-light-grey .tab-item .logos-tab-inner .logo-item {
  border-color: #fff;
}

section.theme-orange .left-small-icon-block .left-icon {
  background-color: #f7f7f7;
}

section.theme-orange .slider-button-navigation .slider-button-navigation-item .slider-button-navigation-button.active,
section.theme-orange .slider-button-navigation .slider-button-navigation-item .slider-button-navigation-button:hover {
  color: #2d2d2d;
}

section.theme-teal .slider-button-navigation .slider-button-navigation-item .slider-button-navigation-button,
section.theme-teal .title-head .subtitle,
section.theme-teal .video-left__content h2,
section.theme-teal .video-left__content p {
  color: #fff;
}

section.theme-teal .slider-button-navigation .slider-button-navigation-item .slider-button-navigation-button.active,
section.theme-teal .slider-button-navigation .slider-button-navigation-item .slider-button-navigation-button:hover {
  color: #ff5700;
}

section.theme-teal .slider-button-navigation .slider-button-navigation-item .slider-button-navigation-button.active span[class*="icon-"],
section.theme-teal .slider-button-navigation .slider-button-navigation-item .slider-button-navigation-button.active span[class*="image-"] {
  background-color: #ff5700;
}

.faq-item {
  background: #fff;
  padding: 0 20px;
}

.faq-item .faq-trigger {
  padding: 10px 30px 10px 0;
  font-size: 17px;
  line-height: 30px;
  font-weight: 700;
  background: 0 0;
  position: relative;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border: none;
  display: block;
  width: 100%;
  text-align: left;
}

.faq-item .faq-trigger .plus::after,
.faq-item .faq-trigger .plus::before {
  content: "";
  background: #ff5700;
  left: 50%;
  top: 50%;
}

.faq-item .faq-trigger .plus {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}

.faq-item .faq-trigger .plus::before {
  width: 100%;
  height: 3px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.faq-item .faq-trigger .plus::after {
  width: 3px;
  height: 100%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.faq-item .faq-trigger.active .plus::after {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -o-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
}

.faq-item .faq-item-body {
  padding-bottom: 40px;
}

.faq-item .faq-item-body:not(.show) {
  display: none;
}

.faq-item .faq-item-body .content-single *,
.faq-item .faq-item-body .content-single ol li,
.faq-item .faq-item-body .content-single p,
.faq-item .faq-item-body .content-single ul li {
  font-size: 16px;
}

.faq-item-col+.faq-item-col {
  margin-top: 20px;
}

.faq-section .title-block {
  margin-bottom: 40px;
}

.faq-fraction-item+.faq-fraction-item {
  margin-top: 40px;
}

.content-event {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
  padding-right: 53px;
}

@media (max-width: 990px) {
  .content-event {
    padding-right: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.sidebar-event {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
  padding-left: 53px;
}

@media (max-width: 990px) {
  .sidebar-event {
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 50px;
  }
}

.sidebar-event .widget-title {
  font-size: 20px;
  color: #2d2d2d;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 16px;
}

.sidebar-event .widget+.widget {
  margin-top: 48px;
}

.sidebar-event .shared-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.sidebar-event .shared-list li {
  padding-left: 8px;
  padding-right: 8px;
}

.sidebar-event .shared-list li a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.sidebar-event .shared-list li a:hover {
  opacity: 0.7;
}

.sidebar-event .shared-list li a.shared-list-tw {
  background: url(../images/tw.svg) center center no-repeat #00a7e4;
}

.sidebar-event .shared-list li a.shared-list-fb {
  background: url(../images/fb.svg) center center no-repeat #37599d;
}

.sidebar-event .shared-list li a.shared-list-in {
  background: url(../images/in.svg) center center no-repeat #0087c2;
  background-size: auto 20px;
}

.sidebar-event #map-event+.location-info {
  margin-top: 24px;
}

.sidebar-event .location-info {
  font-size: 18px;
  color: #2d2d2d;
  letter-spacing: 0;
  line-height: 30px;
}

.sidebar-event .location-info a:hover {
  color: #ff5700;
}

.sidebar-event .date-widget .date,
.sidebar-event .keys-list a {
  font-size: 18px;
  color: #2d2d2d;
  line-height: 30px;
  letter-spacing: 0;
}

.sidebar-event .date-widget .date+.cta-btn {
  margin-top: 32px;
}

.sidebar-event .date-widget .cta-btn .btn {
  width: 100%;
  display: block;
}

.sidebar-event .keys-list a:hover {
  color: #ff5700;
}

.sidebar-event .keys-list .more-list {
  display: none;
}

.sidebar-event .keys-list .show-more-keys {
  display: block;
  font-size: 16px;
  color: #ff5800;
  letter-spacing: 0;
  line-height: 20px;
  margin-top: 24px;
}

.content-event .event-subscribe,
.content-event .text-block+.speaker-block {
  margin-top: 40px;
}

.sidebar-event .keys-list .show-more-keys:hover {
  color: #2d2d2d;
}

.events-template-default .fancybox-content iframe {
  max-height: none;
}

.content-event .video-block-event {
  position: relative;
  margin-bottom: 40px;
}

.content-event .video-block-event .play-btn {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: url(../images/events/play.svg) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

@media (max-width: 575px) {
  .content-event .video-block-event .play-btn {
    width: 50px;
    height: 50px;
  }
}

.content-event .video-block-event a {
  display: block;
  border: none !important;
}

.event-subscribe,
.speaker-block .speaker-info {
  display: -webkit-box;
  display: -ms-flexbox;
}

.content-event .video-block-event img {
  width: 100%;
  height: auto;
}

.content-event .content-single p {
  font-size: 18px;
  color: #2d2d2d;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 400;
}

.speaker-block .speaker-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}

.speaker-block .speaker-info .speaker-info__avatar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  height: 80px;
}

.speaker-block .speaker-info .speaker-info__avatar .avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}

.speaker-block .speaker-info .speaker-info__avatar .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.speaker-block .speaker-info .speaker-info__name {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 80px);
  flex: 0 0 calc(100% - 80px);
  max-width: calc(100% - 80px);
  padding-left: 32px;
}

.speaker-block .speaker-info .speaker-info__name .name {
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .speaker-block .speaker-info .speaker-info__name {
    padding-left: 20px;
  }

  .speaker-block .speaker-info .speaker-info__name .name {
    font-size: 24px;
    line-height: 30px;
  }
}

.speaker-block .speaker-info .speaker-info__name .postion {
  font-size: 20px;
  color: #0f0f0f;
  letter-spacing: 0;
  line-height: 30px;
}

@media (max-width: 767px) {
  .speaker-block .speaker-info .speaker-info__name .postion {
    font-size: 16px;
    line-height: 24px;
  }
}

.event-subscribe .event-subscribe-title,
.speaker-block .speaker-topic .timeline,
.speaker-block .speaker-topic .topic {
  font-size: 18px;
  color: #0f0f0f;
  line-height: 24px;
  letter-spacing: 0;
}

.speaker-block .speaker-topic {
  margin-bottom: 24px;
}

.speaker-block .speaker-topic .topic {
  font-weight: 700;
}

.speaker-block .speaker-topic .topic+.timeline {
  margin-top: 8px;
}

.agenda-wrapper,
.speaker-block+.speaker-block {
  margin-top: 40px;
}

.event-subscribe {
  background: #f7f7f7;
  padding: 48px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.event-subscribe .event-subscribe-inner {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 490px;
}

.event-subscribe .event-subscribe-title {
  margin-bottom: 28px;
  font-weight: 700;
}

.event-subscribe .event-subscribe-form .sub-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.event-subscribe .event-subscribe-form .sub-row .btn-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  max-width: 150px;
}

.event-subscribe .event-subscribe-form .sub-row .btn-col .btn {
  width: 100%;
}

.event-subscribe .event-subscribe-form .sub-row .input-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 150px);
  flex: 0 0 calc(100% - 150px);
  padding-right: 24px;
  max-width: calc(100% - 150px);
}

.event-subscribe .event-subscribe-form .sub-row .input-col input {
  border-bottom-color: rgba(21, 28, 28, 0.25);
  padding: 5px 0 16px;
}

.event-subscribe .event-subscribe-form .sub-row .input-col input:focus {
  outline: 0;
}

.next-event-section .section-inner {
  padding: 150px 0;
  background: url(../images/next-event-img.png) center center no-repeat;
  background-size: cover;
}

@media (max-width: 575px) {
  .next-event-section .section-inner {
    padding: 80px 0;
  }
}

.next-event-section .section-inner .h1 {
  color: #fff;
  margin-bottom: 40px;
}

.next-event-section .section-inner .h1 a {
  color: #fff;
}

.next-event-section .section-inner .h1 a:hover {
  color: #ff5700;
}

.next-event-section .section-inner .next-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0;
  text-align: right;
  line-height: 20px;
}

.agenda-block .agenda-block-meta .agenda-block-title,
.agenda-block .agenda-block-meta .date {
  font-size: 20px;
  line-height: 28px;
  color: #2d2d2d;
  letter-spacing: 0;
}

.next-event-section .section-inner .next-btn .arrow-right {
  width: 33px;
  height: 20px;
  background: url(../images/arrow-w.svg) center center no-repeat;
  background-size: 100% 100%;
  margin-left: 24px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.next-event-section .section-inner .next-btn:hover .arrow-right {
  -webkit-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
}

.agenda-wrapper .main-title {
  margin-bottom: 32px;
}

.agenda-block .agenda-block-meta {
  margin-bottom: 24px;
}

.agenda-block .agenda-block-meta .agenda-block-title {
  font-weight: 700;
  margin-bottom: 8px;
}

.agenda-block+.agenda-block {
  margin-top: 48px;
}

.agenda-block .agenda-tbl {
  width: 100%;
  border-collapse: collapse;
}

.agenda-block .agenda-tbl td {
  padding: 16px 24px;
  border: 1px solid rgba(21, 28, 28, 0.1);
}

.agenda-block .agenda-tbl .agenda-time {
  width: 30%;
  max-width: 180px;
  font-size: 18px;
  color: #2d2d2d;
  letter-spacing: 0;
  line-height: 24px;
}

@media (max-width: 575px) {
  .agenda-block .agenda-tbl td {
    padding: 16px;
  }

  .agenda-block .agenda-tbl .agenda-time {
    font-size: 16px;
    min-width: 130px;
  }
}

.agenda-block .agenda-tbl .agenda-head td {
  background: #ff5700;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
}

.agenda-block .agenda-tbl .agenda-head td a,
.agenda-block .agenda-tbl .agenda-head td p,
.agenda-block .agenda-tbl .agenda-head td strong,
.agenda-block .agenda-tbl .agenda-head td>* {
  color: #fff !important;
}

@media (max-width: 575px) {
  .agenda-block .agenda-tbl .agenda-head td {
    font-size: 16px;
  }
}

.agenda-block .agenda-tbl.agenda-active .agenda-head td {
  background: #ff5700;
  color: #fff;
}

div#ctf {
  border: 1px solid #f7f7f7;
}

#ctf .ctf-item {
  padding: 15px;
  position: relative;
}

#ctf.ctf-narrow .ctf-corner-logo {
  position: absolute;
  right: 15px;
  top: 15px;
}

.event-elem .event-inner {
  position: relative;
}

.event-elem .label-event {
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px 20px;
  background: #ff5700;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0;
  line-height: 20px;
}

.event-elem .label-event:hover {
  opacity: 0.8;
}

.event-elem .event-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.event-elem .event-image .event-image-link {
  display: block;
  width: 100%;
  height: 100%;
}

.event-elem .event-image .event-image-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 10s;
  -o-transition: all 10s;
  transition: all 10s;
}

.event-elem:hover .event-image .event-image-link img {
  -webkit-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.event-elem .event-info {
  position: relative;
  z-index: 2;
  padding: 81px 40px 40px;
}

.event-elem .event-info .meta {
  font-size: 16px;
  color: #fff;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 8px;
}

.event-elem .event-info .event-title {
  font-size: 20px;
  color: #fff;
  letter-spacing: 0;
  line-height: 28px;
  display: block;
}

.event-elem .event-info .event-title:hover {
  color: #ff5700;
}

.event-elem .event-info .learn-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0;
  line-height: 20px;
  text-decoration: underline;
  margin-top: 16px;
}

.event-elem .event-info .learn-more:hover {
  color: #ff5700;
}

.event-item+.event-item {
  margin-top: 10px;
}

.event-title-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

.event-title-head .event-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.event-title-head .event-sort .tlt-sort {
  margin-right: 16px;
  font-size: 20px;
  color: #2d2d2d;
  letter-spacing: 0;
  line-height: 28px;
  opacity: 0.5;
}

.event-title-head .event-sort select {
  border: none;
  border-bottom: 1px rgba(21, 28, 28, 0.25) solid;
  border-radius: 0;
  padding: 8px 30px 8px 0;
  font-size: 20px;
  color: #2d2d2d;
  letter-spacing: 0;
  line-height: 28px;
}

.event-title-head .event-sort select:focus {
  outline: 0;
}

.featured-event .event-elem .event-info {
  padding: 187px 80px 80px;
}

.featured-event .h3 {
  font-size: 24px !important;
  line-height: 30px !important;
}

@media (max-width: 767px) {
  .event-title-head .h1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .event-title-head .event-sort {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 40px;
  }

  .featured-event {
    margin-bottom: 80px;
  }

  .featured-event .event-elem .event-info {
    padding: 100px 40px 40px;
  }
}

@media (min-width: 990px) {
  .hero-section.hero-section-event .hero-content .title-hero {
    font-size: 54px;
  }
}

.sidebar-filter-event {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.sidebar-filter-event .menu li a {
  font-size: 20px;
  color: #2d2d2d;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 500;
  padding: 4px 0;
  display: block;
}

.load-more-block,
.welcome-section .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
}

.sidebar-filter-event .menu li a:hover,
.sidebar-filter-event .menu li.active a {
  color: #ff5700;
}

@media (max-width: 767px) {
  .sidebar-filter-event {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
}

.events-list {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

@media (max-width: 767px) {
  .events-list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.event-section .section-inner {
  padding: 80px 0;
}

.filter-event li+li {
  margin-top: 8px;
}

.filter-event .filter-link {
  font-size: 20px;
  color: #2d2d2d;
  letter-spacing: 0;
  line-height: 28px;
}

.filter-event .filter-link.active,
.filter-event .filter-link:hover {
  color: #ff5700;
}

.load-more-block {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.load-more-block a {
  display: block;
  padding: 18px;
  font-size: 16px;
  color: #5d5d5d;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 500;
}

.load-more-block a:hover {
  color: #ff5700;
}

.alm-btn-wrap .done {
  display: none !important;
}

.country-select {
  position: relative;
  display: inline-block;
}

.country-select * {
  box-sizing: border-box;
}

.country-select .hide {
  display: none;
}

.country-select .v-hide {
  visibility: hidden;
}

.country-select input,
.country-select input[type="text"] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

.country-select .flag-dropdown {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

.country-select .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 100%;
  padding: 0 0 0 8px;
}

.country-select .selected-flag .flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.country-select .selected-flag .arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

.country-select .selected-flag .arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.country-select .country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
}

.country-select .country-list .country.highlight,
.country-select.inside .flag-dropdown:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

@media (max-width: 500px) {
  .country-select .country-list {
    white-space: normal;
  }
}

.country-select .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.country-select .country-list .country {
  padding: 5px 10px;
}

.country-select .country-list .flag {
  margin-right: 6px;
}

.country-select.inside input,
.country-select.inside input[type="text"] {
  padding-right: 6px;
  margin-left: 0;
}

.country-select.inside .flag-dropdown {
  right: auto;
  left: 0;
}

.country-select.inside .flag-dropdown:hover {
  cursor: pointer;
}

.country-select.inside input[disabled]+.flag-dropdown:hover,
.country-select.inside input[readonly]+.flag-dropdown:hover {
  cursor: default;
}

.country-select.inside input[disabled]+.flag-dropdown:hover .selected-flag,
.country-select.inside input[readonly]+.flag-dropdown:hover .selected-flag {
  background-color: transparent;
}

.country-select .flag {
  height: 15px;
  box-shadow: 0 0 1px 0 #888;
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
  width: 20px;
}

.country-select .flag.be {
  width: 18px;
}

.country-select .flag.ch {
  width: 15px;
}

.country-select .flag.mc {
  width: 19px;
}

.country-select .flag.ne {
  width: 18px;
}

.country-select .flag.np {
  width: 13px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  .country-select .flag {
    background-image: url(../../../../../../../../themes/navisite/build/img/flags@2x.png);
    background-size: 5630px 15px;
  }
}

.country-select .flag.ac {
  height: 10px;
  background-position: 0 0;
}

.country-select .flag.ad {
  height: 14px;
  background-position: -22px 0;
}

.country-select .flag.ae {
  height: 10px;
  background-position: -44px 0;
}

.country-select .flag.af {
  height: 14px;
  background-position: -66px 0;
}

.country-select .flag.ag {
  height: 14px;
  background-position: -88px 0;
}

.country-select .flag.ai {
  height: 10px;
  background-position: -110px 0;
}

.country-select .flag.al {
  height: 15px;
  background-position: -132px 0;
}

.country-select .flag.am {
  height: 10px;
  background-position: -154px 0;
}

.country-select .flag.ao {
  height: 14px;
  background-position: -176px 0;
}

.country-select .flag.aq {
  height: 14px;
  background-position: -198px 0;
}

.country-select .flag.ar {
  height: 13px;
  background-position: -220px 0;
}

.country-select .flag.as {
  height: 10px;
  background-position: -242px 0;
}

.country-select .flag.at {
  height: 14px;
  background-position: -264px 0;
}

.country-select .flag.au {
  height: 10px;
  background-position: -286px 0;
}

.country-select .flag.aw {
  height: 14px;
  background-position: -308px 0;
}

.country-select .flag.ax {
  height: 13px;
  background-position: -330px 0;
}

.country-select .flag.az {
  height: 10px;
  background-position: -352px 0;
}

.country-select .flag.ba {
  height: 10px;
  background-position: -374px 0;
}

.country-select .flag.bb {
  height: 14px;
  background-position: -396px 0;
}

.country-select .flag.bd {
  height: 12px;
  background-position: -418px 0;
}

.country-select .flag.be {
  height: 15px;
  background-position: -440px 0;
}

.country-select .flag.bf {
  height: 14px;
  background-position: -460px 0;
}

.country-select .flag.bg {
  height: 12px;
  background-position: -482px 0;
}

.country-select .flag.bh {
  height: 12px;
  background-position: -504px 0;
}

.country-select .flag.bi {
  height: 12px;
  background-position: -526px 0;
}

.country-select .flag.bj {
  height: 14px;
  background-position: -548px 0;
}

.country-select .flag.bl {
  height: 14px;
  background-position: -570px 0;
}

.country-select .flag.bm {
  height: 10px;
  background-position: -592px 0;
}

.country-select .flag.bn {
  height: 10px;
  background-position: -614px 0;
}

.country-select .flag.bo {
  height: 14px;
  background-position: -636px 0;
}

.country-select .flag.bq {
  height: 14px;
  background-position: -658px 0;
}

.country-select .flag.br {
  height: 14px;
  background-position: -680px 0;
}

.country-select .flag.bs {
  height: 10px;
  background-position: -702px 0;
}

.country-select .flag.bt {
  height: 14px;
  background-position: -724px 0;
}

.country-select .flag.bv {
  height: 15px;
  background-position: -746px 0;
}

.country-select .flag.bw {
  height: 14px;
  background-position: -768px 0;
}

.country-select .flag.by {
  height: 10px;
  background-position: -790px 0;
}

.country-select .flag.bz {
  height: 14px;
  background-position: -812px 0;
}

.country-select .flag.ca {
  height: 10px;
  background-position: -834px 0;
}

.country-select .flag.cc {
  height: 10px;
  background-position: -856px 0;
}

.country-select .flag.cd {
  height: 15px;
  background-position: -878px 0;
}

.country-select .flag.cf {
  height: 14px;
  background-position: -900px 0;
}

.country-select .flag.cg {
  height: 14px;
  background-position: -922px 0;
}

.country-select .flag.ch {
  height: 15px;
  background-position: -944px 0;
}

.country-select .flag.ci {
  height: 14px;
  background-position: -961px 0;
}

.country-select .flag.ck {
  height: 10px;
  background-position: -983px 0;
}

.country-select .flag.cl {
  height: 14px;
  background-position: -1005px 0;
}

.country-select .flag.cm {
  height: 14px;
  background-position: -1027px 0;
}

.country-select .flag.cn {
  height: 14px;
  background-position: -1049px 0;
}

.country-select .flag.co {
  height: 14px;
  background-position: -1071px 0;
}

.country-select .flag.cp {
  height: 14px;
  background-position: -1093px 0;
}

.country-select .flag.cr {
  height: 12px;
  background-position: -1115px 0;
}

.country-select .flag.cu {
  height: 10px;
  background-position: -1137px 0;
}

.country-select .flag.cv {
  height: 12px;
  background-position: -1159px 0;
}

.country-select .flag.cw {
  height: 14px;
  background-position: -1181px 0;
}

.country-select .flag.cx {
  height: 10px;
  background-position: -1203px 0;
}

.country-select .flag.cy {
  height: 13px;
  background-position: -1225px 0;
}

.country-select .flag.cz {
  height: 14px;
  background-position: -1247px 0;
}

.country-select .flag.de {
  height: 12px;
  background-position: -1269px 0;
}

.country-select .flag.dg {
  height: 10px;
  background-position: -1291px 0;
}

.country-select .flag.dj {
  height: 14px;
  background-position: -1313px 0;
}

.country-select .flag.dk {
  height: 15px;
  background-position: -1335px 0;
}

.country-select .flag.dm {
  height: 10px;
  background-position: -1357px 0;
}

.country-select .flag.do {
  height: 13px;
  background-position: -1379px 0;
}

.country-select .flag.dz {
  height: 14px;
  background-position: -1401px 0;
}

.country-select .flag.ea {
  height: 14px;
  background-position: -1423px 0;
}

.country-select .flag.ec {
  height: 14px;
  background-position: -1445px 0;
}

.country-select .flag.ee {
  height: 13px;
  background-position: -1467px 0;
}

.country-select .flag.eg {
  height: 14px;
  background-position: -1489px 0;
}

.country-select .flag.eh {
  height: 10px;
  background-position: -1511px 0;
}

.country-select .flag.er {
  height: 10px;
  background-position: -1533px 0;
}

.country-select .flag.es {
  height: 14px;
  background-position: -1555px 0;
}

.country-select .flag.et {
  height: 10px;
  background-position: -1577px 0;
}

.country-select .flag.eu {
  height: 14px;
  background-position: -1599px 0;
}

.country-select .flag.fi {
  height: 12px;
  background-position: -1621px 0;
}

.country-select .flag.fj {
  height: 10px;
  background-position: -1643px 0;
}

.country-select .flag.fk {
  height: 10px;
  background-position: -1665px 0;
}

.country-select .flag.fm {
  height: 11px;
  background-position: -1687px 0;
}

.country-select .flag.fo {
  height: 15px;
  background-position: -1709px 0;
}

.country-select .flag.fr {
  height: 14px;
  background-position: -1731px 0;
}

.country-select .flag.ga {
  height: 15px;
  background-position: -1753px 0;
}

.country-select .flag.gb {
  height: 10px;
  background-position: -1775px 0;
}

.country-select .flag.gd {
  height: 12px;
  background-position: -1797px 0;
}

.country-select .flag.ge {
  height: 14px;
  background-position: -1819px 0;
}

.country-select .flag.gf {
  height: 14px;
  background-position: -1841px 0;
}

.country-select .flag.gg {
  height: 14px;
  background-position: -1863px 0;
}

.country-select .flag.gh {
  height: 14px;
  background-position: -1885px 0;
}

.country-select .flag.gi {
  height: 10px;
  background-position: -1907px 0;
}

.country-select .flag.gl {
  height: 14px;
  background-position: -1929px 0;
}

.country-select .flag.gm {
  height: 14px;
  background-position: -1951px 0;
}

.country-select .flag.gn {
  height: 14px;
  background-position: -1973px 0;
}

.country-select .flag.gp {
  height: 14px;
  background-position: -1995px 0;
}

.country-select .flag.gq {
  height: 14px;
  background-position: -2017px 0;
}

.country-select .flag.gr {
  height: 14px;
  background-position: -2039px 0;
}

.country-select .flag.gs {
  height: 10px;
  background-position: -2061px 0;
}

.country-select .flag.gt {
  height: 13px;
  background-position: -2083px 0;
}

.country-select .flag.gu {
  height: 11px;
  background-position: -2105px 0;
}

.country-select .flag.gw {
  height: 10px;
  background-position: -2127px 0;
}

.country-select .flag.gy {
  height: 12px;
  background-position: -2149px 0;
}

.country-select .flag.hk {
  height: 14px;
  background-position: -2171px 0;
}

.country-select .flag.hm {
  height: 10px;
  background-position: -2193px 0;
}

.country-select .flag.hn {
  height: 10px;
  background-position: -2215px 0;
}

.country-select .flag.hr {
  height: 10px;
  background-position: -2237px 0;
}

.country-select .flag.ht {
  height: 12px;
  background-position: -2259px 0;
}

.country-select .flag.hu {
  height: 10px;
  background-position: -2281px 0;
}

.country-select .flag.ic {
  height: 14px;
  background-position: -2303px 0;
}

.country-select .flag.id {
  height: 14px;
  background-position: -2325px 0;
}

.country-select .flag.ie {
  height: 10px;
  background-position: -2347px 0;
}

.country-select .flag.il {
  height: 15px;
  background-position: -2369px 0;
}

.country-select .flag.im {
  height: 10px;
  background-position: -2391px 0;
}

.country-select .flag.in {
  height: 14px;
  background-position: -2413px 0;
}

.country-select .flag.io {
  height: 10px;
  background-position: -2435px 0;
}

.country-select .flag.iq {
  height: 14px;
  background-position: -2457px 0;
}

.country-select .flag.ir {
  height: 12px;
  background-position: -2479px 0;
}

.country-select .flag.is {
  height: 15px;
  background-position: -2501px 0;
}

.country-select .flag.it {
  height: 14px;
  background-position: -2523px 0;
}

.country-select .flag.je {
  height: 12px;
  background-position: -2545px 0;
}

.country-select .flag.jm {
  height: 10px;
  background-position: -2567px 0;
}

.country-select .flag.jo {
  height: 10px;
  background-position: -2589px 0;
}

.country-select .flag.jp {
  height: 14px;
  background-position: -2611px 0;
}

.country-select .flag.ke {
  height: 14px;
  background-position: -2633px 0;
}

.country-select .flag.kg {
  height: 12px;
  background-position: -2655px 0;
}

.country-select .flag.kh {
  height: 13px;
  background-position: -2677px 0;
}

.country-select .flag.ki {
  height: 10px;
  background-position: -2699px 0;
}

.country-select .flag.km {
  height: 12px;
  background-position: -2721px 0;
}

.country-select .flag.kn {
  height: 14px;
  background-position: -2743px 0;
}

.country-select .flag.kp {
  height: 10px;
  background-position: -2765px 0;
}

.country-select .flag.kr {
  height: 14px;
  background-position: -2787px 0;
}

.country-select .flag.kw {
  height: 10px;
  background-position: -2809px 0;
}

.country-select .flag.ky {
  height: 10px;
  background-position: -2831px 0;
}

.country-select .flag.kz {
  height: 10px;
  background-position: -2853px 0;
}

.country-select .flag.la {
  height: 14px;
  background-position: -2875px 0;
}

.country-select .flag.lb {
  height: 14px;
  background-position: -2897px 0;
}

.country-select .flag.lc {
  height: 10px;
  background-position: -2919px 0;
}

.country-select .flag.li {
  height: 12px;
  background-position: -2941px 0;
}

.country-select .flag.lk {
  height: 10px;
  background-position: -2963px 0;
}

.country-select .flag.lr {
  height: 11px;
  background-position: -2985px 0;
}

.country-select .flag.ls {
  height: 14px;
  background-position: -3007px 0;
}

.country-select .flag.lt {
  height: 12px;
  background-position: -3029px 0;
}

.country-select .flag.lu {
  height: 12px;
  background-position: -3051px 0;
}

.country-select .flag.lv {
  height: 10px;
  background-position: -3073px 0;
}

.country-select .flag.ly {
  height: 10px;
  background-position: -3095px 0;
}

.country-select .flag.ma {
  height: 14px;
  background-position: -3117px 0;
}

.country-select .flag.mc {
  height: 15px;
  background-position: -3139px 0;
}

.country-select .flag.md {
  height: 10px;
  background-position: -3160px 0;
}

.country-select .flag.me {
  height: 10px;
  background-position: -3182px 0;
}

.country-select .flag.mf {
  height: 14px;
  background-position: -3204px 0;
}

.country-select .flag.mg {
  height: 14px;
  background-position: -3226px 0;
}

.country-select .flag.mh {
  height: 11px;
  background-position: -3248px 0;
}

.country-select .flag.mk {
  height: 10px;
  background-position: -3270px 0;
}

.country-select .flag.ml {
  height: 14px;
  background-position: -3292px 0;
}

.country-select .flag.mm {
  height: 14px;
  background-position: -3314px 0;
}

.country-select .flag.mn {
  height: 10px;
  background-position: -3336px 0;
}

.country-select .flag.mo {
  height: 14px;
  background-position: -3358px 0;
}

.country-select .flag.mp {
  height: 10px;
  background-position: -3380px 0;
}

.country-select .flag.mq {
  height: 14px;
  background-position: -3402px 0;
}

.country-select .flag.mr {
  height: 14px;
  background-position: -3424px 0;
}

.country-select .flag.ms {
  height: 10px;
  background-position: -3446px 0;
}

.country-select .flag.mt {
  height: 14px;
  background-position: -3468px 0;
}

.country-select .flag.mu {
  height: 14px;
  background-position: -3490px 0;
}

.country-select .flag.mv {
  height: 14px;
  background-position: -3512px 0;
}

.country-select .flag.mw {
  height: 14px;
  background-position: -3534px 0;
}

.country-select .flag.mx {
  height: 12px;
  background-position: -3556px 0;
}

.country-select .flag.my {
  height: 10px;
  background-position: -3578px 0;
}

.country-select .flag.mz {
  height: 14px;
  background-position: -3600px 0;
}

.country-select .flag.na {
  height: 14px;
  background-position: -3622px 0;
}

.country-select .flag.nc {
  height: 10px;
  background-position: -3644px 0;
}

.country-select .flag.ne {
  height: 15px;
  background-position: -3666px 0;
}

.country-select .flag.nf {
  height: 10px;
  background-position: -3686px 0;
}

.country-select .flag.ng {
  height: 10px;
  background-position: -3708px 0;
}

.country-select .flag.ni {
  height: 12px;
  background-position: -3730px 0;
}

.country-select .flag.nl {
  height: 14px;
  background-position: -3752px 0;
}

.country-select .flag.no {
  height: 15px;
  background-position: -3774px 0;
}

.country-select .flag.np {
  height: 15px;
  background-position: -3796px 0;
  background-color: transparent;
}

.country-select .flag.nr {
  height: 10px;
  background-position: -3811px 0;
}

.country-select .flag.nu {
  height: 10px;
  background-position: -3833px 0;
}

.country-select .flag.nz {
  height: 10px;
  background-position: -3855px 0;
}

.country-select .flag.om {
  height: 10px;
  background-position: -3877px 0;
}

.country-select .flag.pa {
  height: 14px;
  background-position: -3899px 0;
}

.country-select .flag.pe {
  height: 14px;
  background-position: -3921px 0;
}

.country-select .flag.pf {
  height: 14px;
  background-position: -3943px 0;
}

.country-select .flag.pg {
  height: 15px;
  background-position: -3965px 0;
}

.country-select .flag.ph {
  height: 10px;
  background-position: -3987px 0;
}

.country-select .flag.pk {
  height: 14px;
  background-position: -4009px 0;
}

.country-select .flag.pl {
  height: 13px;
  background-position: -4031px 0;
}

.country-select .flag.pm {
  height: 14px;
  background-position: -4053px 0;
}

.country-select .flag.pn {
  height: 10px;
  background-position: -4075px 0;
}

.country-select .flag.pr {
  height: 14px;
  background-position: -4097px 0;
}

.country-select .flag.ps {
  height: 10px;
  background-position: -4119px 0;
}

.country-select .flag.pt {
  height: 14px;
  background-position: -4141px 0;
}

.country-select .flag.pw {
  height: 13px;
  background-position: -4163px 0;
}

.country-select .flag.py {
  height: 11px;
  background-position: -4185px 0;
}

.country-select .flag.qa {
  height: 8px;
  background-position: -4207px 0;
}

.country-select .flag.re {
  height: 14px;
  background-position: -4229px 0;
}

.country-select .flag.ro {
  height: 14px;
  background-position: -4251px 0;
}

.country-select .flag.rs {
  height: 14px;
  background-position: -4273px 0;
}

.country-select .flag.ru {
  height: 14px;
  background-position: -4295px 0;
}

.country-select .flag.rw {
  height: 14px;
  background-position: -4317px 0;
}

.country-select .flag.sa {
  height: 14px;
  background-position: -4339px 0;
}

.country-select .flag.sb {
  height: 10px;
  background-position: -4361px 0;
}

.country-select .flag.sc {
  height: 10px;
  background-position: -4383px 0;
}

.country-select .flag.sd {
  height: 10px;
  background-position: -4405px 0;
}

.country-select .flag.se {
  height: 13px;
  background-position: -4427px 0;
}

.country-select .flag.sg {
  height: 14px;
  background-position: -4449px 0;
}

.country-select .flag.sh {
  height: 10px;
  background-position: -4471px 0;
}

.country-select .flag.si {
  height: 10px;
  background-position: -4493px 0;
}

.country-select .flag.sj {
  height: 15px;
  background-position: -4515px 0;
}

.country-select .flag.sk {
  height: 14px;
  background-position: -4537px 0;
}

.country-select .flag.sl {
  height: 14px;
  background-position: -4559px 0;
}

.country-select .flag.sm {
  height: 15px;
  background-position: -4581px 0;
}

.country-select .flag.sn {
  height: 14px;
  background-position: -4603px 0;
}

.country-select .flag.so {
  height: 14px;
  background-position: -4625px 0;
}

.country-select .flag.sr {
  height: 14px;
  background-position: -4647px 0;
}

.country-select .flag.ss {
  height: 10px;
  background-position: -4669px 0;
}

.country-select .flag.st {
  height: 10px;
  background-position: -4691px 0;
}

.country-select .flag.sv {
  height: 12px;
  background-position: -4713px 0;
}

.country-select .flag.sx {
  height: 14px;
  background-position: -4735px 0;
}

.country-select .flag.sy {
  height: 14px;
  background-position: -4757px 0;
}

.country-select .flag.sz {
  height: 14px;
  background-position: -4779px 0;
}

.country-select .flag.ta {
  height: 10px;
  background-position: -4801px 0;
}

.country-select .flag.tc {
  height: 10px;
  background-position: -4823px 0;
}

.country-select .flag.td {
  height: 14px;
  background-position: -4845px 0;
}

.country-select .flag.tf {
  height: 14px;
  background-position: -4867px 0;
}

.country-select .flag.tg {
  height: 13px;
  background-position: -4889px 0;
}

.country-select .flag.th {
  height: 14px;
  background-position: -4911px 0;
}

.country-select .flag.tj {
  height: 10px;
  background-position: -4933px 0;
}

.country-select .flag.tk {
  height: 10px;
  background-position: -4955px 0;
}

.country-select .flag.tl {
  height: 10px;
  background-position: -4977px 0;
}

.country-select .flag.tm {
  height: 14px;
  background-position: -4999px 0;
}

.country-select .flag.tn {
  height: 14px;
  background-position: -5021px 0;
}

.country-select .flag.to {
  height: 10px;
  background-position: -5043px 0;
}

.country-select .flag.tr {
  height: 14px;
  background-position: -5065px 0;
}

.country-select .flag.tt {
  height: 12px;
  background-position: -5087px 0;
}

.country-select .flag.tv {
  height: 10px;
  background-position: -5109px 0;
}

.country-select .flag.tw {
  height: 14px;
  background-position: -5131px 0;
}

.country-select .flag.tz {
  height: 14px;
  background-position: -5153px 0;
}

.country-select .flag.ua {
  height: 14px;
  background-position: -5175px 0;
}

.country-select .flag.ug {
  height: 14px;
  background-position: -5197px 0;
}

.country-select .flag.um {
  height: 11px;
  background-position: -5219px 0;
}

.country-select .flag.us {
  height: 11px;
  background-position: -5241px 0;
}

.country-select .flag.uy {
  height: 14px;
  background-position: -5263px 0;
}

.country-select .flag.uz {
  height: 10px;
  background-position: -5285px 0;
}

.country-select .flag.va {
  width: 15px;
  height: 15px;
  background-position: -5307px 0;
}

.country-select .flag.vc {
  height: 14px;
  background-position: -5324px 0;
}

.country-select .flag.ve {
  height: 14px;
  background-position: -5346px 0;
}

.country-select .flag.vg {
  height: 10px;
  background-position: -5368px 0;
}

.country-select .flag.vi {
  height: 14px;
  background-position: -5390px 0;
}

.country-select .flag.vn {
  height: 14px;
  background-position: -5412px 0;
}

.country-select .flag.vu {
  height: 12px;
  background-position: -5434px 0;
}

.country-select .flag.wf {
  height: 14px;
  background-position: -5456px 0;
}

.country-select .flag.ws {
  height: 10px;
  background-position: -5478px 0;
}

.country-select .flag.xk {
  height: 15px;
  background-position: -5500px 0;
}

.country-select .flag.ye {
  height: 14px;
  background-position: -5522px 0;
}

.country-select .flag.yt {
  height: 14px;
  background-position: -5544px 0;
}

.country-select .flag.za {
  height: 14px;
  background-position: -5566px 0;
}

.country-select .flag.zm {
  height: 14px;
  background-position: -5588px 0;
}

.country-select .flag.zw {
  height: 10px;
  background-position: -5610px 0;
}

@media (max-width: 1200px) {
  .main-office-section .form-contact {
    max-height: none;
  }

  .container {
    max-width: 950px;
  }

  .fw-cta-section .image-section {
    left: -50px;
  }

  .customer-lead-section .slider-section .slider-lead-wrapper {
    margin-top: 0;
  }

  .primary-menu .primary-menu-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .primary-menu .primary-menu-inner .logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
  }

  .primary-menu .primary-menu-inner .logo img {
    display: block;
    width: 100%;
  }

  .primary-menu .primary-menu-inner .navigation {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 160px);
    flex: 0 0 calc(100% - 160px);
    max-width: calc(100% - 160px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu.mega-menu-item {
    overflow-x: hidden;
  }

  .hero-section .hero-content .sub-image-block {
    right: 0;
  }

  .video-section {
    margin-top: -50px;
  }

  .subservice-row .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

  .video-left-section .video-left__content {
    padding-top: 0;
  }

  .video-left-section .video-left__content h2 {
    font-size: 46px;
  }

  .post-block-equal-height .article-height1 .article-content {
    padding: 48px 30px 30px;
  }

  .post-block-equal-height .article-height1 .article-label {
    width: 48px;
    height: 48px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
    font-size: 20px;
  }

  .video-left-section .video-left__content-inner {
    max-width: 440px;
  }

  .video-left-section .video-left__content {
    padding-left: 35px;
  }

  .privacy-section .section-inner h2 {
    font-size: 56px;
  }

  .cards-logo-row .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
  }

  .col-9 .content-single {
    padding-right: 0;
  }

  .col-tile.col-3,
  .col-tile.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 990px) {

  .hero-section .hero-content .button-hero,
  .partners-section .section-inner .partner-list {
    margin-top: 40px;
  }

  .container {
    max-width: 750px;
  }

  .primary-menu .primary-menu-inner .logo {
    display: none;
  }

  .top-menu {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .top-menu .top-menu-inner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 190px);
    flex: 0 0 calc(100% - 190px);
    max-width: calc(100% - 190px);
  }

  .top-menu .mobile-logo {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 190px;
    flex: 0 0 190px;
    max-width: 190px;
  }

  .top-menu .mobile-logo a {
    display: block;
  }

  .top-menu .mobile-logo a img {
    width: 100%;
    height: auto;
  }

  .header .primary-menu-inner .navigation {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu.mega-menu-item:first-child a {
    padding-left: 0;
  }

  .header .primary-menu-inner .navigation .search {
    border-left: 1px rgba(21, 28, 28, 0.15) solid;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item a.mega-menu-link,
  #mega-menu-wrap-menu-1 .mega-menu li.mega-menu-item a.mega-menu-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-section .hero-content .sub-image-block {
    display: none;
  }

  .hero-section .hero-content .title-hero {
    font-size: 56px;
    line-height: 72px;
    margin-bottom: 24px;
  }

  .fw-cta-section .subtitle,
  .hero-section .hero-content .subtitle-hero {
    font-size: 18px;
    line-height: 24px;
  }

  .hero-section .hero-content {
    padding-bottom: 80px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .hero-section.hero-section-small .hero-section-inner .hero-content {
    padding-top: 180px;
  }

  .home .hero-section.hero-section-small .hero-section-inner {
    height: auto;
  }

  .hero-section:not(.hero-section-small) .hero-wrap-img {
    position: relative;
    height: 100vh;
  }

  .hero-section .hero-notification {
    position: static;
  }

  .site-footer .copy-row-footer .footer-col {
    max-width: 100%;
  }

  .hero-section .hero-notification .notification-text {
    text-align: center;
  }

  .announcement-section .text-col .link-cta {
    margin-top: 20px;
  }

  .announcement-section .section-inner {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .help-section .section-inner {
    padding-top: 40px;
  }

  .partners-section .partner-section-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0;
  }

  .partners-section .partner-section-title .h3 {
    margin-bottom: 0;
  }

  .partners-section .section-inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .partners-section .partner-list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 32px 15px 0;
  }

  .customer-lead-section .section-inner,
  .fw-cta-section,
  .posts-grid-section .section-inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .fw-cta-section .h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .fw-cta-section .btn-block {
    margin-top: 30px;
  }

  .customer-lead-section .slider-section .container {
    position: static;
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .customer-lead-section .slider-section {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .lead-list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .slider-button-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .slider-button-navigation li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .customer-lead-section .slider-section .slider-lead-wrapper {
    width: 100%;
    margin-top: 50px;
  }

  .post-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .post-block .article-content,
  .post-block.post-block-equal-height .article-content {
    padding: 40px;
  }

  .post-block.full-width-post {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    min-height: 290px;
  }

  .post-block.full-width-post .article,
  .post-block.full-width-post .article-image {
    height: 100%;
  }

  .post-block.full-width-post .article-title {
    font-size: 20px;
    line-height: 28px;
  }

  .post-block.post-block-equal-height {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 290px;
  }

  .post-block.post-block-equal-height .article {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .post-block.post-block-equal-height .article .article-title {
    font-size: 16px;
    max-width: 100%;
  }

  .container,
  .site-footer .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .posts-grid-section .tablet-link {
    display: block;
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
    margin-top: 40px;
  }

  .posts-grid-section .tablet-link .link-arrow {
    display: block;
  }

  .posts-grid-section .title-block {
    margin-bottom: 40px;
  }

  .posts-grid-section .title-block .link-arrow {
    display: none;
  }

  .site-footer .col-12 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .subservice-row .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .partners-tile-section .h2,
  .subservice-section .title-section {
    max-width: 100%;
  }

  .title-with-description .col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .title-with-description .col-8 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 20px;
  }

  .tab-wrapper .tab-buttons {
    position: static;
    margin-bottom: 30px;
  }

  .tab-wrapper .tab-buttons .tab-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }

  .tab-nav .tab-nav-item .tab-nav-btn {
    padding: 0 15px;
  }

  .tab-item .bottom-tab-block {
    margin-top: 20px;
  }

  .tab-item .logos-tab-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .tab-item .logos-tab-inner .logo-item .logo-item-inner {
    padding-top: 0;
  }

  .tab-item .logos-tab-inner .logo-item+.logo-item::before {
    display: none;
  }

  .left-small-icon-block .right-content .description {
    font-size: 16px;
    line-height: 24px;
  }

  .row__partners .col-partner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .video-left-section .video-left__content {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 48px;
  }

  .top-row-footer .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(60% / 2);
    flex: 0 0 calc(60% / 2);
  }

  .top-row-footer .col:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
  }

  .top-row-footer .col#top-footer-col-4 {
    margin-left: 40%;
  }

  .top-row-footer .col#top-footer-col-5 {
    margin-top: -40px;
  }

  .top-row-footer .col .social-footer {
    margin-top: 30px;
  }

  .site-footer .footer-col .widget {
    margin-bottom: 0;
  }

  .video-left-section .video-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .video-left-section .video-left__content-inner {
    max-width: none;
  }

  .video-left-section .video-left__video {
    position: static;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    height: auto;
  }

  .video-left-section .video-left__video .video-cover img {
    height: auto;
  }

  .video-left-section .video-left__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }

  .people-cards-section .people-cards-wrapper {
    margin-left: -10px;
    margin-right: -10px;
  }

  .people-cards-section .people-cards-wrapper__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-right: 0;
    padding: 0 10px;
    background: 0 0;
  }

  .people-cards-section .people-cards-wrapper__item-inner {
    background: #f7f7f7;
    padding: 48px;
    height: 100%;
  }

  .popup-wrapper .popup {
    max-width: 575px;
  }

  .tab-item .logos-tab-inner .logo-item {
    min-width: 200px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 20px;
    height: 120px;
  }

  .tab-item .logos-tab-inner .logo-item .logo-item-inner {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }

  .certificate-container__top .certificate-pagination,
  .privacy-section .section-inner .privacy-content__titles {
    display: none;
  }

  .hero-section .swiper-slide .hero-section-inner,
  .plan-item .plan-content {
    height: auto;
  }

  .tab-item .logos-tab-inner .logo-item:nth-child(1) {
    border-bottom: 1px #f7f7f7 solid;
  }

  .tab-item .logos-tab-inner .logo-item:nth-child(2),
  .tab-item .logos-tab-inner .logo-item:nth-child(3) {
    border-bottom: 1px #f7f7f7 solid;
    border-left: 1px #f7f7f7 solid;
  }

  .tab-item .logos-tab-inner .logo-item:nth-child(5),
  .tab-item .logos-tab-inner .logo-item:nth-child(6) {
    border-left: 1px #f7f7f7 solid;
  }

  .form-col,
  .main-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .addresses-section .addresses-block__item {
    width: calc(100% / 2 - 20px / 2);
    margin-right: 0;
  }

  .addresses-section .addresses-block__item:nth-child(odd) {
    margin-right: 20px;
  }

  .privacy-section .section-inner {
    padding-top: 130px;
  }

  .privacy-section .section-inner .privacy-content__text,
  .row-tile div[class*="col-"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer-logo {
    margin-bottom: 30px;
  }

  .plan-benefits-block .benefit-inner .benefit-icon,
  .plan-item .plan-head .plan-icon {
    margin-bottom: 20px;
  }

  .plans-row .col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .plan-benefits-block .benefit-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .plan-benefits-block .benefit-inner .benefit-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }

  .plan-item .plan-head {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .plan-item .plan-head .plan-head__price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .plan-item .plan-head__price-value {
    font-size: 22px;
  }

  .plan-item .plan-head__price-title {
    font-size: 18px;
  }

  .title-block .title {
    max-width: 100%;
  }

  .scrolled-section-wrapper+.fw-cta-section {
    padding-top: 0;
  }

  .infographic .infographic-count__count {
    font-size: 70px;
  }

  .infographic .infographic-count__count sup {
    font-size: 30px;
  }

  .subservice-row .col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .certificates-section .certificate-container__top .certificates-navigation .arrow-left {
    margin-right: 0;
  }

  .filter-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .filter-item+.filter-item {
    margin-top: 20px;
  }

  .version-list-db .version-list-db-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .version-list-db .version-list-db-inner .db-item a {
    padding: 5px 0;
  }

  .hero-section.hero-section-small .hero-section-inner {
    min-height: 620px;
  }

  .h3,
  h3 {
    font-size: 26px;
    line-height: 40px;
  }

  .content-section .col-3 {
    margin-top: 50px;
  }

  .content-section .col-3,
  .content-section .col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .hero-section .swiper-slide .hero-wrap-img {
    height: 100vh;
  }
}

@media (max-width: 767px) {
  .hero-section .slide-pag {
    bottom: 20px;
  }

  .header .top-menu,
  .primary-menu #mega-menu-wrap-menu-1 {
    display: none;
  }

  .primary-menu .primary-menu-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 18px;
    padding-bottom: 18px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .primary-menu .primary-menu-inner .logo {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 109px;
    flex: 0 0 109px;
    max-width: 109px;
  }

  .primary-menu .primary-menu-inner .logo img {
    width: 100%;
    height: auto;
    display: block;
  }

  .mobile-menu-btn {
    display: block;
  }

  .header .primary-menu-inner .navigation {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .header .primary-menu-inner .navigation .search {
    border-left: none;
    padding: 0;
  }

  .header .primary-menu-inner .navigation .search .search-trigger {
    padding: 0 20px;
  }

  .carousel-wrapper-offset,
  .container,
  .site-footer .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-section .hero-content .title-hero {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
  }

  .hero-section .hero-content .subtitle-hero {
    font-size: 22px;
    line-height: 28px;
  }

  .hero-section .hero-content .button-hero {
    margin-top: 50px;
  }

  .hero-section .hero-notification-dark {
    display: block;
    position: static;
  }

  .cursor-move,
  .partners-section .partner-section-title .link-arrow {
    display: none;
  }

  .hero-section:not(.hero-section-small) .hero-section-inner {
    min-height: 100vh;
    height: auto;
  }

  .hero-section .hero-back {
    height: 100vh;
    min-height: 500px;
  }

  .hero-section .hero-content {
    padding-bottom: 50px;
  }

  .text-col,
  .title-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .h3,
  h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
  }

  .card-carousel-item .card-content-title .h3,
  .h2,
  h2 {
    margin-bottom: 20px;
  }

  .announcement-section .section-inner {
    padding-top: 50px;
    padding-bottom: 25px;
  }

  .announcement-section .text-col p {
    font-size: 14px;
    line-height: 20px;
  }

  .help-section .section-inner {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .h2,
  h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .carousel-wrapper-offset .full-width-slider {
    -webkit-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }

  .card-carousel-item .card-content {
    padding: 32px 30px;
  }

  .card-carousel-item .card-content-links li a {
    font-size: 14px;
    line-height: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .full-width-slider .swiper-slide {
    max-width: 280px;
  }

  .article-title,
  .posts-grid-section .title-block {
    margin-bottom: 0;
  }

  .partners-section .partner-section-title {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .partners-section .partner-section-title .h3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }

  .partners-section .partner-list {
    padding-top: 20px;
  }

  .partner-list .partner-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 0;
  }

  .partners-section .section-inner {
    padding: 25px 0;
  }

  .mobile-bottom-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  section.fw-cta-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .scrolled-section-wrapper+section.fw-cta-section {
    padding-top: 0;
  }

  .fw-cta-section .image-section {
    left: -80px;
    display: none;
  }

  .fw-cta-section .image-section img {
    max-height: 250px;
  }

  .fw-cta-section .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .fw-cta-section .section-inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .customer-lead-section .section-inner {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .slider-button-navigation li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .slider-button-navigation .slider-button-navigation-item .slider-button-navigation-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .customer-lead-section .slider-section .slider-lead-wrapper {
    margin-top: 0;
  }

  .post-block .article-content,
  .post-block.post-block-equal-height .article-content {
    padding: 30px;
  }

  .article-label {
    width: 60px;
    height: 60px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    font-size: 26px;
  }

  .article-title,
  .post-block.full-width-post .article-title {
    font-size: 16px;
    line-height: 24px;
    max-width: 100%;
  }

  .article-title {
    font-weight: 700;
  }

  .article-link {
    margin-top: 10px;
  }

  .post-block {
    margin-bottom: 20px;
  }

  .article-image img {
    min-height: 310px;
  }

  .post-block.post-block-equal-height .article {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .post-block.post-block-equal-height .article+.article {
    margin-top: 20px;
  }

  .article-title a {
    display: block;
  }

  .posts-grid-section .tablet-link {
    margin-top: 0;
    padding-top: 10px;
  }

  .posts-grid-section .section-inner {
    padding: 25px 0;
  }

  .hero-wrap-img {
    position: relative;
  }

  .hero-section .hero-notification-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-section .hero-notification .notification-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    padding: 0;
    height: 70px;
    font-size: 22px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }

  .hero-section .hero-notification .notification-icon::before {
    width: 70px;
    height: 70px;
  }

  .hero-section .hero-notification .notification-text {
    font-size: 14px;
    line-height: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section .hero-notification .notification-btn {
    margin-top: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .hero-section .hero-notification .notification-btn .btn {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .partner-list .partner-item .partner-link img {
    height: 51px;
  }

  .logo-carousel .carousel-logo-item .partner-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .logo-carousel .carousel-logo-item {
    width: auto;
  }

  .logo-carousel .carousel-logo-item img {
    width: auto;
    height: 51px;
  }

  .logo-carousel .carousel-logo-item.swiper-slide-next+.carousel-logo-item {
    opacity: 0.5;
  }

  .mobile-bottom-link {
    margin-top: 20px;
  }

  .fw-cta-section .h2 {
    font-size: 24px;
    line-height: 1.25;
    text-align: center;
    margin-bottom: 10px;
  }

  .fw-cta-section .subtitle {
    font-size: 14px;
    line-height: 1.25;
    text-align: center;
  }

  .fw-cta-section .btn-block {
    text-align: center;
    margin-top: 50px;
  }

  .lead-list {
    display: none;
  }

  .slide-for-mobile {
    display: block;
    padding: 0 20px;
  }

  .slider-button-navigation .slider-button-navigation-item .slider-button-navigation-button {
    font-size: 20px;
    line-height: 1.4;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    position: relative;
  }

  .slider-button-navigation .slider-button-navigation-item .slider-button-navigation-button span[class*="icon-"] {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: 0 0 !important;
    height: auto;
    width: 40px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .slider-button-navigation .slider-button-navigation-item .slider-button-navigation-button span[class*="icon-"]+.text-btn {
    padding-left: 52px;
  }

  .request-section .section-inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .header {
    z-index: 10;
  }

  .primary-menu {
    background: #eee;
  }

  .primary-menu-mobile #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu.mega-menu-item:first-child a {
    padding-left: 20px;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu {
    position: static;
    max-height: 0;
    overflow: hidden;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
    text-align: left;
    display: inline-block !important;
    width: auto;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
    max-height: 2000px;
  }

  #mega-menu-wrap-mobile-menu #mega-menu-mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #mega-menu-wrap-mobile-menu {
    background: 0 0;
  }

  #mega-menu-wrap-mobile-menu .mega-menu-toggle {
    display: none !important;
  }

  #mega-menu-wrap-mobile-menu #mega-menu-mobile-menu>li.mega-menu-item>a.mega-menu-link {
    color: #2d2d2d;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 20px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 20px;
  }

  #mega-menu-wrap-mobile-menu #mega-menu-mobile-menu>li.mega-menu-item>a.mega-menu-link .mega-indicator {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  #mega-menu-wrap-mobile-menu #mega-menu-mobile-menu>li.mega-menu-item>a.mega-menu-link .mega-indicator::before {
    content: "\e900";
    margin-left: 10px;
  }

  #mega-menu-wrap-mobile-menu #mega-menu-mobile-menu>li.mega-menu-item>a.mega-menu-link .mega-indicator::after {
    display: none !important;
  }

  #mega-menu-wrap-mobile-menu #mega-menu-mobile-menu>li.mega-menu-item>a.mega-menu-link:hover {
    background: 0 0;
    color: #ff5700;
    font-weight: 500;
  }

  #mega-menu-wrap-mobile-menu #mega-menu-mobile-menu>li.mega-menu-megamenu ul.mega-sub-menu:first-of-type {
    position: static;
    max-height: 0;
    overflow: hidden;
  }

  #mega-menu-wrap-mobile-menu #mega-menu-mobile-menu>li.mega-menu-item.mega-toggle-on ul.mega-sub-menu:first-of-type {
    max-height: 2100px;
  }

  #mega-menu-wrap-mobile-menu #mega-menu-mobile-menu>li.mega-menu-megamenu>ul.mega-sub-menu {
    background: 0 0;
  }

  #mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-3-of-12 {
    width: 100%;
  }

  #mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
    padding: 0 20px;
  }

  #mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu:first-of-type {
    padding-top: 15px;
  }

  #mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu span[class*="icon-"] {
    margin-bottom: 10px;
    display: block;
    color: #ff5700;
    font-size: 30px;
  }

  #mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu .mega-block-title {
    font-size: 14px !important;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43 !important;
    text-transform: none !important;
    padding-bottom: 10px !important;
  }

  #mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu .mmenu-list {
    margin-bottom: 30px;
  }

  #mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu .mmenu-list .mmenu-item .mmenu-link {
    display: block;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.29;
    letter-spacing: normal;
    color: #5d5d5d;
  }

  #mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu .mmenu-list .mmenu-item .mmenu-link:hover {
    color: #ff5700 !important;
  }

  #mega-menu-wrap-mobile-menu #mega-menu-mobile-menu>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
    background: 0 0;
    color: #ff5700;
    font-weight: 500;
  }

  #mega-menu-wrap-mobile-menu #mega-menu-mobile-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: #fff !important;
    letter-spacing: normal;
    color: #5d5d5d;
    padding: 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
  }

  #mega-menu-wrap-mobile-menu #mega-menu-mobile-menu>li.mega-menu-flyout ul.mega-sub-menu {
    position: static;
    max-height: 0;
    overflow: hidden;
  }

  .announcement-section .text-col {
    padding-left: 15px;
  }

  .section-theme.theme-white {
    padding: 25px 0;
  }

  .hero-section+.section-theme {
    padding-top: 50px;
  }

  .section-theme.theme-white+.theme-dark-grey,
  .section-theme.theme-white+.theme-dark,
  .section-theme.theme-white+.theme-light-grey,
  .section-theme.theme-white+.theme-orange,
  .section-theme.theme-white+.theme-teal {
    padding-top: 25px;
  }

  .section-theme+.theme-dark-grey .section-inner,
  .section-theme+.theme-dark .section-inner,
  .section-theme+.theme-light-grey .section-inner,
  .section-theme+.theme-orange .section-inner,
  .section-theme+.theme-teal .section-inner {
    padding: 50px 0;
  }

  .title-align {
    margin-bottom: 20px;
  }

  .section-theme+.theme-dark-grey+.theme-white,
  .section-theme+.theme-dark+.theme-white,
  .section-theme+.theme-light-grey+.theme-white,
  .section-theme+.theme-orange+.theme-white,
  .section-theme+.theme-teal+.theme-white {
    padding-top: 50px;
  }

  .service-block {
    padding: 30px;
  }

  .service-block .h3 {
    font-size: 24px;
  }

  .infographic-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .infographic-block+.infographic-block {
    margin-top: 40px;
  }

  .card-carousel-item .car-image {
    min-height: 300px;
    height: 100%;
  }

  .card-carousel-item .car-image img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    display: block;
    min-height: 300px;
  }

  .video-left-section .video-left__content h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }

  .video-left-section .video-left__video,
  .video-left-section .video-left__video .video-cover img {
    height: auto;
  }

  .article-news .short-description,
  .content-single ol li,
  .content-single p,
  .content-single ul li,
  .left-icon-block .right-content .description,
  .popup-wrapper.popup-bio .popup p,
  .service-block .description,
  .video-left-section .video-left__content p {
    font-size: 14px;
    line-height: 20px;
  }

  .popup-wrapper .popup {
    max-width: calc(100% - 100px);
  }

  .popup-wrapper .popup-header {
    z-index: 3;
  }

  .popup-wrapper .popup-header .close {
    top: 20px;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    left: 105px;
    color: #2d2d2d;
    font-size: 20px;
    z-index: 9;
  }

  .announcement-section .title-col+.text-col {
    padding-left: 15px;
  }

  .masonry-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
  }

  .masonry-wrapper .single-article {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .masonry-wrapper .single-article.article-0,
  .masonry-wrapper .single-article.article-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .masonry-wrapper .single-article img {
    display: block;
    width: 100%;
    height: auto;
  }

  .breadcrumbs {
    top: 100px;
  }

  .fw-cta-section .section-inner:not(.section-theme-white) {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .news-section {
    padding: 50px 0 25px;
  }

  .tab-item .logos-tab-inner .logo-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 0;
    min-height: 0;
    border-top: 1px #f7f7f7 solid;
  }

  .tab-item .logos-tab-inner .logo-item img {
    max-width: 100%;
    max-height: 80px;
  }

  .tab-item .logos-tab-inner .logo-item:nth-child(1),
  .tab-item .logos-tab-inner .logo-item:nth-child(10),
  .tab-item .logos-tab-inner .logo-item:nth-child(11),
  .tab-item .logos-tab-inner .logo-item:nth-child(12),
  .tab-item .logos-tab-inner .logo-item:nth-child(2),
  .tab-item .logos-tab-inner .logo-item:nth-child(3),
  .tab-item .logos-tab-inner .logo-item:nth-child(4),
  .tab-item .logos-tab-inner .logo-item:nth-child(5),
  .tab-item .logos-tab-inner .logo-item:nth-child(6),
  .tab-item .logos-tab-inner .logo-item:nth-child(7),
  .tab-item .logos-tab-inner .logo-item:nth-child(8),
  .tab-item .logos-tab-inner .logo-item:nth-child(9) {
    border: none;
    border-top: 1px #f7f7f7 solid;
  }

  .menu-mob #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row,
  .menu-mob #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu:first-of-type,
  .tab-item .logos-tab-inner .logo-item:nth-child(1),
  .tab-item .logos-tab-inner .logo-item:nth-child(2) {
    border-top: none;
  }

  .tab-item .logos-tab-inner .logo-item:nth-child(even) {
    border-left: 1px #f7f7f7 solid;
  }

  .title-with-description {
    margin-bottom: 30px;
  }

  .left-small-icon-block .left-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    height: 30px;
    width: 30px;
  }

  .left-small-icon-block .left-icon img {
    max-width: 45%;
    max-height: 70%;
  }

  .left-small-icon-block .right-content {
    padding-top: 2px;
    padding-left: 20px;
    line-height: 30px;
  }

  .privacy-section .section-inner h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .content-single p+p {
    margin-top: 20px;
  }

  .content-single ol+h2,
  .content-single ol+h3,
  .content-single ol+h4,
  .content-single ol+p,
  .content-single ul+h2,
  .content-single ul+h3,
  .content-single ul+h4,
  .content-single ul+p {
    margin-top: 30px;
  }

  .tab-wrapper .tab-buttons .tab-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .plan-benefits-block .benefit-item {
    padding-right: 15px;
  }

  .plan-benefits-block .benefit-item+.benefit-item {
    margin-top: 50px;
  }

  .cards-logo-row .col-3,
  .cards-logo-row .col-4,
  .plan-benefits-block .benefit-item,
  .plans-row .col-4,
  .plans-row .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .certificates-section .certificate-container__top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .certificates-section .certificate-container__top .certificates-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 20px;
  }

  .article-news .more-link {
    display: inline;
  }

  .tab-item .top-tab-block {
    max-width: 100%;
    text-align: center;
  }

  .menu-mob {
    padding-bottom: 150px;
  }

  .menu-mob #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-3-of-12 {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .menu-mob #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu .mega-menu-column ul.mega-sub-menu .mega-menu-item {
    min-height: 0;
  }

  .menu-mob #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row {
    padding-bottom: 0;
    padding-top: 20px;
  }

  .menu-mob #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu .mega-menu-column ul.mega-sub-menu .mega-menu-item .mmenu-list li a,
  .menu-mob #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu .mega-menu-column ul.mega-sub-menu .mega-menu-item h4 a {
    padding-left: 0;
  }

  .menu-mob .menu-mob #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu .mega-menu-column ul.mega-sub-menu .mega-menu-item:last-child {
    margin-bottom: 35px;
  }

  .menu-mob #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu .mega-menu-column ul.mega-sub-menu .mega-menu-item+.mega-menu-item {
    margin-top: 30px;
  }

  .menu-mob #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu .mega-menu-column ul.mega-sub-menu .mega-menu-item:nth-child(2) {
    padding-bottom: 0;
  }

  .menu-mob #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  #mega-menu-wrap-menu-1 .mega-menu-toggle {
    display: none !important;
  }

  .primary-menu-mobile #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    display: block !important;
    background: 0 0 !important;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu .mega-menu-column {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-content-col {
    padding-left: 15px;
    margin-top: 40px;
  }

  .tab-btn-col,
  .tab-content-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .tab-navigation .tab-navigation__item .tab-navigation__btn {
    font-size: 16px;
  }

  .tab-title .h2 {
    margin-bottom: 20px;
  }

  .hero-section+.scrolled-section-wrapper section.section-theme:first-of-type .section-inner,
  section.theme-dark-grey+.theme-white,
  section.theme-dark+.theme-white,
  section.theme-light-grey+.theme-white,
  section.theme-orange+.theme-white,
  section.theme-teal+.theme-white {
    padding-top: 60px;
  }

  .version-list-db .version-list-db-inner .db-item a {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }

  .breadcrumbs .breadcrumb_last,
  .breadcrumbs span a {
    padding: 0;
  }

  section.theme-white:last-child:not(.plan-section) {
    padding-bottom: 60px;
  }

  .article-news {
    padding: 30px;
  }

  .post-navigation-section .h2 a {
    font-size: 24px;
    line-height: 32px;
  }

  .hero-section:not(.hero-section-small) .hero-wrap-img {
    min-height: 100vh;
    height: auto;
  }

  .home .hero-section.hero-section-small .hero-section-inner {
    height: auto;
  }

  .title-block {
    margin-bottom: 40px;
  }

  .faq-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-item .faq-trigger {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .faq-item .faq-trigger .plus {
    width: 20px;
    height: 20px;
  }

  .faq-item .faq-item-body {
    padding-bottom: 20px;
  }
}

@media (max-width: 575px) {

  .article-blog__meta .article-blog__date span,
  .site-footer .col-12 {
    display: none;
  }

  .form-row [class*="col-"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .form-row [class*="col-"]:first-child {
    margin-top: 0;
  }

  .form-row [class*="col-"]+[class*="col-"],
  .form-row+.form-row {
    margin-top: 40px;
  }

  input,
  textarea {
    font-size: 14px;
    line-height: 1.43;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .form-row .form-btn-col .btn-medium {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .slider-lead .slider-lead-item .slider-lead-content {
    padding: 30px;
  }

  .slider-lead .slider-lead-item .slider-lead-content .center-count .value {
    font-size: 60px;
    line-height: 1;
  }

  .slider-lead .slider-lead-item .slider-lead-content .center-count .value sup {
    font-size: 30px;
    line-height: 30px;
    right: -20px;
  }

  .slider-lead .slider-lead-item .slider-lead-content .center-count .subtitle {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.71;
  }

  .slider-lead .slider-lead-item .slider-lead-content .bottom-content .h3 {
    margin-bottom: 20px;
  }

  .slider-lead .slider-lead-item .slider-lead-content .bottom-content .h3 a {
    font-size: 24px;
    line-height: 1.25;
  }

  .request-section {
    padding-top: 25px;
  }

  #bottom-footer-col-3,
  #top-footer-col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  #bottom-footer-col-1,
  #bottom-footer-col-2,
  #bottom-footer-col-4,
  #top-footer-col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .social-footer {
    border-top: none;
    padding-top: 0;
    max-width: 100%;
  }

  .site-footer .copy-row-footer {
    padding-top: 30px;
  }

  .site-footer_inner {
    padding: 50px 0;
  }

  .site-footer .footer-col .menu li a {
    font-size: 14px;
    line-height: 2.29;
  }

  .subscribe-footer .subscribe-btn {
    margin-top: 20px;
    padding-left: 0;
  }

  .subscribe-footer .subscribe-btn,
  .subscribe-footer .subscribe-input {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .hero-section .hero-content .button-hero .button-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .hero-section .hero-content .button-hero .button-item .btn {
    width: 100%;
  }

  .hero-section .hero-content .button-hero .button-item+.button-item {
    margin-top: 20px;
  }

  .subservice-row .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .top-row-footer .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .top-row-footer .col#top-footer-col-1 {
    margin-bottom: 30px;
  }

  .top-row-footer .col#top-footer-col-4 {
    margin-left: 0;
  }

  .infographic .infographic-count__count {
    font-size: 40px;
    line-height: 1;
  }

  .infographic .infographic-count__count sup {
    font-size: 20px;
    line-height: 20px;
  }

  .infographic .infographic-count__description {
    margin-top: 16px;
  }

  .article-play-video {
    width: 50px;
    height: 50px;
    font-size: 12px;
  }

  .social li a,
  .social li a.in,
  .social li a.tw {
    font-size: 13px;
  }

  .social {
    margin-left: -5px;
    margin-right: -5px;
  }

  .social li {
    padding: 5px;
  }

  .social li a {
    width: 30px;
    height: 30px;
  }

  .social li+li {
    margin-left: 0;
  }

  .left-icon-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .left-icon-block .left-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    height: 100px;
  }

  .left-icon-block .left-icon img {
    min-width: 0;
    max-height: 80%;
    width: auto;
  }

  .left-icon-block .right-content {
    padding-left: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .people-cards-section .people-cards-wrapper__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .popup-wrapper .popup {
    max-width: calc(100% - 30px);
  }

  .popup-wrapper .popup-header .close {
    left: 35px;
    font-size: 14px;
  }

  .popup-wrapper.popup-bio .popup {
    padding: 60px 30px;
  }

  .addresses-map-block__item,
  .article-blog__content {
    padding: 48px 20px;
  }

  .popup-wrapper {
    height: auto;
  }

  .col-what-inc.col-4,
  .col-what-inc.col-6,
  .masonry-wrapper .single-article.article-0,
  .masonry-wrapper .single-article.article-1,
  .row-tile div[class*="col-"],
  .subservice-row div[class*="col-"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .article-blog__meta .article-blog__date {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .article-blog__meta .article-blog__author .name span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .article-blog .article-blog__info h4,
  .article-blog .article-blog__info h4 a {
    font-size: 16px;
  }

  .article-blog .article-blog__info h4 {
    margin-bottom: 10px;
  }

  .addresses-section .addresses-block__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-right: 0 !important;
  }

  .addresses-map-block__item h4 {
    font-size: 20px;
  }

  .tile-content {
    padding: 20px;
  }

  .tile-content__title {
    font-size: 24px;
    line-height: 30px;
  }

  .tile-content__description {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 539px) {

  .main-office-section .form-contact,
  .request-section .form-wrapper {
    max-height: none;
  }
}

.welcome-section .section-inner {
  min-height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 200px 0 100px;
}

.welcome-section .container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.welcome-section .overlay-image {
  position: absolute;
  right: 55px;
  bottom: 0;
  height: 100%;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.welcome-section .overlay-image img {
  display: block;
  max-height: 80%;
  width: auto;
}

.welcome-section .logos {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.welcome-section .logos .logo-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.welcome-section .logos .logo-item img {
  display: block;
  max-height: 30px;
}

.welcome-section .h2 {
  color: #2d2d2d;
  margin-bottom: 16px;
}

.welcome-section .subtitle {
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #2d2d2d;
  max-width: 650px;
}

.welcome-section .btn-w {
  margin-top: 40px;
}

.welcome-section .btn-w .btn {
  min-width: 290px;
}

.welcome-section .links {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.welcome-section .links .link {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ff5800;
  border-bottom: 1px #ff5700 solid;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.welcome-section .links .link:hover {
  border-bottom-color: transparent;
}

.welcome-section .links .link+.link {
  margin-top: 32px;
}

.welcome-section .empty-header {
  padding: 27px 0;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 8;
}

.page-template-page-splash #intercom-frame,
.page-template-page-splash .header,
.page-template-page-splash .site-footer {
  display: none;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[hidden] {
  display: none;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

.header .top-menu-inner a.btn-cta {
  margin-left: 0;
}

.lang {
  padding: 10px 32px 10px 16px;
  margin-left: 16px;
  font-size: 12px;
  line-height: 1.67;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #5d5d5d;
  position: relative;
}

.lang img {
  margin-right: 10px;
}

.lang ul {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  top: 40px;
  background: #fff;
  padding-top: 10px;
}

.lang ul li {
  margin-bottom: 20px;
  padding: 0 16px;
}

.lang ul li:hover a {
  color: #ff5700;
}

.lang ul li:last-child {
  margin-bottom: 16px;
}

.lang ul li a {
  margin-left: 0;
}

.lang:hover {
  background: #fff;
  color: #ff5700;
}

.lang:hover ul {
  opacity: 1;
  visibility: visible;
}

.lang span.icon-arrow {
  font-size: 10px;
  margin-left: 10px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.lang:hover span {
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.lang img {
  width: 25px;
  height: auto;
}

.top-mob-menu {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-mob-menu .lang li a {
  padding: 0;
}

.hero-section.hero-tiles-acf .hero-section-inner {
  height: 90vh;
}

.hero-section.hero-tiles-acf .hero-section-inner .hero-content {
  padding-top: 150px;
}

.hero-section.hero-tiles-acf .hero-content .title-hero {
  margin-bottom: 10px;
}

.hero-section.hero-tiles-acf .hero-tiles-cta {
  margin-top: 20px;
  margin-bottom: 10px;
}

.hero-tiles-separator {
  border: 4px solid #ff5704;
  width: 100px;
  margin-left: 0;
  margin-bottom: 15px;
}

.hero-tiles-wrap {
  max-width: 80%;
  margin: -125px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero-tiles-wrap .hero-tile-wrap {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  padding: 10px;
  z-index: 10;
}

.hero-tiles-wrap .hero-tile {
  position: relative;
  height: 40vh;
  min-height: 250px;
}

.hero-tiles-wrap .hero-tile .hero-tile-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  padding: 10px 20px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hero-tiles-wrap .hero-tile .hero-tile-content:hover {
  background: rgba(255, 87, 0, 0.75);
}

.hero-tiles-wrap .hero-tile .tile-topic {
  text-align: left;
  font: normal normal normal 16px/30px Roboto;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  opacity: 1;
}

.hero-tiles-wrap .hero-tile .tile-logo {
  height: auto;
  max-width: 90%;
  max-height: 50px;
}

.hero-tiles-wrap .hero-tile .tile-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  letter-spacing: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.hero-tiles-wrap .hero-tile .hero-tile-content:hover .tile-title {
  opacity: 1;
  margin-bottom: 40px;
}

.hero-tiles-wrap .hero-tile .tile-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2d2d2d 0% 0% no-repeat padding-box;
  height: 40px;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-tiles-wrap .hero-tile .tile-footer .tile-footer-link {
  font: normal normal medium 16px/30px Roboto;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
  opacity: 1;
  margin-right: 20px;
}

.hero-tiles-wrap .hero-tile .tile-footer .circle {
  background: #fff;
  border-radius: 20px;
  width: 20px;
  display: inline-block;
  height: 20px;
  vertical-align: middle;
  margin-bottom: 4px;
  color: #2d2d2d;
  text-align: center;
  line-height: 18px;
  font-size: 21px;
  padding-left: 2px;
}

.child-list-outer {
  margin: 100px auto;
}

.child-list-filter {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.child-list-filter select {
  border: 3px solid #ff5704;
  font: normal normal normal 16px/30px Roboto;
  letter-spacing: 0;
  color: #ff5704;
  padding: 10px;
}

.child-list-wrap {
  padding-bottom: 30px;
}

.child-list-wrap .child-list-tile {
  margin-top: 50px;
}

.child-list-wrap .child-list-tile .child-list-img {
  height: 200px;
  border-radius: 20px 20px 0 0;
}

.child-list-wrap .child-list-tile .child-list-content {
  position: relative;
  padding: 20px 35px;
  height: 260px;
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 0 3px 30px #e5e5e5;
  border-radius: 0 0 20px 20px;
}

.child-list-wrap .child-list-tile .child-list-topic {
  text-align: left;
  font: normal normal bold 16px/30px Roboto;
  letter-spacing: 1px;
  color: #ff5704;
  text-transform: uppercase;
  opacity: 1;
}

.child-list-wrap .child-list-tile .child-list-title a {
  font: normal normal normal 24px/36px Roboto;
  letter-spacing: 0;
  color: #5d5d5d;
  opacity: 1;
}

.child-list-wrap .child-list-tile .child-list-footer {
  text-decoration: underline;
  font: normal normal normal 20px/35px Roboto;
  letter-spacing: 1.25px;
  color: #ff5704;
  text-transform: uppercase;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 35px;
}

.contact-form-outer {
  background-size: cover !important;
}

.contact-form-wrap {
  padding: 60px 0;
}

.contact-form-wrap .contact-form-headline {
  font: normal normal 600 50px/70px Roboto;
  letter-spacing: 0;
  color: #fff;
  opacity: 1;
  margin-bottom: 20px;
}

.contact-form-wrap .contact-form-subheadline {
  font: normal normal normal 25px/40px Roboto;
  letter-spacing: 0;
  color: #fff;
  opacity: 1;
}

.hero-image-right-row {
  min-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero-image-right-content-wrap {
  -ms-flex-preferred-size: 55%;
  flex-basis: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 200px;
}

.hero-image-right-content {
  max-width: 80%;
  margin: auto;
}

.hero-image-right-content h1 {
  text-align: left;
  font: normal normal bold 64px/80px Roboto;
  letter-spacing: -3.2px;
  color: #2d2d2d;
  margin-bottom: 40px;
}

.hero-image-right-subtitle {
  text-align: left;
  font: normal normal 500 35px/55px Roboto;
  letter-spacing: 0;
  color: #5d5d5d;
  margin: 40px 0 50px;
}

.hero-image-right-cta-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hero-image-right-cta1 {
  width: 50%;
  padding-right: 10px;
}

.hero-image-right-cta1 .btn {
  margin-right: 20px;
  white-space: nowrap;
  margin-top: 10px;
  width: 100%;
}

.hero-image-right-cta2 {
  width: 50%;
  padding-left: 10px;
}

.hero-image-right-cta2 .btn {
  box-shadow: inset 0 0 0 3px #ff5704;
  white-space: nowrap;
  margin-top: 10px;
  width: 100%;
  padding: 20px 32.5px;
}

.hero-image-right-image {
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
  background-size: cover !important;
}

.toc-wrap {
  background: #eee 0% 0% no-repeat padding-box;
  padding: 10px 30px;
}

.toc-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.toc-headline {
  margin: 0 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 20px 0;
}

.toc-headline h2 {
  text-align: center;
  font: normal normal 500 20px/30px Roboto;
  letter-spacing: 1.25px;
  color: #2d2d2d;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 0;
}

.toc-items-wrap {
  margin: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0;
}

.toc-number {
  text-align: left;
  font: normal normal bold 20px/30px Roboto;
  letter-spacing: 0;
  color: #2d2d2d;
  padding-left: 15px;
}

.toc-name {
  text-align: left;
  font: normal normal 300 20px/30px Roboto;
  letter-spacing: 0;
  color: #5d5d5d;
}

.toc-cta {
  margin: 0 20px;
  padding: 20px 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.content-header-left-wrap {
  padding: 0 30px;
}

.content-header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin: auto;
}

.content-header-left-header {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  -ms-flex-preferred-size: 38.3333%;
  flex-basis: 38.3333%;
}

.announcement-section h3 {
  margin-bottom: 25px;
  margin-right: 20px;
  font-weight: 900;
  line-height: 1.29;
}

.content-header-left-header h2 {
  text-align: left;
  font: normal normal bold 32px/40px Roboto;
  letter-spacing: 0;
  color: #2d2d2d;
  margin-bottom: 25px;
  margin-right: 20px;
  font-weight: 900;
  line-height: 1.29;
}

.content-header-left-content {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  text-align: left;
  font: normal normal normal 18px/30px Roboto;
  letter-spacing: 0;
  color: #2d2d2d;
  margin-bottom: 0;
  margin-bottom: 40px;
}

.content-header-left-content ul {
  margin-top: 20px;
  list-style-type: disc;
  padding-left: 28px;
}

.content-header-left-content ul li {
  margin-bottom: 10px;
}

.content-header-left-content p+p {
  margin-top: 20px;
}

.content-header-left-content strong {
  font-weight: 700;
}

.cta-row-section {
  padding-top: 0 !important;
}

.cta-row-wrap {
  background: #2d2d2d 0% 0% no-repeat padding-box;
  padding: 50px;
}

.cta-row-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1140px;
  margin: auto;
}

.cta-row-headline-wrap {
  text-align: left;
  font: normal normal normal 32px/40px Roboto;
  letter-spacing: 0;
  color: #fff;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 20px 5px;
}

.cta-row-cta-wrap {
  margin: 20px 10px;
}

.cta-row-cta {
  white-space: nowrap;
}

.quote-image-split-section {
  padding-top: 0 !important;
}

.quote-image-split-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.quote-image-split-left-image,
.quote-image-split-right-image {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  background-size: cover !important;
}

.quote-image-split-content-wrap {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  padding: 100px 70px;
  background: #eee 0% 0% no-repeat padding-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.quote-image-split-content-wrap .cta1 {
  box-shadow: inset 0 0 0 3px #ff5704;
  white-space: nowrap;
  padding: 20px 32.5px;
  margin-top: 20px;
  margin-right: 20px;
  width: unset;
  color: #fff;
  font-weight: 700;
  background: #ff5700;
  text-transform: uppercase;
  font-size: 12px;
}

.quote-image-split-content-wrap .cta2 {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-shadow: inset 0 0 0 3px #ff5704;
  white-space: nowrap;
  padding: 20px 32.5px;
  margin-top: 20px;
  margin-right: 20px;
  width: unset;
  color: #ff5700;
  text-transform: uppercase;
  font-size: 12px;
}

.quote-image-split-content-wrap .cta2 span {
  font-weight: 700;
  margin-left: 8px;
}

.quote-quotation {
  text-align: left;
  font: normal normal bold 200px/70px Playfair Display;
  letter-spacing: -8px;
  color: #ff5704;
}

.quote-text {
  text-align: left;
  font: normal normal 500 30px/55px Roboto;
  letter-spacing: -1.6px;
  color: #2d2d2d;
}

.quote-author {
  margin: 30px 0 10px;
  font: normal normal bold 25px/35px Roboto;
  letter-spacing: 1.5px;
  color: #ff5704;
  text-transform: uppercase;
}

.quote-author-title {
  font: normal normal normal 20px/30px Roboto;
  letter-spacing: 0;
  color: #ff5704;
}

.content-tiles-header-wrap {
  padding: 100px 0 280px;
  background-size: cover !important;
  background-position: center !important;
}

.content-tile-title-section {
  font: normal normal bold 53px/90px Roboto;
  letter-spacing: 0;
}

.content-tiles-wrap {
  max-width: 80%;
  margin: -225px auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.content-tile-wrap {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
  padding: 8px;
  z-index: 10;
}

.content-tile-wrap .content-tile {
  position: relative;
  height: 100%;
  min-height: 250px;
  background-color: #fff;
  overflow: hidden;
  padding: 20px;
  box-shadow: 0 3px 30px #ededed;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: -o-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1),
    -o-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.content-tile-wrap .content-tile .content-tile-title-scrolling {
  text-align: right;
  font: normal normal bold 80px/35px Roboto;
  letter-spacing: 0;
  color: #eee;
  margin: 55px 0 50px 50%;
  white-space: nowrap;
}

.content-tile-wrap .content-tile:hover .content-tile-title-scrolling {
  -webkit-animation: scrollText 10s linear;
  -o-animation: scrollText 10s linear;
  animation: scrollText 10s linear;
}

@-webkit-keyframes scrollText {
  0% {
    margin-left: 50%;
  }

  100% {
    margin-left: -300%;
  }
}

@-o-keyframes scrollText {
  0% {
    margin-left: 50%;
  }

  100% {
    margin-left: -300%;
  }
}

@keyframes scrollText {
  0% {
    margin-left: 50%;
  }

  100% {
    margin-left: -300%;
  }
}

.content-tile-wrap .content-tile .content-tile-title {
  font: normal normal 500 22px/35px Roboto;
  letter-spacing: 0;
  color: #2d2d2d;
  padding-bottom: 10px;
}

.content-tile-wrap .content-tile .content-tile-content {
  text-align: left;
  font: normal normal 300 18px/30px Roboto;
  letter-spacing: 0;
  color: #2d2d2d;
  margin-bottom: 50px;
}

.content-tile-wrap .content-tile .content-tile-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 40px;
  padding-bottom: 15px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.content-tile-wrap .content-tile .content-tile-footer-arrow {
  margin-left: 25px;
  font-size: 25px;
}

.content-tile-wrap .content-tile:hover .content-tile-footer {
  padding-right: 30px;
}

.content-tile-wrap .content-tile:hover {
  -webkit-transform: translate(0, -25px);
  -o-transform: translate(0, -25px);
  transform: translate(0, -25px);
}

.parent-pageid-19306 .hero-section .hero-section-inner {
  min-height: 100vh;
  height: auto;
}

.lang-new ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
}

.header .top-menu-inner .lang-new a img {
  max-height: 15px;
  margin-right: 4px;
}

.carousel-wrapper-left-arrow {
  color: #ff5700;
}

.carousel-wrapper-right-arrow {
  color: #ff5700;
}

.video-section {
  min-height: 520px;
  margin-top: 0;
}

.video-block {
  height: 100%;
}

.video-block .video-content {
  position: initial;
}

.video-left-section .video-block .video-content {
  min-height: 480px;
}

.video-section .video-block .video-content {
  min-height: 400px;
  padding-bottom: 0;
}

.video-section .video-wrap {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.video-wrap-outer {
  width: 100%;
  z-index: 10;
}

.video-wrap-side-block {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
}

.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-content.inline-video-content {
  padding: 0;
}

.transcript-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video-transcript-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.vt-accordion-responsive {
  display: none;
}

.vt-accordion-toggle {
  cursor: pointer;
  font-size: 32px;
  color: #ff5700;
  text-align: center;
}

.vt-accordion-content {
  display: none;
}

section.theme-light-grey .service-block {
  background-color: #ececec;
}

section.theme-light-grey .left-icon-block {
  background-color: #ececec;
}

section.theme-light-grey .left-icon-block .description,
section.theme-light-grey .left-icon-block .h4,
section.theme-light-grey .service-block .link-arrow {
  color: initial;
}

section.theme-light-grey .service-block .description,
section.theme-light-grey .service-block .h3 a {
  color: initial;
}

section.theme-light-grey .service-block .link-arrow {
  color: initial;
}

section.theme-dark-grey.announcement-section .text-col p {
  color: #fff;
}

section.theme-dark.announcement-section .text-col p {
  color: #fff;
}

section.theme-light-grey .service-block .link-arrow:hover {
  color: #ff5700;
}

section.theme-light-grey .service-block .h3 a:hover {
  color: #ff5700;
}

.section-theme.theme-orange h3,
.section-theme.theme-orange .text-col p {
  color: #fff;
}

.section-theme.theme-teal h3,
.section-theme.theme-teal .text-col p {
  color: #fff;
}

.carousel-wrapper-offset .full-width-slider {
  -webkit-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.full-width-slider .swiper-slide__medium {
  max-width: calc(33% - 15px);
}

.full-width-slider .swiper-slide {
  max-width: calc(33% - 15px);
  width: calc(33% - 15px);
}

.card-carousel-item .card-content {
  padding: 25px;
}

.swiper-container-free-mode>.swiper-wrapper .card-carousel-item {
  max-width: 100%;
}

.page-id-26931 .addresses-map-block__item,
.page-id-21173 .addresses-map-block__item {
  min-height: 401px;
}

.page-id-26931 .main-office-section,
.page-id-21173 .main-office-section {
  overflow: visible;
}

.page-id-26931 .main-office-section .form-col .form-contact,
.page-id-21173 .main-office-section .form-col .form-contact,
.landing-page-layout .request-section .section-inner .container {
  margin-top: -400px;
  background: #f6f7f6;
  padding: 20px;
}

.page-id-26931 .hero-section .hero-content,
.page-id-26931 .hero-section .hero-back,
.page-id-26931 .hero-section .hero-wrap-img,
.page-id-26931 .hero-section .hero-section-inner,
.page-id-21173 .hero-section .hero-content,
.page-id-21173 .hero-section .hero-back,
.page-id-21173 .hero-section .hero-wrap-img,
.page-id-21173 .hero-section .hero-section-inner,
.landing-page-layout .hero-section .hero-content,
.landing-page-layout .hero-section .hero-back,
.landing-page-layout .hero-section .hero-wrap-img,
.landing-page-layout .hero-section .hero-section-inner {
  max-height: 560px;
}

.page-id-26931 .wrapper #primary .site-main,
.page-id-21173 .wrapper #primary .site-main,
.landing-page-layout .wrapper #primary .site-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page-id-26931 .hero-section .hero-content .subtitle-hero,
.page-id-26931 .hero-section .hero-content .title-hero,
.page-id-21173 .hero-section .hero-content .subtitle-hero,
.page-id-21173 .hero-section .hero-content .title-hero,
.landing-page-layout .hero-section .hero-content .subtitle-hero,
.landing-page-layout .hero-section .hero-content .title-hero {
  max-width: 550px;
}

.page-id-26931 .hero-section,
.page-id-21173 .hero-section,
.landing-page-layout .hero-section {
  z-index: 0;
}

.page-id-26931 .main-office-section,
.page-id-21173 .main-office-section {
  z-index: 1;
}

.header .top-menu-inner .dropdown-sub-m,
.top-menu-mobile .dropdown-sub-m {
  min-width: 150px;
}

.page-id-26999 .welcome-section .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0 0 100px;
}

.page-id-26999 .welcome-section .section-inner .container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 4%;
}

.page-id-26999 .welcome-section .overlay-image img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: unset;
  width: 100%;
}

.page-id-26999 .welcome-section .overlay-image {
  position: relative;
  right: unset;
  bottom: unset;
  height: unset;
  width: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 4%;
}

.landing-page-layout .what_included-section .title-with-description {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.landing-page-layout .what_included-section .title-with-description .title,
.landing-page-layout .what_included-section .title-with-description .description {
  width: 90%;
  -ms-flex: 0 0 90%;
  -webkit-box-flex: 0;
  flex: 0 0 90%;
  max-width: 90%;
}

.landing-page-layout .what_included-section .title-with-description .title {
  margin-bottom: 30px;
}

.landing-page-layout .what_included-section ul li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #ff570c;
  margin-right: 20px;
  font-size: 25px;
}

.landing-page-layout .what_included-section ul {
  margin-top: 30px;
}

.landing-page-layout .scrolled-section-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.landing-page-layout .what_included-section,
.landing-page-layout .request-section {
  width: 50%;
  max-width: 585px;
}

.landing-page-layout .what_included-section .section-inner {
  padding-top: 90px !important;
}

.landing-page-layout .request-section .section-inner {
  padding-top: 0px !important;
}

.landing-page-layout .request-section .section-inner .container {
  background: #f7f7f7;
  padding: 10px 10px 10px 20px;
}

.landing-page-layout .request-section {
  overflow: visible;
  z-index: 1;
}

.landing-page-layout .request-section .section-inner .container {
  background: #f7f7f7;
  padding: 1px 20px 10px 20px;
}

.landing-page-layout .announcement-section .section-inner {
  padding-top: 120px !important;
}

.article-blog__meta .article-blog__date,
.category-hero-section .date-post {
  display: none;
}

.post-navigation-section .avatar {
  display: none;
}

#nav-blog-bar {
  background-color: #f6f6f6;
  height: 80px;
  border-bottom: 3px solid #ec622b;
}

#nav-blog-bar ul {
  list-style-type: none;
  width: 80%;
  margin: 0 auto;
  padding-top: 28px;
}

#nav-blog-bar ul li {
  float: left;
  width: 14%;
  text-align: center;
}

@media screen and (max-width: 800px) {
  #nav-blog-bar {
    height: 100px;
  }

  #nav-blog-bar ul {
    width: 100%;
    padding-top: 16px;
  }

  #nav-blog-bar ul li {
    float: left;
    width: 25%;
  }

  .nav_related_posts .nav_featured_post {
    width: 100% !important;
  }

  .nav_all_posts.col-9 {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

#nav-blog-bar ul li a {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

#nav-blog-bar #nav {
  list-style: none inside;
}

#nav-blog-bar #nav li {
  position: relative;
  font-size: 13px;
  color: #999;
}

#nav-blog-bar #nav li a {
  display: inline;
  padding: 0;
  font-size: 15px;
  text-decoration: none;
  line-height: 35px;
  text-align: left;
}

#nav-blog-bar #nav li li a {
  font-size: 15px;
}

#nav-blog-bar #nav li a:hover {
  color: #ff5700;
}

#nav-blog-bar #nav ul {
  position: absolute;
  padding: 0;
  left: 0;
  display: none;
  background-color: #fff;
  width: 225px;
  z-index: 100;
}

#nav-blog-bar #nav ul li {
  float: none;
  margin: 10px 15px;
  width: 100%;
  text-align: left;
}

#nav-blog-bar #nav li:hover ul ul {
  display: none;
}

#nav-blog-bar #nav li:hover ul {
  display: block;
}

#nav-blog-bar #nav li li:hover ul {
  display: block;
  margin-left: 200px;
  margin-top: -35px;
}

#category-hero-section {
  padding-bottom: 0;
}

.category-hero-section .section-inner {
  padding-top: 160px !important;
  padding-bottom: 50px !important;
}

.hero-section.hero-section-small .hero-section-inner {
  height: auto;
}

.hero-section.hero-section-small .hero-back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.hero-section.hero-section-small .hero-section-inner .hero-content {
  padding-bottom: 120px;
  padding-top: 260px;
  position: relative;
}

@media (max-width: 767px) {
  .hero-section.hero-section-small .hero-section-inner {
    min-height: auto;
  }

  .hero-section.hero-section-small .hero-section-inner .hero-content {
    padding-top: 160px;
    padding-bottom: 60px;
  }
}

.nav_featured_post {
  width: 25%;
  float: left;
  height: 250px;
  border: 10px solid #fff;
  position: relative;
  background-size: cover;
}

.nav_featured_posts .nav_featured_post h3 {
  font-size: 16px;
  line-height: 1.2;
}

.nav_featured_posts .nav_featured_post:nth-of-type(1) h3 {
  font-size: 22px;
  line-height: 1.3;
}

.nav_featured_posts .nav_featured_post h3 {
  position: absolute;
  bottom: 30px;
  padding: 0 20px;
  font-weight: 700;
}

.nav_featured_posts .nav_featured_post a {
  color: #fff;
}

.nav_featured_posts .nav_featured_post a:hover {
  color: #ff5700;
}

.nav_featured_post .name {
  position: absolute;
  bottom: 20px;
  color: #fff;
  font-weight: 500;
  left: 20px;
  font-size: 14px;
}

.nav_featured_posts .nav_featured_post:nth-of-type(1) {
  width: 50%;
  height: 500px;
}

.nav_related_posts .nav_featured_post,
.nav_related_posts .nav_featured_post:nth-of-type(1) {
  width: 50%;
  height: 400px;
}

.nav_related_posts .nav_featured_post h3,
.nav_related_posts .nav_featured_post:nth-of-type(1) h3 {
  font-size: 22px;
}

.nav_featured_post .label-tag {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 20px;
  background: #ff5700;
  font-size: 16px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: right;
  color: #fff;
}

.nav_all_posts {
  float: left;
}

.nav_all_posts article {
  width: 50%;
  float: left;
  position: relative;
  border-left: 10px solid #fff;
}

.nav_all_posts .nav_single_post h3 {
  color: #fff;
  font-size: 18px;
  position: absolute;
  line-height: 1.1;
  bottom: 0;
  padding: 0 20px;
}

.nav_all_posts .article-col article {
  margin-top: 10px !important;
}

.nav_all_posts .article-blog {
  height: 350px;
}

.nav_all_posts .alm-btn-wrap {
  clear: both;
}

.nav_side_bar {
  float: right;
  padding-top: 10px;
}

.nav_side_bar .side_box {
  background-color: #eee;
  padding: 20px;
  margin: 10px 15px;
}

.nav_side_bar label {
  width: 90%;
  float: left;
}

.nav_side_bar .search-field {
  width: 100%;
  border-bottom: 1px solid #aaa;
}

.nav_side_bar .search-submit {
  width: 10%;
  border-bottom: none;
}

.nav_side_bar .dashicons-search {
  font-size: 28px;
  color: #ccc;
}

.latest_box li {
  margin-bottom: 26px;
}

.nav_side_bar .side_box ul li a {
  line-height: 1.5;
  font-size: 14px;
}

.nav_side_bar .side_box ul li a:hover {
  color: #ff5700;
}

.latest_box .latest_category {
  color: #555;
  font-size: 12px;
  font-weight: 500;
  height: 20px;
}

.latest_box .category_underline {
  background: -webkit-linear-gradient(top, transparent 80%, #ff5700 60%);
  background: -o-linear-gradient(top, transparent 80%, #ff5700 60%);
  background: linear-gradient(180deg, transparent 80%, #ff5700 60%);
  height: 6px;
  width: 15px;
}

.latest_box a {
  font-weight: 700;
}

.latest_box .latest_date {
  color: #666;
  font-size: 11px;
  font-style: italic;
}

.side_box input {
  padding: 8px 0px !important;
  margin-bottom: 20px;
}

.sidebar-inner .side_box .search-formm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sidebar-inner .side_box .search-formm label {
  float: none;
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sidebar-inner .side_box .search-formm .search-submit {
  float: none;
  width: auto;
}

.side_box p {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}

.side_box .social_h4 {
  margin-top: 16px;
}

.side_box .social_icons a {
  color: #ff5700 !important;
}

.side_box .social_icons .dashicons {
  font-size: 24px !important;
  width: 32px;
  height: 32px;
}

.author-post h3 {
  color: #4a4a4a;
}

.author-name {
  color: #4b4b4b;
  font-size: 24px;
  font-weight: 600px;
  margin-bottom: 16px;
}

.author-bio p {
  font-size: 14px !important;
}

.author-post .article-blog__author {
  float: left;
}

.author-post .avatar {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 18px;
  margin-bottom: 16px;
}

.author-post .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.author-post .btn {
  float: right;
}

.post-navigation-section {
  width: 50%;
  float: left;
  padding-top: 40px !important;
  min-height: 475px;
}

.post-navigation-section .h2 {
  min-height: 100px;
  padding: 0 16px;
}

.post-navigation-section .h2 a {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
}

.post-navigation-section .article-blog__author {
  font-weight: 500;
}

.post-navigation-section .dashicons {
  font-size: 48px;
  margin-top: -24px;
}

.page-id-8712 .fw-cta-section,
.page-id-8712 .site-footer {
  display: none !important;
}

.nav-justify-left {
  -webkit-box-pack: left !important;
  -ms-flex-pack: left !important;
  justify-content: left !important;
}

.nav-justify-right {
  -webkit-box-pack: right !important;
  -ms-flex-pack: right !important;
  justify-content: right !important;
}

.nav-clearfix {
  clear: both;
}

.nav-mt-20 {
  margin-top: 20px !important;
}

.nav-mt-30 {
  margin-top: 30px !important;
}

.nav-mt-40 {
  margin-top: 40px !important;
}

.nav-mt-50 {
  margin-top: 50px !important;
}

.nav-no-padding {
  padding: 0;
}

.nav-pb-0 {
  padding-bottom: 0px !important;
}

.nav-pb-30 {
  padding-bottom: 30px !important;
}

.nav-pt-20 {
  padding-top: 20px !important;
}

.nav-pt-30 {
  padding-top: 30px !important;
}

.nav-text-right {
  text-align: right !important;
  -webkit-box-pack: right !important;
  -ms-flex-pack: right !important;
  justify-content: right !important;
}

.nav-text-left {
  text-align: left !important;
  -webkit-box-pack: left !important;
  -ms-flex-pack: left !important;
  justify-content: left !important;
}

.nav-text-white {
  color: #fff;
}

.nav-justify-right {
  -webkit-box-pack: right !important;
  -ms-flex-pack: right !important;
  justify-content: right !important;
}

.nav-justify-left {
  -webkit-box-pack: left !important;
  -ms-flex-pack: left !important;
  justify-content: left !important;
}

.nav-line-double {
  line-height: 1.5;
}

@media (max-height: 600px) and (max-width: 1280px) {

  .page-id-26931 .hero-section .hero-content,
  .page-id-26931 .hero-section .hero-back,
  .page-id-26931 .hero-section .hero-wrap-img,
  .page-id-26931 .hero-section .hero-section-inner,
  .page-id-21173 .hero-section .hero-content,
  .page-id-21173 .hero-section .hero-back,
  .page-id-21173 .hero-section .hero-wrap-img,
  .page-id-21173 .hero-section .hero-section-inner,
  .landing-page-layout .hero-section .hero-content,
  .landing-page-layout .hero-section .hero-back,
  .landing-page-layout .hero-section .hero-wrap-img,
  .landing-page-layout .hero-section .hero-section-inner {
    max-height: 560px;
    min-height: 560px;
  }
}

@media (max-width: 1280px) {
  .full-width-slider .swiper-slide__medium {
    max-width: calc(50% - 15px);
  }

  .full-width-slider .swiper-slide {
    max-width: calc(50% - 15px);
    width: calc(50% - 15px);
  }

  .carousel-wrapper-offset .full-width-slider {
    max-width: 95%;
  }

  .page-id-26931 .hero-section .hero-content .subtitle-hero,
  .page-id-26931 .hero-section .hero-content .title-hero,
  .page-id-21173 .hero-section .hero-content .subtitle-hero,
  .page-id-21173 .hero-section .hero-content .title-hero,
  .landing-page-layout .hero-section .hero-content .subtitle-hero,
  .landing-page-layout .hero-section .hero-content .title-hero {
    max-width: 40vw;
  }
}

@media only screen and (max-width: 992px) {
  .hero-tiles-wrap {
    max-width: 100%;
    margin: 0 auto;
    display: initial;
  }

  .hero-tiles-wrap .hero-tile-wrap {
    padding: 0 0 15px;
  }

  .child-list-wrap .child-list-tile {
    max-width: 100% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .contact-form-content {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 40px;
  }

  .contact-form {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 20px;
  }

  .hero-image-right-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: initial !important;
  }

  .hero-image-right-content-wrap {
    -ms-flex-preferred-size: initial;
    flex-basis: initial;
  }

  .hero-image-right-content {
    margin-top: 8%;
  }

  .hero-image-right-subtitle {
    margin: 10px 0 20px;
  }

  .hero-image-right-cta1,
  .hero-image-right-cta2 {
    width: 100%;
    padding: 0;
  }

  .hero-image-right-image {
    -ms-flex-preferred-size: initial;
    flex-basis: initial;
  }

  .toc-headline h2 {
    text-align: center;
  }

  .toc-items-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
  }

  .content-header-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cta-row-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cta-row-headline-wrap {
    text-align: center;
  }

  .cta-row-cta {
    width: 100%;
  }

  .quote-image-split-content-wrap {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .quote-image-split-left-image,
  .quote-image-split-right-image {
    -ms-flex-preferred-size: initial;
    flex-basis: initial;
    min-height: 37vh;
  }

  .quote-image-split-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-tiles-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-tile-wrap {
    max-width: initial;
  }

  .transcript-row {
    display: none;
  }

  .vt-accordion-responsive {
    display: block;
  }
}

@media (max-width: 990px) {

  .page-id-26931 .hero-section .hero-content .subtitle-hero,
  .page-id-26931 .hero-section .hero-content .title-hero,
  .page-id-21173 .hero-section .hero-content .subtitle-hero,
  .page-id-21173 .hero-section .hero-content .title-hero,
  .landing-page-layout .hero-section .hero-content .subtitle-hero,
  .landing-page-layout .hero-section .hero-content .title-hero {
    max-width: unset;
  }

  .page-id-26931 .main-office-section .form-col,
  .page-id-21173 .main-office-section .form-col {
    padding-bottom: 40px;
  }

  .page-id-26931 .main-office-section .form-col .form-contact,
  .page-id-21173 .main-office-section .form-col .form-contact,
  .landing-page-layout .request-section .section-inner .container {
    margin-top: unset;
  }

  .page-id-26931 .main-office-section,
  .page-id-21173 .main-office-section {
    padding-top: 20px;
  }

  .page-id-26931 .main-office-section .container .row,
  .page-id-21173 .main-office-section .container .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .page-id-26931 .hero-section .hero-content,
  .page-id-26931 .hero-section .hero-back,
  .page-id-26931 .hero-section .hero-wrap-img,
  .page-id-26931 .hero-section .hero-section-inner,
  .page-id-21173 .hero-section .hero-content,
  .page-id-21173 .hero-section .hero-back,
  .page-id-21173 .hero-section .hero-wrap-img,
  .page-id-21173 .hero-section .hero-section-inner,
  .landing-page-layout .hero-section .hero-content,
  .landing-page-layout .hero-section .hero-back,
  .landing-page-layout .hero-section .hero-wrap-img,
  .landing-page-layout .hero-section .hero-section-inner {
    max-height: 440px;
    min-height: unset;
  }

  .page-id-26931 .addresses-map-block__item,
  .page-id-21173 .addresses-map-block__item {
    min-height: unset;
  }
}

@media (max-width: 768px) {
  .page-id-26999 .welcome-section .section-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .page-id-26999 .welcome-section .overlay-image img {
    max-width: 300px;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .top-mob-menu li a img {
    max-height: 16px;
    margin-right: 5px;
  }

  .video-left-section .video-block .video-content {
    min-height: initial;
  }

  .video-section {
    min-height: initial;
  }

  .video-section .video-block .video-content {
    min-height: initial;
    padding-left: 0;
    padding-right: 0;
  }

  .full-width-slider .swiper-slide__medium {
    max-width: calc(100% - 15px);
  }

  .full-width-slider .swiper-slide {
    max-width: calc(100% - 15px);
    width: calc(100% - 15px);
  }

  .landing-page-layout .what_included-section,
  .landing-page-layout .request-section {
    width: initial;
    max-width: initial;
  }

  .landing-page-layout .request-section .section-inner .container {
    margin-top: initial;
  }
}

.clearfix {
  overflow: auto;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

body.moove_gdpr_overflow #adroll_consent_container,
body.moove_gdpr_overflow #drift-frame-controller {
  display: none;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder img {
  height: auto;
}

.pwd-form-wrap {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  padding: 30px;
  font-size: 20px;
  font-weight: 500;
}

.pwd-form-wrap label {
  font-size: 20px;
  font-weight: 500;
}

.pwd-form-wrap input[name="post_password"] {
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px 15px;
}

.pwd-form-wrap input[type="submit"] {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 24px;
}

.pwd-form-wrap * {
  color: #fff;
}

.nsap-section .vidyard_iframe_wrap,
.nsap-section .nsap-video-thumbnail {
  position: relative;
  padding-bottom: 56%;
  display: block;
  width: 100%;
}

.nsap-section .vidyard_iframe_wrap iframe,
.nsap-section .nsap-video-thumbnail iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.page-template-page-sap-landing .popup-wrapper.active {
  z-index: 1001;
}

.lity-iframe .lity-close {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #f50;
  text-shadow: none;
}

.lity-video-wrap {
  position: relative;
  display: block;
  width: 80vw;
  height: 75vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  padding: 40px;
  overflow: hidden;
}

.lity-video-wrap .vidyard_iframe_wrap {
  position: absolute;
  top: 40px;
  left: 40px;
  bottom: 40px;
  right: 40px;
  overflow: hidden;
}

.lity-video-wrap iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.page-template-page-virtual-meeting-room section.nsap-section.nsap-page-header .ph-intro p {
  color: #fff;
}

.page-template-page-virtual-meeting-room section.nsap-section.nsap-page-header .ph-flex-cnt .ph-content h1 strong {
  color: #ff5800;
}

.page-template-page-virtual-meeting-room .nsap-section .btn.btn-teal {
  background-color: #ff5800;
  border-color: #ff5800;
}

.page-template-page-virtual-meeting-room .nsap-section .btn.btn-bordered.btn-teal {
  background-color: transparent;
  border-color: #ff5800;
  color: #ff5800;
}

.nsap-video-thumbnail a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.nsap-video-thumbnail a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.nsap-video-thumbnail a:hover b::before {
  opacity: 1;
}

.nsap-video-thumbnail a b {
  position: absolute;
  border: 2px solid transparent;
  border-radius: 50%;
  padding: 0;
  overflow: hidden;
  background: none;
  pointer-events: none;
  z-index: 2;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  z-index: 15;
  width: 80px;
  height: 80px;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
}

.nsap-video-thumbnail a b::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  z-index: 1;
  opacity: 0.65;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #f50;
}

.nsap-video-thumbnail a b::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 2px;
  background-image: url(../images/video-play.svg);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 5;
}

.nsap-page-header-w-video .ph-form-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 30px;
  margin-right: -30px;
}

.web-section.web-section-dark .h1,
.web-section.web-section-dark .h2,
.web-section.web-section-dark h1,
.web-section.web-section-dark h2 {
  color: #fff;
}

section.web-announcements .web-ann-box {
  position: relative;
  overflow: hidden;
}

section.web-announcements .web-ann-box a.anbl::before {
  content: "";
  position: absolute;
  top: -100vh;
  left: -100vw;
  right: -100vw;
  bottom: -100vh;
}

section.web-announcements .web-ann-box:hover a {
  color: #ff5800;
}

section.web-announcements .web-ann-box:hover a::after {
  background-image: url(../images/feather-arrow-right-orange.svg);
}

.web-pdf-preview_embd {
  width: 1px;
  height: 1px;
  position: fixed;
  top: 0;
  right: 0;
  overflow: hidden;
  margin: 0;
  display: block;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}

.nvrs-button-wrap .btn-download.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.web-hero-slider .web-slider-dots-w span,
.web-hero-banner .web-slider-dots-w span,
.web-case-study-list .web-slider-dots-w span {
  border-radius: 50%;
  border: 3px solid #ff5800;
}

.search-hero-section {
  background-color: #000;
}

.search-hero-section .hero-back {
  opacity: 0.3;
}

.navisite-social-icons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -2px;
}

.navisite-social-icons li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  max-width: 40px;
  padding: 2px;
}

.navisite-social-icons li.twitter a {
  font-size: 18px;
  background-color: #55acee;
}

.navisite-social-icons li.facebook a {
  background-color: #3c589a;
}

.navisite-social-icons li.linkedin a {
  background-color: #0077b5;
}

.navisite-social-icons li a {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  background-color: #ddd;
  color: #fff;
  font-size: 20px;
}

.navisite-social-icons li a:hover {
  background-color: #ff5700;
}

.navisite-social-icons li a span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-id-26931 .main-office-section .form-col .form-contact,
.page-id-21173 .main-office-section .form-col .form-contact,
.landing-page-layout .request-section .section-inner .container {
  position: relative;
  z-index: 65;
}

.nsap-section .btn.btn-teal {
  font-size: 16px;
  border-color: #03cfd3;
  background-color: #03cfd3;
  color: #000;
}

.nsap-section .btn.btn-teal:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

.nsap-section .btn.btn-bordered {
  background-color: transparent;
  border: 1px solid currentColor;
  font-size: 16px;
}

.nsap-section .btn.btn-bordered.btn-teal {
  border-color: #03cfd3;
  color: #03cfd3;
}

.nsap-section .btn.btn-bordered.btn-teal:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

section.web-section .btn.btn-bordered {
  background-color: transparent;
  border: 1px solid currentColor;
  font-size: 16px;
}

section.web-section .btn.btn-bordered.btn-orange {
  border-color: #ff5800;
  color: #ff5800;
}

section.web-section .btn.btn-bordered.btn-orange:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

section.web-section .btn.btn-bordered.btn-teal {
  border-color: #03cfd3;
  color: #03cfd3;
}

section.web-section .btn.btn-bordered.btn-teal:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

section.nsap-section.nsap-page-header {
  padding: 80px 0 40px;
  position: relative;
  overflow: hidden;
  min-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

section.nsap-section.nsap-page-header.nsap-ph-noimg .ph-image {
  display: none;
}

section.nsap-section.nsap-page-header.nsap-ph-noimg .ph-flex-cnt {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

section.nsap-section.nsap-page-header.nsap-ph-noimg .ph-flex-cnt .ph-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}

section.nsap-section.nsap-page-header.nsap-ph-noimg .ph-flex-cnt .ph-content h1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}

section.nsap-section.nsap-page-header .ph-intro {
  padding-top: 20px;
}

section.nsap-section.nsap-page-header .ph-intro p {
  font-size: 20px;
  line-height: 1.35;
}

section.nsap-section.nsap-page-header .cta-wrap {
  padding-top: 20px;
  margin: 0 -10px;
}

section.nsap-section.nsap-page-header .cta-wrap .btn {
  margin: 10px;
}

section.nsap-section.nsap-page-header .ph-image {
  width: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

section.nsap-section.nsap-page-header .ph-image .ph-img-w {
  display: block;
  position: relative;
}

section.nsap-section.nsap-page-header .ph-image .ph-img-w img {
  width: 100%;
  height: auto;
}

section.nsap-section.nsap-page-header .ph-image .ph-img-w .ph-image-cpt {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

section.nsap-section.nsap-page-header .ph-image .ph-img-w .ph-image-cpt span {
  display: block;
}

section.nsap-section.nsap-page-header .ph-image .ph-img-w .ph-image-cpt span.phic-name {
  font-size: 28px;
  font-weight: 700;
  color: #03cfd3;
  line-height: 1.3;
}

section.nsap-section.nsap-page-header .ph-image .ph-img-w .ph-image-cpt span.phic-job-title {
  font-size: 18px;
  color: #fff;
}

section.nsap-section.nsap-page-header .container {
  width: 100%;
}

section.nsap-section.nsap-page-header .ph-flex-cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

section.nsap-section.nsap-page-header .ph-flex-cnt .ph-content {
  padding: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 45%;
}

section.nsap-section.nsap-page-header .ph-flex-cnt .ph-content h1 {
  font-size: 64px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  max-width: 600px;
}

section.nsap-section.nsap-page-header .ph-flex-cnt .ph-content h1 strong {
  color: #03cfd3;
  font-weight: inherit;
}

section.nsap-section.nsap-page-header.nsap-page-header-w-form.web-vmr-section {
  padding: 120px 0;
}

section.nsap-section.nsap-page-header.nsap-page-header-w-form.web-vmr-section .ph-intro p {
  color: #fff;
}

section.nsap-section.nsap-page-header.nsap-page-header-w-form.web-vmr-section .cta-wrap {
  padding-left: 15px;
}

section.nsap-section.nsap-page-header.nsap-page-header-w-form.web-vmr-section .ph-flex-cnt .ph-content h1 strong {
  color: #ff5800;
}

section.nsap-section.nsap-page-header.nsap-page-header-w-form .ph-thumbnail-wrap {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

section.nsap-section.nsap-page-header.nsap-page-header-w-form .ph-thumbnail-wrap .pht-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  max-width: 100px;
}

section.nsap-section.nsap-page-header.nsap-page-header-w-form .ph-thumbnail-wrap .pht-thumbnail span {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
}

section.nsap-section.nsap-page-header.nsap-page-header-w-form .ph-thumbnail-wrap .ph-image-cpt {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 100px);
  flex: 0 0 calc(100% - 100px);
  max-width: calc(100% - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 30px;
  text-align: left;
}

section.nsap-section.nsap-page-header.nsap-page-header-w-form .ph-thumbnail-wrap .ph-image-cpt span {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

section.nsap-section.nsap-page-header.nsap-page-header-w-form .ph-thumbnail-wrap .ph-image-cpt span.phic-name {
  font-size: 22px;
  font-weight: 700;
  color: #03cfd3;
  line-height: 1.3;
}

section.nsap-section.nsap-page-header.nsap-page-header-w-form .ph-thumbnail-wrap .ph-image-cpt span.phic-job-title {
  font-size: 22px;
  color: #fff;
}

section.nsap-section.nsap-page-header.nsap-page-header-w-form .ph-flex-cnt {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

section.nsap-section.nsap-page-header.nsap-page-header-w-form .nsap-form-wrap {
  padding: 30px 20px;
  background-color: #03cfd3;
  border-radius: 20px;
}

section.nsap-section.nsap-page-header.nsap-page-header-w-form .ph-form-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 45%;
}

section.nsap-section.nsap-page-header.nsap-page-header-w-form .ph-form-wrap h4 {
  color: #fff;
  font-size: 26px;
  text-align: center;
}

section.nsap-section.nsap-page-header.nsap-page-header-w-form .ph-form-wrap iframe {
  width: 100%;
  height: 430px;
}

section.nsap-section.nsap-editor {
  padding: 30px 0;
}

section.nsap-section.nsap-editor p {
  font-size: 24px;
  line-height: 1.25;
}

section.nsap-section.nsap-form-wrap {
  padding: 60px 0;
}

section.nsap-section.nsap-form-wrap .section-title {
  margin-bottom: 40px;
  max-width: 460px;
}

section.nsap-section.nsap-form-wrap .section-title h2 {
  font-size: 60px;
  line-height: 1.1;
  display: inline-block;
  position: relative;
  font-weight: 700;
  margin: 0;
  color: #fff;
}

section.nsap-section.nsap-form-wrap .section-title h2 strong {
  color: #03cfd3;
}

section.nsap-section.nsap-form-wrap .section-title p {
  font-size: 24px;
  line-height: 1.3;
  margin-top: 20px;
}

section.nsap-section.nsap-form-wrap .nsap-form-wrap iframe {
  width: 100%;
  height: 430px;
  margin-left: -8px;
}

section.nsap-section.nsap-service-boxes {
  padding: 60px 0;
}

section.nsap-section.nsap-service-boxes .section-title {
  margin-bottom: 40px;
}

section.nsap-section.nsap-service-boxes .section-title h2 {
  font-size: 60px;
  line-height: 1.1;
  display: inline-block;
  position: relative;
  font-weight: 700;
  margin: 0;
  color: #fff;
}

section.nsap-section.nsap-service-boxes .section-title h2 strong {
  color: #03cfd3;
}

section.nsap-section.nsap-service-boxes .section-title p {
  font-size: 24px;
  line-height: 1.3;
  margin-top: 20px;
}

section.nsap-section.nsap-service-boxes .service-boxes-w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section.nsap-section.nsap-service-boxes .service-boxes-w.sbw-text-center .service-box {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section.nsap-section.nsap-service-boxes .service-boxes-w.sbw-text-center .service-box .sbc-foot {
  text-align: center;
}

section.nsap-section.nsap-service-boxes .service-boxes-w.sbw-r-3 .service-box {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}

section.nsap-section.nsap-service-boxes .service-boxes-w.sbw-bordered .service-box .sb-content {
  border-color: #fff;
}

section.nsap-section.nsap-service-boxes .service-boxes-w .service-box {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

section.nsap-section.nsap-service-boxes .service-boxes-w .service-box .sb-content {
  height: 100%;
  border: 1px solid transparent;
  padding: 30px 40px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1px;
  margin-top: -1px;
}

section.nsap-section.nsap-service-boxes .service-boxes-w .service-box .sb-content .sbc-foot {
  margin-top: auto;
  width: 100%;
  padding-top: 20px;
}

section.nsap-section.nsap-service-boxes .service-boxes-w .service-box .sb-content h4 {
  color: #03cfd3;
  font-size: 28px;
  margin-bottom: 20px;
  line-height: 1.2;
}

section.nsap-section.nsap-service-boxes .service-boxes-w .service-box .sb-content p {
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 20px;
}

section.nsap-section.nsap-service-boxes .service-boxes-w .service-box .sb-content .btn {
  margin-bottom: 20px;
}

body.page-template-page-sap-landing .sap-l-page-wrap.pgb-light section.web-section-inherit.web-style-background .ph-flex-cnt .ph-content h1,
body.page-template-page-sap-landing .sap-l-page-wrap.pgb-light section.web-section-light.web-style-background .ph-flex-cnt .ph-content h1,
body.page-template-page-sap-landing .sap-l-page-wrap.pgb-light section.web-section-inherit.web-style-background .ph-flex-cnt .ph-content .h1,
body.page-template-page-sap-landing .sap-l-page-wrap.pgb-light section.web-section-light.web-style-background .ph-flex-cnt .ph-content .h1 {
  color: #fff;
}

body.page-template-page-sap-landing section.nsap-section.nsap-page-header {
  position: relative;
}

@media (max-width: 767px) {
  body.page-template-page-sap-landing section.nsap-section.nsap-page-header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

body.page-template-page-sap-landing section.nsap-section.nsap-page-header .section-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
}

@media (max-width: 991px) {
  body.page-template-page-sap-landing section.nsap-section.nsap-page-header .section-image {
    position: relative;
    height: 0;
    padding-bottom: 50%;
    width: 100%;
  }
}

body.page-template-page-sap-landing section.nsap-section.nsap-page-header .section-image span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

body.page-template-page-sap-landing section.nsap-section.nsap-page-header .section-image span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

body.page-template-page-sap-landing section.nsap-section.nsap-page-header .container {
  position: relative;
  z-index: 15;
}

body.page-template-page-sap-landing section.nsap-section.nsap-page-header .section-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

body.page-template-page-sap-landing section.nsap-section.nsap-page-header .section-background span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

body.page-template-page-sap-landing .sap-l-page-wrap.pgb-dark {
  background-color: #000;
  color: #fff;
}

body.page-template-page-sap-landing .sap-l-page-wrap.pgb-light {
  background-color: #fff;
  color: #000;
}

body.page-template-page-sap-landing .sap-l-page-wrap.pgb-light .web-style-backgorund .ph-flex-cnt .ph-content h1,
body.page-template-page-sap-landing .sap-l-page-wrap.pgb-light .web-style-backgorund .ph-flex-cnt .ph-content .h1 {
  color: #fff;
}

body.page-template-page-sap-landing .sap-l-page-wrap.pgb-light section.web-section-inherit .ph-flex-cnt .ph-content h1,
body.page-template-page-sap-landing .sap-l-page-wrap.pgb-light section.web-section-light .ph-flex-cnt .ph-content h1 {
  color: #000;
}

body.page-template-page-sap-landing .sap-l-page-wrap.pgb-light section.nsap-section.nsap-service-boxes .section-title h2,
body.page-template-page-sap-landing .sap-l-page-wrap.pgb-light section.nsap-section.nsap-form-wrap .section-title h2,
body.page-template-page-sap-landing .sap-l-page-wrap.pgb-light section.web-section .section-title h2 {
  color: #000;
}

body.page-template-page-sap-landing .sap-l-page-wrap.pgb-light section.nsap-section.nsap-form-wrap .nsap-form-wrap {
  background: #eaeaea;
  padding: 30px;
  padding-right: 15px;
  border-radius: 20px;
}

body.page-template-page-sap-landing .sap-l-page-wrap.pgb-light header.web-site-header.web-sap-header,
body.page-template-page-sap-landing .sap-l-page-wrap.pgb-light header.web-site-header.web-sap-header.headroom.headroom--not-top,
body.page-template-page-sap-landing .sap-l-page-wrap.pgb-light footer.web-site-footer.web-sap-footer {
  background-color: #fff;
  color: #000;
}

body.page-template-page-sap-landing section.web-content-w-image.web-content-right .section-content-w::before {
  display: none;
}

body.page-template-page-sap-landing .sap-l-page-wrap.ppc-blue section.web-support-logo-slider .web-slider-dots-w .owl-dot.active button,
body.page-template-page-sap-landing .sap-l-page-wrap.ppc-blue section.web-tabs .web-tabs-container ul li span::after,
body.page-template-page-sap-landing .sap-l-page-wrap.ppc-blue section.web-industry-solutions .owl-carousel .owl-nav button {
  background-color: #03cfd3;
}

body.page-template-page-sap-landing .sap-l-page-wrap.ppc-blue section.web-announcements .web-ann-box:hover {
  background-color: #fff;
}

body.page-template-page-sap-landing .sap-l-page-wrap.ppc-blue section.web-announcements .web-ann-box:hover h4,
body.page-template-page-sap-landing .sap-l-page-wrap.ppc-blue section.web-announcements .web-ann-box:hover p,
body.page-template-page-sap-landing .sap-l-page-wrap.ppc-blue section.web-announcements .web-ann-box:hover strong {
  color: #03cfd3;
}

body.page-template-page-sap-landing .sap-l-page-wrap.ppc-blue section.web-section h3 strong {
  color: #03cfd3 !important;
}

body.page-template-page-sap-landing .sap-l-page-wrap.ppc-blue section.web-announcements.web-announcements-v2 .web-ann-box:hover h4,
body.page-template-page-sap-landing .sap-l-page-wrap.ppc-blue section.web-announcements .web-ann-box:hover h4 {
  color: #03cfd3;
}

body.page-template-page-sap-landing .sap-l-page-wrap.ppc-blue section.web-support-logo-slider .web-slider-dots-w .owl-dot button,
body.page-template-page-sap-landing .sap-l-page-wrap.ppc-blue .web-section .web-btn-text {
  color: #03cfd3;
  border-color: #03cfd3;
}

body.page-template-page-sap-landing .sap-l-page-wrap.ppc-blue section.web-announcements.web-announcements-v2 .web-ann-box {
  border-color: #03cfd3;
}

body.page-template-page-sap-landing .sap-l-page-wrap.ppc-blue section.web-announcements.web-announcements-v2 .web-ann-box h4,
body.page-template-page-sap-landing .sap-l-page-wrap.ppc-blue section.web-announcements .web-ann-box h4,
body.page-template-page-sap-landing .sap-l-page-wrap.ppc-blue section.web-flipping-numbers .web-flipping-animate-item .span-title-h2::after,
body.page-template-page-sap-landing .sap-l-page-wrap.ppc-blue section.web-quote-slider::before,
body.page-template-page-sap-landing .sap-l-page-wrap.ppc-blue section.web-quote-slider blockquote span.bq-author,
body.page-template-page-sap-landing .sap-l-page-wrap.ppc-blue section.web-tabs .web-tabs-container ul li:hover span,
body.page-template-page-sap-landing .sap-l-page-wrap.ppc-blue section.web-tabs .web-tabs-container ul li.active span,
body.page-template-page-sap-landing .sap-l-page-wrap.ppc-blue section.web-industry-solutions .web-hb-link,
body.page-template-page-sap-landing .sap-l-page-wrap.ppc-blue section.web-two_columns_content h2 strong {
  color: #03cfd3 !important;
}

body.page-template-page-sap-landing .sap-l-page-wrap.ppc-blue section.web-section .section-title h2 strong {
  color: #03cfd3;
}

body.page-template-page-sap-landing .sap-l-page-wrap.ppc-blue section.web-section h2.section-title strong {
  color: #03cfd3;
}

body.page-template-page-sap-landing .sap-l-page-wrap.ppc-blue section.web-section .btn.btn-orange {
  border-color: #03cfd3;
  background-color: #03cfd3;
}

body.page-template-page-sap-landing .sap-l-page-wrap.ppc-blue section.web-section .btn.btn-orange:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

body.page-template-page-sap-landing .sap-l-page-wrap.ppc-orange section.web-support-logo-slider .web-slider-dots-w .owl-dot.active button,
body.page-template-page-sap-landing .sap-l-page-wrap.ppc-orange section.web-tabs .web-tabs-container ul li span::after,
body.page-template-page-sap-landing .sap-l-page-wrap.ppc-orange section.web-industry-solutions .owl-carousel .owl-nav button,
body.page-template-page-sap-landing .sap-l-page-wrap.ppc-orange section.web-latest-news-slider.web-latest-news-sap .web-lns-slider-container .owl-nav button {
  background-color: #ff5800;
}

body.page-template-page-sap-landing .sap-l-page-wrap.ppc-orange .nsap-section .btn.btn-teal {
  border-color: #ff5800;
  background-color: #ff5800;
  color: #fff;
}

body.page-template-page-sap-landing .sap-l-page-wrap.ppc-orange .nsap-section .btn.btn-teal:hover {
  background-color: #fd4600;
  border-color: #fd4600;
}

body.page-template-page-sap-landing .sap-l-page-wrap.ppc-orange section.web-announcements .web-ann-box:hover {
  background-color: #fff;
}

body.page-template-page-sap-landing .sap-l-page-wrap.ppc-orange section.web-announcements .web-ann-box:hover h4,
body.page-template-page-sap-landing .sap-l-page-wrap.ppc-orange section.web-announcements .web-ann-box:hover p,
body.page-template-page-sap-landing .sap-l-page-wrap.ppc-orange section.web-announcements .web-ann-box:hover strong {
  color: #ff5800;
}

body.page-template-page-sap-landing .sap-l-page-wrap.ppc-orange section.web-section h3 strong,
body.page-template-page-sap-landing .sap-l-page-wrap.ppc-orange section.nsap-section.nsap-page-header .ph-flex-cnt .ph-content h1 strong {
  color: #ff5800 !important;
}

body.page-template-page-sap-landing .sap-l-page-wrap.ppc-orange section.web-announcements.web-announcements-v2 .web-ann-box:hover h4,
body.page-template-page-sap-landing .sap-l-page-wrap.ppc-orange section.web-announcements .web-ann-box:hover h4,
body.page-template-page-sap-landing .sap-l-page-wrap.ppc-orange section.nsap-section.nsap-service-boxes .service-boxes-w .service-box .sb-content h4,
body.page-template-page-sap-landing .sap-l-page-wrap.ppc-orange section.nsap-section.nsap-form-wrap .section-title h2 strong {
  color: #ff5800;
}

body.page-template-page-sap-landing .sap-l-page-wrap.ppc-orange section.web-support-logo-slider .web-slider-dots-w .owl-dot button,
body.page-template-page-sap-landing .sap-l-page-wrap.ppc-orange .web-section .web-btn-text {
  color: #ff5800;
  border-color: #ff5800;
}

body.page-template-page-sap-landing .sap-l-page-wrap.ppc-orange section.web-announcements.web-announcements-v2 .web-ann-box {
  border-color: #ff5800;
}

body.page-template-page-sap-landing .sap-l-page-wrap.ppc-orange section.web-announcements.web-announcements-v2 .web-ann-box h4,
body.page-template-page-sap-landing .sap-l-page-wrap.ppc-orange section.web-announcements .web-ann-box h4,
body.page-template-page-sap-landing .sap-l-page-wrap.ppc-orange section.web-flipping-numbers .web-flipping-animate-item .span-title-h2::after,
body.page-template-page-sap-landing .sap-l-page-wrap.ppc-orange section.web-quote-slider::before,
body.page-template-page-sap-landing .sap-l-page-wrap.ppc-orange section.web-quote-slider blockquote span.bq-author,
body.page-template-page-sap-landing .sap-l-page-wrap.ppc-orange section.web-tabs .web-tabs-container ul li:hover span,
body.page-template-page-sap-landing .sap-l-page-wrap.ppc-orange section.web-tabs .web-tabs-container ul li.active span,
body.page-template-page-sap-landing .sap-l-page-wrap.ppc-orange section.web-industry-solutions .web-hb-link,
body.page-template-page-sap-landing .sap-l-page-wrap.ppc-orange section.web-two_columns_content h2 strong {
  color: #ff5800 !important;
}

body.page-template-page-sap-landing .sap-l-page-wrap.ppc-orange section.web-section .section-title h2 strong {
  color: #ff5800;
}

body.page-template-page-sap-landing .sap-l-page-wrap.ppc-orange section.web-section h2.section-title strong {
  color: #ff5800;
}

body.page-template-page-sap-landing .sap-l-page-wrap.ppc-orange section.web-section .btn.btn-orange {
  border-color: #ff5800;
  background-color: #ff5800;
}

body.page-template-page-sap-landing .sap-l-page-wrap.ppc-orange section.web-section .btn.btn-orange:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

body.page-template-page-sap-landing section.web-announcements .web-ann-box:hover a::after {
  filter: invert(1);
}

body.page-template-page-sap-landing section.web-announcements .banner-content {
  font-size: 20px;
  line-height: 1.35;
  margin-bottom: 30px;
}

body.page-template-page-sap-landing section.web-industries-slider .web-i-section-header .section-navigation.disabled {
  opacity: 0;
}

body.page-template-page-sap-landing section.web-industries-slider .section-slider-wrap::before {
  background-color: #000;
}

body.page-template-page-sap-landing section.web-flipping-numbers .web-flipping-animate-item .span-title-h2,
body.page-template-page-sap-landing section.web-flipping-numbers .web-flipping-animate-item p {
  color: #fff;
}

body.page-template-page-sap-landing section.web-section .section-title h2 {
  font-size: 60px;
  line-height: 1.1;
  display: inline-block;
  position: relative;
  font-weight: 700;
  margin: 0;
  color: #fff;
}

body.page-template-page-sap-landing section.web-section .section-title h2 strong {
  color: #ff5800;
}

@media (max-width: 1200px) {
  body.page-template-page-sap-landing section.web-section .section-title h2 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  body.page-template-page-sap-landing section.web-section .section-title h2 {
    font-size: 26px;
  }
}

body.page-template-page-sap-landing section.web-section h2.section-title {
  font-size: 60px;
  line-height: 1.1;
  display: inline-block;
  position: relative;
  font-weight: 700;
  margin: 0;
  color: #fff;
  margin-bottom: 30px;
}

body.page-template-page-sap-landing section.web-section h2.section-title strong {
  color: #ff5800;
}

@media (max-width: 1200px) {
  body.page-template-page-sap-landing section.web-section h2.section-title {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  body.page-template-page-sap-landing section.web-section h2.section-title {
    font-size: 26px;
  }
}

body.page-template-page-sap-landing section.web-section .btn.btn-orange {
  font-size: 16px;
  border-color: #ff5800;
  background-color: #ff5800;
  color: #000;
  font-weight: 500;
}

body.page-template-page-sap-landing section.web-section .btn.btn-orange:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

body.page-template-page-sap-landing #primary {
  padding-top: 130px;
}

body.page-template-page-sap-landing.admin-bar #primary {
  padding-top: 130px;
}

body.page-template-page-sap-landing.admin-bar header.web-site-header.web-sap-header {
  top: 32px;
}

body.page-template-page-sap-landing footer.web-site-footer.web-sap-footer {
  background-color: #000;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
  padding-bottom: 20px;
}

body.page-template-page-sap-landing footer.web-site-footer.web-sap-footer .web-sh-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 60px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body.page-template-page-sap-landing footer.web-site-footer.web-sap-footer .web-sh-content::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}

body.page-template-page-sap-landing footer.web-site-footer.web-sap-footer .web-sh-content img {
  max-height: 70px;
  width: auto;
}

body.page-template-page-sap-landing footer.web-site-footer.web-sap-footer .web-primary-navigation {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 0.32s;
  -o-transition-duration: 0.32s;
  transition-duration: 0.32s;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}

body.page-template-page-sap-landing footer.web-site-footer.web-sap-footer .web-primary-navigation .web-sh-logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 215px;
  flex: 0 0 215px;
  max-width: 215px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body.page-template-page-sap-landing footer.web-site-footer.web-sap-footer .web-shc-social-icons ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.page-template-page-sap-landing footer.web-site-footer.web-sap-footer .web-shc-social-icons ul li {
  list-style: none;
  margin-left: 20px;
}

body.page-template-page-sap-landing footer.web-site-footer.web-sap-footer .web-shc-social-icons ul li a.shc-sb {
  padding: 20px;
  background-color: #fff;
  color: #000;
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body.page-template-page-sap-landing footer.web-site-footer.web-sap-footer .web-shc-social-icons ul li a.shc-sb:hover {
  color: #ff5800;
}

body.page-template-page-sap-landing header.web-site-header.web-sap-header {
  background-color: #000;
}

body.page-template-page-sap-landing header.web-site-header.web-sap-header .web-sh-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 60px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body.page-template-page-sap-landing header.web-site-header.web-sap-header .web-sh-content::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}

body.page-template-page-sap-landing header.web-site-header.web-sap-header .web-sh-content img {
  max-height: 70px;
  width: auto;
}

body.page-template-page-sap-landing header.web-site-header.web-sap-header.headroom.headroom--not-top {
  height: 100px;
  background-color: #000;
}

body.page-template-page-sap-landing header.web-site-header.web-sap-header.headroom.headroom--not-top .web-primary-navigation .web-sh-logo a {
  width: 100%;
}

body.page-template-page-sap-landing header.web-site-header.web-sap-header .web-shc-social-icons ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.page-template-page-sap-landing header.web-site-header.web-sap-header .web-shc-social-icons ul li {
  list-style: none;
  margin-left: 20px;
}

body.page-template-page-sap-landing header.web-site-header.web-sap-header .web-shc-social-icons ul li a.shc-sb {
  padding: 20px;
  background-color: #fff;
  color: #000;
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body.page-template-page-sap-landing header.web-site-header.web-sap-header .web-shc-social-icons ul li a.shc-sb:hover {
  color: #ff5800;
}

@media (max-width: 1200px) {
  body.page-template-page-sap-landing section.nsap-section.nsap-page-header {
    padding: 40px 0;
    min-height: 400px;
  }

  body.page-template-page-sap-landing section.nsap-section.nsap-page-header .ph-flex-cnt .ph-content h1 {
    font-size: 48px;
  }

  body.page-template-page-sap-landing section.nsap-section.nsap-editor p {
    font-size: 18px;
    line-height: 1.35;
  }

  body.page-template-page-sap-landing section.nsap-section.nsap-page-header .ph-image .ph-img-w .ph-image-cpt span.phic-name {
    font-size: 24px;
  }

  body.page-template-page-sap-landing section.nsap-section.nsap-page-header .ph-image .ph-img-w .ph-image-cpt span.phic-job-title {
    font-size: 16px;
  }

  body.page-template-page-sap-landing section.nsap-section.nsap-service-boxes .section-title h2,
  body.page-template-page-sap-landing section.nsap-section.nsap-form-wrap .section-title h2 {
    font-size: 40px;
  }

  body.page-template-page-sap-landing section.nsap-section.nsap-service-boxes .section-title p,
  body.page-template-page-sap-landing section.nsap-section.nsap-form-wrap .section-title p {
    font-size: 18px;
  }

  body.page-template-page-sap-landing section.web-latest-news-slider.web-latest-news-sap .lns-box-content .lns-b-c {
    bottom: 0;
  }

  body.page-template-page-sap-landing section.web-latest-news-slider.web-latest-news-sap .lns-box-content .lns-b-c h3 {
    font-size: 20px;
  }

  body.page-template-page-sap-landing section.nsap-section.nsap-service-boxes .service-boxes-w .service-box .sb-content h4 {
    font-size: 24px;
  }

  body.page-template-page-sap-landing section.nsap-section.nsap-service-boxes .service-boxes-w .service-box .sb-content p {
    font-size: 16px;
  }

  body.page-template-page-sap-landing section.nsap-section.nsap-service-boxes .service-boxes-w .service-box .sb-content {
    padding: 30px 25px 5px;
  }
}

@media (max-width: 991px) {

  body.page-template-page-sap-landing section.nsap-section.nsap-service-boxes .service-boxes-w.sbw-r-3 .service-box,
  body.page-template-page-sap-landing section.nsap-section.nsap-service-boxes .service-boxes-w .service-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  body.page-template-page-sap-landing section.nsap-section.nsap-page-header .ph-flex-cnt .ph-content,
  body.page-template-page-sap-landing section.nsap-section.nsap-page-header .ph-flex-cnt .ph-form-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  body.page-template-page-sap-landing section.nsap-section.nsap-page-header.nsap-page-header-w-form {
    text-align: center;
  }

  body.page-template-page-sap-landing section.nsap-section.nsap-page-header.nsap-page-header-w-form h1 {
    margin: 0 auto;
  }

  body.page-template-page-sap-landing section.nsap-section.nsap-page-header.nsap-page-header-w-form .ph-thumbnail-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  body.page-template-page-sap-landing section.nsap-section.nsap-page-header.nsap-page-header-w-form .ph-thumbnail-wrap .pht-thumbnail {
    max-width: 80px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
  }

  body.page-template-page-sap-landing section.nsap-section.nsap-page-header .ph-flex-cnt .ph-form-wrap {
    padding-top: 20px;
  }

  body.page-template-page-sap-landing section.nsap-section.nsap-page-header.nsap-page-header-w-form .ph-thumbnail-wrap .ph-image-cpt span.phic-name,
  body.page-template-page-sap-landing section.nsap-section.nsap-page-header.nsap-page-header-w-form .ph-thumbnail-wrap .ph-image-cpt span.phic-job-title {
    font-size: 18px;
  }

  body.page-template-page-sap-landing section.nsap-section.nsap-page-header .ph-image {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    width: 100%;
    margin-top: 30px;
  }

  body.page-template-page-sap-landing section.web-latest-news-slider.web-latest-news-sap .web-lns-slider-container .owl-nav button {
    width: 40px;
    height: 40px;
    font-size: 30px;
  }
}

@media (max-width: 767px) {

  body.page-template-page-sap-landing header.web-site-header.web-sap-header .web-primary-navigation .web-sh-logo,
  body.page-template-page-sap-landing footer.web-site-footer.web-sap-footer .web-primary-navigation .web-sh-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
  }

  body.page-template-page-sap-landing header.web-site-header.web-sap-header .web-sh-content,
  body.page-template-page-sap-landing footer.web-site-footer.web-sap-footer .web-sh-content {
    padding-left: 30px;
  }

  body.page-template-page-sap-landing header.web-site-header.web-sap-header .web-sh-content::before,
  body.page-template-page-sap-landing footer.web-site-footer.web-sap-footer .web-sh-content::before {
    left: 15px;
  }

  body.page-template-page-sap-landing #primary {
    padding-top: 80px;
  }

  body.page-template-page-sap-landing header.web-site-header.web-sap-header .web-sh-content img,
  body.page-template-page-sap-landing footer.web-site-footer.web-sap-footer .web-sh-content img {
    max-height: 40px;
  }

  body.page-template-page-sap-landing header.web-site-header.web-sap-header .web-shc-social-icons ul li a,
  body.page-template-page-sap-landing footer.web-site-footer.web-sap-footer .web-shc-social-icons ul li a {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }

  body.page-template-page-sap-landing header.web-site-header.web-sap-header .web-shc-social-icons ul li a.btn-filled,
  body.page-template-page-sap-landing header.web-site-header.web-sap-header .web-shc-social-icons ul li a.btn-bordered,
  body.page-template-page-sap-landing footer.web-site-footer.web-sap-footer .web-shc-social-icons ul li a.btn-filled,
  body.page-template-page-sap-landing footer.web-site-footer.web-sap-footer .web-shc-social-icons ul li a.btn-bordered {
    display: none;
  }

  body.page-template-page-sap-landing section.nsap-section.nsap-page-header .ph-flex-cnt .ph-content h1 {
    font-size: 34px;
  }

  body.page-template-page-sap-landing section.nsap-section.nsap-page-header .ph-image .ph-img-w .ph-image-cpt {
    left: 15px;
    bottom: 15px;
  }

  body.page-template-page-sap-landing section.nsap-section.nsap-page-header .ph-image .ph-img-w .ph-image-cpt span.phic-name {
    font-size: 22px;
  }

  body.page-template-page-sap-landing section.nsap-section.nsap-page-header .ph-image .ph-img-w .ph-image-cpt span.phic-job-title {
    font-size: 16px;
  }

  body.page-template-page-sap-landing section.nsap-section.nsap-editor p {
    font-size: 16px;
  }

  body.page-template-page-sap-landing section.nsap-section.nsap-service-boxes .section-title h2,
  body.page-template-page-sap-landing section.nsap-section.nsap-form-wrap .section-title h2 {
    font-size: 26px;
  }

  body.page-template-page-sap-landing section.nsap-section.nsap-service-boxes .section-title p,
  body.page-template-page-sap-landing section.nsap-section.nsap-form-wrap .section-title p {
    font-size: 16px;
  }

  body.page-template-page-sap-landing section.nsap-section.nsap-service-boxes {
    padding: 40px 0;
  }

  body.page-template-page-sap-landing section.nsap-section.nsap-service-boxes .service-boxes-w.sbw-r-3 .service-box,
  body.page-template-page-sap-landing section.nsap-section.nsap-service-boxes .service-boxes-w .service-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1600px) {
  .page-template-default .container {
    max-width: 1500px;
  }
}

.hero-section .hero-slider .hero-section-inner {
  min-height: 100vh;
  height: auto;
}

.hero-section .hero-slider .swiper-slide .hero-content {
  position: relative;
  display: block;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100vh;
  padding: 180px 0 60px;
}

@media (max-width: 767px) {
  .hero-section .hero-slider .swiper-slide .hero-content {
    padding: 60px 0 20px;
  }
}

.hero-section .hero-slider .swiper-slide .hero-wrap-img {
  position: relative;
  height: 100%;
  min-height: 100vh;
}

.hero-section .hero-slider .swiper-slide .hero-wrap-img .hero-back {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.icon-arrow-right.icon-arrow-left {
  margin-right: 25px;
}

.icon-arrow-right.icon-arrow-left::before {
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
}

@media (max-width: 990px) {
  .top-menu .mobile-logo {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 190px;
    flex: 0 0 190px;
    max-width: 190px;
  }

  .top-menu .mobile-logo span {
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 26px;
  }
}

.primary-menu .primary-menu-inner .logo a {
  height: 26px;
}

.primary-menu .primary-menu-inner .logo span {
  display: block;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  height: 26px;
  width: 160px;
}

@media (max-width: 767px) {
  .primary-menu .primary-menu-inner .logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 24px;
    -ms-flex: 0 0 109px;
    -webkit-box-flex: 0;
    flex: 0 0 109px;
    max-width: 109px;
  }

  .primary-menu .primary-menu-inner .logo span {
    height: 24px;
    width: 109px;
  }
}

.tab-item .logos-tab-inner .logo-item-inner img {
  height: auto;
}

.category-hero-section .search-submit {
  display: inline-block;
  width: auto;
}

.category-hero-section .section-inner {
  padding-top: 200px !important;
}

@media (max-width: 767px) {
  .nsap-page-header-w-video .ph-form-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .breadcrumbs .breadcrumbs-inner {
    margin-left: 0;
    margin-right: 0;
  }

  .category-hero-section .description {
    max-width: 100%;
    font-size: 16px;
  }

  .category-hero-section .description p {
    font-size: inherit;
    line-height: 1.4;
  }

  .category-hero-section .section-inner {
    padding-top: 140px !important;
  }
}

@font-face {
  font-family: "icomoon";
  src: url(../fonts/icomoon.eot);
  src: url("../fonts/icomoon.eot") format("embedded-opentype"),
    url(../fonts/icomoon.ttf) format("truetype"),
    url(../fonts/icomoon.woff) format("woff"),
    url("../fonts/icomoon.svg") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-x:before {
  content: "\e91f";
}

.icon-instagram:before {
  content: "\e91e";
}

.icon-close:before {
  content: "\e91d";
}

.icon-search1:before {
  content: "\e91c";
}

.icon-industries:before {
  content: "\e91b";
}

.icon-application:before {
  content: "\e913";
}

.icon-cloud:before {
  content: "\e914";
}

.icon-infrastructure:before {
  content: "\e915";
}

.icon-management:before {
  content: "\e916";
}

.icon-marketplace:before {
  content: "\e917";
}

.icon-platform:before {
  content: "\e918";
}

.icon-professional:before {
  content: "\e919";
}

.icon-security:before {
  content: "\e91a";
}

.icon-heart:before {
  content: "\e912";
}

.icon-arrow-right:before {
  content: "\e904";
}

.icon-business:before {
  content: "\e905";
}

.icon-cart:before {
  content: "\e906";
}

.icon-education:before {
  content: "\e907";
}

.icon-energy:before {
  content: "\e908";
}

.icon-fb:before {
  content: "\e909";
}

.icon-financial:before {
  content: "\e90a";
}

.icon-in:before {
  content: "\e90b";
}

.icon-it:before {
  content: "\e90c";
}

.icon-mannufacturing:before {
  content: "\e90d";
}

.icon-play:before {
  content: "\e90e";
}

.icon-rupor:before {
  content: "\e90f";
}

.icon-tw:before {
  content: "\e910";
}

.icon-you:before {
  content: "\e911";
}

.icon-arrow:before {
  content: "\e900";
}

.icon-search:before {
  content: "\e901";
}

.icon-support:before {
  content: "\e902";
}

.icon-user:before {
  content: "\e903";
}

.bs4-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.bs4-sr-only-focusable:active,
.bs4-sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.bs4-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .bs4-container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .bs4-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .bs4-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .bs4-container {
    max-width: 1140px;
  }
}

.bs4-container-fluid,
.bs4-container-sm,
.bs4-container-md,
.bs4-container-lg,
.bs4-container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {

  .bs4-container,
  .bs4-container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {

  .bs4-container,
  .bs4-container-sm,
  .bs4-container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {

  .bs4-container,
  .bs4-container-sm,
  .bs4-container-md,
  .bs4-container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {

  .bs4-container,
  .bs4-container-sm,
  .bs4-container-md,
  .bs4-container-lg,
  .bs4-container-xl {
    max-width: 1140px;
  }
}

.bs4-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.bs4-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.bs4-no-gutters>.bs4-col,
.bs4-no-gutters>[class*="bs4-col-"] {
  padding-right: 0;
  padding-left: 0;
}

.bs4-col-1,
.bs4-col-2,
.bs4-col-3,
.bs4-col-4,
.bs4-col-5,
.bs4-col-6,
.bs4-col-7,
.bs4-col-8,
.bs4-col-9,
.bs4-col-10,
.bs4-col-11,
.bs4-col-12,
.bs4-col,
.bs4-col-auto,
.bs4-col-sm-1,
.bs4-col-sm-2,
.bs4-col-sm-3,
.bs4-col-sm-4,
.bs4-col-sm-5,
.bs4-col-sm-6,
.bs4-col-sm-7,
.bs4-col-sm-8,
.bs4-col-sm-9,
.bs4-col-sm-10,
.bs4-col-sm-11,
.bs4-col-sm-12,
.bs4-col-sm,
.bs4-col-sm-auto,
.bs4-col-md-1,
.bs4-col-md-2,
.bs4-col-md-3,
.bs4-col-md-4,
.bs4-col-md-5,
.bs4-col-md-6,
.bs4-col-md-7,
.bs4-col-md-8,
.bs4-col-md-9,
.bs4-col-md-10,
.bs4-col-md-11,
.bs4-col-md-12,
.bs4-col-md,
.bs4-col-md-auto,
.bs4-col-lg-1,
.bs4-col-lg-2,
.bs4-col-lg-3,
.bs4-col-lg-4,
.bs4-col-lg-5,
.bs4-col-lg-6,
.bs4-col-lg-7,
.bs4-col-lg-8,
.bs4-col-lg-9,
.bs4-col-lg-10,
.bs4-col-lg-11,
.bs4-col-lg-12,
.bs4-col-lg,
.bs4-col-lg-auto,
.bs4-col-xl-1,
.bs4-col-xl-2,
.bs4-col-xl-3,
.bs4-col-xl-4,
.bs4-col-xl-5,
.bs4-col-xl-6,
.bs4-col-xl-7,
.bs4-col-xl-8,
.bs4-col-xl-9,
.bs4-col-xl-10,
.bs4-col-xl-11,
.bs4-col-xl-12,
.bs4-col-xl,
.bs4-col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.bs4-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.bs4-row-cols-1>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.bs4-row-cols-2>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.bs4-row-cols-3>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.bs4-row-cols-4>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.bs4-row-cols-5>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.bs4-row-cols-6>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.bs4-col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.bs4-col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.bs4-col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.bs4-col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.bs4-col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.bs4-col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.bs4-col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.bs4-col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.bs4-col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.bs4-col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.bs4-col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.bs4-col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.bs4-col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.bs4-order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.bs4-order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.bs4-order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.bs4-order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.bs4-order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.bs4-order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.bs4-order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.bs4-order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.bs4-order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.bs4-order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.bs4-order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.bs4-order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.bs4-order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.bs4-order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.bs4-order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.bs4-offset-1 {
  margin-left: 8.3333333333%;
}

.bs4-offset-2 {
  margin-left: 16.6666666667%;
}

.bs4-offset-3 {
  margin-left: 25%;
}

.bs4-offset-4 {
  margin-left: 33.3333333333%;
}

.bs4-offset-5 {
  margin-left: 41.6666666667%;
}

.bs4-offset-6 {
  margin-left: 50%;
}

.bs4-offset-7 {
  margin-left: 58.3333333333%;
}

.bs4-offset-8 {
  margin-left: 66.6666666667%;
}

.bs4-offset-9 {
  margin-left: 75%;
}

.bs4-offset-10 {
  margin-left: 83.3333333333%;
}

.bs4-offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .bs4-col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .bs4-row-cols-sm-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .bs4-row-cols-sm-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .bs4-row-cols-sm-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .bs4-row-cols-sm-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .bs4-row-cols-sm-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .bs4-row-cols-sm-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .bs4-col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .bs4-col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .bs4-col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .bs4-col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .bs4-col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .bs4-col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .bs4-col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .bs4-col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .bs4-col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .bs4-col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .bs4-col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .bs4-col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .bs4-col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .bs4-order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .bs4-order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .bs4-order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .bs4-order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .bs4-order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .bs4-order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .bs4-order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .bs4-order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .bs4-order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .bs4-order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .bs4-order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .bs4-order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .bs4-order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .bs4-order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .bs4-order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .bs4-offset-sm-0 {
    margin-left: 0;
  }

  .bs4-offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .bs4-offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .bs4-offset-sm-3 {
    margin-left: 25%;
  }

  .bs4-offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .bs4-offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .bs4-offset-sm-6 {
    margin-left: 50%;
  }

  .bs4-offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .bs4-offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .bs4-offset-sm-9 {
    margin-left: 75%;
  }

  .bs4-offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .bs4-offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  .bs4-col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .bs4-row-cols-md-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .bs4-row-cols-md-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .bs4-row-cols-md-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .bs4-row-cols-md-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .bs4-row-cols-md-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .bs4-row-cols-md-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .bs4-col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .bs4-col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .bs4-col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .bs4-col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .bs4-col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .bs4-col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .bs4-col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .bs4-col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .bs4-col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .bs4-col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .bs4-col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .bs4-col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .bs4-col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .bs4-order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .bs4-order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .bs4-order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .bs4-order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .bs4-order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .bs4-order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .bs4-order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .bs4-order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .bs4-order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .bs4-order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .bs4-order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .bs4-order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .bs4-order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .bs4-order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .bs4-order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .bs4-offset-md-0 {
    margin-left: 0;
  }

  .bs4-offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .bs4-offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .bs4-offset-md-3 {
    margin-left: 25%;
  }

  .bs4-offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .bs4-offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .bs4-offset-md-6 {
    margin-left: 50%;
  }

  .bs4-offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .bs4-offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .bs4-offset-md-9 {
    margin-left: 75%;
  }

  .bs4-offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .bs4-offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  .bs4-col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .bs4-row-cols-lg-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .bs4-row-cols-lg-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .bs4-row-cols-lg-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .bs4-row-cols-lg-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .bs4-row-cols-lg-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .bs4-row-cols-lg-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .bs4-col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .bs4-col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .bs4-col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .bs4-col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .bs4-col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .bs4-col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .bs4-col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .bs4-col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .bs4-col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .bs4-col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .bs4-col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .bs4-col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .bs4-col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .bs4-order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .bs4-order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .bs4-order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .bs4-order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .bs4-order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .bs4-order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .bs4-order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .bs4-order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .bs4-order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .bs4-order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .bs4-order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .bs4-order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .bs4-order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .bs4-order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .bs4-order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .bs4-offset-lg-0 {
    margin-left: 0;
  }

  .bs4-offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .bs4-offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .bs4-offset-lg-3 {
    margin-left: 25%;
  }

  .bs4-offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .bs4-offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .bs4-offset-lg-6 {
    margin-left: 50%;
  }

  .bs4-offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .bs4-offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .bs4-offset-lg-9 {
    margin-left: 75%;
  }

  .bs4-offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .bs4-offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  .bs4-col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .bs4-row-cols-xl-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .bs4-row-cols-xl-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .bs4-row-cols-xl-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .bs4-row-cols-xl-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .bs4-row-cols-xl-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .bs4-row-cols-xl-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .bs4-col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .bs4-col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .bs4-col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .bs4-col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .bs4-col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .bs4-col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .bs4-col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .bs4-col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .bs4-col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .bs4-col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .bs4-col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .bs4-col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .bs4-col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .bs4-order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .bs4-order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .bs4-order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .bs4-order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .bs4-order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .bs4-order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .bs4-order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .bs4-order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .bs4-order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .bs4-order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .bs4-order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .bs4-order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .bs4-order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .bs4-order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .bs4-order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .bs4-offset-xl-0 {
    margin-left: 0;
  }

  .bs4-offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .bs4-offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .bs4-offset-xl-3 {
    margin-left: 25%;
  }

  .bs4-offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .bs4-offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .bs4-offset-xl-6 {
    margin-left: 50%;
  }

  .bs4-offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .bs4-offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .bs4-offset-xl-9 {
    margin-left: 75%;
  }

  .bs4-offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .bs4-offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

.bs4-d-none {
  display: none !important;
}

.bs4-d-inline {
  display: inline !important;
}

.bs4-d-inline-block {
  display: inline-block !important;
}

.bs4-d-block {
  display: block !important;
}

.bs4-d-table {
  display: table !important;
}

.bs4-d-table-row {
  display: table-row !important;
}

.bs4-d-table-cell {
  display: table-cell !important;
}

.bs4-d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.bs4-d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .bs4-d-sm-none {
    display: none !important;
  }

  .bs4-d-sm-inline {
    display: inline !important;
  }

  .bs4-d-sm-inline-block {
    display: inline-block !important;
  }

  .bs4-d-sm-block {
    display: block !important;
  }

  .bs4-d-sm-table {
    display: table !important;
  }

  .bs4-d-sm-table-row {
    display: table-row !important;
  }

  .bs4-d-sm-table-cell {
    display: table-cell !important;
  }

  .bs4-d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .bs4-d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .bs4-d-md-none {
    display: none !important;
  }

  .bs4-d-md-inline {
    display: inline !important;
  }

  .bs4-d-md-inline-block {
    display: inline-block !important;
  }

  .bs4-d-md-block {
    display: block !important;
  }

  .bs4-d-md-table {
    display: table !important;
  }

  .bs4-d-md-table-row {
    display: table-row !important;
  }

  .bs4-d-md-table-cell {
    display: table-cell !important;
  }

  .bs4-d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .bs4-d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .bs4-d-lg-none {
    display: none !important;
  }

  .bs4-d-lg-inline {
    display: inline !important;
  }

  .bs4-d-lg-inline-block {
    display: inline-block !important;
  }

  .bs4-d-lg-block {
    display: block !important;
  }

  .bs4-d-lg-table {
    display: table !important;
  }

  .bs4-d-lg-table-row {
    display: table-row !important;
  }

  .bs4-d-lg-table-cell {
    display: table-cell !important;
  }

  .bs4-d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .bs4-d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .bs4-d-xl-none {
    display: none !important;
  }

  .bs4-d-xl-inline {
    display: inline !important;
  }

  .bs4-d-xl-inline-block {
    display: inline-block !important;
  }

  .bs4-d-xl-block {
    display: block !important;
  }

  .bs4-d-xl-table {
    display: table !important;
  }

  .bs4-d-xl-table-row {
    display: table-row !important;
  }

  .bs4-d-xl-table-cell {
    display: table-cell !important;
  }

  .bs4-d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .bs4-d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .bs4-d-print-none {
    display: none !important;
  }

  .bs4-d-print-inline {
    display: inline !important;
  }

  .bs4-d-print-inline-block {
    display: inline-block !important;
  }

  .bs4-d-print-block {
    display: block !important;
  }

  .bs4-d-print-table {
    display: table !important;
  }

  .bs4-d-print-table-row {
    display: table-row !important;
  }

  .bs4-d-print-table-cell {
    display: table-cell !important;
  }

  .bs4-d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .bs4-d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.bs4-flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.bs4-flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.bs4-flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.bs4-flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.bs4-flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.bs4-flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.bs4-flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.bs4-flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.bs4-flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.bs4-flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.bs4-flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.bs4-flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.bs4-justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.bs4-justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.bs4-justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.bs4-justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.bs4-justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.bs4-align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.bs4-align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.bs4-align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.bs4-align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.bs4-align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.bs4-align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.bs4-align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.bs4-align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.bs4-align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.bs4-align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.bs4-align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.bs4-align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}

.bs4-align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.bs4-align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.bs4-align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.bs4-align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.bs4-align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .bs4-flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .bs4-flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .bs4-flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .bs4-flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .bs4-flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .bs4-flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .bs4-flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .bs4-flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .bs4-flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .bs4-flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .bs4-flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .bs4-flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .bs4-justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .bs4-justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .bs4-justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .bs4-justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .bs4-justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .bs4-align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .bs4-align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .bs4-align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .bs4-align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .bs4-align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .bs4-align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .bs4-align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .bs4-align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .bs4-align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .bs4-align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .bs4-align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .bs4-align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .bs4-align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .bs4-align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .bs4-align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .bs4-align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .bs4-align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .bs4-flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .bs4-flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .bs4-flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .bs4-flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .bs4-flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .bs4-flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .bs4-flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .bs4-flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .bs4-flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .bs4-flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .bs4-flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .bs4-flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .bs4-justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .bs4-justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .bs4-justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .bs4-justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .bs4-justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .bs4-align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .bs4-align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .bs4-align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .bs4-align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .bs4-align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .bs4-align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .bs4-align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .bs4-align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .bs4-align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .bs4-align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .bs4-align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .bs4-align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .bs4-align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .bs4-align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .bs4-align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .bs4-align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .bs4-align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .bs4-flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .bs4-flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .bs4-flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .bs4-flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .bs4-flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .bs4-flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .bs4-flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .bs4-flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .bs4-flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .bs4-flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .bs4-flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .bs4-flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .bs4-justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .bs4-justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .bs4-justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .bs4-justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .bs4-justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .bs4-align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .bs4-align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .bs4-align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .bs4-align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .bs4-align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .bs4-align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .bs4-align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .bs4-align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .bs4-align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .bs4-align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .bs4-align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .bs4-align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .bs4-align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .bs4-align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .bs4-align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .bs4-align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .bs4-align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .bs4-flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .bs4-flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .bs4-flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .bs4-flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .bs4-flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .bs4-flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .bs4-flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .bs4-flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .bs4-flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .bs4-flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .bs4-flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .bs4-flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .bs4-justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .bs4-justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .bs4-justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .bs4-justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .bs4-justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .bs4-align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .bs4-align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .bs4-align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .bs4-align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .bs4-align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .bs4-align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .bs4-align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .bs4-align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .bs4-align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .bs4-align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .bs4-align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .bs4-align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .bs4-align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .bs4-align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .bs4-align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .bs4-align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .bs4-align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

.bs4-m-0 {
  margin: 0 !important;
}

.bs4-mt-0,
.bs4-my-0 {
  margin-top: 0 !important;
}

.bs4-mr-0,
.bs4-mx-0 {
  margin-right: 0 !important;
}

.bs4-mb-0,
.bs4-my-0 {
  margin-bottom: 0 !important;
}

.bs4-ml-0,
.bs4-mx-0 {
  margin-left: 0 !important;
}

.bs4-m-1 {
  margin: 0.25rem !important;
}

.bs4-mt-1,
.bs4-my-1 {
  margin-top: 0.25rem !important;
}

.bs4-mr-1,
.bs4-mx-1 {
  margin-right: 0.25rem !important;
}

.bs4-mb-1,
.bs4-my-1 {
  margin-bottom: 0.25rem !important;
}

.bs4-ml-1,
.bs4-mx-1 {
  margin-left: 0.25rem !important;
}

.bs4-m-2 {
  margin: 0.5rem !important;
}

.bs4-mt-2,
.bs4-my-2 {
  margin-top: 0.5rem !important;
}

.bs4-mr-2,
.bs4-mx-2 {
  margin-right: 0.5rem !important;
}

.bs4-mb-2,
.bs4-my-2 {
  margin-bottom: 0.5rem !important;
}

.bs4-ml-2,
.bs4-mx-2 {
  margin-left: 0.5rem !important;
}

.bs4-m-3 {
  margin: 1rem !important;
}

.bs4-mt-3,
.bs4-my-3 {
  margin-top: 1rem !important;
}

.bs4-mr-3,
.bs4-mx-3 {
  margin-right: 1rem !important;
}

.bs4-mb-3,
.bs4-my-3 {
  margin-bottom: 1rem !important;
}

.bs4-ml-3,
.bs4-mx-3 {
  margin-left: 1rem !important;
}

.bs4-m-4 {
  margin: 1.5rem !important;
}

.bs4-mt-4,
.bs4-my-4 {
  margin-top: 1.5rem !important;
}

.bs4-mr-4,
.bs4-mx-4 {
  margin-right: 1.5rem !important;
}

.bs4-mb-4,
.bs4-my-4 {
  margin-bottom: 1.5rem !important;
}

.bs4-ml-4,
.bs4-mx-4 {
  margin-left: 1.5rem !important;
}

.bs4-m-5 {
  margin: 3rem !important;
}

.bs4-mt-5,
.bs4-my-5 {
  margin-top: 3rem !important;
}

.bs4-mr-5,
.bs4-mx-5 {
  margin-right: 3rem !important;
}

.bs4-mb-5,
.bs4-my-5 {
  margin-bottom: 3rem !important;
}

.bs4-ml-5,
.bs4-mx-5 {
  margin-left: 3rem !important;
}

.bs4-p-0 {
  padding: 0 !important;
}

.bs4-pt-0,
.bs4-py-0 {
  padding-top: 0 !important;
}

.bs4-pr-0,
.bs4-px-0 {
  padding-right: 0 !important;
}

.bs4-pb-0,
.bs4-py-0 {
  padding-bottom: 0 !important;
}

.bs4-pl-0,
.bs4-px-0 {
  padding-left: 0 !important;
}

.bs4-p-1 {
  padding: 0.25rem !important;
}

.bs4-pt-1,
.bs4-py-1 {
  padding-top: 0.25rem !important;
}

.bs4-pr-1,
.bs4-px-1 {
  padding-right: 0.25rem !important;
}

.bs4-pb-1,
.bs4-py-1 {
  padding-bottom: 0.25rem !important;
}

.bs4-pl-1,
.bs4-px-1 {
  padding-left: 0.25rem !important;
}

.bs4-p-2 {
  padding: 0.5rem !important;
}

.bs4-pt-2,
.bs4-py-2 {
  padding-top: 0.5rem !important;
}

.bs4-pr-2,
.bs4-px-2 {
  padding-right: 0.5rem !important;
}

.bs4-pb-2,
.bs4-py-2 {
  padding-bottom: 0.5rem !important;
}

.bs4-pl-2,
.bs4-px-2 {
  padding-left: 0.5rem !important;
}

.bs4-p-3 {
  padding: 1rem !important;
}

.bs4-pt-3,
.bs4-py-3 {
  padding-top: 1rem !important;
}

.bs4-pr-3,
.bs4-px-3 {
  padding-right: 1rem !important;
}

.bs4-pb-3,
.bs4-py-3 {
  padding-bottom: 1rem !important;
}

.bs4-pl-3,
.bs4-px-3 {
  padding-left: 1rem !important;
}

.bs4-p-4 {
  padding: 1.5rem !important;
}

.bs4-pt-4,
.bs4-py-4 {
  padding-top: 1.5rem !important;
}

.bs4-pr-4,
.bs4-px-4 {
  padding-right: 1.5rem !important;
}

.bs4-pb-4,
.bs4-py-4 {
  padding-bottom: 1.5rem !important;
}

.bs4-pl-4,
.bs4-px-4 {
  padding-left: 1.5rem !important;
}

.bs4-p-5 {
  padding: 3rem !important;
}

.bs4-pt-5,
.bs4-py-5 {
  padding-top: 3rem !important;
}

.bs4-pr-5,
.bs4-px-5 {
  padding-right: 3rem !important;
}

.bs4-pb-5,
.bs4-py-5 {
  padding-bottom: 3rem !important;
}

.bs4-pl-5,
.bs4-px-5 {
  padding-left: 3rem !important;
}

.bs4-m-n1 {
  margin: -0.25rem !important;
}

.bs4-mt-n1,
.bs4-my-n1 {
  margin-top: -0.25rem !important;
}

.bs4-mr-n1,
.bs4-mx-n1 {
  margin-right: -0.25rem !important;
}

.bs4-mb-n1,
.bs4-my-n1 {
  margin-bottom: -0.25rem !important;
}

.bs4-ml-n1,
.bs4-mx-n1 {
  margin-left: -0.25rem !important;
}

.bs4-m-n2 {
  margin: -0.5rem !important;
}

.bs4-mt-n2,
.bs4-my-n2 {
  margin-top: -0.5rem !important;
}

.bs4-mr-n2,
.bs4-mx-n2 {
  margin-right: -0.5rem !important;
}

.bs4-mb-n2,
.bs4-my-n2 {
  margin-bottom: -0.5rem !important;
}

.bs4-ml-n2,
.bs4-mx-n2 {
  margin-left: -0.5rem !important;
}

.bs4-m-n3 {
  margin: -1rem !important;
}

.bs4-mt-n3,
.bs4-my-n3 {
  margin-top: -1rem !important;
}

.bs4-mr-n3,
.bs4-mx-n3 {
  margin-right: -1rem !important;
}

.bs4-mb-n3,
.bs4-my-n3 {
  margin-bottom: -1rem !important;
}

.bs4-ml-n3,
.bs4-mx-n3 {
  margin-left: -1rem !important;
}

.bs4-m-n4 {
  margin: -1.5rem !important;
}

.bs4-mt-n4,
.bs4-my-n4 {
  margin-top: -1.5rem !important;
}

.bs4-mr-n4,
.bs4-mx-n4 {
  margin-right: -1.5rem !important;
}

.bs4-mb-n4,
.bs4-my-n4 {
  margin-bottom: -1.5rem !important;
}

.bs4-ml-n4,
.bs4-mx-n4 {
  margin-left: -1.5rem !important;
}

.bs4-m-n5 {
  margin: -3rem !important;
}

.bs4-mt-n5,
.bs4-my-n5 {
  margin-top: -3rem !important;
}

.bs4-mr-n5,
.bs4-mx-n5 {
  margin-right: -3rem !important;
}

.bs4-mb-n5,
.bs4-my-n5 {
  margin-bottom: -3rem !important;
}

.bs4-ml-n5,
.bs4-mx-n5 {
  margin-left: -3rem !important;
}

.bs4-m-auto {
  margin: auto !important;
}

.bs4-mt-auto,
.bs4-my-auto {
  margin-top: auto !important;
}

.bs4-mr-auto,
.bs4-mx-auto {
  margin-right: auto !important;
}

.bs4-mb-auto,
.bs4-my-auto {
  margin-bottom: auto !important;
}

.bs4-ml-auto,
.bs4-mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .bs4-m-sm-0 {
    margin: 0 !important;
  }

  .bs4-mt-sm-0,
  .bs4-my-sm-0 {
    margin-top: 0 !important;
  }

  .bs4-mr-sm-0,
  .bs4-mx-sm-0 {
    margin-right: 0 !important;
  }

  .bs4-mb-sm-0,
  .bs4-my-sm-0 {
    margin-bottom: 0 !important;
  }

  .bs4-ml-sm-0,
  .bs4-mx-sm-0 {
    margin-left: 0 !important;
  }

  .bs4-m-sm-1 {
    margin: 0.25rem !important;
  }

  .bs4-mt-sm-1,
  .bs4-my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .bs4-mr-sm-1,
  .bs4-mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .bs4-mb-sm-1,
  .bs4-my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .bs4-ml-sm-1,
  .bs4-mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .bs4-m-sm-2 {
    margin: 0.5rem !important;
  }

  .bs4-mt-sm-2,
  .bs4-my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .bs4-mr-sm-2,
  .bs4-mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .bs4-mb-sm-2,
  .bs4-my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .bs4-ml-sm-2,
  .bs4-mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .bs4-m-sm-3 {
    margin: 1rem !important;
  }

  .bs4-mt-sm-3,
  .bs4-my-sm-3 {
    margin-top: 1rem !important;
  }

  .bs4-mr-sm-3,
  .bs4-mx-sm-3 {
    margin-right: 1rem !important;
  }

  .bs4-mb-sm-3,
  .bs4-my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .bs4-ml-sm-3,
  .bs4-mx-sm-3 {
    margin-left: 1rem !important;
  }

  .bs4-m-sm-4 {
    margin: 1.5rem !important;
  }

  .bs4-mt-sm-4,
  .bs4-my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .bs4-mr-sm-4,
  .bs4-mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .bs4-mb-sm-4,
  .bs4-my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .bs4-ml-sm-4,
  .bs4-mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .bs4-m-sm-5 {
    margin: 3rem !important;
  }

  .bs4-mt-sm-5,
  .bs4-my-sm-5 {
    margin-top: 3rem !important;
  }

  .bs4-mr-sm-5,
  .bs4-mx-sm-5 {
    margin-right: 3rem !important;
  }

  .bs4-mb-sm-5,
  .bs4-my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .bs4-ml-sm-5,
  .bs4-mx-sm-5 {
    margin-left: 3rem !important;
  }

  .bs4-p-sm-0 {
    padding: 0 !important;
  }

  .bs4-pt-sm-0,
  .bs4-py-sm-0 {
    padding-top: 0 !important;
  }

  .bs4-pr-sm-0,
  .bs4-px-sm-0 {
    padding-right: 0 !important;
  }

  .bs4-pb-sm-0,
  .bs4-py-sm-0 {
    padding-bottom: 0 !important;
  }

  .bs4-pl-sm-0,
  .bs4-px-sm-0 {
    padding-left: 0 !important;
  }

  .bs4-p-sm-1 {
    padding: 0.25rem !important;
  }

  .bs4-pt-sm-1,
  .bs4-py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .bs4-pr-sm-1,
  .bs4-px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .bs4-pb-sm-1,
  .bs4-py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .bs4-pl-sm-1,
  .bs4-px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .bs4-p-sm-2 {
    padding: 0.5rem !important;
  }

  .bs4-pt-sm-2,
  .bs4-py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .bs4-pr-sm-2,
  .bs4-px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .bs4-pb-sm-2,
  .bs4-py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .bs4-pl-sm-2,
  .bs4-px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .bs4-p-sm-3 {
    padding: 1rem !important;
  }

  .bs4-pt-sm-3,
  .bs4-py-sm-3 {
    padding-top: 1rem !important;
  }

  .bs4-pr-sm-3,
  .bs4-px-sm-3 {
    padding-right: 1rem !important;
  }

  .bs4-pb-sm-3,
  .bs4-py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .bs4-pl-sm-3,
  .bs4-px-sm-3 {
    padding-left: 1rem !important;
  }

  .bs4-p-sm-4 {
    padding: 1.5rem !important;
  }

  .bs4-pt-sm-4,
  .bs4-py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .bs4-pr-sm-4,
  .bs4-px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .bs4-pb-sm-4,
  .bs4-py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .bs4-pl-sm-4,
  .bs4-px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .bs4-p-sm-5 {
    padding: 3rem !important;
  }

  .bs4-pt-sm-5,
  .bs4-py-sm-5 {
    padding-top: 3rem !important;
  }

  .bs4-pr-sm-5,
  .bs4-px-sm-5 {
    padding-right: 3rem !important;
  }

  .bs4-pb-sm-5,
  .bs4-py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .bs4-pl-sm-5,
  .bs4-px-sm-5 {
    padding-left: 3rem !important;
  }

  .bs4-m-sm-n1 {
    margin: -0.25rem !important;
  }

  .bs4-mt-sm-n1,
  .bs4-my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .bs4-mr-sm-n1,
  .bs4-mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .bs4-mb-sm-n1,
  .bs4-my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .bs4-ml-sm-n1,
  .bs4-mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .bs4-m-sm-n2 {
    margin: -0.5rem !important;
  }

  .bs4-mt-sm-n2,
  .bs4-my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .bs4-mr-sm-n2,
  .bs4-mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .bs4-mb-sm-n2,
  .bs4-my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .bs4-ml-sm-n2,
  .bs4-mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .bs4-m-sm-n3 {
    margin: -1rem !important;
  }

  .bs4-mt-sm-n3,
  .bs4-my-sm-n3 {
    margin-top: -1rem !important;
  }

  .bs4-mr-sm-n3,
  .bs4-mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .bs4-mb-sm-n3,
  .bs4-my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .bs4-ml-sm-n3,
  .bs4-mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .bs4-m-sm-n4 {
    margin: -1.5rem !important;
  }

  .bs4-mt-sm-n4,
  .bs4-my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .bs4-mr-sm-n4,
  .bs4-mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .bs4-mb-sm-n4,
  .bs4-my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .bs4-ml-sm-n4,
  .bs4-mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .bs4-m-sm-n5 {
    margin: -3rem !important;
  }

  .bs4-mt-sm-n5,
  .bs4-my-sm-n5 {
    margin-top: -3rem !important;
  }

  .bs4-mr-sm-n5,
  .bs4-mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .bs4-mb-sm-n5,
  .bs4-my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .bs4-ml-sm-n5,
  .bs4-mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .bs4-m-sm-auto {
    margin: auto !important;
  }

  .bs4-mt-sm-auto,
  .bs4-my-sm-auto {
    margin-top: auto !important;
  }

  .bs4-mr-sm-auto,
  .bs4-mx-sm-auto {
    margin-right: auto !important;
  }

  .bs4-mb-sm-auto,
  .bs4-my-sm-auto {
    margin-bottom: auto !important;
  }

  .bs4-ml-sm-auto,
  .bs4-mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .bs4-m-md-0 {
    margin: 0 !important;
  }

  .bs4-mt-md-0,
  .bs4-my-md-0 {
    margin-top: 0 !important;
  }

  .bs4-mr-md-0,
  .bs4-mx-md-0 {
    margin-right: 0 !important;
  }

  .bs4-mb-md-0,
  .bs4-my-md-0 {
    margin-bottom: 0 !important;
  }

  .bs4-ml-md-0,
  .bs4-mx-md-0 {
    margin-left: 0 !important;
  }

  .bs4-m-md-1 {
    margin: 0.25rem !important;
  }

  .bs4-mt-md-1,
  .bs4-my-md-1 {
    margin-top: 0.25rem !important;
  }

  .bs4-mr-md-1,
  .bs4-mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .bs4-mb-md-1,
  .bs4-my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .bs4-ml-md-1,
  .bs4-mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .bs4-m-md-2 {
    margin: 0.5rem !important;
  }

  .bs4-mt-md-2,
  .bs4-my-md-2 {
    margin-top: 0.5rem !important;
  }

  .bs4-mr-md-2,
  .bs4-mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .bs4-mb-md-2,
  .bs4-my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .bs4-ml-md-2,
  .bs4-mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .bs4-m-md-3 {
    margin: 1rem !important;
  }

  .bs4-mt-md-3,
  .bs4-my-md-3 {
    margin-top: 1rem !important;
  }

  .bs4-mr-md-3,
  .bs4-mx-md-3 {
    margin-right: 1rem !important;
  }

  .bs4-mb-md-3,
  .bs4-my-md-3 {
    margin-bottom: 1rem !important;
  }

  .bs4-ml-md-3,
  .bs4-mx-md-3 {
    margin-left: 1rem !important;
  }

  .bs4-m-md-4 {
    margin: 1.5rem !important;
  }

  .bs4-mt-md-4,
  .bs4-my-md-4 {
    margin-top: 1.5rem !important;
  }

  .bs4-mr-md-4,
  .bs4-mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .bs4-mb-md-4,
  .bs4-my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .bs4-ml-md-4,
  .bs4-mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .bs4-m-md-5 {
    margin: 3rem !important;
  }

  .bs4-mt-md-5,
  .bs4-my-md-5 {
    margin-top: 3rem !important;
  }

  .bs4-mr-md-5,
  .bs4-mx-md-5 {
    margin-right: 3rem !important;
  }

  .bs4-mb-md-5,
  .bs4-my-md-5 {
    margin-bottom: 3rem !important;
  }

  .bs4-ml-md-5,
  .bs4-mx-md-5 {
    margin-left: 3rem !important;
  }

  .bs4-p-md-0 {
    padding: 0 !important;
  }

  .bs4-pt-md-0,
  .bs4-py-md-0 {
    padding-top: 0 !important;
  }

  .bs4-pr-md-0,
  .bs4-px-md-0 {
    padding-right: 0 !important;
  }

  .bs4-pb-md-0,
  .bs4-py-md-0 {
    padding-bottom: 0 !important;
  }

  .bs4-pl-md-0,
  .bs4-px-md-0 {
    padding-left: 0 !important;
  }

  .bs4-p-md-1 {
    padding: 0.25rem !important;
  }

  .bs4-pt-md-1,
  .bs4-py-md-1 {
    padding-top: 0.25rem !important;
  }

  .bs4-pr-md-1,
  .bs4-px-md-1 {
    padding-right: 0.25rem !important;
  }

  .bs4-pb-md-1,
  .bs4-py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .bs4-pl-md-1,
  .bs4-px-md-1 {
    padding-left: 0.25rem !important;
  }

  .bs4-p-md-2 {
    padding: 0.5rem !important;
  }

  .bs4-pt-md-2,
  .bs4-py-md-2 {
    padding-top: 0.5rem !important;
  }

  .bs4-pr-md-2,
  .bs4-px-md-2 {
    padding-right: 0.5rem !important;
  }

  .bs4-pb-md-2,
  .bs4-py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .bs4-pl-md-2,
  .bs4-px-md-2 {
    padding-left: 0.5rem !important;
  }

  .bs4-p-md-3 {
    padding: 1rem !important;
  }

  .bs4-pt-md-3,
  .bs4-py-md-3 {
    padding-top: 1rem !important;
  }

  .bs4-pr-md-3,
  .bs4-px-md-3 {
    padding-right: 1rem !important;
  }

  .bs4-pb-md-3,
  .bs4-py-md-3 {
    padding-bottom: 1rem !important;
  }

  .bs4-pl-md-3,
  .bs4-px-md-3 {
    padding-left: 1rem !important;
  }

  .bs4-p-md-4 {
    padding: 1.5rem !important;
  }

  .bs4-pt-md-4,
  .bs4-py-md-4 {
    padding-top: 1.5rem !important;
  }

  .bs4-pr-md-4,
  .bs4-px-md-4 {
    padding-right: 1.5rem !important;
  }

  .bs4-pb-md-4,
  .bs4-py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .bs4-pl-md-4,
  .bs4-px-md-4 {
    padding-left: 1.5rem !important;
  }

  .bs4-p-md-5 {
    padding: 3rem !important;
  }

  .bs4-pt-md-5,
  .bs4-py-md-5 {
    padding-top: 3rem !important;
  }

  .bs4-pr-md-5,
  .bs4-px-md-5 {
    padding-right: 3rem !important;
  }

  .bs4-pb-md-5,
  .bs4-py-md-5 {
    padding-bottom: 3rem !important;
  }

  .bs4-pl-md-5,
  .bs4-px-md-5 {
    padding-left: 3rem !important;
  }

  .bs4-m-md-n1 {
    margin: -0.25rem !important;
  }

  .bs4-mt-md-n1,
  .bs4-my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .bs4-mr-md-n1,
  .bs4-mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .bs4-mb-md-n1,
  .bs4-my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .bs4-ml-md-n1,
  .bs4-mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .bs4-m-md-n2 {
    margin: -0.5rem !important;
  }

  .bs4-mt-md-n2,
  .bs4-my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .bs4-mr-md-n2,
  .bs4-mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .bs4-mb-md-n2,
  .bs4-my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .bs4-ml-md-n2,
  .bs4-mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .bs4-m-md-n3 {
    margin: -1rem !important;
  }

  .bs4-mt-md-n3,
  .bs4-my-md-n3 {
    margin-top: -1rem !important;
  }

  .bs4-mr-md-n3,
  .bs4-mx-md-n3 {
    margin-right: -1rem !important;
  }

  .bs4-mb-md-n3,
  .bs4-my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .bs4-ml-md-n3,
  .bs4-mx-md-n3 {
    margin-left: -1rem !important;
  }

  .bs4-m-md-n4 {
    margin: -1.5rem !important;
  }

  .bs4-mt-md-n4,
  .bs4-my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .bs4-mr-md-n4,
  .bs4-mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .bs4-mb-md-n4,
  .bs4-my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .bs4-ml-md-n4,
  .bs4-mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .bs4-m-md-n5 {
    margin: -3rem !important;
  }

  .bs4-mt-md-n5,
  .bs4-my-md-n5 {
    margin-top: -3rem !important;
  }

  .bs4-mr-md-n5,
  .bs4-mx-md-n5 {
    margin-right: -3rem !important;
  }

  .bs4-mb-md-n5,
  .bs4-my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .bs4-ml-md-n5,
  .bs4-mx-md-n5 {
    margin-left: -3rem !important;
  }

  .bs4-m-md-auto {
    margin: auto !important;
  }

  .bs4-mt-md-auto,
  .bs4-my-md-auto {
    margin-top: auto !important;
  }

  .bs4-mr-md-auto,
  .bs4-mx-md-auto {
    margin-right: auto !important;
  }

  .bs4-mb-md-auto,
  .bs4-my-md-auto {
    margin-bottom: auto !important;
  }

  .bs4-ml-md-auto,
  .bs4-mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .bs4-m-lg-0 {
    margin: 0 !important;
  }

  .bs4-mt-lg-0,
  .bs4-my-lg-0 {
    margin-top: 0 !important;
  }

  .bs4-mr-lg-0,
  .bs4-mx-lg-0 {
    margin-right: 0 !important;
  }

  .bs4-mb-lg-0,
  .bs4-my-lg-0 {
    margin-bottom: 0 !important;
  }

  .bs4-ml-lg-0,
  .bs4-mx-lg-0 {
    margin-left: 0 !important;
  }

  .bs4-m-lg-1 {
    margin: 0.25rem !important;
  }

  .bs4-mt-lg-1,
  .bs4-my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .bs4-mr-lg-1,
  .bs4-mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .bs4-mb-lg-1,
  .bs4-my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .bs4-ml-lg-1,
  .bs4-mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .bs4-m-lg-2 {
    margin: 0.5rem !important;
  }

  .bs4-mt-lg-2,
  .bs4-my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .bs4-mr-lg-2,
  .bs4-mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .bs4-mb-lg-2,
  .bs4-my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .bs4-ml-lg-2,
  .bs4-mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .bs4-m-lg-3 {
    margin: 1rem !important;
  }

  .bs4-mt-lg-3,
  .bs4-my-lg-3 {
    margin-top: 1rem !important;
  }

  .bs4-mr-lg-3,
  .bs4-mx-lg-3 {
    margin-right: 1rem !important;
  }

  .bs4-mb-lg-3,
  .bs4-my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .bs4-ml-lg-3,
  .bs4-mx-lg-3 {
    margin-left: 1rem !important;
  }

  .bs4-m-lg-4 {
    margin: 1.5rem !important;
  }

  .bs4-mt-lg-4,
  .bs4-my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .bs4-mr-lg-4,
  .bs4-mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .bs4-mb-lg-4,
  .bs4-my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .bs4-ml-lg-4,
  .bs4-mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .bs4-m-lg-5 {
    margin: 3rem !important;
  }

  .bs4-mt-lg-5,
  .bs4-my-lg-5 {
    margin-top: 3rem !important;
  }

  .bs4-mr-lg-5,
  .bs4-mx-lg-5 {
    margin-right: 3rem !important;
  }

  .bs4-mb-lg-5,
  .bs4-my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .bs4-ml-lg-5,
  .bs4-mx-lg-5 {
    margin-left: 3rem !important;
  }

  .bs4-p-lg-0 {
    padding: 0 !important;
  }

  .bs4-pt-lg-0,
  .bs4-py-lg-0 {
    padding-top: 0 !important;
  }

  .bs4-pr-lg-0,
  .bs4-px-lg-0 {
    padding-right: 0 !important;
  }

  .bs4-pb-lg-0,
  .bs4-py-lg-0 {
    padding-bottom: 0 !important;
  }

  .bs4-pl-lg-0,
  .bs4-px-lg-0 {
    padding-left: 0 !important;
  }

  .bs4-p-lg-1 {
    padding: 0.25rem !important;
  }

  .bs4-pt-lg-1,
  .bs4-py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .bs4-pr-lg-1,
  .bs4-px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .bs4-pb-lg-1,
  .bs4-py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .bs4-pl-lg-1,
  .bs4-px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .bs4-p-lg-2 {
    padding: 0.5rem !important;
  }

  .bs4-pt-lg-2,
  .bs4-py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .bs4-pr-lg-2,
  .bs4-px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .bs4-pb-lg-2,
  .bs4-py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .bs4-pl-lg-2,
  .bs4-px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .bs4-p-lg-3 {
    padding: 1rem !important;
  }

  .bs4-pt-lg-3,
  .bs4-py-lg-3 {
    padding-top: 1rem !important;
  }

  .bs4-pr-lg-3,
  .bs4-px-lg-3 {
    padding-right: 1rem !important;
  }

  .bs4-pb-lg-3,
  .bs4-py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .bs4-pl-lg-3,
  .bs4-px-lg-3 {
    padding-left: 1rem !important;
  }

  .bs4-p-lg-4 {
    padding: 1.5rem !important;
  }

  .bs4-pt-lg-4,
  .bs4-py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .bs4-pr-lg-4,
  .bs4-px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .bs4-pb-lg-4,
  .bs4-py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .bs4-pl-lg-4,
  .bs4-px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .bs4-p-lg-5 {
    padding: 3rem !important;
  }

  .bs4-pt-lg-5,
  .bs4-py-lg-5 {
    padding-top: 3rem !important;
  }

  .bs4-pr-lg-5,
  .bs4-px-lg-5 {
    padding-right: 3rem !important;
  }

  .bs4-pb-lg-5,
  .bs4-py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .bs4-pl-lg-5,
  .bs4-px-lg-5 {
    padding-left: 3rem !important;
  }

  .bs4-m-lg-n1 {
    margin: -0.25rem !important;
  }

  .bs4-mt-lg-n1,
  .bs4-my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .bs4-mr-lg-n1,
  .bs4-mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .bs4-mb-lg-n1,
  .bs4-my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .bs4-ml-lg-n1,
  .bs4-mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .bs4-m-lg-n2 {
    margin: -0.5rem !important;
  }

  .bs4-mt-lg-n2,
  .bs4-my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .bs4-mr-lg-n2,
  .bs4-mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .bs4-mb-lg-n2,
  .bs4-my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .bs4-ml-lg-n2,
  .bs4-mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .bs4-m-lg-n3 {
    margin: -1rem !important;
  }

  .bs4-mt-lg-n3,
  .bs4-my-lg-n3 {
    margin-top: -1rem !important;
  }

  .bs4-mr-lg-n3,
  .bs4-mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .bs4-mb-lg-n3,
  .bs4-my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .bs4-ml-lg-n3,
  .bs4-mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .bs4-m-lg-n4 {
    margin: -1.5rem !important;
  }

  .bs4-mt-lg-n4,
  .bs4-my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .bs4-mr-lg-n4,
  .bs4-mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .bs4-mb-lg-n4,
  .bs4-my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .bs4-ml-lg-n4,
  .bs4-mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .bs4-m-lg-n5 {
    margin: -3rem !important;
  }

  .bs4-mt-lg-n5,
  .bs4-my-lg-n5 {
    margin-top: -3rem !important;
  }

  .bs4-mr-lg-n5,
  .bs4-mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .bs4-mb-lg-n5,
  .bs4-my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .bs4-ml-lg-n5,
  .bs4-mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .bs4-m-lg-auto {
    margin: auto !important;
  }

  .bs4-mt-lg-auto,
  .bs4-my-lg-auto {
    margin-top: auto !important;
  }

  .bs4-mr-lg-auto,
  .bs4-mx-lg-auto {
    margin-right: auto !important;
  }

  .bs4-mb-lg-auto,
  .bs4-my-lg-auto {
    margin-bottom: auto !important;
  }

  .bs4-ml-lg-auto,
  .bs4-mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .bs4-m-xl-0 {
    margin: 0 !important;
  }

  .bs4-mt-xl-0,
  .bs4-my-xl-0 {
    margin-top: 0 !important;
  }

  .bs4-mr-xl-0,
  .bs4-mx-xl-0 {
    margin-right: 0 !important;
  }

  .bs4-mb-xl-0,
  .bs4-my-xl-0 {
    margin-bottom: 0 !important;
  }

  .bs4-ml-xl-0,
  .bs4-mx-xl-0 {
    margin-left: 0 !important;
  }

  .bs4-m-xl-1 {
    margin: 0.25rem !important;
  }

  .bs4-mt-xl-1,
  .bs4-my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .bs4-mr-xl-1,
  .bs4-mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .bs4-mb-xl-1,
  .bs4-my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .bs4-ml-xl-1,
  .bs4-mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .bs4-m-xl-2 {
    margin: 0.5rem !important;
  }

  .bs4-mt-xl-2,
  .bs4-my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .bs4-mr-xl-2,
  .bs4-mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .bs4-mb-xl-2,
  .bs4-my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .bs4-ml-xl-2,
  .bs4-mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .bs4-m-xl-3 {
    margin: 1rem !important;
  }

  .bs4-mt-xl-3,
  .bs4-my-xl-3 {
    margin-top: 1rem !important;
  }

  .bs4-mr-xl-3,
  .bs4-mx-xl-3 {
    margin-right: 1rem !important;
  }

  .bs4-mb-xl-3,
  .bs4-my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .bs4-ml-xl-3,
  .bs4-mx-xl-3 {
    margin-left: 1rem !important;
  }

  .bs4-m-xl-4 {
    margin: 1.5rem !important;
  }

  .bs4-mt-xl-4,
  .bs4-my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .bs4-mr-xl-4,
  .bs4-mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .bs4-mb-xl-4,
  .bs4-my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .bs4-ml-xl-4,
  .bs4-mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .bs4-m-xl-5 {
    margin: 3rem !important;
  }

  .bs4-mt-xl-5,
  .bs4-my-xl-5 {
    margin-top: 3rem !important;
  }

  .bs4-mr-xl-5,
  .bs4-mx-xl-5 {
    margin-right: 3rem !important;
  }

  .bs4-mb-xl-5,
  .bs4-my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .bs4-ml-xl-5,
  .bs4-mx-xl-5 {
    margin-left: 3rem !important;
  }

  .bs4-p-xl-0 {
    padding: 0 !important;
  }

  .bs4-pt-xl-0,
  .bs4-py-xl-0 {
    padding-top: 0 !important;
  }

  .bs4-pr-xl-0,
  .bs4-px-xl-0 {
    padding-right: 0 !important;
  }

  .bs4-pb-xl-0,
  .bs4-py-xl-0 {
    padding-bottom: 0 !important;
  }

  .bs4-pl-xl-0,
  .bs4-px-xl-0 {
    padding-left: 0 !important;
  }

  .bs4-p-xl-1 {
    padding: 0.25rem !important;
  }

  .bs4-pt-xl-1,
  .bs4-py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .bs4-pr-xl-1,
  .bs4-px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .bs4-pb-xl-1,
  .bs4-py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .bs4-pl-xl-1,
  .bs4-px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .bs4-p-xl-2 {
    padding: 0.5rem !important;
  }

  .bs4-pt-xl-2,
  .bs4-py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .bs4-pr-xl-2,
  .bs4-px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .bs4-pb-xl-2,
  .bs4-py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .bs4-pl-xl-2,
  .bs4-px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .bs4-p-xl-3 {
    padding: 1rem !important;
  }

  .bs4-pt-xl-3,
  .bs4-py-xl-3 {
    padding-top: 1rem !important;
  }

  .bs4-pr-xl-3,
  .bs4-px-xl-3 {
    padding-right: 1rem !important;
  }

  .bs4-pb-xl-3,
  .bs4-py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .bs4-pl-xl-3,
  .bs4-px-xl-3 {
    padding-left: 1rem !important;
  }

  .bs4-p-xl-4 {
    padding: 1.5rem !important;
  }

  .bs4-pt-xl-4,
  .bs4-py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .bs4-pr-xl-4,
  .bs4-px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .bs4-pb-xl-4,
  .bs4-py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .bs4-pl-xl-4,
  .bs4-px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .bs4-p-xl-5 {
    padding: 3rem !important;
  }

  .bs4-pt-xl-5,
  .bs4-py-xl-5 {
    padding-top: 3rem !important;
  }

  .bs4-pr-xl-5,
  .bs4-px-xl-5 {
    padding-right: 3rem !important;
  }

  .bs4-pb-xl-5,
  .bs4-py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .bs4-pl-xl-5,
  .bs4-px-xl-5 {
    padding-left: 3rem !important;
  }

  .bs4-m-xl-n1 {
    margin: -0.25rem !important;
  }

  .bs4-mt-xl-n1,
  .bs4-my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .bs4-mr-xl-n1,
  .bs4-mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .bs4-mb-xl-n1,
  .bs4-my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .bs4-ml-xl-n1,
  .bs4-mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .bs4-m-xl-n2 {
    margin: -0.5rem !important;
  }

  .bs4-mt-xl-n2,
  .bs4-my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .bs4-mr-xl-n2,
  .bs4-mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .bs4-mb-xl-n2,
  .bs4-my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .bs4-ml-xl-n2,
  .bs4-mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .bs4-m-xl-n3 {
    margin: -1rem !important;
  }

  .bs4-mt-xl-n3,
  .bs4-my-xl-n3 {
    margin-top: -1rem !important;
  }

  .bs4-mr-xl-n3,
  .bs4-mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .bs4-mb-xl-n3,
  .bs4-my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .bs4-ml-xl-n3,
  .bs4-mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .bs4-m-xl-n4 {
    margin: -1.5rem !important;
  }

  .bs4-mt-xl-n4,
  .bs4-my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .bs4-mr-xl-n4,
  .bs4-mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .bs4-mb-xl-n4,
  .bs4-my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .bs4-ml-xl-n4,
  .bs4-mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .bs4-m-xl-n5 {
    margin: -3rem !important;
  }

  .bs4-mt-xl-n5,
  .bs4-my-xl-n5 {
    margin-top: -3rem !important;
  }

  .bs4-mr-xl-n5,
  .bs4-mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .bs4-mb-xl-n5,
  .bs4-my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .bs4-ml-xl-n5,
  .bs4-mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .bs4-m-xl-auto {
    margin: auto !important;
  }

  .bs4-mt-xl-auto,
  .bs4-my-xl-auto {
    margin-top: auto !important;
  }

  .bs4-mr-xl-auto,
  .bs4-mx-xl-auto {
    margin-right: auto !important;
  }

  .bs4-mb-xl-auto,
  .bs4-my-xl-auto {
    margin-bottom: auto !important;
  }

  .bs4-ml-xl-auto,
  .bs4-mx-xl-auto {
    margin-left: auto !important;
  }
}

.bs4-text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace !important;
}

.bs4-text-justify {
  text-align: justify !important;
}

.bs4-text-wrap {
  white-space: normal !important;
}

.bs4-text-nowrap {
  white-space: nowrap !important;
}

.bs4-text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bs4-text-left {
  text-align: left !important;
}

.bs4-text-right {
  text-align: right !important;
}

.bs4-text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .bs4-text-sm-left {
    text-align: left !important;
  }

  .bs4-text-sm-right {
    text-align: right !important;
  }

  .bs4-text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .bs4-text-md-left {
    text-align: left !important;
  }

  .bs4-text-md-right {
    text-align: right !important;
  }

  .bs4-text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .bs4-text-lg-left {
    text-align: left !important;
  }

  .bs4-text-lg-right {
    text-align: right !important;
  }

  .bs4-text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .bs4-text-xl-left {
    text-align: left !important;
  }

  .bs4-text-xl-right {
    text-align: right !important;
  }

  .bs4-text-xl-center {
    text-align: center !important;
  }
}

.bs4-text-lowercase {
  text-transform: lowercase !important;
}

.bs4-text-uppercase {
  text-transform: uppercase !important;
}

.bs4-text-capitalize {
  text-transform: capitalize !important;
}

.bs4-font-weight-light {
  font-weight: 300 !important;
}

.bs4-font-weight-lighter {
  font-weight: lighter !important;
}

.bs4-font-weight-normal {
  font-weight: 400 !important;
}

.bs4-font-weight-bold {
  font-weight: 700 !important;
}

.bs4-font-weight-bolder {
  font-weight: bolder !important;
}

.bs4-font-italic {
  font-style: italic !important;
}

.bs4-text-white {
  color: #fff !important;
}

.bs4-text-primary {
  color: #007bff !important;
}

a.bs4-text-primary:hover,
a.bs4-text-primary:focus {
  color: #0056b3 !important;
}

.bs4-text-secondary {
  color: #6c757d !important;
}

a.bs4-text-secondary:hover,
a.bs4-text-secondary:focus {
  color: #494f54 !important;
}

.bs4-text-success {
  color: #28a745 !important;
}

a.bs4-text-success:hover,
a.bs4-text-success:focus {
  color: #19692c !important;
}

.bs4-text-info {
  color: #17a2b8 !important;
}

a.bs4-text-info:hover,
a.bs4-text-info:focus {
  color: #0f6674 !important;
}

.bs4-text-warning {
  color: #ffc107 !important;
}

a.bs4-text-warning:hover,
a.bs4-text-warning:focus {
  color: #ba8b00 !important;
}

.bs4-text-danger {
  color: #dc3545 !important;
}

a.bs4-text-danger:hover,
a.bs4-text-danger:focus {
  color: #a71d2a !important;
}

.bs4-text-light {
  color: #f8f9fa !important;
}

a.bs4-text-light:hover,
a.bs4-text-light:focus {
  color: #cbd3da !important;
}

.bs4-text-dark {
  color: #343a40 !important;
}

a.bs4-text-dark:hover,
a.bs4-text-dark:focus {
  color: #121416 !important;
}

.bs4-text-body {
  color: #212529 !important;
}

.bs4-text-muted {
  color: #6c757d !important;
}

.bs4-text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.bs4-text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.bs4-text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.bs4-text-decoration-none {
  text-decoration: none !important;
}

.bs4-text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.bs4-text-reset {
  color: inherit !important;
}

.bs4-w-25 {
  width: 25% !important;
}

.bs4-w-50 {
  width: 50% !important;
}

.bs4-w-75 {
  width: 75% !important;
}

.bs4-w-100 {
  width: 100% !important;
}

.bs4-w-auto {
  width: auto !important;
}

.bs4-h-25 {
  height: 25% !important;
}

.bs4-h-50 {
  height: 50% !important;
}

.bs4-h-75 {
  height: 75% !important;
}

.bs4-h-100 {
  height: 100% !important;
}

.bs4-h-auto {
  height: auto !important;
}

.bs4-mw-100 {
  max-width: 100% !important;
}

.bs4-mh-100 {
  max-height: 100% !important;
}

.bs4-min-vw-100 {
  min-width: 100vw !important;
}

.bs4-min-vh-100 {
  min-height: 100vh !important;
}

.bs4-vw-100 {
  width: 100vw !important;
}

.bs4-vh-100 {
  height: 100vh !important;
}

.bs4-position-static {
  position: static !important;
}

.bs4-position-relative {
  position: relative !important;
}

.bs4-position-absolute {
  position: absolute !important;
}

.bs4-position-fixed {
  position: fixed !important;
}

.bs4-position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.bs4-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.bs4-fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .bs4-sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.bs4-visible {
  visibility: visible !important;
}

.bs4-invisible {
  visibility: hidden !important;
}

footer.web-site-footer {
  padding: 100px 0 0;
}

footer.web-site-footer .footer-nav-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding-bottom: 60px;
}

footer.web-site-footer .footer-nav-columns .footer-nav-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  padding: 0 15px;
}

footer.web-site-footer .footer-nav-columns .footer-nav-col h4 {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 30px;
}

footer.web-site-footer .footer-nav-columns .footer-nav-col h4 a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #2d2d2d;
}

footer.web-site-footer .footer-nav-columns .footer-nav-col h4 a:hover {
  color: #ff5700;
}

footer.web-site-footer .footer-nav-columns .footer-nav-col ul {
  list-style-type: none;
}

footer.web-site-footer .footer-nav-columns .footer-nav-col ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer.web-site-footer .footer-nav-columns .footer-nav-col ul li a {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  padding: 10px 0;
  display: block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #2d2d2d;
}

footer.web-site-footer .footer-nav-columns .footer-nav-col ul li a:hover {
  color: #ff5700;
}

footer.web-site-footer .web-sh-logo {
  width: 215px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer.web-site-footer .web-sh-logo a {
  display: block;
  width: 100%;
  height: 50px;
  /*background-size: contain;*/
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;

}

footer.web-site-footer .footer-bottom-wrap {
  border-top: 1px solid rgba(45, 45, 45, 0.2);
  padding: 40px 0;
}

footer.web-site-footer .social-icons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: right;
  list-style-type: none;
  padding: 0;
  margin: 0 -15px;
}

footer.web-site-footer .social-icons li {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer.web-site-footer .social-icons li a {
  padding: 15px;
  color: #ff5700;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

footer.web-site-footer .social-icons li a:hover {
  color: #2d2d2d;
}

@media (max-width: 1024px) {
  footer.web-site-footer {
    padding: 50px 0 0;
  }

  footer.web-site-footer .footer-nav-columns .footer-nav-col h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  footer.web-site-footer .footer-nav-columns .footer-nav-col ul li a {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  footer.web-site-footer .footer-bottom-wrap {
    padding: 20px 0;
  }

  footer.web-site-footer .web-sh-logo {
    width: 160px;
  }

  footer.web-site-footer .footer-nav-columns {
    padding-bottom: 0;
  }

  footer.web-site-footer .footer-nav-columns .footer-nav-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(45, 45, 45, 0.2);
    margin-bottom: 20px;
  }

  footer.web-site-footer .footer-nav-columns .footer-nav-col:last-child {
    border-bottom: 0;
  }
}

.search-wrap {
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 1, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 1, 0.3, 1);
  height: 0;
}

.search-wrap button {
  background-color: transparent;
  border: 0 !important;
}

.icon {
  fill: grey;
  width: 1.5em;
  height: 1.5em;
}

.search-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.3);
}

.search__inner {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #000;
}

.search__inner--up {
  color: #fff;
  background: #000;
}

.search__inner--down {
  top: 50%;
  color: #000;
  background: #fff;
}

.btn--search-close {
  font-size: 2em;
  position: absolute;
  z-index: 100;
  top: 1.25em;
  right: 1.25em;
  display: none;
}

.btn--search-close {
  display: block;
}

.search__form {
  width: 75%;
  max-width: 900px;
  margin: 0 auto;
}

.search__input {
  font-family: inherit;
  font-size: 5vw;
  border: 0;
  background: transparent;
  line-height: 1;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  padding: 0 0 0.1em 0;
  color: inherit;
  border-bottom: 4px solid;
}

.search__input::-webkit-input-placeholder {
  opacity: 0.1;
  color: #fff;
}

.search__input::-moz-placeholder {
  opacity: 0.1;
  color: #fff;
}

.search__input:-ms-input-placeholder {
  opacity: 0.1;
  color: #fff;
}

.search__input::-webkit-search-cancel-button,
.search__input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.search__input::-ms-clear {
  display: none;
}

.search__info {
  font-size: 90%;
  font-weight: 400;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0.85em 0;
  text-align: right;
  color: rgba(255, 255, 255, 0.5);
}

.search__related {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  max-width: 900px;
}

.search__suggestion {
  width: 100%;
  padding: 0 1em 0 0;
  text-align: left;
}

.search__suggestion:last-child {
  padding: 0 0 0 1em;
}

.search__suggestion h3 {
  font-size: 1.35em;
  margin: 0;
}

.search__suggestion h3::before {
  content: "\21FE";
  display: inline-block;
  padding: 0 0.5em 0 0;
}

.search__suggestion p {
  font-size: 1.15em;
  line-height: 1.4;
  margin: 0.75em 0 0 0;
}

.open-search-up {
  -webkit-transform: 0;
  -o-transform: 0;
  transform: 0;
}

.open-search-down {
  -webkit-transform: 0;
  -o-transform: 0;
  transform: 0;
}

.main-wrap {
  -webkit-transition: all 0.3s cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 1, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 1, 0.3, 1);
  top: 0;
  position: relative;
}

.main-wrap--hide {
  opacity: 1;
  top: 400px;
}

.search--open {
  pointer-events: auto;
  z-index: 9999999999999;
  height: 400px;
}

.search--open .search-cls-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
}

.search--open .search__inner {
  z-index: 30;
}

.search--open .btn.btn--search-close {
  z-index: 40;
}

.search--open+header.web-site-header {
  top: 400px;
}

.search-wrap::before {
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 1, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 1, 0.3, 1);
}

.search--open::before {
  opacity: 1;
}

.btn--search {
  -webkit-transition: opacity 0s;
  -o-transition: opacity 0s;
  transition: opacity 0s;
}

.main-wrap--hide .btn--search {
  opacity: 0;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.btn--search-close {
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, transform 0.3s;
  -o-transition: opacity 0.3s, -o-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s,
    -o-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.search--open .btn--search-close {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.search__inner {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -o-transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.search__inner--up {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.search__inner--down {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.search--open .search__inner {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.search__suggestion {
  -webkit-transform: translate3d(0, 150px, 0);
  transform: translate3d(0, 150px, 0);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  -o-transition: -o-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s, -o-transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.search--open .search__suggestion {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0.05s;
  -o-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.search--open .search__suggestion:last-child {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

html.search--open #wpadminbar {
  top: 400px;
}

@media screen and (max-width: 40em) {
  .btn--search-close {
    font-size: 1.25em;
  }

  html.search--open #wpadminbar {
    top: 250px;
  }

  .search__suggestion {
    width: 100%;
  }

  .search__suggestion:last-child {
    display: none;
  }

  .search__form {
    width: 100%;
    padding: 20px;
    margin-top: 60px;
  }

  .search--open .btn.btn--search-close {
    padding: 10px;
    right: 0;
    top: 0;
  }

  .search__input {
    border-bottom: 2px solid;
  }

  .search--open {
    height: 250px;
  }

  .main-wrap--hide,
  .search--open+header.web-site-header {
    top: 250px;
  }
}

.search-container {
  text-align: left;
  padding-bottom: 70px;
}

.search-container .search-result {
  padding: 0 0 20px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 40px;
}

.search-container .section-title {
  font-size: 30px;
}

.search-container .entry {
  text-transform: uppercase;
  position: relative;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 30px;
  color: #4596d1;
}

body.page-template-page-virtual-meeting-room .web-video-wrp {
  min-width: 70vw;
}

@media (max-width: 1650px) {
  .nvrs-virtual-meeting-template .web-cu-hero-bottom-banner .section-image {
    width: 55%;
  }
}

@media (max-width: 1500px) {
  .nvrs-virtual-meeting-template .web-cu-hero-bottom-banner .section-image {
    width: 58%;
  }

  .nvrs-virtual-meeting-template .web-cu-hero-bottom-banner h1 {
    font-size: 52px;
  }
}

@media (max-width: 1170px) {
  .nvrs-virtual-meeting-template .web-cu-hero-bottom-banner h1 {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  .nvrs-virtual-meeting-template .web-cu-hero-bottom-banner h1 {
    font-size: 34px;
  }
}

.nvrs-virtual-meeting-template .nvrs-sticky-nav li .nsn-s[data-legend]::after {
  content: attr(data-legend);
  position: relative;
  top: 0;
  margin-left: 5px;
  color: inherit;
  max-width: 80px;
}

.nvrs-virtual-meeting-template .footer-company-logo {
  margin: 50px 0;
}

.nvrs-virtual-meeting-template .footer-company-logo img {
  max-width: 250px;
  height: auto;
}

.nvrs-virtual-meeting-template img {
  max-width: 100%;
  height: auto;
}

.nvrs-virtual-meeting-template section.nvrs-hero .section-background {
  opacity: 1;
}

.nvrs-virtual-meeting-template section.nvrs-hero .section-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  z-index: 2;
  opacity: 0.6;
}

.nvrs-virtual-meeting-template section.nvrs-hero .section-background::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40%;
  z-index: 2;
  opacity: 1;
  background: -webkit-linear-gradient(top,
      transparent 0%,
      black 63%,
      black 100%);
  background: -o-linear-gradient(top, transparent 0%, black 63%, black 100%);
  background: linear-gradient(to bottom, transparent 0%, black 63%, black 100%);
}

.nvrs-virtual-meeting-template .nvrs-hero-v2 .company-logo {
  margin-bottom: 50px;
  margin-top: -100px;
}

.nvrs-virtual-meeting-template .nvrs-hero-v2 .company-logo img {
  max-width: 250px;
  height: auto;
}

.nvrs-virtual-meeting-template .nvrs-hero-v2 a.web-play-video {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  padding-left: 80px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 60px;
  position: relative;
  font-size: 24px;
  color: #fff;
}

.nvrs-virtual-meeting-template .nvrs-hero-v2 a.web-play-video::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  top: 0;
  left: 2px;
  background-image: url(../images/video-play.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px auto;
  z-index: 5;
  border: 1px solid #ff5800;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: transparent;
}

.nvrs-virtual-meeting-template .nvrs-hero-v2 a.web-play-video:hover::after {
  background-color: #ff5800;
}

.nvrs-virtual-meeting-template .nvrs-hero-v2 .container {
  position: relative;
  z-index: 10;
  width: 100%;
}

.nvrs-virtual-meeting-template .nvrs-hero-v2 .hero-flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nvrs-virtual-meeting-template .nvrs-hero-v2 .hero-flex-row .title-wrap,
.nvrs-virtual-meeting-template .nvrs-hero-v2 .hero-flex-row .intro-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 45%;
}

.nvrs-virtual-meeting-template .nvrs-hero-v2 .hero-flex-row .intro-wrap {
  color: #fff;
}

.nvrs-virtual-meeting-template .nvrs-hero-v2 .hero-flex-row p {
  font-size: 24px;
  line-height: 34px;
}

.nvrs-virtual-meeting-template .nvrs-hero-v2 h1 {
  display: block;
  font-size: 64px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.nvrs-virtual-meeting-template .nvrs-hero-v2 h1 strong {
  color: #ff5800;
}

.nvrs-virtual-meeting-template .nvrs-landing-main .nvrs-sticky-nav {
  left: 30px;
}

@media (min-width: 1200px) and (max-width: 1800px) {
  .nvrs-virtual-meeting-template .web-rb-layout .container {
    padding-left: 180px;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .nvrs-virtual-meeting-template .web-rb-layout .container {
    padding-left: 120px;
  }
}

@media (max-width: 991px) {
  .nvrs-virtual-meeting-template .nvrs-hero-v2 .hero-flex-row {
    display: block;
  }

  .nvrs-virtual-meeting-template .nvrs-hero-v2 .hero-flex-row .title-wrap {
    margin-bottom: 20px;
  }

  .nvrs-virtual-meeting-template .nvrs-hero-v2 .hero-flex-row .title-wrap,
  .nvrs-virtual-meeting-template .nvrs-hero-v2 .hero-flex-row .intro-wrap {
    max-width: 100%;
  }

  .nvrs-virtual-meeting-template .nvrs-hero-v2 .company-logo {
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: left !important;
  }

  .nvrs-virtual-meeting-template .nvrs-hero-v2 .company-logo img {
    max-width: 200px;
  }
}

@media (max-width: 991px) {
  .nav_featured_posts .nav_featured_post:nth-of-type(1) {
    width: 100%;
    height: 0;
    padding-bottom: 50%;
  }
}

@media (max-width: 650px) {
  .nav_featured_posts .nav_featured_post:nth-of-type(1) {
    width: 100%;
    padding-bottom: 65%;
  }

  .nav_featured_posts .nav_featured_post:nth-of-type(1) h3 {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .nav_featured_posts .nav_featured_post {
    width: 50%;
    height: 0;
    padding-bottom: 40%;
  }
}

@media (max-width: 650px) {
  .nav_featured_posts .nav_featured_post {
    width: 100%;
    padding-bottom: 65%;
  }

  .nav_featured_posts .nav_featured_post h3 {
    font-size: 18px;
  }

  .nav_featured_posts .nav_featured_post .label-tag {
    padding: 6px 16px;
    font-size: 14px;
  }
}

body.single-events {
  background-color: #0f0f0f;
  color: #fff;
}

body.single-events h2,
body.single-events .h2 h3,
body.single-events .h3,
body.single-events h4,
body.single-events .h4,
body.single-events h5,
body.single-events .h5,
body.single-events h6,
body.single-events .h6 {
  color: #fff;
}

body.single-events .label-event {
  padding: 8px 15px;
  color: #ff5700;
  background-color: #fff;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
}

body.single-events .top-subhead .top-subhead__date {
  color: rgba(255, 255, 255, 0.6);
}

body.single-events .event-hero-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

body.single-events .event-hero-flex .hero-scshare {
  padding-left: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body.single-events .event-hero-flex .hero-scshare>span {
  font-size: 16px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  position: relative;
}

body.single-events .event-hero-flex .hero-scshare .navisite-social-icons {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 20px;
  top: -2px;
  position: relative;
}

body.single-events .event-hero-flex .hero-scshare .navisite-social-icons li {
  margin: 2px;
}

body.single-events .event-hero-flex .hero-scshare .navisite-social-icons li.twitter a,
body.single-events .event-hero-flex .hero-scshare .navisite-social-icons li.linkedin a,
body.single-events .event-hero-flex .hero-scshare .navisite-social-icons li.facebook a {
  background-color: transparent;
  padding: 0;
  width: 40px;
  height: 40px;
  color: #fff;
  border: 1px solid transparent;
  display: block;
}

body.single-events .event-hero-flex .hero-scshare .navisite-social-icons li.twitter a:hover,
body.single-events .event-hero-flex .hero-scshare .navisite-social-icons li.linkedin a:hover,
body.single-events .event-hero-flex .hero-scshare .navisite-social-icons li.facebook a:hover {
  border: 1px solid #ff5700;
}

body.single-events .event-hero-flex .hero-scshare .navisite-social-icons li.twitter a span,
body.single-events .event-hero-flex .hero-scshare .navisite-social-icons li.linkedin a span,
body.single-events .event-hero-flex .hero-scshare .navisite-social-icons li.facebook a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
}

body.single-events .meta-top {
  display: block;
  margin-bottom: 30px;
}

body.single-events .agenda-block .agenda-block-meta .agenda-block-title,
body.single-events .agenda-block .agenda-block-meta .date,
body.single-events .agenda-block .agenda-tbl .agenda-time {
  color: #fff;
}

body.single-events .event-speakers-nvs {
  padding: 50px;
  border: 1px solid #ff5700;
  margin: 30px 0;
}

body.single-events .event-speakers-nvs.event-speakers-grid {
  padding: 0;
  border: none;
}

body.single-events .event-speakers-nvs.event-speakers-grid h3 {
  margin-bottom: 40px;
}

body.single-events .event-speakers-nvs.event-speakers-grid .speaker-item {
  margin-bottom: 40px;
}

body.single-events .event-speakers-nvs.event-speakers-grid .speaker-item::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  background: -webkit-linear-gradient(top,
      transparent 0%,
      #0e0e0e 91%,
      #0f0f0f 100%);
  background: -o-linear-gradient(top,
      transparent 0%,
      #0e0e0e 91%,
      #0f0f0f 100%);
  background: linear-gradient(to bottom,
      transparent 0%,
      #0e0e0e 91%,
      #0f0f0f 100%);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 5;
  opacity: 1;
}

body.single-events .event-speakers-nvs.event-speakers-grid .speaker-item .speaker-meta {
  display: block;
  position: relative;
  z-index: 15;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
}

body.single-events .event-speakers-nvs.event-speakers-grid .speaker-item .speaker-meta h4 {
  line-height: 1.3;
  font-weight: 400;
}

@media (max-width: 1250px) {
  body.single-events .event-speakers-nvs.event-speakers-grid .speaker-item .speaker-meta h4 {
    font-size: 18px;
  }
}

body.single-events .event-speakers-nvs.event-speakers-grid .speaker-item .speaker-meta p {
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 1250px) {
  body.single-events .event-speakers-nvs.event-speakers-grid .speaker-item .speaker-meta p {
    font-size: 14px;
  }
}

body.single-events .event-speakers-nvs.event-speakers-sld .owl-carousel .owl-nav {
  position: absolute;
  left: -25px;
  right: -25px;
  top: calc(50% - 16px);
  height: 32px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body.single-events .event-speakers-nvs.event-speakers-sld .owl-carousel .owl-nav button {
  color: red;
  outline: none;
  font-size: 30px;
  width: 24px;
  text-align: center;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ff5800;
  position: relative;
}

body.single-events .event-speakers-nvs.event-speakers-sld .owl-carousel .owl-nav button.owl-next::before {
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

body.single-events .event-speakers-nvs.event-speakers-sld .owl-carousel .owl-nav button::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 3px;
  right: 3px;
  bottom: 15px;
  background-image: url(../images/chevron-left.svg);
  filter: brightness(0) invert(1);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

body.single-events .event-speakers-nvs.event-speakers-sld .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.single-events .event-speakers-nvs.event-speakers-sld .speaker-item {
  -webkit-transform: translateX(0) scale(0);
  -o-transform: translateX(0) scale(0);
  transform: translateX(0) scale(0);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 0 -50px;
  opacity: 0;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body.single-events .event-speakers-nvs.event-speakers-sld .speaker-item::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  background: -webkit-linear-gradient(top,
      transparent 0%,
      #0e0e0e 91%,
      #0f0f0f 100%);
  background: -o-linear-gradient(top,
      transparent 0%,
      #0e0e0e 91%,
      #0f0f0f 100%);
  background: linear-gradient(to bottom,
      transparent 0%,
      #0e0e0e 91%,
      #0f0f0f 100%);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 25;
  opacity: 1;
}

body.single-events .event-speakers-nvs.event-speakers-sld .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

body.single-events .event-speakers-nvs.event-speakers-sld .owl-item.active {
  z-index: 10;
}

body.single-events .event-speakers-nvs.event-speakers-sld .owl-item.active .speaker-item {
  opacity: 0.5;
  -webkit-transform: translateX(0) scale(0.7);
  -o-transform: translateX(0) scale(0.7);
  transform: translateX(0) scale(0.7);
}

body.single-events .event-speakers-nvs.event-speakers-sld .owl-item.active.center {
  z-index: 100;
}

body.single-events .event-speakers-nvs.event-speakers-sld .owl-item.active.center .speaker-item {
  opacity: 1;
  -webkit-transform: translateX(0) scale(1);
  -o-transform: translateX(0) scale(1);
  transform: translateX(0) scale(1);
}

body.single-events .event-speakers-nvs.event-speakers-sld .owl-item.active.center .speaker-item::before {
  opacity: 0;
}

body.single-events .event-speakers-nvs.event-speakers-sld .owl-item.active.center+.active .speaker-item {
  -webkit-transform: translateX(0) scale(0.7);
  -o-transform: translateX(0) scale(0.7);
  transform: translateX(0) scale(0.7);
}

body.single-events .event-speakers-nvs .item {
  width: 100%;
}

body.single-events .event-speakers-nvs .speaker-thumb {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 120%;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

body.single-events .event-speakers-nvs .speaker-thumb span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

body.single-events .event-speakers-nvs .speaker-meta {
  display: none;
}

body.single-events .event-speakers-nvs .speaker-flex-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
}

body.single-events .event-speakers-nvs .speaker-flex-top h3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 2.6rem;
}

body.single-events .event-speakers-nvs .speaker-flex-top .speaker-meta-block {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: auto;
}

body.single-events .event-speakers-nvs .speaker-flex-top .speaker-meta-block h4 {
  font-size: 22px;
  font-weight: 400;
}

body.single-events .event-speakers-nvs .speaker-flex-top .speaker-meta-block p {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.5);
}

body.single-events .event-speakers-nvs .speaker-flex-top .speaker-meta-block * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

body.single-events .content-event {
  width: 100%;
  max-width: 100%;
}

body.single-events .content-event * {
  color: #fff;
}

body.single-events .content-event .content-single {
  margin-bottom: 30px;
}

body.single-events .content-event .text-event ul,
body.single-events .content-event .text-block ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 30px;
}

body.single-events .content-event .text-event ul li,
body.single-events .content-event .text-block ul li {
  list-style: none;
  padding: 0;
  position: relative;
  padding-left: 20px;
}

body.single-events .content-event .text-event ul li::before,
body.single-events .content-event .text-block ul li::before {
  content: "";
  position: absolute;
  top: 15px;
  width: 10px;
  height: 1px;
  background-color: #ff5800;
  left: 0;
}

body.single-events .leaflet-popup {
  display: none;
}

body.single-events .event-location {
  position: relative;
}

body.single-events .event-location .event-location-address {
  position: absolute;
  z-index: 15;
  top: 30px;
  left: 30px;
  max-width: 40%;
  padding: 30px;
  background-color: #0f0f0f;
  font-size: 15px;
  line-height: 1.5;
}

body.single-events .event-location .event-location-address h4 {
  font-size: 18px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}

body.single-events .event-location .leaflet-map {
  min-height: 500px;
  position: relative;
  z-index: 5;
}

body.single-events .event-location .leaflet-layer,
body.single-events .event-location .leaflet-control-zoom-in,
body.single-events .event-location .leaflet-control-zoom-out,
body.single-events .event-location .leaflet-control-attribution {
  filter: grayscale(100%) invert(92%) contrast(83%);
}

body.single-events .event-location .leaflet-control-zoom {
  color: #000;
}

body.single-events .event-location .leaflet-control-zoom * {
  color: inherit;
}

body.single-events .event-location .leaflet-pane.leaflet-marker-pane img {
  width: 0px !important;
  height: 0px !important;
  padding: 20px 12px;
  background: url(../images/map-marker.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
}

body.single-events .leaflet-top.leaflet-left {
  right: 0;
  left: auto;
}

body.single-events .leaflet-top.leaflet-left .leaflet-control {
  margin-left: 0;
  margin-right: 10px;
}

body.single-events .sidebar-event .widget-title,
body.single-events .sidebar-event .location-info,
body.single-events .sidebar-event .date-widget .date,
body.single-events .sidebar-event .keys-list a {
  color: inherit;
}

body.single-events .content-event .content-single p,
body.single-events .content-event .content-single li {
  color: inherit;
}

.web-section .event-related-events {
  position: relative;
  overflow: hidden;
}

.web-section .event-related-events .nvrs-rs-slide .nvrs-rfy-card {
  position: relative;
}

.web-section .event-related-events .nvrs-rs-slide .meta-top {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 15;
}

.web-section .event-related-events .nvrs-rs-slide .meta-top .label-event {
  padding: 8px 15px;
  color: #ff5700;
  background-color: #fff;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
}

.web-section .event-related-events h2 {
  margin-bottom: 40px;
  text-align: center;
  font-weight: 400;
  color: #fff;
}

.web-section .event-related-events .owl-carousel .owl-nav {
  position: absolute;
  left: -25px;
  right: -25px;
  top: calc(50% - 16px);
  height: 32px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.web-section .event-related-events .owl-carousel .owl-nav button {
  color: red;
  outline: none;
  font-size: 30px;
  width: 24px;
  text-align: center;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ff5800;
  position: relative;
}

.web-section .event-related-events .owl-carousel .owl-nav button.owl-next::before {
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.web-section .event-related-events .owl-carousel .owl-nav button::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 3px;
  right: 3px;
  bottom: 15px;
  background-image: url(../images/chevron-left.svg);
  filter: brightness(0) invert(1);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  body.single-events .event-speakers-nvs {
    padding: 30px;
  }

  body.single-events .event-speakers-nvs .speaker-flex-top {
    text-align: center;
    margin-bottom: 20px;
  }

  body.single-events .event-speakers-nvs .speaker-flex-top .speaker-meta-block {
    text-align: center;
    margin-bottom: 30px;
  }
}

body#tinymce {
  margin: 12px !important;
}

body.page-template-page-home-new .header {
  z-index: 999;
}

body.page-template-page-home-new .mobile-menu-wrapper {
  z-index: 990;
}

header.web-site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  height: 130px;
  background-color: transparent;
}

header.web-site-header .menu-item-mobile {
  display: none;
}

header.web-site-header .web-primary-navigation .web-nav-links ul.web-primary-menu li.web-menu-toggle.web-search-toggle {
  position: relative;
  overflow: visible;
  z-index: 20;
}

header.web-site-header .web-primary-navigation .web-nav-links ul.web-primary-menu li.web-menu-toggle.web-search-toggle.web-search-open form {
  width: 400px;
  padding: 20px;
  border: 1px solid #fff;
}

header.web-site-header .web-primary-navigation .web-nav-links ul.web-primary-menu li.web-menu-toggle.web-search-toggle.web-search-open form input {
  padding: 10px 0;
}

header.web-site-header .web-primary-navigation .web-nav-links ul.web-primary-menu li.web-menu-toggle.web-search-toggle.web-search-open form button,
header.web-site-header .web-primary-navigation .web-nav-links ul.web-primary-menu li.web-menu-toggle.web-search-toggle.web-search-open form .search-panel {
  opacity: 1;
  pointer-events: auto;
}

header.web-site-header .web-primary-navigation .web-nav-links ul.web-primary-menu li.web-menu-toggle.web-search-toggle.web-search-open form button:hover,
header.web-site-header .web-primary-navigation .web-nav-links ul.web-primary-menu li.web-menu-toggle.web-search-toggle.web-search-open form .search-panel:hover {
  color: #ff5800;
}

header.web-site-header .web-primary-navigation .web-nav-links ul.web-primary-menu li.web-menu-toggle.web-search-toggle.web-search-open>button,
header.web-site-header .web-primary-navigation .web-nav-links ul.web-primary-menu li.web-menu-toggle.web-search-toggle.web-search-open>.search-panel {
  background-color: #000;
  color: #fff;
}

header.web-site-header .web-primary-navigation .web-nav-links ul.web-primary-menu li.web-menu-toggle.web-search-toggle.web-search-open>button .web-menu-label-s>span::before,
header.web-site-header .web-primary-navigation .web-nav-links ul.web-primary-menu li.web-menu-toggle.web-search-toggle.web-search-open>.search-panel .web-menu-label-s>span::before {
  content: "\e91d";
}

header.web-site-header .web-primary-navigation .web-nav-links ul.web-primary-menu li.web-menu-toggle.web-search-toggle button,
header.web-site-header .web-primary-navigation .web-nav-links ul.web-primary-menu li.web-menu-toggle.web-search-toggle .search-panel {
  padding: 0;
}

header.web-site-header .web-primary-navigation .web-nav-links ul.web-primary-menu li.web-menu-toggle.web-search-toggle form {
  display: block;
  position: absolute;
  top: 0;
  right: calc(100% - 11px);
  bottom: 0;
  width: 0;
  border: 0 solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}

header.web-site-header .web-primary-navigation .web-nav-links ul.web-primary-menu li.web-menu-toggle.web-search-toggle form button,
header.web-site-header .web-primary-navigation .web-nav-links ul.web-primary-menu li.web-menu-toggle.web-search-toggle form .search-panel {
  border: none;
  padding: 20px 10px;
  color: #000;
  margin-right: -10px;
  font-size: 20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}

header.web-site-header .web-primary-navigation .web-nav-links ul.web-primary-menu li.web-menu-toggle.web-search-toggle>button,
header.web-site-header .web-primary-navigation .web-nav-links ul.web-primary-menu li.web-menu-toggle.web-search-toggle>.search-panel {
  font-size: 20px;
  line-height: 24px;
  padding: 20px;
}

header.web-site-header .web-primary-navigation .web-nav-links ul.web-primary-menu li.web-menu-toggle.web-search-toggle>button span,
header.web-site-header .web-primary-navigation .web-nav-links ul.web-primary-menu li.web-menu-toggle.web-search-toggle>.search-panel span {
  min-width: auto;
  position: relative;
  top: 1px;
}

header.web-site-header.headroom.headroom--not-top .web-primary-navigation .web-nav-links ul.web-primary-menu li.menu-item-desktop:hover>a,
header.web-site-header.headroom.headroom--not-top .web-nav-links ul.web-primary-menu li.menu-item-desktop:hover>a,
header.web-site-header.menu-open .web-primary-navigation .web-nav-links ul.web-primary-menu li.menu-item-desktop:hover>a,
header.web-site-header.menu-open .web-nav-links ul.web-primary-menu li.menu-item-desktop:hover>a {
  color: #ff5700;
}

header.web-site-header .web-primary-navigation .web-nav-links ul.web-primary-menu li.menu-item-desktop {
  position: relative;
}

header.web-site-header .web-primary-navigation .web-nav-links ul.web-primary-menu li.menu-item-desktop:hover::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: -50px;
  left: 0;
  right: 0;
  z-index: 2;
}

header.web-site-header .web-primary-navigation .web-nav-links ul.web-primary-menu li.menu-item-desktop:hover>a {
  color: #fff;
  z-index: 5;
  position: relative;
}

header.web-site-header .web-primary-navigation .web-nav-links ul.web-primary-menu li.menu-item-desktop:hover .sub-menu {
  display: block;
}

header.web-site-header .web-primary-navigation .web-nav-links ul.web-primary-menu li.menu-item-desktop .sub-menu {
  position: absolute;
  top: calc(100% + 20px);
  background-color: #fff;
  padding: 15px 0;
  margin: 0;
  min-width: 200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}

header.web-site-header .web-primary-navigation .web-nav-links ul.web-primary-menu li.menu-item-desktop .sub-menu::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #fff;
  width: 16px;
  height: 16px;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header.web-site-header .web-primary-navigation .web-nav-links ul.web-primary-menu li.menu-item-desktop .sub-menu li {
  padding: 0;
  margin: 0;
}

header.web-site-header .web-primary-navigation .web-nav-links ul.web-primary-menu li.menu-item-desktop .sub-menu li a {
  padding: 15px 30px;
  color: #2d2d2d;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header.web-site-header .web-primary-navigation .web-nav-links ul.web-primary-menu li.menu-item-desktop .sub-menu li a:hover {
  color: #ff5700;
}

header.web-site-header .web-container-fluid {
  position: relative;
  z-index: 15;
}

header.web-site-header .web-mm-menu li.mm-menu-search {
  position: absolute;
  bottom: 30px;
  width: 100%;
  min-height: 50px;
}

header.web-site-header .web-mm-menu li.mm-menu-search form {
  width: 100%;
  position: relative;
}

header.web-site-header .web-mm-menu li.mm-menu-search form input {
  width: 100%;
  padding: 25px 50px 25px 15px;
}

header.web-site-header .web-mm-menu li.mm-menu-search button {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

header.web-site-header .web-mm-menu li.mm-menu-search button::before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 10px;
  left: 10px;
  background-image: url(../images/feather-search.svg);
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
}

header.web-site-header.headroom.headroom--not-top {
  background-color: #fff;
  height: 80px;
}

header.web-site-header.headroom.headroom--not-top .web-primary-navigation .web-nav-links ul.web-primary-menu li.web-menu-toggle.web-search-toggle>button,
header.web-site-header.headroom.headroom--not-top .web-primary-navigation .web-nav-links ul.web-primary-menu li.web-menu-toggle.web-search-toggle>.search-panel {
  padding: 10px;
}

header.web-site-header.headroom.headroom--not-top .web-primary-navigation .web-nav-links ul.web-primary-menu li.web-menu-toggle.web-search-toggle.web-search-open form {
  border-color: #000;
  padding: 5px 15px;
}

header.web-site-header.headroom.headroom--not-top .web-primary-navigation .web-nav-links ul.web-primary-menu li.web-menu-toggle.web-search-toggle.web-search-open form input {
  padding: 3px;
}

header.web-site-header.headroom.headroom--not-top .web-primary-navigation {
  padding: 10px 0;
}

header.web-site-header.headroom.headroom--not-top .web-primary-navigation .web-nav-links ul.web-primary-menu li.web-menu-toggle button,
header.web-site-header.headroom.headroom--not-top .web-primary-navigation .web-nav-links ul.web-primary-menu li.web-menu-toggle .search-panel {
  padding: 10px 30px;
}

header.web-site-header.headroom.headroom--not-top .web-primary-navigation .web-sh-logo>a.web-logo-dark {
  opacity: 1;
  background-size: 100%;
}

header.web-site-header.headroom.headroom--not-top .web-primary-navigation .web-sh-logo>a.web-logo-white {
  opacity: 0;
}

header.web-site-header.headroom.headroom--not-top .web-nav-links ul.web-primary-menu li.web-menu-toggle button,
header.web-site-header.headroom.headroom--not-top .web-nav-links ul.web-primary-menu li.web-menu-toggle .search-panel {
  border-color: #2d2d2d;
  color: #2d2d2d;
}

header.web-site-header.headroom.headroom--not-top .web-nav-links ul.web-primary-menu li a {
  color: #2d2d2d;
}

header.web-site-header.headroom.headroom--not-top .web-nav-links ul.web-primary-menu li a:hover {
  color: #ff5700;
}

header.web-site-header.headroom.headroom--not-top .navbar-toggler-icon span {
  background-color: #000;
}

header.web-site-header * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

header.web-site-header .web-primary-navigation {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 0.32s;
  -o-transition-duration: 0.32s;
  transition-duration: 0.32s;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}

header.web-site-header .web-primary-navigation .web-sh-logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 215px;
  flex: 0 0 215px;
  max-width: 215px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 60px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0;
}

header.web-site-header .web-primary-navigation .web-sh-logo>a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  display: block;
  background-size: 100%;
  background-position: left center;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header.web-site-header .web-primary-navigation .web-sh-logo>a img {
  height: 100%;
}

header.web-site-header .web-primary-navigation .web-sh-logo>a.web-logo-dark {
  opacity: 0;
}

header.web-site-header .web-primary-navigation .web-nav-links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 40px;
  margin-right: -40px;
  position: relative;
}

header.web-site-header .web-primary-navigation .web-nav-links ul.web-primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  z-index: 15;
}

header.web-site-header .web-primary-navigation .web-nav-links ul.web-primary-menu li {
  list-style: none;
  padding: 0;
}

header.web-site-header .web-primary-navigation .web-nav-links ul.web-primary-menu li a {
  display: block;
  padding: 5px 10px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header.web-site-header .web-primary-navigation .web-nav-links ul.web-primary-menu li a:hover {
  color: #fff;
}

header.web-site-header .web-primary-navigation .web-nav-links ul.web-primary-menu li.web-menu-toggle button,
header.web-site-header .web-primary-navigation .web-nav-links ul.web-primary-menu li.web-menu-toggle .search-panel {
  color: #fff;
  border: 1px solid #fff;
  font-weight: 800;
  margin-left: 10px;
  padding: 20px 30px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header.web-site-header .web-primary-navigation .web-nav-links ul.web-primary-menu li.web-menu-toggle button .web-menu-label,
header.web-site-header .web-primary-navigation .web-nav-links ul.web-primary-menu li.web-menu-toggle .search-panel .web-menu-label {
  display: inline-block;
  min-width: 50px;
  text-align: center;
}

header.web-site-header .web-mm-menu {
  position: absolute;
  top: -150vh;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 5;
  padding: 0;
  padding-top: 100px;
  display: block;
  height: calc(100vh - 30px);
}

header.web-site-header .web-mm-menu>li.menu-item-has-children>a::after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  left: -58px;
  background-color: #fff;
  width: 16px;
  height: 16px;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header.web-site-header .web-mm-menu>li.menu-item-has-children:hover>a::after {
  opacity: 1;
}

header.web-site-header .web-mm-menu li {
  list-style: none;
  position: static;
  padding: 0 50px;
}

header.web-site-header .web-mm-menu li a {
  font-size: 28px;
  font-weight: 700;
  color: #2d2d2d;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1.2;
  padding: 20px 0;
  display: block;
  position: relative;
}

header.web-site-header .web-mm-menu li a:hover,
header.web-site-header .web-mm-menu li a.active {
  color: #ff5700;
}

header.web-site-header .web-mm-menu li:hover>a::before {
  content: "";
  position: absolute;
  top: -20px;
  bottom: -20px;
  left: -50px;
  right: -50px;
  z-index: 15;
}

header.web-site-header .web-mm-menu li:hover>ul.sub-menu {
  display: block;
}

header.web-site-header .web-mm-menu li.menu-item:hover>a::before {
  top: -10px;
  bottom: -10px;
  left: -50px;
  right: -50px;
}

header.web-site-header .web-mm-menu li ul.sub-menu {
  background-color: transparent;
  right: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 125px 0 20px;
  display: none;
  min-width: 80%;
}

header.web-site-header .web-mm-menu li ul.sub-menu li {
  padding: 0 50px;
}

header.web-site-header .web-mm-menu li ul.sub-menu li a {
  font-size: 18px;
  padding: 10px 20px;
}

header.web-site-header .web-mm-menu li ul.sub-menu li.menu-item.web-mm-title>a,
header.web-site-header .web-mm-menu li ul.sub-menu li.menu-item.web-mm-title>span {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
  white-space: nowrap;
  color: #fff;
}

header.web-site-header .web-mm-menu li ul.sub-menu li.menu-item.web-mm-title>a:hover,
header.web-site-header .web-mm-menu li ul.sub-menu li.menu-item.web-mm-title>span:hover {
  color: #ff5700;
}

header.web-site-header .web-mm-menu li ul.sub-menu li.menu-item.menu-item-has-children>a>span {
  position: static;
  opacity: 0;
}

header.web-site-header .web-mm-menu li ul.sub-menu li.menu-item.menu-item-has-children>a>span i {
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  left: -8px;
  top: 14px;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 15px;
  height: 14px;
  border-right: 0;
  border-top: 0;
}

header.web-site-header .web-mm-menu li ul.sub-menu li.menu-item.menu-item-has-children>a>span:before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -100vh;
  top: calc(50% + 10px);
  width: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}

header.web-site-header .web-mm-menu li ul.sub-menu li.menu-item.menu-item-has-children>a>span:after {
  content: "";
  position: absolute;
  left: -1px;
  bottom: calc(50% + 10px);
  top: -100vh;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}

header.web-site-header .web-mm-menu li ul.sub-menu li.menu-item>a {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}

header.web-site-header .web-mm-menu li ul.sub-menu li.menu-item>a:hover {
  color: #ff5700;
}

header.web-site-header .web-mm-menu li ul.sub-menu li.menu-item:hover>a>span {
  opacity: 1;
}

header.web-site-header .web-sh-overlay {
  position: absolute;
  height: 100vh;
  top: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
  right: -150vw;
  width: 100vw;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header.web-site-header .web-sh-overlay span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

header.web-site-header .web-sh-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

header.web-site-header .navbar-toggler-icon {
  width: 24px;
  height: 24px;
  position: relative;
  display: inline-block;
  margin-right: 20px;
}

header.web-site-header .navbar-toggler-icon span {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: 0.22s;
  -o-transition-duration: 0.22s;
  transition-duration: 0.22s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
  position: absolute;
  width: inherit;
  height: 2px;
  border-radius: 4px;
  background-color: #fff;
  top: 50%;
  display: block;
  margin-top: -1px;
}

header.web-site-header .navbar-toggler-icon span::before,
header.web-site-header .navbar-toggler-icon span::after {
  content: "";
  position: absolute;
  width: inherit;
  height: inherit;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
  border-radius: 4px;
  background-color: inherit;
  display: block;
}

header.web-site-header .navbar-toggler-icon span::before {
  -webkit-transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
  -o-transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
  top: -7px;
}

header.web-site-header .navbar-toggler-icon span::after {
  -webkit-transition: bottom 0.1s ease-in 0.25s,
    -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s,
    -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s ease-in 0.25s,
    -o-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s,
    transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s,
    transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -o-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  bottom: -7px;
}

header.web-site-header.menu-open {
  height: 100vh !important;
  overflow: hidden;
}

header.web-site-header.menu-open .web-sh-overlay {
  right: 0;
}

header.web-site-header.menu-open .web-mm-menu {
  top: 0;
  opacity: 1;
}

header.web-site-header.menu-open .web-nav-links:before {
  content: "";
  position: absolute;
  top: -130px;
  height: 200vh;
  right: -50px;
  left: 0;
  background-color: #fff;
  z-index: -1;
}

header.web-site-header.menu-open .web-nav-links ul.web-primary-menu li.web-menu-toggle button,
header.web-site-header.menu-open .web-nav-links ul.web-primary-menu li.web-menu-toggle .search-panel {
  border-color: #2d2d2d;
  color: #2d2d2d;
}

header.web-site-header.menu-open .web-nav-links ul.web-primary-menu li a {
  color: #2d2d2d;
}

header.web-site-header.menu-open .web-nav-links ul.web-primary-menu li a:hover {
  color: #ff5700;
}

header.web-site-header.menu-open .navbar-toggler-icon span {
  -webkit-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
  background-color: #000;
}

header.web-site-header.menu-open .navbar-toggler-icon span::before {
  top: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  -o-transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}

header.web-site-header.menu-open .navbar-toggler-icon span::after {
  bottom: 0;
  -webkit-transition: bottom 0.1s ease-out,
    -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out,
    -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  -o-transition: bottom 0.1s ease-out,
    -o-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out,
    transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out,
    transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s,
    -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s,
    -o-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

body.single-press-releases.press-releases-template-default header.web-site-header .web-nav-links ul.web-primary-menu li.web-menu-toggle button,
body.single-press-releases.press-releases-template-default header.web-site-header .web-nav-links ul.web-primary-menu li.web-menu-toggle .search-panel {
  border-color: #2d2d2d;
  color: #2d2d2d;
}

body.single-press-releases.press-releases-template-default header.web-site-header .web-nav-links ul.web-primary-menu li a {
  color: #2d2d2d;
}

body.single-press-releases.press-releases-template-default header.web-site-header .web-nav-links ul.web-primary-menu li a:hover {
  color: #ff5700;
}

body.single-press-releases.press-releases-template-default header.web-site-header .navbar-toggler-icon span {
  background-color: #000;
}

body.single-press-releases.press-releases-template-default header.web-site-header .web-primary-navigation .web-nav-links ul.web-primary-menu li.menu-item-desktop:hover>a {
  color: #ff5700;
}

@media (min-width: 992px) and (max-width: 1240px) {
  header.web-site-header .web-mm-menu li ul.sub-menu {
    right: 90%;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  header.web-site-header .web-mm-menu li ul.sub-menu {
    right: 80%;
  }
}

@media (max-width: 991px) {
  header.web-site-header {
    height: 80px;
  }

  header.web-site-header .web-primary-navigation .web-nav-links ul.web-primary-menu li.web-menu-toggle.web-search-toggle>button,
  header.web-site-header .web-primary-navigation .web-nav-links ul.web-primary-menu li.web-menu-toggle.web-search-toggle>.search-panel {
    padding: 10px;
  }

  header.web-site-header .web-primary-navigation .web-nav-links ul.web-primary-menu li.web-menu-toggle.web-search-toggle form input {
    font-size: 14px;
  }

  header.web-site-header .web-primary-navigation .web-nav-links ul.web-primary-menu li.web-menu-toggle.web-search-toggle.web-search-open form {
    padding: 5px 15px;
    width: 300px;
  }

  header.web-site-header .web-primary-navigation .web-nav-links ul.web-primary-menu li.web-menu-toggle.web-search-toggle.web-search-open form input {
    padding: 3px;
  }

  header.web-site-header .web-mm-menu {
    padding: 0 0;
    height: calc(100vh - 180px);
    overflow: auto;
  }

  header.web-site-header .web-mm-menu li.mm-menu-search {
    bottom: auto;
    bottom: 30px;
    position: fixed;
    opacity: 0;
    visibility: hidden;
  }

  header.web-site-header .web-mm-menu li:hover>ul.sub-menu {
    right: 0;
  }

  header.web-site-header .web-mm-menu li ul.sub-menu {
    position: relative;
    min-width: 100%;
    padding: 20px 0;
    right: 0;
  }

  header.web-site-header .web-mm-menu li ul.sub-menu li.menu-item-has-children::before {
    top: -2px;
    right: 0;
  }

  header.web-site-header .web-mm-menu li ul.sub-menu li.menu-item-has-children>a {
    pointer-events: none;
  }

  header.web-site-header .web-mm-menu li ul.sub-menu li {
    padding: 0 15px;
  }

  header.web-site-header .web-mm-menu li ul.sub-menu li.menu-item {
    padding: 0 15px;
  }

  header.web-site-header .web-mm-menu li ul.sub-menu li.menu-item>a {
    color: #2d2d2d;
  }

  header.web-site-header .web-mm-menu li ul.sub-menu li.menu-item.web-mm-title>a {
    color: #2d2d2d;
    margin-bottom: 0;
    font-size: 18px;
  }

  header.web-site-header .web-mm-menu li ul.sub-menu li.menu-item.web-mm-title>span {
    display: none;
  }

  header.web-site-header .web-mm-menu li {
    padding: 0 15px;
    position: relative;
  }

  header.web-site-header .web-mm-menu li.menu-item-has-children>a {
    width: calc(100% - 40px);
    pointer-events: none;
  }

  header.web-site-header .web-mm-menu li.menu-item-has-children::before {
    content: "\203A";
    position: absolute;
    right: 15px;
    top: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 30px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: system-ui;
    font-size: 40px;
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  header.web-site-header .web-mm-menu li.menu-item-has-children:hover::before {
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  header.web-site-header.headroom.headroom--not-top .web-primary-navigation .web-sh-logo>a.web-logo-dark {
    opacity: 1;
  }

  header.web-site-header.headroom.headroom--not-top .web-primary-navigation .web-sh-logo>a.web-logo-white {
    opacity: 0;
  }

  header.web-site-header.headroom.headroom--not-top .web-primary-navigation .web-nav-links ul.web-primary-menu li.web-menu-toggle button,
  header.web-site-header.headroom.headroom--not-top .web-primary-navigation .web-nav-links ul.web-primary-menu li.web-menu-toggle .search-panel {
    padding: 10px 20px;
  }

  header.web-site-header.menu-open {
    background-color: #fff;
  }

  header.web-site-header.menu-open .web-mm-menu li.mm-menu-search {
    opacity: 1;
    visibility: visible;
  }

  header.web-site-header.menu-open .web-mm-menu {
    top: 80px;
  }

  header.web-site-header.menu-open .web-container-fluid {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    background-color: #fff;
  }

  header.web-site-header .web-container-fluid {
    border-bottom: 1px solid transparent;
  }

  header.web-site-header .web-nav-links:before {
    display: none;
  }

  header.web-site-header .web-sh-overlay {
    background-color: transparent;
  }

  header.web-site-header .web-sh-overlay span,
  header.web-site-header .web-sh-overlay::before {
    display: none;
  }

  header.web-site-header .web-container-fluid {
    padding: 0 15px;
  }

  header.web-site-header .web-primary-navigation {
    padding: 15px 0;
  }

  header.web-site-header .web-primary-navigation .web-sh-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    max-width: 180px;
  }

  header.web-site-header .web-primary-navigation .web-nav-links {
    position: static;
  }

  header.web-site-header .web-primary-navigation .web-nav-links ul.web-primary-menu li.web-menu-toggle button,
  header.web-site-header .web-primary-navigation .web-nav-links ul.web-primary-menu li.web-menu-toggle .search-panel {
    padding: 10px 20px;
  }

  header.web-site-header .web-primary-navigation .web-nav-links ul.web-primary-menu li.web-menu-toggle button .web-menu-label,
  header.web-site-header .web-primary-navigation .web-nav-links ul.web-primary-menu li.web-menu-toggle .search-panel .web-menu-label {
    display: none;
  }

  header.web-site-header .web-primary-navigation .navbar-toggler-icon {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  header.web-site-header .web-primary-navigation .web-nav-links ul.web-primary-menu li.web-menu-toggle.web-search-toggle.web-search-open form {
    max-width: 250px;
  }

  header.web-site-header .menu-item-desktop {
    display: none;
  }

  header.web-site-header .menu-item-mobile {
    display: block;
  }

  header.web-site-header .web-mm-menu li a {
    font-size: 18px;
    padding: 15px 0;
  }

  header.web-site-header .web-mm-menu li.menu-item-has-children::before {
    top: 5px;
    font-size: 24px;
  }

  header.web-site-header .web-mm-menu li ul.sub-menu li a {
    font-size: 16px;
  }

  header.web-site-header .web-mm-menu li ul.sub-menu li.menu-item-has-children::before {
    top: 0;
  }
}

@media (max-width: 500px) {
  header.web-site-header .web-primary-navigation .web-sh-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
    max-width: 140px;
  }

  header.web-site-header .web-primary-navigation .web-nav-links ul.web-primary-menu li.web-menu-toggle.web-search-toggle.web-search-open form {
    max-width: 180px;
  }
}

section.web-hero-slider {
  position: relative;
  overflow: visible;
}

section.web-hero-slider.web-hero-filters {
  z-index: 50;
}

section.web-hero-slider.web-hero-filters .res-filter-collapse {
  padding: 0 25px;
}

section.web-hero-slider.web-hero-filters .res-filter-collapse.res-filters-open span.filter-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  background-color: transparent;
}

section.web-hero-slider.web-hero-filters.web-hs-height-auto .web-hs-slider-wrap .item .web-hs-content {
  width: 100%;
  display: block;
  text-align: center;
  padding: 130px 0;
}

section.web-hero-slider.web-hero-filters .cta-wrap {
  display: block;
  text-align: center;
  width: 100%;
  position: relative;
}

section.web-hero-slider.web-hero-filters .res-filter-wrap {
  position: relative;
  z-index: 100;
}

section.web-hero-slider.web-hero-filters .nvrs-filter-close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #ff5800;
  z-index: 15;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 20px;
  font-size: 14px;
  line-height: 18px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

section.web-hero-slider.web-hero-filters .nvrs-filter-close:hover {
  color: #fff;
}

section.web-hero-slider.web-hero-filters .nvrs-filter-close:hover::before,
section.web-hero-slider.web-hero-filters .nvrs-filter-close:hover::after {
  background-color: #fff;
}

section.web-hero-slider.web-hero-filters .nvrs-filter-close::after,
section.web-hero-slider.web-hero-filters .nvrs-filter-close::before {
  content: "";
  position: absolute;
  left: 0;
  content: " ";
  height: 20px;
  width: 2px;
  top: 0;
  background-color: #ff5800;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

section.web-hero-slider.web-hero-filters .nvrs-filter-close::before {
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

section.web-hero-slider.web-hero-filters .nvrs-filter-close::after {
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

section.web-hero-slider.web-hero-filters #resource-filters {
  position: absolute;
  top: -200px;
  left: 50px;
  right: 50px;
  z-index: 15;
  background-color: #2d2d2d;
  color: #fff;
  padding: 50px 50px 70px;
}

section.web-hero-slider.web-hero-filters #resource-filters .resource-apply-filters-cta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  z-index: 25;
}

section.web-hero-slider.web-hero-filters #resource-filters .resource-apply-filters-cta button {
  background-color: #ff5800;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  padding-top: 2px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

section.web-hero-slider.web-hero-filters #resource-filters .resource-apply-filters-cta button.web-disabled {
  pointer-events: none;
  opacity: 0.5;
}

section.web-hero-slider.web-hero-filters #resource-filters .resource-apply-filters-cta button:hover {
  background-color: #fff;
  color: #ff5800;
}

section.web-hero-slider.web-hero-filters #resource-filters .checkbox-wrap {
  position: relative;
}

section.web-hero-slider.web-hero-filters #resource-filters .checkbox-wrap input {
  position: absolute;
  opacity: 0;
  left: -100px;
  right: -100px;
  width: 1px;
  height: 1px;
}

section.web-hero-slider.web-hero-filters #resource-filters .checkbox-wrap label {
  padding-left: 35px;
  position: relative;
  font-size: 18px;
  display: block;
  line-height: 24px;
  cursor: pointer;
}

section.web-hero-slider.web-hero-filters #resource-filters .checkbox-wrap label:hover {
  color: #ff5800;
}

section.web-hero-slider.web-hero-filters #resource-filters .checkbox-wrap label::before {
  content: "";
  display: inline-block;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(135deg);
  height: 7px;
  width: 14px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  left: 5px;
  top: 6px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 15;
}

section.web-hero-slider.web-hero-filters #resource-filters .checkbox-wrap label::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: rgba(255, 255, 255, 0.15);
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

section.web-hero-slider.web-hero-filters #resource-filters .checkbox-wrap input:checked+label::after {
  content: "";
  background-color: #ff5800;
}

section.web-hero-slider.web-hero-filters #resource-filters .checkbox-wrap input:checked+label::before {
  opacity: 1;
}

section.web-hero-slider.web-hero-filters #resource-filters ul li {
  font-size: 18px;
  color: #fff;
  margin: 20px 0;
}

section.web-hero-slider.web-hero-filters #resource-filters h4 {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 25px;
}

section.web-hero-slider.web-hero-filters .btn-resource-filters {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

section.web-hero-slider.web-hero-filters .btn-resource-filters .toggler-icon {
  width: 24px;
  height: 24px;
  position: relative;
  display: inline-block;
  margin-right: 20px;
}

section.web-hero-slider.web-hero-filters .btn-resource-filters .toggler-icon span {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: 0.22s;
  -o-transition-duration: 0.22s;
  transition-duration: 0.22s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
  position: absolute;
  width: inherit;
  height: 2px;
  border-radius: 4px;
  background-color: #fff;
  top: 50%;
  display: block;
  margin-top: -1px;
}

section.web-hero-slider.web-hero-filters .btn-resource-filters .toggler-icon span::before,
section.web-hero-slider.web-hero-filters .btn-resource-filters .toggler-icon span::after {
  content: "";
  position: absolute;
  width: inherit;
  height: inherit;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
  border-radius: 4px;
  background-color: inherit;
  display: block;
}

section.web-hero-slider.web-hero-filters .btn-resource-filters .toggler-icon span::before {
  -webkit-transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
  -o-transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
  top: -7px;
}

section.web-hero-slider.web-hero-filters .btn-resource-filters .toggler-icon span::after {
  -webkit-transition: bottom 0.1s ease-in 0.25s,
    -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s,
    -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s ease-in 0.25s,
    -o-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s,
    transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s,
    transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -o-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  bottom: -7px;
}

section.web-hero-slider .web-hs-slider-wrap .web-hs-content.web-ca-center {
  text-align: center;
}

section.web-hero-slider .web-hs-slider-wrap .web-hs-content.web-ca-center .slide-bottom-info {
  left: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

section.web-hero-slider .web-hs-slider-wrap .web-hs-content.web-ca-center .slide-bottom-info::before {
  right: 30px;
  margin-left: auto;
  margin-right: auto;
}

section.web-hero-slider.web-hs-height-auto .web-hs-slider-wrap .item .web-hs-content {
  height: auto;
  min-height: auto;
}

section.web-hero-slider.web-hs-height-auto .web-hs-slider-wrap .item .web-hs-content.web-ns {
  padding: 160px 0 120px;
}

section.web-hero-slider .web-slide-progress {
  width: 0;
  max-width: 100%;
  height: 4px;
  background: #7fc242;
}

section.web-hero-slider .web-fis-white .web-hs-content .slide-bottom-info {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.75);
  color: #000;
  max-width: 100%;
  width: 550px;
}

section.web-hero-slider .web-fis-dark .web-hs-content .slide-bottom-info {
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  max-width: 100%;
  width: 550px;
}

section.web-hero-slider .web-fis-transparent .web-hs-content .slide-bottom-info.bic-btn-orange .web-btn-text {
  color: #ff5700;
  border-bottom: 2px solid #ff5700;
}

section.web-hero-slider .web-fis-transparent .web-hs-content .slide-bottom-info.bic-btn-white .web-btn-text {
  color: #fff;
  border-bottom: 2px solid #fff;
}

section.web-hero-slider .web-fis-transparent .web-hs-content .slide-bottom-info.bic-btn-teal .web-btn-text {
  color: #03c7d6;
  border-bottom: 2px solid #03c7d6;
}

section.web-hero-slider .web-fis-transparent .web-hs-content .slide-bottom-info.bic-btn-grey .web-btn-text {
  color: #2d2d2d;
  border-bottom: 2px solid #2d2d2d;
}

section.web-hero-slider .web-fis-white .web-hs-content .slide-bottom-info,
section.web-hero-slider .web-fis-dark .web-hs-content .slide-bottom-info {
  padding-top: 50px !important;
  position: relative;
}

section.web-hero-slider .web-fis-white .web-hs-content .slide-bottom-info::before,
section.web-hero-slider .web-fis-dark .web-hs-content .slide-bottom-info::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 30px;
  height: 30px;
  width: 30px;
  background-image: url(../images/navisite-favicon-lg.png);
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
}

section.web-hero-slider .web-fis-white .web-hs-content .slide-bottom-info.bic-btn-orange,
section.web-hero-slider .web-fis-dark .web-hs-content .slide-bottom-info.bic-btn-orange {
  border: 2px solid #ff5700;
}

section.web-hero-slider .web-fis-white .web-hs-content .slide-bottom-info.bic-btn-orange .web-btn-text,
section.web-hero-slider .web-fis-dark .web-hs-content .slide-bottom-info.bic-btn-orange .web-btn-text {
  color: #ff5700;
  border-bottom: 2px solid #ff5700;
}

section.web-hero-slider .web-fis-white .web-hs-content .slide-bottom-info.bic-btn-white,
section.web-hero-slider .web-fis-dark .web-hs-content .slide-bottom-info.bic-btn-white {
  border: 2px solid #fff;
}

section.web-hero-slider .web-fis-white .web-hs-content .slide-bottom-info.bic-btn-white .web-btn-text,
section.web-hero-slider .web-fis-dark .web-hs-content .slide-bottom-info.bic-btn-white .web-btn-text {
  color: #fff;
  border-bottom: 2px solid #fff;
}

section.web-hero-slider .web-fis-white .web-hs-content .slide-bottom-info.bic-btn-teal,
section.web-hero-slider .web-fis-dark .web-hs-content .slide-bottom-info.bic-btn-teal {
  border: 2px solid #03c7d6;
}

section.web-hero-slider .web-fis-white .web-hs-content .slide-bottom-info.bic-btn-teal .web-btn-text,
section.web-hero-slider .web-fis-dark .web-hs-content .slide-bottom-info.bic-btn-teal .web-btn-text {
  color: #03c7d6;
  border-bottom: 2px solid #03c7d6;
}

section.web-hero-slider .web-fis-white .web-hs-content .slide-bottom-info.bic-btn-grey,
section.web-hero-slider .web-fis-dark .web-hs-content .slide-bottom-info.bic-btn-grey {
  border: 2px solid #2d2d2d;
}

section.web-hero-slider .web-fis-white .web-hs-content .slide-bottom-info.bic-btn-grey .web-btn-text,
section.web-hero-slider .web-fis-dark .web-hs-content .slide-bottom-info.bic-btn-grey .web-btn-text {
  color: #2d2d2d;
  border-bottom: 2px solid #2d2d2d;
}

section.web-hero-slider .web-slider-dots-container {
  position: absolute;
  bottom: 120px;
  z-index: 30;
  width: 100%;
  height: 0;
  overflow: visible;
  left: 0;
}

section.web-hero-slider .web-slider-dots-container .container {
  height: 1px;
}

section.web-hero-slider .web-slider-dots-container .web-slide-scroll-down {
  position: absolute;
  top: -50vh;
  z-index: 35;
  right: 0;
  text-transform: uppercase;
  color: #fff;
}

section.web-hero-slider .web-slider-dots-container .web-slide-scroll-down button {
  color: #fff;
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  position: relative;
  text-transform: uppercase;
}

section.web-hero-slider .web-slider-dots-container .web-slide-scroll-down button::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 50px;
  background-color: rgba(255, 255, 255, 0.2);
  top: 50%;
  right: -60%;
}

section.web-hero-slider .web-slider-dots-container .web-slide-scroll-down button::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 50px;
  background-color: #fff;
  top: calc(50% - 1px);
  right: calc(-60% - 50px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

section.web-hero-slider .web-slider-dots-container .web-slide-scroll-down button:hover::after {
  background-color: #ff571b;
}

section.web-hero-slider .web-slider-dots-container .web-slider-dots-w {
  counter-reset: nvs_slider_dot;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

section.web-hero-slider .web-slider-dots-container .web-slider-dots-w.disabled {
  opacity: 0;
}

section.web-hero-slider .web-slider-dots-container .owl-dot.active span {
  opacity: 1;
}

section.web-hero-slider .web-slider-dots-container .web-slider-dots-w button {
  height: 46px;
  width: 46px;
  border-radius: 50%;
  margin-right: 5px;
  counter-increment: nvs_slider_dot;
  position: relative;
  z-index: 15;
}

section.web-hero-slider .web-slider-dots-container .web-slider-dots-w button::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 15;
  position: absolute;
}

section.web-hero-slider .web-slider-dots-container .web-slider-dots-w button span {
  position: absolute;
  left: -2px;
  right: -2px;
  bottom: -2px;
  top: -2px;
  opacity: 0;
  z-index: 1;
}

section.web-hero-slider .web-slider-dots-container .web-slider-dots-w button span .progressbar-text {
  display: none;
}

section.web-hero-slider .web-slider-dots-container .web-slider-dots-w button::before {
  content: counter(nvs_slider_dot);
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
}

section.web-hero-slider .web-hs-slider-wrap {
  position: relative;
  z-index: 15;
}

section.web-hero-slider .web-hs-slider-wrap .item {
  color: #fff;
}

section.web-hero-slider .web-hs-slider-wrap .item .web-hs-content {
  min-height: 100vh;
  padding: 130px 0 220px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section.web-hero-slider .web-hs-slider-wrap .item .item-content {
  position: relative;
  z-index: 10;
}

section.web-hero-slider .web-hs-slider-wrap .web-hs-content p {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.28;
}

section.web-hero-slider .web-hs-slider-wrap .web-hs-content .slide-bottom-info {
  position: absolute;
  bottom: 120px;
  right: 0;
  text-align: right;
  max-width: 70%;
}

section.web-hero-slider .web-hs-slider-wrap .web-hs-content .slide-bottom-info p {
  font-size: 24px;
  font-weight: 200;
  line-height: 1.2;
  margin-bottom: 20px;
}

section.web-hero-slider .web-hs-slider-wrap .web-hs-content .cta-wrap {
  padding-top: 40px;
}

section.web-hero-slider .section-background,
section.web-hero-slider .slider-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

section.web-hero-slider .section-background .sb-image,
section.web-hero-slider .slider-background .sb-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

section.web-hero-slider .section-background .sb-overlay,
section.web-hero-slider .slider-background .sb-overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.6;
  z-index: 2;
}

section.web-hero-slider .slider-title {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 20px;
  display: block;
}

@media (max-width: 1024px) {
  section.web-hero-slider .slider-title {
    font-size: 42px;
  }

  section.web-hero-slider .web-hs-slider-wrap .web-hs-content .slide-bottom-info p {
    font-size: 16px;
  }

  section.web-hero-slider .web-slider-dots-container .web-slide-scroll-down {
    right: 0;
  }
}

@media (max-width: 767px) {
  section.web-hero-slider.web-hero-filters #resource-filters ul li {
    margin: 0 0 10px;
  }

  section.web-hero-slider.web-hero-filters #resource-filters {
    left: 20px;
    right: 20px;
    padding: 20px 20px 40px;
  }

  section.web-hero-slider.web-hero-filters #resource-filters .resource-apply-filters-cta {
    height: 30px;
  }

  section.web-hero-slider.web-hero-filters #resource-filters .resource-apply-filters-cta button {
    font-size: 18px;
  }

  section.web-hero-slider.web-hero-filters #resource-filters [data-tax] {
    padding-top: 20px;
  }

  section.web-hero-slider .web-hs-slider-wrap .item .web-hs-content {
    height: auto;
    padding: 120px 0 140px;
    display: block;
  }

  section.web-hero-slider .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  section.web-hero-slider .owl-stage .item {
    height: 100%;
  }

  section.web-hero-slider .owl-stage .item .item-content {
    height: 100%;
  }

  section.web-hero-slider .web-hs-slider-wrap .web-hs-content .slide-bottom-info {
    bottom: 0;
    position: relative;
    max-width: 100%;
    text-align: left;
    padding-top: 20px;
    margin-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }

  section.web-hero-slider .web-slider-dots-container {
    bottom: 70px;
  }

  section.web-hero-slider .slider-title {
    font-size: 36px;
  }

  section.web-hero-slider .web-hs-slider-wrap .web-hs-content p {
    font-size: 20px;
  }

  section.web-hero-slider .web-slider-dots-container .web-slide-scroll-down {
    display: none;
  }
}

@media (max-height: 660px) and (min-width: 767px) {
  section.web-hero-slider .web-slider-dots-container .web-slide-scroll-down {
    top: -400px;
  }

  section.web-hero-slider .slider-title {
    font-size: 54px;
  }

  section.web-hero-slider .web-hs-slider-wrap .web-hs-content p {
    font-size: 26px;
  }
}

section.web-content-w-image {
  position: relative;
  overflow: hidden;
}

section.web-content-w-image .section-content {
  padding: 95px 0;
  padding-right: 50px;
  position: relative;
  z-index: 15;
}

section.web-content-w-image .section-content-w {
  position: relative;
  width: 30%;
  float: left;
  overflow: hidden;
}

section.web-content-w-image .section-content-w::before {
  content: "";
  position: absolute;
  left: -100vw;
  top: -100vh;
  bottom: -100vh;
  right: 0;
  background-color: #fff;
  z-index: 1;
}

section.web-content-w-image.web-content-right .section-content {
  padding-right: 0;
  padding-left: 50px;
  text-align: right;
}

section.web-content-w-image.web-content-right .section-content-w {
  float: right;
}

section.web-content-w-image.web-content-right .section-content-w::before {
  left: 0;
  right: -100vw;
}

section.web-content-w-image.web-content-right .section-image {
  right: auto;
  left: 0;
}

section.web-content-w-image .section-image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 60%;
}

section.web-content-w-image .section-image span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 1200px) {
  section.web-content-w-image .section-content-w {
    width: 50%;
  }
}

@media (max-width: 1024px) {
  section.web-content-w-image .section-content-w {
    width: 100%;
  }

  section.web-content-w-image .section-content-w::before {
    display: none;
  }

  section.web-content-w-image .section-image {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    padding-bottom: 50%;
  }

  section.web-content-w-image.web-content-right .section-content,
  section.web-content-w-image.web-content-left .section-content {
    text-align: center;
    padding: 60px 0;
  }
}

section.web-modern-it-services {
  padding: 80px 0;
}

section.web-modern-it-services .section-text-content {
  padding-left: 50px;
}

section.web-modern-it-services .section-text-content p {
  font-size: 24px;
}

section.web-modern-it-services h2.section-title {
  font-size: 60px;
}

section.web-modern-it-services .btn-wrap-bottom {
  display: none;
}

section.web-modern-it-services .web-mis-w {
  padding: 50px 0;
  position: relative;
}

section.web-modern-it-services .web-mis-w::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  z-index: -1;
  background-image: url(../images/navisite-favicon-lg.png);
  opacity: 0.1;
  width: 450px;
  right: auto;
  max-width: 100%;
}

@media (max-width: 1024px) {
  section.web-modern-it-services {
    padding: 40px 0;
  }

  section.web-modern-it-services .section-text-content {
    padding-left: 0;
    text-align: left;
  }

  section.web-modern-it-services .section-text-content div.text-right {
    text-align: left;
  }

  section.web-modern-it-services .section-text-content p {
    font-size: 18px;
  }

  section.web-modern-it-services .btn-wrap-bottom {
    display: block;
  }

  section.web-modern-it-services .btn-wrap-top {
    display: none;
  }

  h2.section-title {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  section.web-modern-it-services .web-mis-w {
    padding: 60px 0;
  }

  section.web-modern-it-services h2.section-title {
    font-size: 36px;
  }
}

section.web-announcements {
  padding: 130px 0 150px;
  position: relative;
  overflow: hidden;
  color: #fff;
}

section.web-announcements .web-ann-box:hover p {
  color: #2d2d2d;
}

section.web-announcements .section-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-color: #000;
}

section.web-announcements .section-image>span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  opacity: 0.4;
}

section.web-announcements.web-announcements-v2 {
  padding-bottom: 80px;
  padding-top: 80px;
}

section.web-announcements.web-announcements-v2 a {
  width: 100%;
  display: block;
}

section.web-announcements.web-announcements-v2 .read-more-section {
  display: none;
}

section.web-announcements.web-announcements-v2 .web-ann-box {
  margin-bottom: -1px;
}

section.web-announcements.web-announcements-v2 p strong {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section.web-announcements.web-announcements-v2 p strong svg {
  margin-left: 10px;
  height: 13px;
  width: auto;
}

section.web-announcements.web-announcements-v2 p strong svg * {
  stroke: #fff;
}

section.web-announcements.web-announcements-v2 .section-image span {
  opacity: 1;
}

section.web-announcements.web-announcements-v2 .section-image .section-image-content {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 25;
}

section.web-announcements.web-announcements-v2 .section-image .section-image-content p {
  font-size: 24px;
  line-height: 1.5;
  max-width: 60%;
  margin: 0 auto;
}

section.web-announcements.web-announcements-v2 .section-image .section-image-content span {
  display: block;
}

section.web-announcements.web-announcements-v2 .section-image.section-image-default {
  z-index: 1;
}

section.web-announcements.web-announcements-v2 .section-image.section-image-hover {
  z-index: 35;
}

section.web-announcements.web-announcements-v2 .web-ann-box {
  border-color: #ff5800;
  background-color: #0f0f0f;
}

section.web-announcements.web-announcements-v2 .web-ann-box .section-image {
  display: none;
}

section.web-announcements.web-announcements-v2 .web-ann-box p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

section.web-announcements.web-announcements-v2 .web-ann-box h4 {
  font-size: 28px;
  font-weight: 700;
  color: #ff5800;
}

section.web-announcements.web-announcements-v2 .web-ann-box:hover {
  background-color: #fff;
  color: #ff5800;
}

section.web-announcements.web-announcements-v2 .web-ann-box:hover h4,
section.web-announcements.web-announcements-v2 .web-ann-box:hover p,
section.web-announcements.web-announcements-v2 .web-ann-box:hover strong {
  color: #2d2d2d;
}

section.web-announcements.web-announcements-v2 .web-ann-box:hover h4 svg *,
section.web-announcements.web-announcements-v2 .web-ann-box:hover p svg *,
section.web-announcements.web-announcements-v2 .web-ann-box:hover strong svg * {
  stroke: #2d2d2d;
}

section.web-announcements.web-announcements-v2 .web-ann-box:hover p,
section.web-announcements.web-announcements-v2 .web-ann-box:hover strong {
  color: #2d2d2d;
}

section.web-announcements.web-announcements-v2 .web-ann-box-wrap {
  padding-top: 0;
}

section.web-announcements.web-announcements-v2 .section-image {
  left: 45%;
  right: 0;
  top: 0;
  bottom: 0;
}

@media (min-width: 1600px) {
  section.web-announcements.web-announcements-v2 .section-image {
    left: 40%;
  }
}

section.web-announcements.web-announcements-v2 .section-title {
  text-align: center;
  margin-bottom: 60px;
}

section.web-announcements.web-announcements-v2 .section-title h2 {
  font-size: 60px;
  line-height: 1.1;
  display: inline-block;
  position: relative;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

section.web-announcements.web-announcements-v2 .section-title h2 strong {
  color: #ff5800;
}

section.web-announcements.web-announcements-v2 .section-title p {
  font-size: 24px;
  line-height: 1.3;
  margin-top: 20px;
}

section.web-announcements.web-announcements-v2 .web-aa2-w {
  position: relative;
}

section.web-announcements.web-announcements-v2 .web-aa2-w .web-ann-box-wrap {
  max-width: 450px;
}

@media (min-width: 1200px) {

  section.web-announcements.web-announcements-v2.web-sl-nav_2l .read-more-section,
  section.web-announcements.web-announcements-v2.web-sl-nav_2r .read-more-section {
    display: block;
  }

  section.web-announcements.web-announcements-v2.web-sl-nav_2l .web-aa2-w .web-ann-box-wrap,
  section.web-announcements.web-announcements-v2.web-sl-nav_2r .web-aa2-w .web-ann-box-wrap {
    max-width: 50%;
    padding-right: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  section.web-announcements.web-announcements-v2.web-sl-nav_2l .web-aa2-w .web-ann-box-wrap .web-ann-box,
  section.web-announcements.web-announcements-v2.web-sl-nav_2r .web-aa2-w .web-ann-box-wrap .web-ann-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
    padding: 30px;
    height: initial;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  section.web-announcements.web-announcements-v2.web-sl-nav_2l .web-aa2-w .web-ann-box-wrap .web-ann-box a,
  section.web-announcements.web-announcements-v2.web-sl-nav_2r .web-aa2-w .web-ann-box-wrap .web-ann-box a {
    padding: 0;
    margin: 0;
  }

  section.web-announcements.web-announcements-v2.web-sl-nav_2l .web-aa2-w .web-ann-box-wrap .web-ann-box a h4,
  section.web-announcements.web-announcements-v2.web-sl-nav_2r .web-aa2-w .web-ann-box-wrap .web-ann-box a h4 {
    font-size: 26px;
  }

  section.web-announcements.web-announcements-v2.web-sl-nav_2l .web-aa2-w .web-ann-box-wrap .web-ann-box a p,
  section.web-announcements.web-announcements-v2.web-sl-nav_2r .web-aa2-w .web-ann-box-wrap .web-ann-box a p {
    font-size: 18px;
  }

  section.web-announcements.web-announcements-v2.web-sl-nav_2l .web-aa2-w .web-ann-box-wrap .web-ann-box a::after,
  section.web-announcements.web-announcements-v2.web-sl-nav_2r .web-aa2-w .web-ann-box-wrap .web-ann-box a::after {
    display: none;
  }

  section.web-announcements.web-announcements-v2.web-sl-nav_2l .section-image,
  section.web-announcements.web-announcements-v2.web-sl-nav_2r .section-image {
    left: 50%;
  }

  section.web-announcements.web-announcements-v2.web-sl-nav_2r .section-image {
    left: 0;
    right: 50%;
  }

  section.web-announcements.web-announcements-v2.web-sl-nav_2r .web-aa2-w .web-ann-box-wrap {
    margin-left: 50%;
    padding-right: 0;
    padding-left: 50px;
  }
}

section.web-announcements h2,
section.web-announcements h3,
section.web-announcements h4,
section.web-announcements p {
  color: #fff;
}

section.web-announcements h2 {
  font-weight: 500;
}

section.web-announcements .web-ann-box-wrap {
  padding-left: 1px;
  padding-top: 20px;
}

section.web-announcements .web-ann-box {
  /*  border: 1px solid #fff;*/
  border-radius: 10px;
  padding: 30px;
  /*  margin-left: -1px;*/
  margin: 20px 15px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: transparent;
}

section.web-announcements .web-ann-box:hover {
  background-color: #fff;
  color: #ff5800;
}

section.web-announcements .web-ann-box:hover h4 {
  color: #ff5800;
}

section.web-announcements .web-ann-box .anb-c {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

section.web-announcements .web-ann-box .anb-c p {
  font-size: 18px;
  line-height: 1.35;
  font-weight: 400;
}

section.web-announcements .web-ann-box .anb-c.anb-noex h4 {
  margin-bottom: 0;
}

section.web-announcements .web-ann-box a {
  margin-top: auto;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  padding-right: 45px;
  position: relative;
}

section.web-announcements .web-ann-box a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  width: 30px;
  background-image: url(../images/feather-arrow-right.svg);
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

section.web-announcements .web-ann-box a:hover::after {
  right: 0;
}

section.web-announcements .web-ann-box h4 {
  line-height: 1.2;
  color: #ff5800;
}

@media (min-width: 1200px) {
  section.web-announcements .web-ann-box h4 {
    font-size: 26px;
  }
}

section.web-announcements .banner-content {
  max-width: 800px;
}

section.web-announcements .banner-content p {
  font-size: 24px;
  line-height: 1.35;
}

section.web-announcements .container {
  position: relative;
  z-index: 15;
}

@media (max-width: 1200px) {
  section.web-announcements.web-announcements-v2 .section-title h2 {
    font-size: 40px;
  }

  section.web-announcements.web-announcements-v2 .section-title p {
    font-size: 20px;
  }

  section.web-announcements.web-announcements-v2 .web-aa2-w .web-ann-box-wrap {
    max-width: 380px;
  }
}

@media (max-width: 1024px) {
  section.web-announcements {
    padding: 80px 0;
  }

  section.web-announcements.web-announcements-v2 .web-aa2-w .web-ann-box-wrap {
    max-width: 350px;
  }

  section.web-announcements.web-announcements-v2 .section-image {
    left: 52%;
  }
}

@media (max-width: 767px) {
  section.web-announcements .web-ann-box {
    height: calc(100% - 20px);
    margin: 0 0 20px;
  }

  section.web-announcements.web-announcements-v2 .section-title h2 {
    font-size: 26px;
  }

  section.web-announcements.web-announcements-v2 {
    padding-bottom: 20px;
  }

  section.web-announcements.web-announcements-v2 .web-aa2-w .web-ann-box-wrap {
    max-width: 100%;
  }

  section.web-announcements.web-announcements-v2 .web-aa2-w .web-ann-box-wrap .web-ann-box {
    padding: 20px 15px;
  }

  section.web-announcements.web-announcements-v2 .web-aa2-w .web-ann-box-wrap .web-ann-box h4 {
    font-size: 20px;
  }

  section.web-announcements.web-announcements-v2 .web-aa2-w .web-ann-box-wrap .web-ann-box p {
    font-size: 16px;
  }

  section.web-announcements.web-announcements-v2 .section-image {
    display: none;
  }
}

@media (max-width: 1200px) {
  section.web-announcements {
    padding: 80px 0;
  }
}

section.web-case-study-list {
  position: relative;
}

section.web-case-study-list .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

section.web-case-study-list .web-slider-dots-container {
  display: none;
}

section.web-case-study-list .web-slider-dots-container {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  height: 0;
  overflow: visible;
  z-index: 15;
}

section.web-case-study-list .web-slider-dots-container .container {
  position: relative;
}

section.web-case-study-list .web-slider-dots-container .container .web-slider-dots-w {
  counter-reset: nvs_slider_dot;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-left: 2px;
}

section.web-case-study-list .web-slider-dots-container .container .web-slider-dots-w.disabled {
  opacity: 0;
}

section.web-case-study-list .web-slider-dots-container .container .owl-dot.active span {
  opacity: 1;
}

section.web-case-study-list .web-slider-dots-container .container .web-slider-dots-w button {
  height: 46px;
  width: 46px;
  border-radius: 50%;
  margin-right: 5px;
  counter-increment: nvs_slider_dot;
  position: relative;
  z-index: 15;
}

section.web-case-study-list .web-slider-dots-container .container .web-slider-dots-w button::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 15;
  position: absolute;
}

section.web-case-study-list .web-slider-dots-container .container .web-slider-dots-w button span {
  position: absolute;
  left: -2px;
  right: -2px;
  bottom: -2px;
  top: -2px;
  opacity: 0;
  z-index: 1;
}

section.web-case-study-list .web-slider-dots-container .container .web-slider-dots-w button span .progressbar-text {
  display: none;
}

section.web-case-study-list .web-slider-dots-container .container .web-slider-dots-w button::before {
  content: counter(nvs_slider_dot);
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
}

section.web-case-study-list .item {
  padding: 50px 0;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

section.web-case-study-list .item .slider-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-color: #000;
}

section.web-case-study-list .item .slider-image span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

section.web-case-study-list .item .slider-image::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 90%;
  background: -webkit-linear-gradient(left, transparent 0%, #111111 100%);
  background: -o-linear-gradient(left, transparent 0%, #111111 100%);
  background: linear-gradient(to right, transparent 0%, #111111 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#111111', GradientType=1);
  opacity: 0.8;
  z-index: 5;
}

section.web-case-study-list .item .slider-image::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 70%;
  background: -webkit-linear-gradient(left,
      transparent 0%,
      #050505 28%,
      #111111 100%);
  background: -o-linear-gradient(left,
      transparent 0%,
      #050505 28%,
      #111111 100%);
  background: linear-gradient(to right,
      transparent 0%,
      #050505 28%,
      #111111 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#111111', GradientType=1);
  opacity: 0.6;
  z-index: 6;
}

section.web-case-study-list .item .container {
  position: relative;
  z-index: 10;
}

section.web-case-study-list .item .cs-footer {
  margin-bottom: 20px;
}

section.web-case-study-list .item .cs-footer>span {
  display: block;
}

section.web-case-study-list .item .cs-footer>span.cs-f-nc {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 0 -20px;
}

section.web-case-study-list .item .cs-footer>span.cs-f-nc span {
  position: relative;
  padding: 0 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1.3;
}

section.web-case-study-list .item .cs-footer>span.cs-f-nc span::after {
  content: "|";
  position: absolute;
  right: -5px;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

section.web-case-study-list .item .cs-footer>span.cs-f-nc span:last-child::after {
  display: none;
}

section.web-case-study-list .item .cs-footer>span.cs-f-jt {
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  padding-top: 10px;
}

section.web-case-study-list .item .cs-cta-wrap {
  padding: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -5px;
}

section.web-case-study-list .item .cs-cta-wrap .btn.btn-medium {
  padding: 10px 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 62px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section.web-case-study-list .item .cs-cta-wrap a {
  margin: 5px;
  text-align: center;
}

section.web-case-study-list .item blockquote {
  font-size: 28px;
  color: #fff;
  line-height: 1.4;
  padding: 0;
  margin: 0 0 30px;
  font-weight: 700;
  position: relative;
}

section.web-case-study-list .item blockquote::before {
  content: '"';
  position: absolute;
  left: -25px;
  top: -15px;
  color: #fff;
  font-size: 46px;
  font-weight: 400;
}

section.web-case-study-list .item blockquote::after {
  content: '"';
  color: #fff;
  font-size: 46px;
  font-weight: 400;
  line-height: 1px;
  position: relative;
  top: 8px;
  left: 8px;
}

@media (max-width: 1024px) {
  section.web-case-study-list .item {
    padding: 10px 0 10px;
  }

  section.web-case-study-list .item .cs-cta-wrap {
    padding: 10px 0;
  }

  section.web-case-study-list .item .slider-image:before {
    background: #050505;
    width: 100%;
  }

  section.web-case-study-list .item .slider-image::after {
    display: none;
  }

  section.web-case-study-list .case-study-content {
    padding: 0 15px;
  }

  section.web-case-study-list .web-slider-dots-container {
    top: 30px;
  }

  section.web-case-study-list .web-slider-dots-container .web-slider-dots-w {
    float: right;
  }
}

@media (max-width: 767px) {
  section.web-case-study-list .item .cs-cta-wrap {
    display: block;
    text-align: center;
    margin-bottom: 0;
  }

  section.web-case-study-list .item .cs-cta-wrap a {
    display: inline-block;
    margin: 10px 0;
  }

  section.web-case-study-list .item blockquote {
    font-size: 24px;
  }

  section.web-case-study-list .item .cs-footer>span.cs-f-nc {
    font-size: 16px;
  }

  section.web-case-study-list .item .cs-footer>span.cs-f-jt {
    font-size: 14px;
  }
}

section.web-flipping-numbers {
  padding: 130px 0;
  position: relative;
}

section.web-flipping-numbers.web-lvs-hidden {
  text-align: center;
}

section.web-flipping-numbers.web-lvs-hidden .web-flipping-animate-item {
  text-align: center;
}

section.web-flipping-numbers.web-lvs-hidden .owl-stage::before {
  content: "";
  background-color: #fff;
  width: 1px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 20;
}

section.web-flipping-numbers.web-section-dark.web-lvs-hidden .owl-stage::before {
  content: "";
  background-color: #000;
  width: 1px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 20;
}

section.web-flipping-numbers.web-section-dark .section-title h2,
section.web-flipping-numbers.web-section-dark .web-flipping-animate-item .span-title-h2,
section.web-flipping-numbers.web-section-dark .web-flipping-animate-item p {
  color: #fff;
}

section.web-flipping-numbers.web-section-dark .web-flipping-animate-item {
  border-color: rgba(255, 255, 255, 0.2);
}

section.web-flipping-numbers .section-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding-right: 50px;
}

section.web-flipping-numbers .section-logo img {
  width: 100%;
  height: auto;
}

section.web-flipping-numbers .numbers-flexbox {
  padding-bottom: 60px;
}

@media (max-width: 767px) {
  section.web-flipping-numbers .numbers-flexbox {
    padding-bottom: 0;
  }
}

section.web-flipping-numbers .numbers-flexbox .owl-dots {
  bottom: 0;
}

@media (max-width: 767px) {
  section.web-flipping-numbers .numbers-flexbox .owl-dots {
    display: none;
  }
}

section.web-flipping-numbers .section-bottom-content {
  padding: 30px 0 0;
}

section.web-flipping-numbers .section-bottom-content em {
  font-style: italic;
}

section.web-flipping-numbers .section-bottom-content small {
  font-size: 0.95rem;
}

section.web-flipping-numbers .container {
  position: relative;
  z-index: 15;
}

section.web-flipping-numbers .section-title {
  text-align: center;
  margin-bottom: 40px;
}

section.web-flipping-numbers .section-title h2 {
  font-weight: 700;
  color: #2d2d2d;
  margin: 0;
}

section.web-flipping-numbers.numbers-separated-vr .web-flipping-animate-item {
  padding: 20px 30px 20px 20px;
}

section.web-flipping-numbers.numbers-separated-vr .web-flipping-animate-item:after {
  content: "";
  position: absolute;
  top: 25px;
  height: auto;
  width: 1px;
  background-color: #000;
  display: block;
  bottom: 25px;
  right: -1px;
}

section.web-flipping-numbers.numbers-separated-vr .owl-item.active:last-of-type .web-flipping-animate-item:after {
  display: none;
}

section.web-flipping-numbers .web-flipping-animate-item {
  text-align: left;
  position: relative;
  padding: 20px 40px;
  width: 100% !important;
  border-left: 1px solid rgba(45, 45, 45, 0.2);
}

section.web-flipping-numbers .web-flipping-animate-item .span-title-h2 {
  display: inline-block;
  font-size: 70px;
  color: #2d2d2d;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.05;
  position: relative;
}

section.web-flipping-numbers .web-flipping-animate-item .span-title-h2::after {
  content: attr(data-after);
  color: #ff5700;
  font-size: 33px;
  position: relative;
  font-weight: 500;
  top: -40px;
  left: 10px;
}

section.web-flipping-numbers .web-flipping-animate-item p {
  font-size: 18px;
  line-height: 1.3;
  color: #2d2d2d;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

section.web-flipping-numbers .owl-dots {
  text-align: center;
  margin-top: 30px;
  text-align: center;
  margin-top: 30px;
  position: absolute;
  bottom: -90px;
  left: 0;
  right: 0;
}

section.web-flipping-numbers .owl-dots .owl-dot {
  display: inline-block;
}

section.web-flipping-numbers .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 4px;
  display: block;
  background: #c7c4c4;
  border: 1px solid #c7c4c4;
  -webkit-backface-visibility: visible;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  border-radius: 30px;
}

section.web-flipping-numbers .owl-dots .owl-dot.active span {
  background: #7e7e7e;
  border-color: #7e7e7e;
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  margin: 5px;
}

@media (max-width: 1024px) {
  section.web-flipping-numbers {
    padding: 60px 0;
  }

  section.web-flipping-numbers .section-logo {
    max-width: 250px;
    height: auto;
    padding-right: 0;
    text-align: center;
    margin: 15px auto;
  }

  section.web-flipping-numbers .section-title {
    margin-bottom: 30px;
    text-align: center;
    display: block;
  }

  section.web-flipping-numbers .web-flipping-animate-item {
    padding: 15px;
  }

  section.web-flipping-numbers .web-flipping-animate-item .span-title-h2 {
    font-size: 52px;
  }

  section.web-flipping-numbers .web-flipping-animate-item p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  section.web-flipping-numbers .owl-stage {
    width: 100% !important;
    -webkit-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
  }

  section.web-flipping-numbers .owl-stage .owl-item {
    width: 100% !important;
    padding: 30px 0;
  }

  section.web-flipping-numbers .owl-stage .owl-item:last-child .web-flipping-animate-item {
    border-bottom: 0;
  }

  section.web-flipping-numbers .web-flipping-animate-item {
    padding: 20px;
    border-left: 0;
    border-bottom: 1px solid rgba(45, 45, 45, 0.2);
    text-align: center;
  }

  section.web-flipping-numbers .web-flipping-animate-item .span-title-h2 {
    font-size: 48px;
  }

  section.web-flipping-numbers .web-flipping-animate-item p {
    font-size: 16px;
  }
}

section.web-industries-slider {
  padding: 110px 0 65px;
  position: relative;
}

section.web-industries-slider .owl-stage-outer {
  overflow: visible;
}

section.web-industries-slider .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
}

section.web-industries-slider .web-i-section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

section.web-industries-slider .web-i-section-header .section-title h2 {
  margin: 15px 0;
}

section.web-industries-slider .web-i-section-header .section-navigation {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 121px;
  flex: 0 0 121px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #d5d5d5;
  position: relative;
}

section.web-industries-slider .web-i-section-header .section-navigation::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #d5d5d5;
}

section.web-industries-slider .web-i-section-header .section-navigation button {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

section.web-industries-slider .web-i-section-header .section-navigation button.disabled {
  opacity: 0.3;
  pointer-events: none;
}

section.web-industries-slider .web-i-section-header .section-navigation button::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 10px;
  right: 10px;
  bottom: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  filter: invert(0);
}

section.web-industries-slider .web-i-section-header .section-navigation button.owl-prev::before {
  background-image: url(../images/chevron-left.svg);
}

section.web-industries-slider .web-i-section-header .section-navigation button.owl-next::before {
  background-image: url(../images/chevron-right.svg);
}

section.web-industries-slider .web-i-section-header .section-navigation button:hover {
  background-color: #2d2d2d;
}

section.web-industries-slider .web-i-section-header .section-navigation button:hover::before {
  filter: invert(1);
}

section.web-industries-slider .section-slider-wrap {
  position: relative;
}

section.web-industries-slider .section-slider-wrap::before {
  content: "";
  position: absolute;
  width: 100vw;
  right: 100%;
  top: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 15;
}

section.web-industries-slider .item {
  height: 100%;
  position: relative;
}

section.web-industries-slider .item .web-i-item {
  height: 100%;
  position: relative;
  margin: 0 3px;
}

section.web-industries-slider .item .web-i-item .web-i-item-content {
  position: relative;
  z-index: 15;
  color: #fff;
  height: 100%;
  padding: 60px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 400px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

section.web-industries-slider .item .web-i-item .web-i-item-content .web-cta-wrap {
  margin-top: auto;
}

section.web-industries-slider .item .web-i-item .web-i-item-content .web-cta-wrap a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  padding-right: 45px;
  position: relative;
}

section.web-industries-slider .item .web-i-item .web-i-item-content .web-cta-wrap a:hover::after {
  right: 0;
}

section.web-industries-slider .item .web-i-item .web-i-item-content .web-cta-wrap a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  width: 30px;
  background-image: url(../images/feather-arrow-right.svg);
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

section.web-industries-slider .item .web-i-item .web-i-item-content h4 {
  color: #fff;
  font-size: 32px;
  margin: 30px 0 20px;
  line-height: 1.2;
}

section.web-industries-slider .item .web-i-item .web-i-item-content p {
  font-size: 18px;
  line-height: 1.33;
  color: #fff;
}

section.web-industries-slider .item .web-i-item .web-i-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
}

section.web-industries-slider .item .web-i-item .web-i-bg span {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 5;
}

section.web-industries-slider .item .web-i-item .web-i-bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
  section.web-industries-slider {
    padding: 60px 0;
  }

  section.web-industries-slider .web-i-section-header .section-navigation {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 81px;
    flex: 0 0 81px;
  }

  section.web-industries-slider .web-i-section-header .section-navigation button {
    width: 40px;
    height: 40px;
  }

  section.web-industries-slider .web-i-section-header .section-navigation button::before {
    top: 10px;
    left: 0;
    right: 0;
    bottom: 10px;
  }

  section.web-industries-slider .item .web-i-item .web-i-item-content {
    padding: 40px 20px;
    min-height: 300px;
  }

  section.web-industries-slider .item .web-i-item .web-i-item-content h4 {
    font-size: 22px;
  }

  section.web-industries-slider .item .web-i-item .web-i-item-content p {
    font-size: 16px;
  }
}

section.web-latest-news {
  padding: 60px 0;
}

section.web-latest-news .section-title {
  margin-bottom: 40px;
}

section.web-latest-news .section-title h2 {
  margin: 15px 0;
}

section.web-latest-news .web-ln-card-wrap {
  position: relative;
  margin: 0;
}

section.web-latest-news .web-ln-card-wrap .web-ln-large-col {
  height: 100%;
}

section.web-latest-news .web-ln-card-wrap .web-ln-card {
  position: relative;
  padding: 40px;
  margin: 0 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: calc(100% - 30px);
  -webkit-transition: all 0.3 ease;
  -o-transition: all 0.3 ease;
  transition: all 0.3 ease;
}

section.web-latest-news .web-ln-card-wrap .web-ln-card:hover .web-ln-bg span {
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

section.web-latest-news .web-ln-card-wrap .web-ln-card:hover .web-ln-bg::before {
  opacity: 0.8;
}

section.web-latest-news .web-ln-card-wrap .web-ln-card .web-ln-content {
  color: #fff;
  padding-top: 150px;
  padding-bottom: 15px;
  z-index: 15;
  position: relative;
}

section.web-latest-news .web-ln-card-wrap .web-ln-card .web-ln-content h4 {
  color: #fff;
  font-size: 28px;
  margin: 0 0 15px;
  line-height: 1.2;
}

section.web-latest-news .web-ln-card-wrap .web-ln-card .web-ln-content p {
  font-size: 18px;
  line-height: 1.33;
  color: #fff;
  margin: 0;
  text-align: left;
}

section.web-latest-news .web-ln-card-wrap .web-ln-card .web-ln-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  overflow: hidden;
}

section.web-latest-news .web-ln-card-wrap .web-ln-card .web-ln-bg span {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 5;
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

section.web-latest-news .web-ln-card-wrap .web-ln-card .web-ln-bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  background-color: #000;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 1024px) {
  section.web-latest-news .web-ln-card-wrap .web-ln-card .web-ln-content {
    padding-top: 50px;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  section.web-latest-news {
    padding: 40px 0;
  }

  section.web-latest-news .web-ln-card-wrap .web-ln-card {
    padding: 40px 20px;
  }

  section.web-latest-news .web-ln-card-wrap .web-ln-card h4 {
    font-size: 22px;
  }

  section.web-latest-news .web-ln-card-wrap .web-ln-card p {
    font-size: 16px;
  }
}

.page-template-page-ultimate-2023 section.web-tile-grid .section-title h2 {
  font-size: 60px;
  line-height: 1.1;
  display: inline-block;
  position: relative;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.page-template-page-ultimate-2023 section.web-tile-grid .section-title h2 strong {
  color: #ff5800 !important;
}

section.web-tile-grid {
  padding: 60px 0;
}

section.web-tile-grid.web-section-light .web-tile-card.web-t-nobg .web-t-content {
  background-color: #fff;
}

section.web-tile-grid.web-section-light .web-tile-card.web-t-nobg .web-t-content h4,
section.web-tile-grid.web-section-light .web-tile-card.web-t-nobg .web-t-content p {
  color: #2d2d2d;
}

section.web-tile-grid .web-tiles-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

section.web-tile-grid .web-tiles-wrap.web-col-size-2 .web-tile-card {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

section.web-tile-grid .web-tiles-wrap.web-col-size-4 .web-tile-card {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

section.web-tile-grid .web-tile-card {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  height: 0;
  position: relative;
  overflow: hidden;
  padding: 14px 7px;
  padding-bottom: 35%;
}

section.web-tile-grid .web-tile-card.web-t-nobg {
  padding-bottom: 0;
  height: auto;
}

section.web-tile-grid .web-tile-card.web-t-nobg .web-t-content {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 1px solid #ff5800;
  width: auto;
  height: auto;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

section.web-tile-grid .web-tile-card.web-t-nobg.web-t-has-link:hover .web-t-content {
  background-color: #ff5800;
  color: #fff;
}

section.web-tile-grid .web-tile-card.web-t-has-link:hover .web-t-bg span {
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

section.web-tile-grid .web-tile-card.web-t-has-link:hover .web-t-bg span::before {
  opacity: 0.8;
}

section.web-tile-grid .web-tile-card .web-t-content {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  padding: 30px;
  color: #fff;
  z-index: 10;
}

section.web-tile-grid .web-tile-card .web-t-content h4 {
  color: #fff;
  font-size: 28px;
  margin: 0 0 15px;
  line-height: 1.2;
}

section.web-tile-grid .web-tile-card .web-t-content p {
  font-size: 18px;
  line-height: 1.33;
  color: #fff;
  margin: 0;
  text-align: left;
}

section.web-tile-grid .web-tile-card .web-t-link {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  top: 15px;
  z-index: 20;
}

section.web-tile-grid .web-tile-card .web-t-bg {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  top: 15px;
  background-color: #000;
  z-index: 1;
  overflow: hidden;
}

section.web-tile-grid .web-tile-card .web-t-bg span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

section.web-tile-grid .web-tile-card .web-t-bg span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  background-color: #000;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 1240px) {
  section.web-tile-grid .web-tile-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-bottom: 45%;
  }
}

@media (max-width: 1024px) {
  section.web-tile-grid .web-tile-card {
    padding-bottom: 50%;
  }
}

@media (max-width: 767px) {
  section.web-tile-grid .web-tile-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 100%;
  }
}

section.web-tabs {
  padding: 80px 0 0;
}

section.web-tabs .section-title {
  margin-bottom: 60px;
}

section.web-tabs .section-title h2 {
  margin: 0;
}

section.web-tabs.web-theme-dark {
  background-color: #141414;
}

section.web-tabs.web-theme-dark .section-title h2 {
  color: #fff;
}

section.web-tabs.web-theme-dark .web-tabs-container {
  border-color: rgba(213, 213, 213, 0.3);
}

section.web-tabs.web-theme-dark .web-tabs-container ul li span {
  color: #fff;
}

section.web-tabs.web-theme-dark .web-tab-content-main * {
  color: #fff;
}

section.web-tabs.web-theme-transparent {
  background-color: transparent;
}

section.web-tabs.web-theme-transparent .section-title h2 {
  color: #fff;
}

section.web-tabs.web-theme-transparent .web-tabs-container {
  border-color: rgba(213, 213, 213, 0.3);
}

section.web-tabs.web-theme-transparent .web-tabs-container ul li span {
  color: #fff;
}

section.web-tabs.web-theme-transparent .web-tab-content-main * {
  color: #fff;
}

section.web-tabs.web-regloc .web-tab-content .tabc-bg {
  width: 50%;
}

section.web-tabs.web-regloc .region-loc-nav ul li span {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  color: #2d2d2d;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-right: 50px;
  position: relative;
  margin: 15px 0;
  display: inline-block;
}

section.web-tabs.web-regloc .region-loc-nav ul li span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  right: 0;
  background-image: url(../images/feather-arrow-right-orange.svg);
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

section.web-tabs.web-regloc .region-loc-nav ul li:hover span,
section.web-tabs.web-regloc .region-loc-nav ul li.active span {
  color: #ff5700;
}

section.web-tabs.web-regloc .region-loc-nav ul li.active span::after {
  opacity: 1;
}

section.web-tabs.web-regloc .location-tab {
  position: absolute;
  z-index: 15;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

section.web-tabs.web-regloc .location-tab * {
  color: #fff;
}

section.web-tabs.web-regloc .location-addr {
  position: relative;
  z-index: 15;
}

section.web-tabs.web-regloc .location-addr h4 {
  font-size: 46px;
  line-height: 1.3;
}

section.web-tabs.web-regloc .location-addr address {
  font-size: 28px;
  line-height: 1.3;
}

section.web-tabs.web-regloc .location-img {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

section.web-tabs.web-regloc .location-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 5;
}

section.web-tabs .web-tabs-container {
  border: 1px solid #d5d5d5;
  border-left: 0;
  border-right: 0;
  margin: 0;
}

section.web-tabs .web-tabs-container ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

section.web-tabs .web-tabs-container ul li {
  list-style: none;
}

section.web-tabs .web-tabs-container ul li span {
  display: block;
  cursor: pointer;
  padding: 25px 20px;
  font-size: 26px;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #2d2d2d;
}

section.web-tabs .web-tabs-container ul li span::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 10px;
  right: 10px;
  height: 3px;
  background-color: #ff5700;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

section.web-tabs .web-tabs-container ul li:hover span {
  color: #ff5700;
}

section.web-tabs .web-tabs-container ul li.active span {
  color: #ff5700;
  pointer-events: none;
}

section.web-tabs .web-tabs-container ul li.active span::after {
  opacity: 1;
}

section.web-tabs .web-tab-content {
  position: relative;
  min-height: 610px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section.web-tabs .web-tab-content .webt-m {
  width: 100%;
}

section.web-tabs .web-tab-content .web-tab-content-main {
  padding: 100px 0;
}

@media (min-width: 1240px) {
  section.web-tabs .web-tab-content .web-tab-content-main h3 {
    font-size: 42px;
  }
}

section.web-tabs .web-tab-content .tabc-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 55%;
}

section.web-tabs .web-tab-content .tabc-bg span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  section.web-tabs .web-tab-content {
    display: block;
  }

  section.web-tabs .web-tab-content .tabc-bg {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    left: 0;
    right: 0;
  }

  section.web-tabs.web-regloc .web-tab-content .tabc-bg {
    width: 100%;
    padding-bottom: 50%;
  }

  section.web-tabs .web-tab-content .web-tab-content-main {
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  section.web-tabs {
    padding-top: 40px;
  }

  section.web-tabs .section-title {
    margin-bottom: 30px;
  }

  section.web-tabs .web-tabs-container ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -10px;
  }

  section.web-tabs .web-tabs-container ul li span {
    padding: 15px 5px;
    font-size: 15px;
  }

  section.web-tabs .web-tabs-container ul li span::after {
    left: 5px;
    right: 5px;
  }
}

@media (max-width: 767px) {
  section.web-tabs.web-regloc .region-loc-nav ul li span {
    font-size: 18px;
  }

  section.web-tabs.web-regloc .web-tab-content {
    min-height: 410px;
  }

  section.web-tabs.web-regloc .location-addr h4 {
    font-size: 28px;
  }

  section.web-tabs.web-regloc .location-addr address {
    font-size: 18px;
  }

  section.web-tabs.web-regloc .web-tab-content .tabc-bg {
    padding-bottom: 60%;
  }
}

section.web-hero-banner {
  background-color: #0f0f0f;
  color: #fff;
  position: relative;
}

section.web-hero-banner.web-hero-events .web-banner-top {
  min-height: 500px;
}

section.web-hero-banner.web-hero-events .web-hb-main-content {
  margin: 0 auto;
}

section.web-hero-banner.web-hero-events .web-hb-main-content h1 {
  text-align: center;
  font-weight: 700;
  margin: 0 auto 40px;
}

section.web-hero-banner .web-banner-top {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  padding: 140px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

section.web-hero-banner .web-banner-bottom {
  padding: 20px 0;
  margin-top: 120px;
}

section.web-hero-banner .web-banner-bottom.web-sc-1 .web-slider-dots-w {
  display: none;
}

section.web-hero-banner .web-banner-bottom.web-sc-1 .web-slider-mw {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
}

section.web-hero-banner .web-banner-bottom.web-sc-2 .web-slider-dots-w {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 115px;
  flex: 0 0 115px;
  max-width: 115px;
}

section.web-hero-banner .web-banner-bottom.web-sc-2 .web-slider-mw {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 115px);
  flex: 0 0 calc(100% - 115px);
  max-width: calc(100% - 115px);
}

section.web-hero-banner .web-banner-bottom.web-sc-3 .web-slider-dots-w {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 165px;
  flex: 0 0 165px;
  max-width: 165px;
}

section.web-hero-banner .web-banner-bottom.web-sc-3 .web-slider-mw {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 165px);
  flex: 0 0 calc(100% - 165px);
  max-width: calc(100% - 165px);
}

section.web-hero-banner .web-banner-bottom.web-sc-4 .web-slider-dots-w {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 215px;
  flex: 0 0 215px;
  max-width: 215px;
}

section.web-hero-banner .web-banner-bottom.web-sc-4 .web-slider-mw {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 215px);
  flex: 0 0 calc(100% - 215px);
  max-width: calc(100% - 215px);
}

section.web-hero-banner .web-banner-bottom.web-sc-5 .web-slider-dots-w {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 265px;
  flex: 0 0 265px;
  max-width: 265px;
}

section.web-hero-banner .web-banner-bottom.web-sc-5 .web-slider-mw {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 265px);
  flex: 0 0 calc(100% - 265px);
  max-width: calc(100% - 265px);
}

section.web-hero-banner .web-banner-bottom.web-sc-6 .web-slider-dots-w {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 315px;
  flex: 0 0 315px;
  max-width: 315px;
}

section.web-hero-banner .web-banner-bottom.web-sc-6 .web-slider-mw {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 315px);
  flex: 0 0 calc(100% - 315px);
  max-width: calc(100% - 315px);
}

section.web-hero-banner .web-banner-bottom.web-sc-7 .web-slider-dots-w {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

section.web-hero-banner .web-banner-bottom.web-sc-7 .web-slider-mw {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

section.web-hero-banner .web-banner-bottom .web-bb-slider-w {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

section.web-hero-banner .web-banner-bottom .web-bb-slider-w .web-bb-slider-m {
  max-width: 650px;
}

section.web-hero-banner .web-banner-bottom .web-bb-slider-w .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

section.web-hero-banner .web-banner-bottom .web-bb-slider-w .item {
  font-size: 24px;
  color: #fff;
  padding: 0 15px;
}

section.web-hero-banner .web-banner-bottom .web-bb-slider-w .item a {
  color: #ff5800;
}

section.web-hero-banner .web-banner-bottom .web-bb-slider-w .item a.no-hghl {
  color: #fff;
}

section.web-hero-banner .web-banner-bottom .web-bb-slider-w .item a.no-hghl:hover {
  color: #ff5800;
}

section.web-hero-banner .web-banner-bottom .web-slider-dots-w {
  counter-reset: nvs_slider_dot;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 15px auto;
  padding: 5px 3px;
}

section.web-hero-banner .web-banner-bottom .web-slider-dots-w.disabled {
  opacity: 0;
}

section.web-hero-banner .web-banner-bottom .owl-dot.active span {
  opacity: 1;
}

section.web-hero-banner .web-banner-bottom .web-slider-dots-w button {
  height: 46px;
  width: 46px;
  border-radius: 50%;
  margin-right: 5px;
  counter-increment: nvs_slider_dot;
  position: relative;
  z-index: 15;
}

section.web-hero-banner .web-banner-bottom .web-slider-dots-w button::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 15;
  position: absolute;
}

section.web-hero-banner .web-banner-bottom .web-slider-dots-w button span {
  position: absolute;
  left: -2px;
  right: -2px;
  bottom: -2px;
  top: -2px;
  opacity: 0;
  z-index: 1;
}

section.web-hero-banner .web-banner-bottom .web-slider-dots-w button span .progressbar-text {
  display: none;
}

section.web-hero-banner .web-banner-bottom .web-slider-dots-w button::before {
  content: counter(nvs_slider_dot);
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
}

section.web-hero-banner .nsv-hb-footer-content-w {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 50px 15px;
  display: inline-block;
  z-index: 5;
}

section.web-hero-banner .nsv-hb-footer-content-w .nsv-hb-footer-content {
  font-size: 26px;
  line-height: 1.2;
  max-width: 600px;
  font-weight: 200;
}

section.web-hero-banner .nsv-hb-footer-content-w .nsv-hb-footer-content a {
  color: #ff5800;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

section.web-hero-banner .nsv-hb-footer-content-w .nsv-hb-footer-content a:hover {
  color: #fff;
}

section.web-hero-banner .web-hb-main-content {
  padding: 30px 0 0;
  text-align: left;
  max-width: 870px;
}

section.web-hero-banner .web-hb-main-content.web-hb-main-gif {
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section.web-hero-banner .web-hb-main-content h1 {
  color: #fff;
  font-size: 64px;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 200;
  margin: 0 0 20px;
}

section.web-hero-banner .web-hb-main-content h1 span {
  color: #ff5700;
  font-weight: 700;
}

section.web-hero-banner .web-hb-main-content .hb_scroll_down {
  background-color: transparent;
  padding: 5px;
  border: none;
  outline: none;
  box-shadow: none;
  color: #ff5800;
  width: 40px;
  height: 40px;
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

section.web-hero-banner .web-hb-main-content .hb_scroll_down:hover {
  color: #fff;
}

section.web-hero-banner .web-hb-main-content .hb_scroll_down svg {
  width: 18px;
  height: auto;
  position: absolute;
  top: 50%;
  right: 10px;
  bottom: 0;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

section.web-hero-banner .web-hb-main-content .hb_scroll_down svg * {
  stroke: currentColor;
}

section.web-hero-banner .web-hb-main-content .subtitle-wrap {
  max-width: 700px;
  margin: 0;
}

section.web-hero-banner .web-hb-main-content p {
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 20px;
  font-weight: 400;
}

section.web-hero-banner .web-hb-main-content .web-hb-link {
  color: #ff5800;
  font-size: 32px;
  display: inline-block;
  line-height: 1.1;
  padding: 0 40px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

section.web-hero-banner .web-hb-main-content .web-hb-link:hover {
  color: #fff;
}

section.web-hero-banner .web-hb-main-content .web-hb-link:hover svg {
  right: 5px;
}

section.web-hero-banner .hb-anchor-nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
  max-width: 140px;
}

section.web-hero-banner .hb-anchor-nav li {
  list-style-type: none;
  padding: 10px 0;
}

section.web-hero-banner .hb-anchor-nav li a {
  color: #fff;
  padding: 20px 5px;
  display: block;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}

section.web-hero-banner .hb-anchor-nav li a:hover {
  color: #ff5800;
}

section.web-hero-banner .web-bcw {
  position: relative;
  z-index: 15;
  display: block;
  width: 100%;
}

section.web-hero-banner .web-hb-background-w {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

section.web-hero-banner .web-hb-background-w video {
  position: fixed;
  min-width: 100vw;
  min-height: 100vh;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

section.web-hero-banner .web-hb-background-w::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 16%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 2;
  opacity: 0.6;
}

section.web-hero-banner .web-hb-background-w.web-hb-t_image span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

section.web-hero-banner .web-hb-background-w.web-hb-t_gif span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

section.web-hero-banner .web-hb-background-w.web-hb-t_gif::before {
  display: none;
}

@media (max-width: 1200px) {
  section.web-hero-banner .web-hb-main-content h1 {
    font-size: 64px;
  }

  section.web-hero-banner .web-hb-main-content p,
  section.web-hero-banner .web-hb-main-content .web-hb-link {
    font-size: 28px;
  }

  section.web-hero-banner .hb-anchor-nav li {
    padding: 0;
  }

  section.web-hero-banner .nsv-hb-footer-content-w .nsv-hb-footer-content {
    font-size: 24px;
  }
}

@media (max-width: 992px) {
  section.web-hero-banner .hb-anchor-nav {
    display: none;
  }

  section.web-hero-banner {
    min-height: auto;
  }

  section.web-hero-banner .web-hb-main-content {
    text-align: center;
  }

  section.web-hero-banner .web-banner-bottom .web-bb-slider-w {
    display: block;
    text-align: center;
  }

  section.web-hero-banner .web-banner-bottom .web-bb-slider-w .web-bb-slider-w,
  section.web-hero-banner .web-banner-bottom .web-bb-slider-w .web-slider-mw {
    max-width: 100%;
    margin: 0 auto;
  }

  section.web-hero-banner .web-hb-main-content h1 {
    font-size: 58px;
  }
}

@media (max-width: 767px) {
  section.web-hero-banner .web-hb-main-content h1 {
    font-size: 32px;
  }

  section.web-hero-banner .web-banner-bottom {
    margin-top: 20px;
  }

  section.web-hero-banner .web-banner-top {
    min-height: auto;
    padding: 100px 0 0;
  }

  section.web-hero-banner .web-banner-bottom .web-slider-dots-w {
    display: none;
  }

  section.web-hero-banner .web-banner-bottom {
    padding: 30px 0;
  }

  section.web-hero-banner .web-banner-bottom .web-bb-slider-w .item {
    font-size: 18px;
  }

  section.web-hero-banner .web-hb-main-content p,
  section.web-hero-banner .web-hb-main-content .web-hb-link {
    font-size: 20px;
  }

  section.web-hero-banner .nsv-hb-footer-content-w .nsv-hb-footer-content {
    font-size: 16px;
  }
}

section.web-our-story {
  padding: 80px 0;
  position: relative;
}

section.web-our-story.web-section-reversed .section-image-wrap {
  right: auto;
  left: 0;
}

section.web-our-story.web-img {
  padding-bottom: 120px;
}

section.web-our-story.web-img .section-image-wrap {
  bottom: 60px;
}

section.web-our-story.web-2col-tc .section-title {
  padding-top: 5px;
}

section.web-our-story.web-2col-tc .section-title h2 {
  font-size: 36px;
}

section.web-our-story .section-image-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 50%;
}

section.web-our-story .section-image-wrap span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

section.web-our-story .section-title {
  padding: 30px 0;
}

section.web-our-story .section-title h2 {
  font-size: 60px;
  line-height: 1.1;
  display: inline-block;
  position: relative;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

section.web-our-story .section-title h2 strong {
  color: #ff5800;
}

section.web-our-story .section-title p {
  font-size: 24px;
  line-height: 1.3;
  margin-top: 20px;
}

@media (max-width: 992px) {
  section.web-our-story.web-img {
    padding-bottom: 40px;
  }

  section.web-our-story.web-img .section-image-wrap {
    bottom: 0;
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 50%;
  }
}

@media (max-width: 1200px) {
  section.web-our-story .section-title h2 {
    font-size: 40px;
  }

  section.web-our-story .section-title p {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  section.web-our-story {
    padding: 40px 0;
  }

  section.web-our-story .section-title h2 {
    font-size: 26px;
  }

  section.web-our-story.web-2col-tc .section-title h2 {
    font-size: 26px;
  }

  section.web-our-story .section-title p {
    font-size: 18px;
  }

  section.web-our-story .section-title {
    padding-top: 10px;
  }
}

section.web-support-logo-slider {
  position: relative;
}

section.web-support-logo-slider.web-section-dark .item .item-content * {
  color: #fff;
}

section.web-support-logo-slider .sls-section-layout-icons_l .web-slider-dots-w .owl-dot,
section.web-support-logo-slider .sls-section-layout-icons_r .web-slider-dots-w .owl-dot {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

section.web-support-logo-slider .sls-section-layout-icons_l .sls-cnt,
section.web-support-logo-slider .sls-section-layout-icons_l .sb-cnt,
section.web-support-logo-slider .sls-section-layout-icons_r .sls-cnt,
section.web-support-logo-slider .sls-section-layout-icons_r .sb-cnt {
  margin: 15px 0;
  min-height: calc(100% - 30px);
}

section.web-support-logo-slider .sls-section-layout-icons_l .web-cs-slider-w,
section.web-support-logo-slider .sls-section-layout-icons_r .web-cs-slider-w {
  position: relative;
  z-index: 25;
}

section.web-support-logo-slider .sls-section-layout-icons_l .section-background-cnt,
section.web-support-logo-slider .sls-section-layout-icons_r .section-background-cnt {
  z-index: 15;
}

section.web-support-logo-slider .sls-section-layout-icons_l .sb-cnt,
section.web-support-logo-slider .sls-section-layout-icons_r .sb-cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section.web-support-logo-slider .sls-section-layout-icons_l .web-cs-slider-w,
section.web-support-logo-slider .sls-section-layout-icons_r .web-cs-slider-w {
  height: 100%;
}

section.web-support-logo-slider .sls-section-layout-icons_l .web-cs-slider-w .item,
section.web-support-logo-slider .sls-section-layout-icons_r .web-cs-slider-w .item {
  height: 100%;
}

section.web-support-logo-slider .sls-section-layout-icons_l .section-background-cnt,
section.web-support-logo-slider .sls-section-layout-icons_r .section-background-cnt {
  width: 100%;
}

section.web-support-logo-slider .sls-section-layout-icons_l .item,
section.web-support-logo-slider .sls-section-layout-icons_r .item {
  padding: 0;
}

section.web-support-logo-slider .sls-section-layout-icons_l .item .item-content,
section.web-support-logo-slider .sls-section-layout-icons_r .item .item-content {
  padding: 50px 30px;
}

section.web-support-logo-slider .sls-section-layout-icons_l .item .item-content p,
section.web-support-logo-slider .sls-section-layout-icons_r .item .item-content p {
  font-size: 24px;
  line-height: 1.3;
  text-transform: none;
  font-weight: 400;
}

section.web-support-logo-slider .sls-section-layout-icons_l .item .item-content h3,
section.web-support-logo-slider .sls-section-layout-icons_l .item .item-content h4,
section.web-support-logo-slider .sls-section-layout-icons_r .item .item-content h3,
section.web-support-logo-slider .sls-section-layout-icons_r .item .item-content h4 {
  font-size: 42px;
  line-height: 1.2;
}

section.web-support-logo-slider .sls-section-layout-icons_l .item .item-content .ic-logo,
section.web-support-logo-slider .sls-section-layout-icons_r .item .item-content .ic-logo {
  display: none;
}

section.web-support-logo-slider .section-title h2 {
  font-size: 60px;
  line-height: 1.1;
  display: inline-block;
  position: relative;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

section.web-support-logo-slider .section-title h2 strong {
  color: #ff5800;
}

section.web-support-logo-slider .section-title p {
  font-size: 24px;
  line-height: 1.3;
  margin-top: 20px;
}

section.web-support-logo-slider .st-cnt {
  margin-bottom: 20px;
  position: relative;
  z-index: 20;
}

section.web-support-logo-slider .sb-cnt {
  position: relative;
}

section.web-support-logo-slider .sls-cnt {
  margin-bottom: 60px;
}

section.web-support-logo-slider .section-background-cnt {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 50%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

section.web-support-logo-slider .section-background-cnt span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

section.web-support-logo-slider .section-background-cnt span.slide-bg>span {
  opacity: 1;
}

section.web-support-logo-slider .container {
  position: relative;
  z-index: 15;
}

section.web-support-logo-slider .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

section.web-support-logo-slider .item {
  padding: 50px 5px;
  position: relative;
  text-align: center;
}

section.web-support-logo-slider .item .ic-logo {
  max-width: 220px;
  margin: 0 auto 30px;
}

section.web-support-logo-slider .item .ic-logo img {
  max-width: 100%;
  height: auto;
}

section.web-support-logo-slider .item p {
  font-size: 42px;
  line-height: 1.35;
  font-weight: 700;
  text-transform: uppercase;
}

section.web-support-logo-slider .item p strong {
  font-weight: inherit;
  color: #ff5800;
}

section.web-support-logo-slider .item p a {
  color: #ff5800;
}

section.web-support-logo-slider .item .item-content {
  position: relative;
  z-index: 15;
}

section.web-support-logo-slider .item .item-content p strong,
section.web-support-logo-slider .item .item-content p a {
  color: #ff5800;
}

section.web-support-logo-slider .web-slider-dots-w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1px;
}

section.web-support-logo-slider .web-slider-dots-w.disabled {
  opacity: 0;
}

section.web-support-logo-slider .web-slider-dots-w .owl-dot {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6667%;
  flex: 0 0 16.6667%;
  padding: 0;
  margin: -1px 0 0 -1px;
}

section.web-support-logo-slider .web-slider-dots-w .owl-dot.active button {
  background-color: #fff;
}

section.web-support-logo-slider .web-slider-dots-w .owl-dot.active button::before {
  filter: brightness(1) invert(1);
}

section.web-support-logo-slider .web-slider-dots-w .owl-dot button {
  border: 1px solid #ff5800;
  color: #ff5800;
  height: 0;
  padding-bottom: 65%;
  display: block;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  position: relative;
  width: 100%;
  background-color: #0f0f0f;
}

section.web-support-logo-slider .web-slider-dots-w .owl-dot button::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  filter: brightness(0) invert(1);
}

@media (max-width: 1200px) {
  section.web-support-logo-slider {
    padding-top: 50px;
  }

  section.web-support-logo-slider .item p {
    font-size: 32px;
  }

  section.web-support-logo-slider .sls-cnt {
    position: relative;
    margin-bottom: 30px;
  }

  section.web-support-logo-slider .sls-cnt:after {
    content: "";
    position: absolute;
    left: -100vw;
    right: -100vw;
    bottom: -20px;
    top: -100vh;
    background-color: #0f0f0f;
    z-index: 1;
  }

  section.web-support-logo-slider .sls-cnt * {
    z-index: 10;
    position: relative;
  }

  section.web-support-logo-slider .web-slider-dots-w .owl-dot {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }

  section.web-support-logo-slider .section-background-cnt {
    width: 100%;
  }

  section.web-support-logo-slider .section-title h2 {
    font-size: 40px;
  }

  section.web-support-logo-slider .section-title p {
    font-size: 20px;
  }

  section.web-support-logo-slider .item .item-content {
    text-align: center;
  }

  section.web-support-logo-slider .section-background-cnt {
    top: -10px;
  }

  section.web-support-logo-slider.web-ss-icons_l .sls-cnt:after,
  section.web-support-logo-slider.web-ss-icons_r .sls-cnt:after {
    display: none;
  }
}

@media (max-width: 992px) {

  section.web-support-logo-slider .sls-section-layout-icons_l .web-slider-dots-w .owl-dot,
  section.web-support-logo-slider .sls-section-layout-icons_r .web-slider-dots-w .owl-dot {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }

  section.web-support-logo-slider .sls-section-layout-icons_l .item .item-content h3,
  section.web-support-logo-slider .sls-section-layout-icons_l .item .item-content h4,
  section.web-support-logo-slider .sls-section-layout-icons_r .item .item-content h3,
  section.web-support-logo-slider .sls-section-layout-icons_r .item .item-content h4 {
    font-size: 32px;
  }

  section.web-support-logo-slider .sls-section-layout-icons_l .item .item-content p,
  section.web-support-logo-slider .sls-section-layout-icons_r .item .item-content p {
    font-size: 22px;
  }
}

@media (max-width: 767px) {

  section.web-support-logo-slider .sls-section-layout-icons_l .web-slider-dots-w .owl-dot,
  section.web-support-logo-slider .sls-section-layout-icons_r .web-slider-dots-w .owl-dot {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  section.web-support-logo-slider .sls-section-layout-icons_l .btn-large,
  section.web-support-logo-slider .sls-section-layout-icons_r .btn-large {
    font-size: 14px;
  }

  section.web-support-logo-slider .sls-section-layout-icons_l .item .item-content h3,
  section.web-support-logo-slider .sls-section-layout-icons_l .item .item-content h4,
  section.web-support-logo-slider .sls-section-layout-icons_r .item .item-content h3,
  section.web-support-logo-slider .sls-section-layout-icons_r .item .item-content h4 {
    font-size: 28px;
  }

  section.web-support-logo-slider .sls-section-layout-icons_l .item .item-content p,
  section.web-support-logo-slider .sls-section-layout-icons_r .item .item-content p {
    font-size: 18px;
  }

  section.web-support-logo-slider {
    padding: 40px 0;
    position: relative;
    overflow: hidden;
  }

  section.web-support-logo-slider .section-title h2 {
    font-size: 26px;
  }

  section.web-support-logo-slider.web-section-light .sls-cnt:after {
    background-color: #fff;
  }

  section.web-support-logo-slider .web-slider-dots-w .owl-dot {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  section.web-support-logo-slider .section-title p {
    font-size: 18px;
  }

  section.web-support-logo-slider .item {
    padding-bottom: 20px;
    padding-bottom: 20px;
  }

  section.web-support-logo-slider .item p {
    font-size: 22px;
  }
}

section.web-industry-solutions {
  padding: 80px 0;
}

section.web-industry-solutions.web-section-dark .web-hb-link svg * {
  color: currentColor;
}

section.web-industry-solutions.web-section-dark .web-hb-link:hover {
  color: #fff;
}

section.web-industry-solutions .section-title h2 {
  font-size: 60px;
  line-height: 1.1;
  display: inline-block;
  position: relative;
  font-weight: 800;
  margin: 0;
  text-transform: uppercase;
}

section.web-industry-solutions .section-title h2 strong {
  color: #ff5800;
}

section.web-industry-solutions .section-title p {
  margin-top: 20px;
}

section.web-industry-solutions .ic-link-w {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  text-align: center;
}

section.web-industry-solutions .web-hb-link {
  color: #ff5800;
  font-size: 22px;
  display: inline-block;
  line-height: 1.1;
  padding: 0 40px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

section.web-industry-solutions .web-hb-link svg {
  width: 14px;
  height: auto;
  position: absolute;
  top: 50%;
  right: 10px;
  bottom: 0;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: currentColor;
}

section.web-industry-solutions .web-hb-link svg * {
  stroke: currentColor;
}

section.web-industry-solutions .web-hb-link:hover {
  color: #000;
}

section.web-industry-solutions .web-hb-link:hover svg {
  right: 5px;
}

section.web-industry-solutions .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.web-industry-solutions .web-is-slider-w {
  padding-bottom: 40px;
}

section.web-industry-solutions .web-is-slider-w .item-content {
  position: relative;
  margin-bottom: 20px;
  padding: 90px 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 80px;
}

section.web-industry-solutions .web-is-slider-w .item-content h3 {
  color: #fff;
  font-size: 42px;
  font-weight: 900;
}

section.web-industry-solutions .web-is-slider-w .item-content p {
  font-size: 22px;
}

section.web-industry-solutions .web-is-slider-w .ic-bg {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  bottom: 80px;
  right: 0;
  background: #000;
}

section.web-industry-solutions .web-is-slider-w .ic-bg span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

section.web-industry-solutions .web-is-slider-w .ic-bg span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}

section.web-industry-solutions .web-is-slider-w .ic-c {
  position: relative;
  z-index: 15;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

section.web-industry-solutions .item {
  padding: 30px;
}

section.web-industry-solutions .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.web-industry-solutions .solution-item {
  -webkit-transform: translateX(0) scale(0.8);
  -o-transform: translateX(0) scale(0.8);
  transform: translateX(0) scale(0.8);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 0 -130px;
  opacity: 0;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

section.web-industry-solutions .web-is-slider-w {
  margin: 0 -20px;
  position: relative;
}

section.web-industry-solutions .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

section.web-industry-solutions .owl-item.active {
  z-index: 10;
}

section.web-industry-solutions .owl-item.active .solution-item {
  opacity: 1;
  -webkit-transform: translateX(130px) scale(0.8);
  -o-transform: translateX(130px) scale(0.8);
  transform: translateX(130px) scale(0.8);
}

section.web-industry-solutions .owl-item.active .solution-item .web-hb-link,
section.web-industry-solutions .owl-item.active .solution-item .ic-c {
  opacity: 0;
}

section.web-industry-solutions .owl-item.active.center {
  z-index: 100;
}

section.web-industry-solutions .owl-item.active.center .solution-item {
  -webkit-transform: translateX(0) scale(1);
  -o-transform: translateX(0) scale(1);
  transform: translateX(0) scale(1);
}

section.web-industry-solutions .owl-item.active.center .solution-item .web-hb-link,
section.web-industry-solutions .owl-item.active.center .solution-item .ic-c {
  opacity: 1;
}

section.web-industry-solutions .owl-item.active.center+.active .solution-item {
  -webkit-transform: translateX(-130px) scale(0.8);
  -o-transform: translateX(-130px) scale(0.8);
  transform: translateX(-130px) scale(0.8);
}

section.web-industry-solutions .owl-item.active.center+.active .solution-item .web-hb-link,
section.web-industry-solutions .owl-item.active.center+.active .solution-item .ic-c {
  opacity: 0;
}

section.web-industry-solutions .owl-carousel .owl-nav {
  position: absolute;
  left: 12%;
  right: 12%;
  height: 50px;
  bottom: 120px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

section.web-industry-solutions .owl-carousel .owl-nav button {
  background-color: #ff5800;
  color: #fff;
  outline: none;
  font-size: 30px;
  width: 50px;
  height: 50px;
  text-align: center;
}

section.web-industry-solutions .owl-dots .owl-dot.active span {
  background: #ff5800;
  opacity: 1;
}

@media (max-width: 1200px) {
  section.web-industry-solutions .section-title h2 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  section.web-industry-solutions .section-title h2 {
    font-size: 26px;
  }

  section.web-industry-solutions .web-is-slider-w .item-content h3 {
    font-size: 22px;
  }

  section.web-industry-solutions .web-is-slider-w .item-content p {
    font-size: 14px;
  }

  section.web-industry-solutions .web-hb-link {
    font-size: 16px;
  }

  section.web-industry-solutions .web-hb-link svg {
    width: 10px;
  }

  section.web-industry-solutions .owl-carousel .owl-nav {
    display: none;
  }

  section.web-industry-solutions {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  section.web-industry-solutions .web-is-slider-w {
    margin: 0;
  }

  section.web-industry-solutions .web-is-slider-wrp {
    margin: 0 -20px;
  }

  section.web-industry-solutions .solution-item {
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin: 0;
    opacity: 1;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }

  section.web-industry-solutions .owl-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  section.web-industry-solutions .owl-item.active {
    z-index: 10;
  }

  section.web-industry-solutions .owl-item.active .solution-item {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
  }

  section.web-industry-solutions .owl-item.active .solution-item .web-hb-link,
  section.web-industry-solutions .owl-item.active .solution-item .ic-c {
    opacity: 1;
  }

  section.web-industry-solutions .owl-item.active.center {
    z-index: 100;
  }

  section.web-industry-solutions .owl-item.active.center .solution-item {
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
  }

  section.web-industry-solutions .owl-item.active.center .solution-item .web-hb-link,
  section.web-industry-solutions .owl-item.active.center .solution-item .ic-c {
    opacity: 1;
  }

  section.web-industry-solutions .owl-item.active.center+.active .solution-item {
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
  }

  section.web-industry-solutions .owl-item.active.center+.active .solution-item .web-hb-link,
  section.web-industry-solutions .owl-item.active.center+.active .solution-item .ic-c {
    opacity: 1;
  }
}

section.web-latest-news-slider {
  padding: 60px 0;
}

section.web-latest-news-slider.web-latest-news-sap .section-title h2 {
  color: #fff;
  text-transform: none;
}

section.web-latest-news-slider.web-latest-news-sap .section-title h2 strong {
  color: #03cfd3;
  font-weight: inherit;
}

section.web-latest-news-slider.web-latest-news-sap .lns-box-content .lns-b-c {
  bottom: 0;
}

section.web-latest-news-slider.web-latest-news-sap .web-lns-slider-container .owl-nav button {
  background-color: #03cfd3;
  width: 70px;
  height: 70px;
}

section.web-latest-news-slider.web-latest-news-sap .web-lns-slider-container .owl-nav button span {
  filter: brightness(0);
}

section.web-latest-news-slider .section-title {
  margin-bottom: 40px;
}

section.web-latest-news-slider .section-title h2 {
  font-size: 60px;
  line-height: 1.1;
  display: inline-block;
  position: relative;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

section.web-latest-news-slider .section-title h2 strong {
  color: #ff5800;
}

section.web-latest-news-slider .section-title p {
  font-size: 24px;
  line-height: 1.3;
  margin-top: 20px;
}

section.web-latest-news-slider .web-lns-slider-container {
  margin: 0 100px;
}

section.web-latest-news-slider .web-lns-slider-container .owl-nav {
  position: static;
}

section.web-latest-news-slider .web-lns-slider-container .owl-nav button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  font-size: 50px;
  color: #fff;
  background-color: #ff5800;
}

section.web-latest-news-slider .web-lns-slider-container .owl-nav button span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 30px;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
}

section.web-latest-news-slider .web-lns-slider-container .owl-nav button.owl-next {
  right: -100px;
}

section.web-latest-news-slider .web-lns-slider-container .owl-nav button.owl-next span {
  background-image: url(../images/chevron-right.svg);
}

section.web-latest-news-slider .web-lns-slider-container .owl-nav button.owl-prev {
  left: -100px;
}

section.web-latest-news-slider .web-lns-slider-container .owl-nav button.owl-prev span {
  background-image: url(../images/chevron-left.svg);
}

section.web-latest-news-slider .lns-box-content {
  width: 100%;
  padding-bottom: 65%;
  position: relative;
  display: block;
  text-decoration: none;
}

section.web-latest-news-slider .lns-box-content:hover .lns-b-bg span {
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

section.web-latest-news-slider .lns-box-content:hover .lns-b-bg span::before {
  background-color: rgba(0, 0, 0, 0.8);
}

section.web-latest-news-slider .lns-box-content .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.web-latest-news-slider .lns-box-content .lns-b-c {
  position: absolute;
  z-index: 15;
  color: #fff;
  padding: 20px 15px;
  left: 0;
  bottom: 20px;
  right: 0;
}

section.web-latest-news-slider .lns-box-content .lns-b-c h3 {
  font-size: 26px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 10px;
}

section.web-latest-news-slider .lns-box-content .lns-b-c p {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 0;
}

section.web-latest-news-slider .lns-box-content .lns-b-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

section.web-latest-news-slider .lns-box-content .lns-b-bg span {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

section.web-latest-news-slider .lns-box-content .lns-b-bg span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

section.web-latest-news-slider .lns-box-content .lns-b-bg.bgo-disabled span::before {
  background-color: transparent;
}

@media (max-width: 1200px) {
  section.web-latest-news-slider .section-title h2 {
    font-size: 40px;
  }

  section.web-latest-news-slider .section-title p {
    font-size: 20px;
  }

  section.web-latest-news-slider .web-lns-slider-container .owl-nav button {
    width: 40px;
    height: 40px;
    font-size: 30px;
  }

  section.web-latest-news-slider .web-lns-slider-container .owl-nav button.owl-prev {
    left: -50px;
  }

  section.web-latest-news-slider .web-lns-slider-container .owl-nav button.owl-next {
    right: -50px;
  }

  section.web-latest-news-slider .web-lns-slider-container {
    margin: 0 60px;
  }

  section.web-latest-news-slider .lns-box-content {
    padding-bottom: 80%;
  }

  section.web-latest-news-slider .lns-box-content .lns-b-c h3 {
    font-size: 22px;
  }

  section.web-latest-news-slider .lns-box-content .lns-b-c p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  section.web-latest-news-slider .section-title h2 {
    font-size: 26px;
  }

  section.web-latest-news-slider .section-title p {
    font-size: 18px;
  }
}

section.web-naviverse {
  padding: 20px 0;
  position: relative;
  background-color: rgba(0, 0, 0, 0.8);
}

section.web-naviverse .section-title {
  margin-bottom: 40px;
}

section.web-naviverse .section-title h2 {
  font-size: 60px;
  line-height: 1.1;
  display: inline-block;
  position: relative;
  font-weight: 800;
  margin: 0;
  text-transform: uppercase;
  color: #fff;
}

section.web-naviverse .section-title p {
  font-size: 24px;
  line-height: 1.3;
  margin-top: 20px;
  color: #fff;
  max-width: 500px;
}

section.web-naviverse .container {
  position: relative;
  z-index: 15;
}

section.web-naviverse .naviverse-man {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 160%;
}

section.web-naviverse .naviverse-man span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

section.web-naviverse .section-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

section.web-naviverse .section-bg span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 1200px) {
  section.web-naviverse .section-title h2 {
    font-size: 40px;
  }

  section.web-naviverse .section-title p {
    font-size: 20px;
  }
}

@media (max-width: 992px) {
  section.web-naviverse .naviverse-man {
    padding-bottom: 60%;
  }
}

@media (max-width: 767px) {
  section.web-naviverse .naviverse-man {
    padding-bottom: 60%;
    margin-bottom: 20px;
  }

  section.web-naviverse .section-title h2 {
    font-size: 26px;
  }

  section.web-naviverse .section-title p {
    font-size: 18px;
  }
}

section.web-quote-slider {
  padding: 60px 0;
  position: relative;
}

section.web-quote-slider .container {
  position: relative;
  z-index: 15;
}

section.web-quote-slider .section-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-color: #000;
}

section.web-quote-slider .section-image>span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

section.web-quote-slider .cta-wrap {
  padding-top: 20px;
}

section.web-quote-slider::before {
  content: "";
  font-size: 60px;
  color: #ff5800;
  margin: 20px auto 40px;
  background-image: url(../images/quote.svg);
  height: 80px;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  z-index: 15;
  position: relative;
}

section.web-quote-slider .quote-sw {
  position: relative;
  display: block;
  padding: 0 100px;
  max-width: 1150px;
  margin: 0 auto;
}

section.web-quote-slider blockquote {
  font-size: 34px;
  line-height: 1.3;
  text-align: center;
}

section.web-quote-slider blockquote span {
  display: block;
  padding-top: 30px;
}

section.web-quote-slider blockquote span.bq-author {
  color: #ff5800;
  text-transform: uppercase;
}

section.web-quote-slider blockquote span.bq-footer {
  font-size: 26px;
}

section.web-quote-slider blockquote .bq-author+.bq-footer {
  padding-top: 0;
}

section.web-quote-slider .owl-dots {
  text-align: center;
  margin-top: 0;
  position: absolute;
  right: 0;
  width: 20px;
  bottom: auto;
  top: 30%;
  -webkit-transform: translateY(-70%);
  -o-transform: translateY(-70%);
  transform: translateY(-70%);
  left: -80px;
}

section.web-quote-slider .owl-dots.disabled {
  display: none;
}

section.web-quote-slider .owl-dots .owl-dot {
  display: inline-block;
}

section.web-quote-slider .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 4px;
  display: block;
  background: rgba(255, 255, 255, 0.4);
  -webkit-backface-visibility: visible;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  border-radius: 30px;
  border: none;
}

section.web-quote-slider .owl-dots .owl-dot.active span {
  background: #ff5800;
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  margin: 5px;
}

section.web-quote-slider .quote-nav-wrap {
  position: static;
  height: 0;
}

section.web-quote-slider .quote-nav-wrap.disabled {
  display: none;
}

section.web-quote-slider .quote-nav-wrap button {
  position: absolute;
  top: 15%;
  width: 60px;
  height: 60px;
  background-color: #ff5800;
}

section.web-quote-slider .quote-nav-wrap button span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 30px;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
}

section.web-quote-slider .quote-nav-wrap button.owl-next {
  right: -20px;
}

section.web-quote-slider .quote-nav-wrap button.owl-next span {
  background-image: url(../images/chevron-right.svg);
}

section.web-quote-slider .quote-nav-wrap button.owl-prev {
  left: -20px;
}

section.web-quote-slider .quote-nav-wrap button.owl-prev span {
  background-image: url(../images/chevron-left.svg);
}

@media (max-width: 1024px) {
  section.web-quote-slider .quote-sw {
    padding: 0 60px;
  }

  section.web-quote-slider blockquote {
    font-size: 28px;
  }

  section.web-quote-slider blockquote span.bq-footer {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  section.web-quote-slider .quote-sw {
    padding: 0;
  }

  section.web-quote-slider blockquote {
    font-size: 22px;
  }

  section.web-quote-slider blockquote span.bq-footer {
    font-size: 18px;
  }

  section.web-quote-slider::before {
    height: 40px;
  }

  section.web-quote-slider {
    padding: 30px 0;
  }

  section.web-quote-slider::before {
    margin-bottom: 60px;
  }

  section.web-quote-slider .owl-dots {
    text-align: center;
    margin-top: 0;
    position: absolute;
    right: 0;
    width: 100%;
    bottom: auto;
    top: -35px;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    left: 0;
  }
}

section.web-two_columns_content {
  padding: 60px 0;
}

section.web-two_columns_content h2 {
  font-size: 60px;
  line-height: 1.1;
  display: inline-block;
  position: relative;
  font-weight: 700;
  margin: 0 0 25px;
  text-transform: uppercase;
}

section.web-two_columns_content h2 strong {
  color: #ff5800 !important;
}

section.web-two_columns_content h3 strong {
  color: #ff5800 !important;
}

section.web-two_columns_content .nsap-form-wrap {
  padding: 30px 20px;
  background-color: #03cfd3;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section.web-two_columns_content .nsap-form-wrap .section-title {
  margin-bottom: 40px;
  max-width: 460px;
}

section.web-two_columns_content .nsap-form-wrap .section-title h2 {
  font-size: 60px;
  line-height: 1.1;
  display: inline-block;
  position: relative;
  font-weight: 700;
  margin: 0;
  color: #fff;
}

section.web-two_columns_content .nsap-form-wrap .section-title h2 strong {
  color: #03cfd3;
}

section.web-two_columns_content .nsap-form-wrap .section-title p {
  font-size: 24px;
  line-height: 1.3;
  margin-top: 20px;
}

section.web-two_columns_content .nsap-form-wrap iframe {
  width: 100%;
  min-height: 430px;
  margin-left: -8px;
}

@media (max-width: 1200px) {
  section.web-two_columns_content h2 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  section.web-two_columns_content h2 {
    font-size: 26px;
  }
}

section.web-leadership {
  padding: 50px 0;
  background-color: #0f0f0f;
}

section.web-leadership .lmb-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
}

section.web-leadership .lmb-row .lmb-col {
  padding: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

section.web-leadership .lmb-row .lmb-col a {
  display: block;
  height: 100%;
  max-width: 230px;
  margin: 0 auto;
}

section.web-leadership .lmb-row .web-lm-card {
  display: block;
  margin-bottom: 40px;
}

section.web-leadership .lmb-row .web-lm-card:hover .lmc-thumbnail .lmc-tpw {
  top: -90px;
}

section.web-leadership .lmb-row .web-lm-card:hover .lmc-thumbnail .lmc-tpw::before {
  opacity: 1;
}

section.web-leadership .lmb-row .web-lm-card:hover .lmc-thumbnail .lmc-tpw::after {
  filter: brightness(0) invert(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

section.web-leadership .lmb-row .web-lm-card .lmc-thumbnail {
  display: block;
  position: relative;
  padding-bottom: calc(100% - 70px);
  margin-top: 40px;
}

section.web-leadership .lmb-row .web-lm-card .lmc-thumbnail .lmc-ts {
  position: absolute;
  top: -70px;
  right: 0;
  left: 0;
  bottom: 0;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 15;
}

section.web-leadership .lmb-row .web-lm-card .lmc-thumbnail .lmc-tpw {
  position: absolute;
  top: -90px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}

section.web-leadership .lmb-row .web-lm-card .lmc-thumbnail .lmc-tpw::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-image: url(../images/navisite-favicon-lg.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0.8;
  -webkit-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  filter: brightness(1) invert(0);
}

section.web-leadership .lmb-row .web-lm-card .lmc-thumbnail .lmc-tpw::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #ff5700;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

section.web-leadership .lmb-row .web-lm-card span {
  display: block;
}

section.web-leadership .lmb-row .web-lm-card .lmc-details {
  display: block;
  padding: 30px 0;
  color: #fff;
}

section.web-leadership .lmb-row .web-lm-card .lmc-details .lmc-name {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
}

section.web-leadership .lmb-row .web-lm-card .lmc-details .lmc-jobtitle {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 10px;
}

.lmbm-modal-w {
  background-color: #fff;
  padding: 90px 60px;
  width: 1300px;
  max-width: 90vw;
}

.lmbm-modal-w .lmbm-header .lmbm-thumbnail {
  display: none;
}

.lmbm-modal-w .lmbm-content {
  max-height: 50vh;
  overflow: auto;
}

.lmbm-modal-w .lmbm-modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.lmbm-modal-w .lmbm-col-tumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 20px;
}

.lmbm-modal-w .lmbm-col-tumb .lmbm-thumbnail-w {
  max-width: 200px;
}

.lmbm-modal-w .lmbm-col-tumb .lmbm-thumbnail {
  display: block;
  position: relative;
  padding-bottom: 100%;
  background-color: #fff;
}

.lmbm-modal-w .lmbm-col-tumb .lmbm-thumbnail span {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.lmbm-modal-w .lmbm-col-bio {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
  padding: 0 20px;
}

.lmbm-modal-w .lmbm-col-bio h3 {
  font-size: 64px;
  font-weight: 500;
  margin: 0 0 20px;
}

.lmbm-modal-w .lmbm-col-bio p.lmbm-jobtitle {
  font-size: 28px;
  line-height: 1.6;
  color: #ff5800;
  margin: 0 0 20px;
}

.lmbm-modal-w .lmbm-col-bio p {
  font-size: 18px;
  line-height: 1.6;
}

.page-template-page-leadership-v2-php .lity-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  color: #000;
  border: 1px solid #000;
  text-shadow: none;
  font-weight: 100;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-template-page-leadership-v2-php .lity-close:hover {
  background-color: #ff5800;
  border-color: #ff5800;
  color: #fff;
}

.page-template-page-leadership-v2-php section.web-hero-slider.web-hs-height-auto .web-hs-slider-wrap .item .web-hs-content.web-ns {
  padding-bottom: 160px;
}

section.web-hero-slider+section.web-leadership {
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
  position: relative;
  z-index: 25;
}

section.web-hero-slider+section.web-leadership .lmb-row {
  position: relative;
  top: -100px;
}

@media (max-width: 1024px) {
  section.web-leadership .lmb-row .lmb-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }

  .lmbm-modal-w .lmbm-col-tumb {
    display: none;
  }

  .lmbm-modal-w .lmbm-col-bio {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .lmbm-modal-w {
    padding: 60px 30px;
  }

  .lmbm-modal-w .lmbm-col-bio .lmbm-header {
    position: relative;
    padding-left: 100px;
    min-height: 100px;
    margin-bottom: 20px;
  }

  .lmbm-modal-w .lmbm-col-bio .lmbm-header .lmbm-thumbnail {
    display: block;
    width: 80px;
    height: 80px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
  }

  .lmbm-modal-w .lmbm-col-bio h3 {
    font-size: 38px;
    margin-bottom: 0;
  }

  .lmbm-modal-w .lmbm-col-bio p.lmbm-jobtitle {
    font-size: 22px;
    margin: 0;
  }

  .lmbm-modal-w .lmbm-col-bio p {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  section.web-leadership .lmb-row .web-lm-card .lmc-details .lmc-name {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  section.web-leadership .lmb-row .lmb-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  section.web-leadership .lmb-row .web-lm-card .lmc-details .lmc-name {
    font-size: 18px;
  }

  section.web-leadership .lmb-row .web-lm-card .lmc-details .lmc-jobtitle {
    font-size: 13px;
  }

  section.web-leadership .lmb-row .web-lm-card .lmc-details {
    padding-bottom: 10px;
    padding-top: 15px;
  }

  .page-template-page-leadership-v2-php .lity-close {
    width: 30px;
    height: 30px;
    top: 5px;
    right: 5px;
    border: none;
  }

  .page-template-page-leadership-v2-php .lity-close:hover {
    background-color: transparent;
    color: #ff5800;
  }

  .lmbm-modal-w .lmbm-col-bio h3 {
    font-size: 22px;
    line-height: 1.4;
  }

  .lmbm-modal-w .lmbm-col-bio p.lmbm-jobtitle {
    font-size: 16px;
    line-height: 1.2;
  }

  .lmbm-content {
    max-height: 25vh;
    overflow: auto;
  }
}

section.web-cu-hero {
  padding: 120px 0 0;
  background-color: #141414;
  color: #fff;
  position: relative;
}

section.web-cu-hero.web-cu-hero-bottom-banner {
  padding-top: 20px;
}

section.web-cu-hero.web-cu-hero-bottom-banner .section-image {
  z-index: 1;
}

section.web-cu-hero.web-cu-hero-bottom-banner .section-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 15;
}

section.web-cu-hero .section-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
}

section.web-cu-hero .section-image span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

section.web-cu-hero .container {
  position: relative;
  z-index: 15;
}

section.web-cu-hero h1,
section.web-cu-hero h2,
section.web-cu-hero h3,
section.web-cu-hero h4,
section.web-cu-hero h5,
section.web-cu-hero p,
section.web-cu-hero a {
  color: #fff;
}

section.web-cu-hero h1 {
  font-size: 64px;
  line-height: 1.1;
  margin: 0 0 20px;
}

section.web-cu-hero p {
  font-size: 28px;
  line-height: 1.3;
  margin: 0 0 20px;
}

section.web-cu-hero .web-uc-form-wrap {
  padding: 20px 50px;
}

section.web-cu-hero .web-uc-form-wrap iframe {
  width: 100%;
  height: 100%;
  min-height: 500px;
}

section.web-cu-hero .web-uc-form-wrap h4 {
  font-size: 36px;
  color: #fff;
  line-height: 1.3;
}

section.web-fw-cta-section .section-inner {
  padding: 60px 0;
}

section.web-fw-cta-section .section-inner .btn {
  font-weight: 700;
}

@media (max-width: 1024px) {
  section.web-cu-hero h1 {
    font-size: 54px;
  }

  section.web-cu-hero p {
    font-size: 22px;
  }

  section.web-cu-hero .web-uc-form-wrap {
    padding: 0 20px;
  }

  section.web-cu-hero .web-uc-form-wrap h4 {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  section.web-cu-hero {
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
  }

  section.web-cu-hero .section-image {
    width: 100%;
  }

  section.web-cu-hero .web-uc-form-wrap {
    padding: 40px 0 50px;
    position: relative;
  }

  section.web-cu-hero .web-uc-form-wrap::after {
    content: "";
    position: absolute;
    top: 10px;
    left: -100vw;
    right: -100vw;
    bottom: 0;
    background-color: #141414;
  }

  section.web-cu-hero .web-uc-form-wrap h4,
  section.web-cu-hero .web-uc-form-wrap iframe {
    position: relative;
    z-index: 5;
  }
}

@media (max-width: 767px) {
  section.web-cu-hero h1 {
    font-size: 34px;
  }

  section.web-cu-hero .web-uc-form-wrap h4 {
    font-size: 26px;
  }
}

section.web-cu-support_boxes {
  padding: 80px 0;
}

section.web-cu-support_boxes .web-section-title {
  text-align: center;
  margin-bottom: 40px;
}

section.web-cu-support_boxes .web-support-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section.web-cu-support_boxes .web-support-boxes .web-sb-w {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding: 10px;
}

section.web-cu-support_boxes .web-support-boxes .web-sb {
  background-color: #f7f7f7;
  padding: 30px;
  color: #2d2d2d;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

section.web-cu-support_boxes .web-support-boxes .web-sb .web-sb-l {
  margin-top: auto;
}

section.web-cu-support_boxes .web-support-boxes .web-sb h4 {
  font-size: 28px;
  font-weight: 700;
  color: #2d2d2d;
  margin: 0 0 20px;
}

section.web-cu-support_boxes .web-support-boxes .web-sb p {
  font-size: 18px;
  line-height: 1.33;
  color: #2d2d2d;
  margin: 0 0 20px;
}

section.web-cu-support_boxes .web-support-boxes .web-sb a {
  font-size: 16px;
  font-weight: 500;
  color: #2d2d2d;
  position: relative;
  display: inline-block;
  padding-right: 40px;
}

section.web-cu-support_boxes .web-support-boxes .web-sb a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  right: 0;
  background-image: url(../images/feather-arrow-right-dk.svg);
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

section.web-cu-support_boxes .web-support-boxes .web-sb a:hover {
  color: #ff5700;
}

@media (max-width: 1024px) {
  section.web-cu-support_boxes .web-support-boxes .web-sb-w {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

@media (max-width: 991px) {
  section.web-cu-support_boxes .web-support-boxes .web-sb-w {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  section.web-cu-support_boxes {
    padding: 50px 0;
  }

  section.web-cu-support_boxes .web-support-boxes .web-sb-w {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  section.web-cu-support_boxes .web-support-boxes .web-sb h4 {
    font-size: 22px;
  }

  section.web-cu-support_boxes .web-support-boxes .web-sb p {
    font-size: 16px;
  }
}

section.web-cu-lms {
  padding: 80px 0;
  background-color: #f7f7f7;
}

section.web-cu-lms .web-section-title {
  margin-bottom: 40px;
}

section.web-cu-lms .lms-dots-container {
  text-align: right;
  padding-right: 1px;
}

section.web-cu-lms .lms-dots-container button {
  border: 1px solid #d5d5d5;
  background-color: transparent;
  outline: none;
  box-shadow: none;
  font-size: 24px;
  line-height: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-right: -1px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

section.web-cu-lms .lms-dots-container button span {
  width: 22px;
  height: 18px;
  background-image: url(../images/chevron-left.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

section.web-cu-lms .lms-dots-container button.owl-next span {
  background-image: url(../images/chevron-right.svg);
}

section.web-cu-lms .lms-dots-container button:hover {
  background-color: #d5d5d5;
}

section.web-cu-lms .web-lms-slider .item {
  display: block;
  position: relative;
}

section.web-cu-lms .web-lms-slider .item .lms-item {
  display: block;
  height: 0;
  padding-bottom: 100%;
  width: 100%;
  color: #fff;
}

section.web-cu-lms .web-lms-slider .item .lms-item h4 {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  color: #fff;
  margin: 0;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.3;
  z-index: 5;
}

section.web-cu-lms .web-lms-slider .item .lms-item .section-image {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

section.web-cu-lms .web-lms-slider .item .lms-item .section-image span {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

section.web-cu-video {
  background-color: #2d2d2d;
  position: relative;
  padding: 140px 0;
}

section.web-cu-video .container {
  position: relative;
  z-index: 15;
}

section.web-cu-video .web-video-wrap {
  text-align: center;
}

section.web-cu-video .web-video-wrap a {
  text-align: center;
  font-size: 64px;
  font-weight: 700;
  color: #fff;
  padding-left: 100px;
  position: relative;
  min-height: 80px;
  margin: 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section.web-cu-video .web-video-wrap a:hover::after {
  -webkit-transform: translateY(-50%) scale(1.2);
  -o-transform: translateY(-50%) scale(1.2);
  transform: translateY(-50%) scale(1.2);
}

section.web-cu-video .web-video-wrap a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 80px;
  width: 80px;
  background-color: #ff5700;
  border-radius: 50%;
}

section.web-cu-video .web-video-wrap a::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
  -o-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background-image: url(../images/video-play.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 28px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

section.web-cu-video .section-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

section.web-cu-video .section-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #111;
  opacity: 0.5;
}

section.web-cu-video .section-image span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.web-oembed-video-wrap {
  width: 70vw;
  height: 0;
  padding-bottom: 56.5%;
  position: relative;
}

.web-oembed-video-wrap iframe {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
}

@media (max-width: 991px) {
  section.web-cu-video .web-video-wrap a {
    font-size: 46px;
  }
}

@media (max-width: 767px) {
  section.web-cu-video {
    padding: 80px 0;
  }

  section.web-cu-video .web-video-wrap a {
    padding-left: 0;
    font-size: 36px;
    padding-top: 80px;
  }

  section.web-cu-video .web-video-wrap a::before,
  section.web-cu-video .web-video-wrap a::after {
    left: auto;
    right: auto;
    top: 0;
  }
}

section.web-cu-newsletter {
  padding: 160px 0;
  background-color: #141414;
}

section.web-cu-newsletter * {
  color: #fff;
}

section.web-cu-newsletter * a,
section.web-cu-newsletter * strong {
  color: #ff5700;
}

section.web-cu-newsletter p {
  font-size: 46px;
  font-weight: 700;
  line-height: 1.3;
}

section.web-cu-newsletter iframe {
  width: 100%;
  height: 100%;
  min-height: 240px;
}

@media (max-width: 1024px) {
  section.web-cu-newsletter {
    padding: 100px 0;
  }

  section.web-cu-newsletter p {
    font-size: 32px;
  }
}

@media (max-width: 991px) {
  section.web-cu-newsletter {
    padding: 60px 0;
  }

  section.web-cu-newsletter p {
    font-size: 28px;
    margin-bottom: 30px;
  }
}

body.search {
  background-color: #000;
}

body.search * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.search .hero-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  border: 1px solid #fff;
}

body.search .hero-search-form input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px 0;
  border: none !important;
  box-shadow: none !important;
  color: #fff;
  font-weight: 400;
}

body.search .hero-search-form .btn-search-submit {
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 26px;
}

body.search .hero-search-form .btn-search-submit:hover {
  color: #ff5800;
}

body.search .hero-search-form .hsf-cta-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

body.search .hero-search-form .clear-search {
  position: relative;
  right: 0;
  background-color: transparent;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body.search .hero-search-form .clear-search:hover {
  color: #fff;
}

.search-hero-section.hero-section .hero-content .subtitle-hero {
  color: rgba(255, 255, 255, 0.8);
}

section.nvrs-search-results-list {
  padding: 60px 0;
  background-color: #000;
  color: #fff;
}

section.nvrs-search-results-list .spl-pagination {
  text-align: center;
}

section.nvrs-search-results-list .spl-pagination a {
  margin-top: 50px;
}

section.nvrs-search-results-list .spl-pagination a.disabled {
  pointer-events: none;
  opacity: 0.5;
}

section.nvrs-search-results-list article.web-content-search {
  padding: 40px 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

section.nvrs-search-results-list article.web-content-search a {
  display: block;
  color: #fff;
}

section.nvrs-search-results-list article.web-content-search a:hover h3 {
  color: #ff5800;
}

section.nvrs-search-results-list article.web-content-search a .excerpt_part {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
}

section.nvrs-search-results-list article.web-content-search a h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

section.nvrs-search-results-list article.web-content-search a .web-cs-cat-w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 -5px;
  margin-bottom: 20px;
}

section.nvrs-search-results-list article.web-content-search a .web-cs-cat-w span {
  font-size: 13px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  padding-right: 20px;
  position: relative;
  margin: 5px;
}

section.nvrs-search-results-list article.web-content-search a .web-cs-cat-w span::after {
  content: "";
  position: absolute;
  top: 0;
  right: 3px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1px;
  background-color: currentColor;
}

section.nvrs-search-results-list article.web-content-search a .web-cs-cat-w span:last-child::after {
  opacity: 0;
}

section.nvrs-search-results-list article.web-content-search a .excerpt {
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 30px;
}

section.nvrs-search-results-list article.web-content-search a .web-cs-rm {
  font-size: 16px;
  font-weight: 400;
  color: #ff5800;
  text-transform: uppercase;
  text-decoration: underline;
  display: inline-block;
}

section.nvrs-search-results-list h1 {
  color: #fff;
}

section.nvrs-search-results-list .no-results {
  padding-top: 20px;
}

section.nvrs-search-results-list .no-results .search-form {
  display: none;
}

section.nvrs-search-results-list .search-filter-wrap {
  padding: 20px 0;
}

section.nvrs-search-results-list .search-filter-wrap ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

section.nvrs-search-results-list .search-filter-wrap ul li {
  list-style: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

section.nvrs-search-results-list .search-filter-wrap ul li.active {
  border-bottom-color: #ff5800;
}

section.nvrs-search-results-list .search-filter-wrap ul li.active a {
  color: #ff5800;
}

section.nvrs-search-results-list .search-filter-wrap ul li.no-results {
  opacity: 0.5;
  pointer-events: none;
}

section.nvrs-search-results-list .search-filter-wrap ul li:hover a {
  color: #ff5800;
}

section.nvrs-search-results-list .search-filter-wrap ul li a {
  outline: none;
  border: none;
  padding: 15px;
  display: block;
  color: #fff;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  section.nvrs-search-results-list {
    padding: 30px 0;
  }

  section.nvrs-search-results-list .search-filter-wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  section.nvrs-search-results-list .search-filter-wrap ul li {
    margin: 10px;
  }

  section.nvrs-search-results-list .search-filter-wrap ul li a {
    padding: 5px;
    font-size: 16px;
  }

  section.nvrs-search-results-list article.web-content-search {
    padding: 20px 0;
  }

  section.nvrs-search-results-list article.web-content-search a h3 {
    font-size: 20px;
  }

  section.nvrs-search-results-list article.web-content-search a .web-cs-rm {
    font-size: 12px;
  }

  body.search .hero-search-form .clear-search {
    display: none;
  }
}

body.page-template-page-naviverse:not(.nvrs-pl-done),
body.page-template-page-naviverse-v2:not(.nvrs-pl-done) {
  overflow: hidden;
}

body.page-template-page-naviverse #main,
body.page-template-page-naviverse-v2 #main {
  opacity: 0;
}

body.page-template-page-naviverse .nvrs-sticky-nav,
body.page-template-page-naviverse-v2 .nvrs-sticky-nav {
  left: -50vw;
  -webkit-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
  opacity: 0;
}

body.page-template-page-naviverse header.web-site-header .web-container-fluid,
body.page-template-page-naviverse-v2 header.web-site-header .web-container-fluid {
  top: -50vh;
  -webkit-transition: top 2s ease;
  -o-transition: top 2s ease;
  transition: top 2s ease;
}

body.page-template-page-naviverse.nvrs-pl-done,
body.page-template-page-naviverse-v2.nvrs-pl-done {
  opacity: 1;
}

body.page-template-page-naviverse.nvrs-pl-done #main,
body.page-template-page-naviverse-v2.nvrs-pl-done #main {
  opacity: 1;
}

body.page-template-page-naviverse.nvrs-pl-done .nvrs-sticky-nav,
body.page-template-page-naviverse-v2.nvrs-pl-done .nvrs-sticky-nav {
  left: 50px;
  opacity: 1;
}

body.page-template-page-naviverse.nvrs-pl-done header.web-site-header .web-container-fluid,
body.page-template-page-naviverse-v2.nvrs-pl-done header.web-site-header .web-container-fluid {
  top: 0;
}

body.page-template-page-naviverse.nvrs-pl-done section.nvrs-hero .nvrs-sroll-down,
body.page-template-page-naviverse-v2.nvrs-pl-done section.nvrs-hero .nvrs-sroll-down {
  opacity: 1;
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}

body.page-template-page-naviverse.nvrs-animating section.nvrs-hero .step-1 h3,
body.page-template-page-naviverse-v2.nvrs-animating section.nvrs-hero .step-1 h3 {
  opacity: 1;
  letter-spacing: 2px;
}

.nvrs-video-iframe-w {
  width: 80vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nvrs-video-iframe-w .nvrs-video-iframe-rw {
  position: relative;
  width: 100%;
  padding-bottom: 56.1%;
}

.nvrs-video-iframe-w .nvrs-video-iframe-rw iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

body.page-template-page-naviverse h1,
body.page-template-page-naviverse h2,
body.page-template-page-naviverse h3,
body.page-template-page-naviverse .f-barolw {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}

body.page-template-page-naviverse-v2 * {
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.page-template-page-naviverse-v2 section.nvrs-footer .section-content .nvrs-h-main {
  font-weight: 400;
}

.nvrs-landing-main {
  background-color: #000;
  position: relative;
  overflow: hidden;
}

.nvrs-landing-main section.web-tabs .web-tabs-container ul li span {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 400;
}

.nvrs-landing-main section.web-tabs .web-tab-content .web-tab-content-main h3 {
  font-size: 40px;
  font-weight: 400;
}

.nvrs-landing-main section.web-tabs .web-tab-content .web-tab-content-main p {
  font-size: 24px;
  font-weight: 300;
}

.nvrs-landing-main * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.nvrs-landing-main .nvrs-container {
  padding: 0 100px;
  margin: 0 auto;
  max-width: 1600px;
}

.nvrs-landing-main .nvrs-sticky-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 130px 0;
  z-index: 55;
}

.nvrs-landing-main .nvrs-sticky-nav ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

.nvrs-landing-main .nvrs-sticky-nav ul li {
  list-style: none;
  color: #fff;
}

.nvrs-landing-main .nvrs-sticky-nav ul li.active .nsn-s {
  color: #fff;
}

.nvrs-landing-main .nvrs-sticky-nav ul li .nsn-s {
  color: rgba(255, 255, 255, 0.6);
  padding: 15px 0;
  display: block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  cursor: pointer;
}

.nvrs-landing-main .nvrs-sticky-nav ul li .nsn-s:hover {
  color: #fff;
}

.nvrs-landing-main .nvrs-sticky-nav ul li .nsn-p {
  left: 8px;
  width: 3px;
  height: 40px;
  position: relative;
  display: block;
  overflow: hidden;
}

.nvrs-landing-main .nvrs-sticky-nav ul li .nsn-p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1px;
  right: 1px;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 1;
}

.nvrs-landing-main .nvrs-sticky-nav ul li .nsn-p span {
  position: absolute;
  left: 0;
  width: 3px;
  top: 0;
  background-color: #fff;
  z-index: 2;
}

.nvrs-landing-main .nvrs-sticky-nav ul li:last-child .nsn-p {
  display: none;
}

@media (max-width: 1200px) {
  .nvrs-landing-main section.web-tabs .web-tabs-container ul li span {
    font-size: 20px;
  }

  .nvrs-landing-main section.web-tabs .web-tab-content .web-tab-content-main h3 {
    font-size: 30px;
  }

  .nvrs-landing-main section.web-tabs .web-tab-content .web-tab-content-main p {
    font-size: 18px;
  }
}

@media (max-width: 1024px) {
  .nvrs-landing-main .nvrs-sticky-nav {
    display: none;
  }

  .nvrs-landing-main .nvrs-container {
    padding: 0 50px;
  }

  .nvrs-landing-main section.web-tabs .web-tab-content .web-tab-content-main {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .nvrs-landing-main .nvrs-container {
    padding: 0 15px;
  }

  body.page-template-page-naviverse.nvrs-animating section.nvrs-hero .step-1 h3,
  body.page-template-page-naviverse-v2.nvrs-animating section.nvrs-hero .step-1 h3 {
    letter-spacing: 1px;
  }
}

section.nvrs-hero {
  padding: 30px 0;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  z-index: 10;
}

section.nvrs-hero.nvrs-hero-v2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section.nvrs-hero.nvrs-hero-v2.section--an {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.nvrs-hero.nvrs-hero-v2 .nvrs-page-loader-w {
  width: 50%;
  float: right;
}

section.nvrs-hero.nvrs-hero-v2 .section-content .nvrs-h-sub {
  font-size: 30px;
  line-height: 1.33;
  font-weight: 300;
  -webkit-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}

section.nvrs-hero.nvrs-hero-v2 .section-content h1 {
  font-weight: 400;
}

section.nvrs-hero.nvrs-hero-v2 .section-content strong {
  font-weight: inherit;
  color: #ff5700;
}

section.nvrs-hero.nvrs-hero-v2.section--an .section-content .nvrs-h-sub {
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

section.nvrs-hero .nvrs-sroll-down {
  position: absolute;
  right: 50px;
  bottom: 50px;
  width: 150px;
  height: 150px;
  cursor: pointer;
  z-index: 35;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: opacity 3s ease 1s, -webkit-transform 1s ease 1s;
  transition: opacity 3s ease 1s, -webkit-transform 1s ease 1s;
  -o-transition: opacity 3s ease 1s, -o-transform 1s ease 1s;
  transition: transform 1s ease 1s, opacity 3s ease 1s;
  transition: transform 1s ease 1s, opacity 3s ease 1s,
    -webkit-transform 1s ease 1s, -o-transform 1s ease 1s;
}

section.nvrs-hero .nvrs-sroll-down span {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

section.nvrs-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 20%;
  background: -webkit-linear-gradient(top, transparent 0%, black 100%);
  background: -o-linear-gradient(top, transparent 0%, black 100%);
  background: linear-gradient(to bottom, transparent 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  z-index: 2;
}

section.nvrs-hero .step-2 {
  -webkit-transition: all 3s ease;
  -o-transition: all 3s ease;
  transition: all 3s ease;
  opacity: 0;
}

section.nvrs-hero .step-2 h1 span {
  -webkit-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
  display: inline-block;
  opacity: 0;
}

section.nvrs-hero .step-2 h1 span:not(.nvrs-h-w-nols) {
  letter-spacing: 7vw;
  padding-left: 7vw;
}

section.nvrs-hero .step-2 h1 span.nvrs-h-w-ls {
  position: relative;
  left: 30px;
}

section.nvrs-hero .step-2.step-change {
  opacity: 1;
}

section.nvrs-hero .step-2.step-change h1 span {
  opacity: 1;
}

section.nvrs-hero .step-2.step-change h1 span:not(.nvrs-h-w-nols) {
  letter-spacing: 30px;
  padding-left: 0;
}

section.nvrs-hero .step-1 {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  position: relative;
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
  -o-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section.nvrs-hero .step-1.step-change {
  -webkit-transform: translateY(150px) scale(0.5);
  -o-transform: translateY(150px) scale(0.5);
  transform: translateY(150px) scale(0.5);
  opacity: 0;
}

section.nvrs-hero .step-1 h3 {
  font-size: 60px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  letter-spacing: 1.5vw;
  -webkit-transition: all 1.3s ease;
  -o-transition: all 1.3s ease;
  transition: all 1.3s ease;
  white-space: nowrap;
  opacity: 0;
}

section.nvrs-hero .section-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 4s ease;
  -o-transition: all 4s ease;
  transition: all 4s ease;
}

section.nvrs-hero .section-background span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.85;
}

section.nvrs-hero.section--an-sc .section-background {
  opacity: 1;
}

section.nvrs-hero.section--an {
  display: block;
}

section.nvrs-hero.section--an .section-content {
  min-height: 100px;
}

section.nvrs-hero.section--an .section-content .nvrs-h-sub {
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

section.nvrs-hero .section-content {
  position: relative;
  z-index: 15;
  text-align: center;
  -webkit-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
  padding: 0;
  min-height: calc(100vh - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section.nvrs-hero .section-content .nvrs-container {
  padding: 220px 0;
}

section.nvrs-hero .section-content .nvrs-h-sub {
  color: #fff;
  font-size: 28px;
  display: block;
  text-align: center;
  font-weight: 200;
  margin-bottom: 20px;
  z-index: 25;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 2s ease 0.5s;
  -o-transition: all 2s ease 0.5s;
  transition: all 2s ease 0.5s;
  -webkit-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
  opacity: 0;
}

section.nvrs-hero .section-content h1 {
  font-size: 80px;
  font-weight: 500;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: nowrap;
  position: relative;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 50px;
}

section.nvrs-hero .section-content h1::before {
  content: "";
  position: absolute;
  left: -20px;
  right: -20px;
  top: -200px;
  bottom: -200px;
  background: -webkit-radial-gradient(circle,
      rgba(0, 0, 0, 0.403799) 0%,
      rgba(252, 70, 107, 0) 26%);
  background: -o-radial-gradient(circle,
      rgba(0, 0, 0, 0.403799) 0%,
      rgba(252, 70, 107, 0) 26%);
  background: radial-gradient(circle,
      rgba(0, 0, 0, 0.403799) 0%,
      rgba(252, 70, 107, 0) 26%);
  z-index: 1;
}

section.nvrs-hero .section-content h1 span {
  position: relative;
  z-index: 15;
}

section.nvrs-hero .section-content h1 span.nvrs-h-o {
  color: #ff5700;
}

section.nvrs-hero .section-content h1 span.nvrs-h-w {
  color: #fff;
}

section.nvrs-hero.nvrs-hero-v2 .nvrs-page-loader-w {
  padding: 15px;
}

@media (max-width: 1400px) {
  section.nvrs-hero.nvrs-hero-v2 .step-2.step-change h1 {
    font-size: 70px;
  }
}

@media (max-width: 1300px) {
  section.nvrs-hero.nvrs-hero-v2 .step-2.step-change h1 {
    font-size: 60px;
  }
}

@media (max-width: 1200px) {
  section.nvrs-hero .section-content .nvrs-container {
    padding: 100px 0;
  }

  section.nvrs-hero .nvrs-sroll-down {
    width: 100px;
    height: 100px;
  }

  section.nvrs-hero.nvrs-hero-v2 .step-2.step-change h1 {
    font-size: 50px;
  }

  section.nvrs-hero.nvrs-hero-v2 .section-content .nvrs-h-sub {
    font-size: 26px;
  }
}

@media (max-width: 1024px) {
  section.nvrs-hero {
    min-height: auto;
  }

  section.nvrs-hero .step-2 h1 span.nvrs-h-w-ls {
    left: 20px;
  }

  section.nvrs-hero .nvrs-sroll-down {
    display: none;
  }

  section.nvrs-hero::after {
    height: 40%;
  }

  section.nvrs-hero .step-2.step-change h1 span:not(.nvrs-h-w-nols) {
    letter-spacing: 20px;
  }

  section.nvrs-hero .section-content h1 {
    font-size: 66px;
  }

  section.nvrs-hero.nvrs-hero-v2 .nvrs-page-loader-w {
    width: 60%;
  }

  section.nvrs-hero.nvrs-hero-v2 .step-2.step-change h1 {
    font-size: 34px;
    margin-bottom: 20px;
  }

  section.nvrs-hero.nvrs-hero-v2 .section-content .nvrs-h-sub {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  section.nvrs-hero .step-2.step-change h1 span:not(.nvrs-h-w-nols) {
    letter-spacing: 10px;
  }

  section.nvrs-hero .step-2 h1 span.nvrs-h-w-ls {
    left: 10px;
  }

  section.nvrs-hero .step-1 h3 {
    font-size: 28px;
    line-height: 1.5;
  }

  section.nvrs-hero .section-background span {
    bottom: -20%;
  }

  section.nvrs-hero .section-content h1 {
    font-size: 44px;
  }

  section.nvrs-hero .section-content .nvrs-h-sub {
    font-size: 20px;
  }

  section.nvrs-hero.nvrs-hero-v2 .nvrs-page-loader-w {
    width: 80%;
  }
}

section.nvrs-intro {
  padding: 150px 0 10px;
  position: relative;
  z-index: 25;
  overflow: visible;
}

section.nvrs-intro span.video-pattern {
  position: absolute;
  right: -5%;
  bottom: 15%;
  width: 25%;
  padding-bottom: 25%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}

section.nvrs-intro .section-pattern {
  content: "";
  position: absolute;
  top: -50%;
  padding-bottom: 100%;
  left: 0;
  background: #ff5700;
  background: -webkit-radial-gradient(circle,
      #ff5700 0%,
      rgba(255, 87, 0, 0) 40%);
  background: -o-radial-gradient(circle, #ff5700 0%, rgba(255, 87, 0, 0) 40%);
  background: radial-gradient(circle, #ff5700 0%, rgba(255, 87, 0, 0) 40%);
  z-index: 1;
  width: 80%;
  opacity: 0.5 !important;
}

section.nvrs-intro .nvrs-container {
  position: relative;
  z-index: 15;
}

section.nvrs-intro .nvrs-i-video-w {
  position: relative;
  height: 0;
  padding-bottom: 30%;
  margin: 150px 0 0;
  z-index: 25;
  border-radius: 15px;
}

section.nvrs-intro .nvrs-i-video-w .nvrs-i-v {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  overflow: hidden;
}

section.nvrs-intro .nvrs-i-video-w .nvrs-i-v a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
}

section.nvrs-intro .nvrs-i-video-w .nvrs-i-v a span {
  display: block;
  width: 110px;
  height: 110px;
  background-image: url(../images/nvrs-video-icon.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

section.nvrs-intro .nvrs-i-video-w .nvrs-i-v a:hover span {
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

section.nvrs-intro h2,
section.nvrs-intro p {
  color: #fff;
}

section.nvrs-intro p {
  font-size: 24px;
  line-height: 1.66;
}

section.nvrs-intro .nvrs-i-r {
  text-align: right;
}

section.nvrs-intro h2 {
  font-size: 60px;
}

@media (max-width: 1200px) {
  section.nvrs-intro {
    padding: 80px 0 10px;
  }

  section.nvrs-intro .section-pattern {
    width: 50%;
    left: 10%;
  }

  section.nvrs-intro p {
    font-size: 20px;
  }

  section.nvrs-intro h2 {
    font-size: 50px;
  }
}

@media (max-width: 1024px) {
  section.nvrs-intro {
    text-align: center;
  }

  section.nvrs-intro h2 {
    margin-bottom: 30px;
    font-size: 42px;
  }

  section.nvrs-intro .section-pattern {
    width: 50%;
    left: -40%;
    right: 0;
    margin: 0 auto;
    top: -28%;
  }

  section.nvrs-intro .nvrs-i-r {
    text-align: center;
  }

  section.nvrs-intro .nvrs-i-video-w {
    margin-top: 50px;
  }

  section.nvrs-intro .nvrs-i-video-w .nvrs-i-v a span {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 767px) {
  section.nvrs-intro h2 {
    font-size: 36px;
  }

  section.nvrs-intro p {
    font-size: 18px;
  }

  section.nvrs-intro .section-pattern {
    width: 60%;
    left: -40%;
    right: -40%;
    margin: 0 auto;
    top: -10%;
  }

  section.nvrs-intro .nvrs-i-video-w {
    padding-bottom: 40%;
  }
}

section.nvrs-numbers {
  padding: 10px 0;
  color: #fff;
  position: relative;
}

section.nvrs-numbers.nvrs-numbers-v2 .section-numbers-w {
  padding-bottom: 20px;
}

section.nvrs-numbers.nvrs-numbers-v2 .section-content {
  color: #fff;
}

section.nvrs-numbers.nvrs-numbers-v2 .section-content p {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 45px;
  line-height: 2;
}

section.nvrs-numbers.nvrs-numbers-v2 span.video-pattern {
  position: absolute;
  right: -5%;
  top: 0;
  width: 17%;
  padding-bottom: 17%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

section.nvrs-numbers.nvrs-numbers-v2 .snw-item .snw-desc p {
  font-weight: 300;
}

section.nvrs-numbers.nvrs-numbers-v2 .snw-item .snw-no {
  color: #fff;
  font-size: 100px;
  font-weight: 200;
}

section.nvrs-numbers.nvrs-numbers-v2 .snw-item .snw-no em {
  color: #ff5700;
}

section.nvrs-numbers.nvrs-numbers-v2 .snw-item .snw-no span {
  font-weight: 200;
  font-size: 150px;
}

section.nvrs-numbers.nvrs-numbers-v2 .snw-item .snw-desc {
  padding-top: 40px;
}

section.nvrs-numbers.nvrs-numbers-v2 .snw-item .snw-desc::before {
  width: 80px;
  top: 10px;
}

section.nvrs-numbers .section-numbers-w {
  padding-bottom: 100px;
}

section.nvrs-numbers .snw-item {
  padding: 30px;
  text-align: center;
}

section.nvrs-numbers .snw-item .snw-no {
  font-size: 120px;
  font-size: 6vw;
  color: #ff5700;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section.nvrs-numbers .snw-item .snw-no span {
  font-size: 220px;
  font-size: 11vw;
  line-height: 10px;
  font-weight: 400;
  top: -5px;
  position: relative;
}

section.nvrs-numbers .snw-item .snw-desc {
  padding-top: 80px;
  position: relative;
}

section.nvrs-numbers .snw-item .snw-desc::before {
  content: "";
  position: absolute;
  top: 40px;
  width: 30%;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.6);
}

section.nvrs-numbers .snw-item .snw-desc p {
  font-size: 18px;
  font-weight: 200;
  max-width: 78%;
  margin: 0 auto;
}

section.nvrs-numbers::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: -webkit-linear-gradient(top, transparent 0%, black 100%);
  background: -o-linear-gradient(top, transparent 0%, black 100%);
  background: linear-gradient(to bottom, transparent 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  z-index: 2;
}

section.nvrs-numbers::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 30%;
  background: -webkit-linear-gradient(top, black 0%, transparent 100%);
  background: -o-linear-gradient(top, black 0%, transparent 100%);
  background: linear-gradient(to bottom, black 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
  z-index: 2;
}

section.nvrs-numbers .nvrs-container {
  position: relative;
  z-index: 15;
}

section.nvrs-numbers .section-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

section.nvrs-numbers .section-background span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.85;
}

section.nvrs-numbers .section-title {
  text-align: center;
  margin-bottom: 80px;
  margin-top: 100px;
}

section.nvrs-numbers h2,
section.nvrs-numbers p {
  color: #fff;
}

section.nvrs-numbers p {
  font-size: 24px;
  line-height: 1.66;
}

section.nvrs-numbers .nvrs-i-r {
  text-align: right;
}

section.nvrs-numbers h2 {
  font-size: 60px;
}

@media (max-width: 1200px) {
  section.nvrs-numbers h2 {
    font-size: 50px;
  }

  section.nvrs-numbers .section-numbers-w {
    padding-bottom: 50px;
  }

  section.nvrs-numbers .snw-item {
    padding: 20px;
  }

  section.nvrs-numbers .snw-item .snw-desc {
    padding-top: 50px;
  }

  section.nvrs-numbers .snw-item .snw-desc p {
    font-size: 16px;
    max-width: 100%;
  }

  section.nvrs-numbers .snw-item .snw-desc::before {
    top: 10px;
  }

  section.nvrs-numbers.nvrs-numbers-v2 .snw-item .snw-no {
    font-size: 70px;
  }

  section.nvrs-numbers.nvrs-numbers-v2 .section-content p {
    font-size: 18px;
  }
}

@media (max-width: 1024px) {
  section.nvrs-numbers .snw-item .snw-no {
    height: auto;
    margin-bottom: 20px;
  }

  section.nvrs-numbers h2 {
    font-size: 42px;
  }

  section.nvrs-numbers.nvrs-numbers-v2 .section-content {
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  section.nvrs-numbers h2 {
    font-size: 36px;
  }

  section.nvrs-numbers .section-title {
    margin: 50px 0 20px;
  }

  section.nvrs-numbers .snw-item .snw-no {
    font-size: 36px;
  }

  section.nvrs-numbers .snw-item .snw-no span {
    font-size: 50px;
  }
}

section.nvrs-animated-section {
  padding: 150px 0 40px;
  position: relative;
  z-index: 35;
  overflow: visible;
}

section.nvrs-animated-section .section-pattern {
  content: "";
  position: absolute;
  top: -40%;
  padding-bottom: 100%;
  left: -20%;
  background: #ff5700;
  background: -webkit-radial-gradient(circle,
      #ff5700 0%,
      rgba(255, 87, 0, 0) 40%);
  background: -o-radial-gradient(circle, #ff5700 0%, rgba(255, 87, 0, 0) 40%);
  background: radial-gradient(circle, #ff5700 0%, rgba(255, 87, 0, 0) 40%);
  z-index: -1;
  width: 80%;
  opacity: 0.5 !important;
}

section.nvrs-animated-section .bottom-pattern {
  position: absolute;
  right: 0;
  left: 2%;
  margin: 0 auto;
  top: 2%;
  width: 15%;
  z-index: -1;
  padding-bottom: 15%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

section.nvrs-animated-section .nvrs-container {
  position: relative;
  z-index: 15;
}

section.nvrs-animated-section h2,
section.nvrs-animated-section p {
  color: #fff;
}

section.nvrs-animated-section p {
  font-size: 18px;
  line-height: 1.66;
  margin-bottom: 25px;
}

section.nvrs-animated-section .nvrs-i-r {
  text-align: right;
}

section.nvrs-animated-section h2 {
  font-size: 60px;
  margin-bottom: 40px;
}

section.nvrs-animated-section .animated-section-w {
  position: relative;
  padding-bottom: 70%;
  margin-right: 20px;
}

section.nvrs-animated-section .animated-section-w .animated-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: 15px;
}

section.nvrs-animated-section .animated-section-w .animated-image span {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
}

section.nvrs-animated-section .animated-section-w .animated-image span.moon-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

section.nvrs-animated-section .animated-section-w .animated-image span.mix-blended {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: 5;
}

section.nvrs-animated-section .animated-section-w .animated-image span.mix-blended::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #4d91c5;
  opacity: 0.43;
  mix-blend-mode: overlay;
  z-index: 1;
}

section.nvrs-animated-section .animated-section-w .animated-image span.mix-blended::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-linear-gradient(top,
      transparent 0%,
      rgba(0, 0, 0, 0.85) 100%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.85) 100%);
  background: linear-gradient(to bottom,
      transparent 0%,
      rgba(0, 0, 0, 0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#d9000000', GradientType=0);
  opacity: 0.43;
  mix-blend-mode: overlay;
  z-index: 2;
}

section.nvrs-animated-section .animated-section-w .animated-image span.moon-i {
  top: 90px;
  bottom: 90px;
  left: 90px;
  right: 90px;
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

section.nvrs-animated-section .animated-section-w .animated-image span.moon-man {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 10px;
  left: 0;
  bottom: -10px;
  z-index: 15;
}

section.nvrs-animated-section .animated-section-w .animated-image:hover span.moon-i {
  -webkit-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}

section.nvrs-animated-section .animated-section-w .animated-image:hover span.moon-man {
  left: 35px;
  right: -35px;
}

section.nvrs-animated-section .text-content {
  padding-left: 30px;
}

@media (max-width: 1200px) {
  section.nvrs-animated-section .bottom-pattern {
    top: 8%;
  }

  section.nvrs-animated-section h2 {
    font-size: 50px;
  }

  section.nvrs-animated-section p {
    font-size: 16px;
  }

  section.nvrs-animated-section .section-pattern {
    top: -50%;
    left: -30%;
  }

  section.nvrs-animated-section .text-content {
    padding-left: 0;
  }
}

@media (max-width: 1024px) {
  section.nvrs-animated-section {
    padding-top: 80px;
  }

  section.nvrs-animated-section .bottom-pattern {
    top: 15px;
    right: 0;
    left: auto;
  }

  section.nvrs-animated-section .animated-section-w {
    margin-right: 0;
    margin-bottom: 40px;
  }

  section.nvrs-animated-section .text-content {
    text-align: center;
  }

  section.nvrs-animated-section .text-content h2 {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  section.nvrs-animated-section {
    padding-top: 20px;
  }

  section.nvrs-animated-section .text-content h2 {
    font-size: 36px;
  }

  section.nvrs-animated-section .bottom-pattern {
    width: 30%;
    padding-bottom: 30%;
    top: -25px;
    right: -10%;
  }
}

section.nvrs-gives-back {
  padding: 40px 0;
  position: relative;
  z-index: 35;
  overflow: visible;
}

section.nvrs-gives-back.nvrs-gives-back-tabs .text-content h3 {
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

section.nvrs-gives-back.nvrs-gives-back-tabs .text-content h3:hover,
section.nvrs-gives-back.nvrs-gives-back-tabs .text-content h3.active {
  color: #ff5700;
}

section.nvrs-gives-back.nvrs-gives-back-tabs .text-content h3.active {
  pointer-events: none;
}

section.nvrs-gives-back.nvrs-gives-back-tabs .section-image span.nvrs-gb-i {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

section.nvrs-gives-back.nvrs-gives-back-tabs .section-image span.nvrs-gb-i::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

section.nvrs-gives-back.nvrs-gives-back-tabs .section-image .cta-wrap {
  z-index: 5;
}

section.nvrs-gives-back .cta-wrap {
  position: relative;
  z-index: 15;
}

section.nvrs-gives-back .cta-wrap a {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  padding: 10px 70px;
  min-height: 80px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 3px solid #ff5700;
  border-radius: 150px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: transparent;
}

section.nvrs-gives-back .cta-wrap a::before {
  content: "";
  position: absolute;
  top: -3px;
  bottom: -3px;
  left: -3px;
  right: -3px;
  background: -webkit-linear-gradient(45deg, #ff5700, #ff9900);
  background: -o-linear-gradient(45deg, #ff5700, #ff9900);
  background: linear-gradient(45deg, #ff5700, #ff9900);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  border-radius: 150px;
}

section.nvrs-gives-back .cta-wrap a span.c-grb {
  z-index: 1;
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  background: -webkit-linear-gradient(45deg, #ff5700, #ff9900);
  background: -o-linear-gradient(45deg, #ff5700, #ff9900);
  background: linear-gradient(45deg, #ff5700, #ff9900);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-mask: -webkit-linear-gradient(#fff 0 0) content-box,
    -webkit-linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  border-radius: 150px;
  padding: 3px;
  opacity: 1;
}

section.nvrs-gives-back .cta-wrap a span.c-txt {
  position: relative;
  z-index: 15;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
}

section.nvrs-gives-back .cta-wrap a:hover::before {
  opacity: 1;
}

section.nvrs-gives-back .bottom-pattern {
  position: absolute;
  right: 0;
  left: -7%;
  top: 2%;
  width: 15%;
  z-index: -1;
  padding-bottom: 15%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

section.nvrs-gives-back .section-pattern {
  content: "";
  position: absolute;
  top: -80%;
  padding-bottom: 100%;
  right: -35%;
  background: #ff5700;
  background: -webkit-radial-gradient(circle,
      #ff5700 0%,
      rgba(255, 87, 0, 0) 40%);
  background: -o-radial-gradient(circle, #ff5700 0%, rgba(255, 87, 0, 0) 40%);
  background: radial-gradient(circle, #ff5700 0%, rgba(255, 87, 0, 0) 40%);
  z-index: -1;
  width: 80%;
  opacity: 0.5;
}

section.nvrs-gives-back .nvrs-container {
  position: relative;
  z-index: 15;
}

section.nvrs-gives-back .text-c-w {
  min-height: 750px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

section.nvrs-gives-back .section-image {
  position: absolute;
  top: 80px;
  bottom: 80px;
  right: -40px;
  width: 58%;
  overflow: hidden;
  border-radius: 15px;
  z-index: 25;
}

section.nvrs-gives-back .section-image span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}

section.nvrs-gives-back .text-content h3,
section.nvrs-gives-back .text-content h4 {
  font-size: 50px;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  padding: 25px 0;
  margin: 0;
  color: #fff;
  line-height: 1.18;
}

section.nvrs-gives-back .text-content h3 a,
section.nvrs-gives-back .text-content h4 a {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

section.nvrs-gives-back .text-content h3 a:hover,
section.nvrs-gives-back .text-content h4 a:hover {
  color: #ff5700;
}

section.nvrs-gives-back .text-content h3 {
  color: #ff5700;
}

@media (max-width: 1200px) {
  section.nvrs-gives-back .text-c-w {
    min-height: auto;
  }

  section.nvrs-gives-back .text-content h3,
  section.nvrs-gives-back .text-content h4 {
    font-size: 40px;
    padding: 15px 0;
  }

  section.nvrs-gives-back .section-image {
    top: 20px;
    bottom: 20px;
  }
}

@media (max-width: 1024px) {
  section.nvrs-gives-back .section-image {
    position: relative;
    top: 0;
    left: 50px;
    right: 50px;
    bottom: 0;
    width: calc(100% - 100px);
    padding-bottom: 60%;
    margin-bottom: 20px;
  }

  section.nvrs-gives-back .text-c-w {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  section.nvrs-gives-back .text-content {
    text-align: center;
  }

  section.nvrs-gives-back .text-content h3,
  section.nvrs-gives-back .text-content h4 {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  section.nvrs-gives-back .section-image {
    width: calc(100% - 30px);
    left: 15px;
    right: 15px;
  }

  section.nvrs-gives-back .text-content h3,
  section.nvrs-gives-back .text-content h4 {
    font-size: 28px;
  }
}

section.nvrs-image-slider {
  padding: 80px 0;
  position: relative;
  z-index: 35;
}

section.nvrs-image-slider .bx-wrapper .bx-loading {
  background: url(../images/bx_loader.gif) center center no-repeat #fff;
}

section.nvrs-image-slider .nvrs-is-item {
  position: relative;
  height: 0;
  padding-bottom: 70%;
  margin: 5px;
}

section.nvrs-image-slider .nvrs-is-item>span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

section.nvrs-image-slider .nvrs-is-item>span span.is-opc {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

section.nvrs-image-slider .nvrs-is-item>span span.is-title {
  position: absolute;
  bottom: 30px;
  left: 20px;
  right: 20px;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  z-index: 15;
}

section.nvrs-image-slider .nvrs-is-item>span span.is-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 20px;
  height: 2px;
  background: #fff;
  left: 0;
}

section.nvrs-image-slider .nvrs-bx-is {
  display: 100%;
}

section.nvrs-image-slider .bx-wrapper {
  margin: 0;
  box-shadow: none;
  border: none;
  background: transparent;
}

.btn-nvrs {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  padding: 10px 70px;
  min-height: 70px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 3px solid #ff5700;
  border-radius: 150px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: transparent;
}

.btn-nvrs::before {
  content: "";
  position: absolute;
  top: -3px;
  bottom: -3px;
  left: -3px;
  right: -3px;
  background: -webkit-linear-gradient(45deg, #ff5700, #ff9900);
  background: -o-linear-gradient(45deg, #ff5700, #ff9900);
  background: linear-gradient(45deg, #ff5700, #ff9900);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  border-radius: 150px;
}

.btn-nvrs span.c-grb {
  z-index: 1;
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  background: -webkit-linear-gradient(45deg, #ff5700, #ff9900);
  background: -o-linear-gradient(45deg, #ff5700, #ff9900);
  background: linear-gradient(45deg, #ff5700, #ff9900);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-mask: -webkit-linear-gradient(#fff 0 0) content-box,
    -webkit-linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  border-radius: 150px;
  padding: 3px;
  opacity: 1;
}

.btn-nvrs span.c-txt {
  position: relative;
  z-index: 15;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
}

.btn-nvrs:hover::before {
  opacity: 1;
}

section.nvrs-footer {
  padding: 80px 0 120px;
  position: relative;
  overflow: hidden;
  z-index: 10;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

section.nvrs-footer span.bottom-pattern {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: -12%;
  z-index: 15;
  width: 15%;
  padding-bottom: 15%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

section.nvrs-footer .cta-wrap {
  padding: 80px 0 0;
  position: relative;
  z-index: 15;
}

section.nvrs-footer .cta-wrap a {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  padding: 10px 70px;
  min-height: 80px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 3px solid #ff5700;
  border-radius: 150px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: transparent;
}

section.nvrs-footer .cta-wrap a::before {
  content: "";
  position: absolute;
  top: -3px;
  bottom: -3px;
  left: -3px;
  right: -3px;
  background: -webkit-linear-gradient(45deg, #ff5700, #ff9900);
  background: -o-linear-gradient(45deg, #ff5700, #ff9900);
  background: linear-gradient(45deg, #ff5700, #ff9900);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  border-radius: 150px;
}

section.nvrs-footer .cta-wrap a span.c-grb {
  z-index: 1;
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  background: -webkit-linear-gradient(45deg, #ff5700, #ff9900);
  background: -o-linear-gradient(45deg, #ff5700, #ff9900);
  background: linear-gradient(45deg, #ff5700, #ff9900);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-mask: -webkit-linear-gradient(#fff 0 0) content-box,
    -webkit-linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  border-radius: 150px;
  padding: 3px;
  opacity: 1;
}

section.nvrs-footer .cta-wrap a span.c-txt {
  position: relative;
  z-index: 15;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
}

section.nvrs-footer .cta-wrap a:hover::before {
  opacity: 1;
}

section.nvrs-footer .nvrs-container {
  position: relative;
  z-index: 15;
}

section.nvrs-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 30%;
  background: -webkit-linear-gradient(top, black 0%, transparent 100%);
  background: -o-linear-gradient(top, black 0%, transparent 100%);
  background: linear-gradient(to bottom, black 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
  z-index: 2;
}

section.nvrs-footer .section-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

section.nvrs-footer .section-background span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.8;
}

section.nvrs-footer .section-background::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-radial-gradient(circle,
      black 0%,
      rgba(255, 87, 0, 0) 100%);
  background: -o-radial-gradient(circle, black 0%, rgba(255, 87, 0, 0) 100%);
  background: radial-gradient(circle, black 0%, rgba(255, 87, 0, 0) 100%);
  z-index: 1;
  opacity: 0.6;
}

section.nvrs-footer .section-content {
  position: relative;
  z-index: 15;
  text-align: center;
  padding-top: 80px;
}

section.nvrs-footer .section-content .nvrs-h-main {
  font-size: 80px;
  letter-spacing: 30px;
  font-weight: 500;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: nowrap;
  position: relative;
  -webkit-font-smoothing: antialiased;
  padding-left: 25px;
}

section.nvrs-footer .section-content .nvrs-h-main span {
  position: relative;
  z-index: 15;
}

section.nvrs-footer .section-content .nvrs-h-main span.nvrs-h-o {
  color: #ff5700;
}

section.nvrs-footer .section-content .nvrs-h-main span.nvrs-h-w {
  color: #fff;
}

section.web-tabs+section.nvrs-footer .section-background {
  top: -25%;
}

@media (max-width: 1200px) {
  section.nvrs-footer {
    min-height: 80vh;
    padding: 50px 0 120px;
  }

  section.nvrs-footer .cta-wrap a {
    min-height: 70px;
  }
}

@media (max-width: 1024px) {
  section.nvrs-footer {
    min-height: 600px;
  }

  section.nvrs-footer .section-content .nvrs-h-main {
    font-size: 66px;
    letter-spacing: 20px;
  }
}

@media (max-width: 767px) {
  section.nvrs-footer {
    min-height: 400px;
  }

  section.nvrs-footer .section-content {
    padding-top: 20px;
  }

  section.nvrs-footer .section-content .nvrs-h-main {
    font-size: 44px;
    letter-spacing: 10px;
  }

  section.nvrs-footer .cta-wrap {
    padding-top: 40px;
  }

  section.nvrs-footer .cta-wrap a {
    min-height: 60px;
    font-size: 18px;
  }

  section.nvrs-footer span.bottom-pattern {
    width: 25%;
    padding-bottom: 25%;
  }
}

section.nvrs-who-we-are {
  padding: 80px 0;
  position: relative;
}

section.nvrs-who-we-are .nvrs-container {
  position: relative;
  z-index: 15;
}

section.nvrs-who-we-are span.video-pattern {
  position: absolute;
  right: -8%;
  bottom: 15%;
  width: 15%;
  padding-bottom: 15%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

section.nvrs-who-we-are .section-title h2 {
  color: #fff;
  font-size: 70px;
  line-height: 1.15;
  font-weight: 400;
}

section.nvrs-who-we-are .section-title h2 strong {
  font-weight: inherit;
  color: #ff5700;
}

section.nvrs-who-we-are .section-content {
  color: #fff;
}

section.nvrs-who-we-are .section-content p {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 45px;
  line-height: 2;
}

section.nvrs-who-we-are .section-image {
  padding-top: 50px;
}

section.nvrs-who-we-are .section-image img {
  width: 100%;
  height: auto;
}

@media (max-width: 1200px) {
  section.nvrs-who-we-are .section-title h2 {
    font-size: 40px;
  }

  section.nvrs-who-we-are .section-content p {
    font-size: 18px;
  }
}

@media (max-width: 1024px) {
  section.nvrs-who-we-are .section-title h2 {
    font-size: 28px;
  }

  section.nvrs-who-we-are .section-image {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

section.nvrs-together .section-title h2 {
  color: #fff;
  font-size: 70px;
  line-height: 1.15;
  font-weight: 400;
}

section.nvrs-together .section-title h2 strong {
  font-weight: inherit;
  color: #ff5700;
}

section.nvrs-together .section-image {
  border-radius: 15px;
  overflow: hidden;
}

section.nvrs-together .section-image .nvrs-bprs-wrap {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  overflow: hidden;
  border-radius: 15px;
}

section.nvrs-together .section-image .nvrs-bprs-wrap span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

section.nvrs-together .section-image .nvrs-bprs-wrap span.nvrs-bprs-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

section.nvrs-together .section-image .nvrs-bprs-wrap span.nvrs-bprs-man {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 1200px) {
  section.nvrs-together .section-title h2 {
    font-size: 40px;
  }
}

@media (max-width: 1024px) {
  section.nvrs-together .section-title h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(calc(-100%));
    transform: translateY(calc(-100%));
  }
}

@-o-keyframes scroll {
  0% {
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -o-transform: translateY(calc(-100%));
    transform: translateY(calc(-100%));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(calc(-100%));
    -o-transform: translateY(calc(-100%));
    transform: translateY(calc(-100%));
  }
}

section.nvrs-quote-slider {
  padding: 80px 0;
  position: relative;
  overflow: visible;
}

section.nvrs-quote-slider .nvrs-container {
  position: relative;
  z-index: 15;
}

section.nvrs-quote-slider span.video-pattern {
  position: absolute;
  left: -8%;
  bottom: 40%;
  width: 25%;
  padding-bottom: 25%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

section.nvrs-quote-slider blockquote {
  font-size: 40px;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.4;
  color: #fff;
  padding: 20px;
}

section.nvrs-quote-slider blockquote cite {
  font-size: 24px;
  color: #ff5700;
  display: block;
  text-align: right;
}

section.nvrs-quote-slider blockquote span {
  display: block;
}

section.nvrs-quote-slider .owl-dots {
  text-align: center;
  margin-top: 30px;
  text-align: center;
  margin-top: 30px;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}

section.nvrs-quote-slider .owl-dots .owl-dot {
  display: inline-block;
}

section.nvrs-quote-slider .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 4px;
  display: block;
  background: rgba(255, 255, 255, 0.4);
  -webkit-backface-visibility: visible;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  border-radius: 30px;
  border: none;
}

section.nvrs-quote-slider .owl-dots .owl-dot.active span {
  background: #ff5700;
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  margin: 5px;
}

section.nvrs-quote-slider .section-image {
  display: block;
  position: relative;
  z-index: 15;
  overflow: hidden;
  border-radius: 15px;
  height: 0;
  padding-bottom: calc(100% + 10px);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

section.nvrs-quote-slider .section-image .qs-grd {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 5;
}

section.nvrs-quote-slider .section-image .qs-grd span.qs-t {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 70%;
  left: 0;
  background: -webkit-linear-gradient(top, black 0%, transparent 100%);
  background: -o-linear-gradient(top, black 0%, transparent 100%);
  background: linear-gradient(to bottom, black 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
}

section.nvrs-quote-slider .section-image .qs-grd span.qs-r {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 70%;
  background: -webkit-linear-gradient(left, transparent 0%, black 100%);
  background: -o-linear-gradient(left, transparent 0%, black 100%);
  background: linear-gradient(to right, transparent 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=1);
}

section.nvrs-quote-slider .section-image .qs-grd span.qs-b {
  position: absolute;
  top: 70%;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(top, transparent 0%, black 100%);
  background: -o-linear-gradient(top, transparent 0%, black 100%);
  background: linear-gradient(to bottom, transparent 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}

section.nvrs-quote-slider .section-image .qs-grd span.qs-l {
  position: absolute;
  top: 0;
  right: 70%;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(left, black 0%, transparent 100%);
  background: -o-linear-gradient(left, black 0%, transparent 100%);
  background: linear-gradient(to right, black 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1);
}

section.nvrs-quote-slider .section-image .qs-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  -webkit-animation: scroll 25s linear infinite;
  -o-animation: scroll 25s linear infinite;
  animation: scroll 25s linear infinite;
}

section.nvrs-quote-slider .section-image .qs-row .qs-item {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 5px;
}

section.nvrs-quote-slider .section-image .qs-row .qs-item:nth-child(3n + 2) {
  top: -50%;
}

section.nvrs-quote-slider .section-image .qs-row .qs-item>span {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}

section.nvrs-quote-slider .section-image .qs-row .qs-item>span span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
}

section.nvrs-quote-slider .nvrs-quote-slider-w {
  position: relative;
  z-index: 15;
}

section.nvrs-quote-slider .quote-slider-wrap {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

section.nvrs-quote-slider .quote-slider-wrap .item {
  height: 0;
  padding-bottom: 80%;
  position: relative;
}

section.nvrs-quote-slider .quote-slider-wrap .item-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

section.nvrs-quote-slider .quote-slider-wrap .item-bg span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

section.nvrs-quote-slider .quote-slider-wrap .item-bg span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.05);
}

@media (max-width: 1200px) {
  section.nvrs-quote-slider blockquote {
    font-size: 32px;
  }

  section.nvrs-quote-slider blockquote cite {
    font-size: 22px;
  }
}

@media (max-width: 1024px) {
  section.nvrs-quote-slider blockquote {
    font-size: 28px;
  }

  section.nvrs-quote-slider blockquote cite {
    font-size: 20px;
  }

  section.nvrs-quote-slider .section-image-cnt {
    max-width: 400px;
    margin: 40px auto 0;
  }
}

@media (max-width: 767px) {
  section.nvrs-quote-slider blockquote {
    font-size: 26px;
  }

  section.nvrs-quote-slider blockquote cite {
    font-size: 18px;
  }
}

section.two-columns-editor {
  padding: 80px 0;
}

section.two-columns-editor h2 {
  font-weight: 700;
}

section.two-columns-editor img.size-large {
  width: 100%;
  height: auto;
}

section.two-columns-editor .section-title {
  text-align: center;
  margin-bottom: 50px;
}

section.two-columns-editor .section-title h2 {
  margin: 0;
}

section.two-columns-editor img {
  max-width: 100%;
  height: auto;
}

section.two-columns-editor .tce-content-wrap {
  margin: 0 -30px;
}

section.two-columns-editor .tce-content-wrap .content-single {
  padding: 0 30px;
}

section.two-columns-editor+section.two-columns-editor {
  padding-top: 20px;
}

@media (min-width: 1600px) {

  section.two-columns-editor .content-single ol li,
  section.two-columns-editor .content-single p,
  section.two-columns-editor .content-single ul li {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  section.two-columns-editor {
    padding: 60px 0;
  }

  section.two-columns-editor .content-single {
    margin-bottom: 20px;
  }

  section.two-columns-editor+section.two-columns-editor {
    padding-top: 10px;
  }
}

@media (max-width: 767px) {
  section.two-columns-editor {
    padding: 40px 0;
  }

  section.two-columns-editor+section.two-columns-editor {
    padding-top: 10px;
  }
}

section.tabs {
  padding: 80px 0 0;
  position: relative;
  overflow: hidden;
}

section.tabs h2 {
  font-weight: 700;
}

section.tabs .section-title {
  margin-bottom: 40px;
}

section.tabs .section-title h2 {
  margin: 0;
}

section.tabs .tabs-parent-tab-content {
  padding: 0;
  position: relative;
}

section.tabs .tabs-parent-tab-content.tp-layout-tabs .container {
  position: relative;
  z-index: 15;
}

section.tabs .tabs-parent-tab-content.tp-layout-tabs .section-background {
  width: 50%;
  left: auto;
}

section.tabs .tabs-parent-tab-content.tp-layout-tabs .section-content {
  padding-right: 0;
}

section.tabs .tabs-parent-tab-content.tp-layout-tabs .tab-flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

section.tabs .tabs-parent-tab-content.tp-layout-tabs .tab-flex-container .tabs-nav-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

section.tabs .tabs-parent-tab-content.tp-layout-tabs .tab-flex-container .tabs-nav-col ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

section.tabs .tabs-parent-tab-content.tp-layout-tabs .tab-flex-container .tabs-nav-col ul li {
  list-style: none;
  padding: 0;
}

section.tabs .tabs-parent-tab-content.tp-layout-tabs .tab-flex-container .tabs-nav-col ul li button {
  padding: 20px 0;
  font-size: 20px;
  font-weight: 700;
  color: #2d2d2d;
  position: relative;
  padding-right: 60px;
}

section.tabs .tabs-parent-tab-content.tp-layout-tabs .tab-flex-container .tabs-nav-col ul li button::after {
  content: "";
  background-image: url(../images/feather-arrow-right-orange.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  top: 0;
  bottom: 0;
  position: absolute;
  right: 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

section.tabs .tabs-parent-tab-content.tp-layout-tabs .tab-flex-container .tabs-nav-col ul li button.hover {
  color: #ff5700;
}

section.tabs .tabs-parent-tab-content.tp-layout-tabs .tab-flex-container .tabs-nav-col ul li button.active {
  color: #ff5700;
}

section.tabs .tabs-parent-tab-content.tp-layout-tabs .tab-flex-container .tabs-nav-col ul li button.active::after {
  opacity: 1;
  right: 0;
}

section.tabs .tabs-parent-tab-content.tp-layout-tabs .tab-flex-container .tabs-child-content-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

section.tabs .tabs-parent-tab-content .section-background {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

section.tabs .tabs-parent-tab-content .section-background span {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

section.tabs .tabs-parent-tab-content .section-content {
  position: relative;
  padding: 100px 80px;
  z-index: 15;
  min-height: 650px;
}

section.tabs .tabs-parent-tab-content .section-content * {
  color: #fff;
}

section.tabs .tabs-parent-tab-content .section-content p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
}

section.tabs .tabs-parent-tab-content .section-content h3,
section.tabs .tabs-parent-tab-content .section-content h4,
section.tabs .tabs-parent-tab-content .section-content h5 {
  font-weight: 700;
}

section.tabs .tabs-dots-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin: 0 -10px;
}

section.tabs .tabs-dots-container::before {
  content: "";
  position: absolute;
  top: 1px;
  left: -100vw;
  right: -100vw;
  height: 1px;
  background-color: #d5d5d5;
  z-index: 1;
}

section.tabs .tabs-dots-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -100vw;
  right: -100vw;
  height: 1px;
  background-color: #d5d5d5;
  z-index: 1;
}

section.tabs .tabs-dots-container .owl-dot {
  padding: 0 10px;
  position: relative;
  z-index: 5;
  font-family: "Roboto", sans-serif;
}

section.tabs .tabs-dots-container .owl-dot button {
  padding: 20px 0;
  font-size: 22px;
  font-weight: 700;
  color: #2d2d2d;
  outline: none;
  border: none;
  border-top: 3px solid transparent;
  font-family: "Roboto", sans-serif;
  min-height: 100px;
}

section.tabs .tabs-dots-container .owl-dot.active button {
  border-color: #ff5700;
  color: #ff5700;
}

@media (min-width: 1600px) {
  section.tabs .tabs-dots-container .owl-dot button {
    font-size: 24px;
  }

  section.tabs .tabs-parent-tab-content.tp-layout-tabs .tab-flex-container .tabs-nav-col ul li button {
    font-size: 28px;
  }

  section.tabs .tabs-parent-tab-content .section-content h3 {
    font-size: 46px;
    margin-bottom: 25px;
    line-height: 1.2;
  }
}

@media (max-width: 1200px) {
  section.tabs .tabs-parent-tab-content .section-content {
    min-height: 450px;
    padding: 80px 60px;
  }

  section.tabs .tabs-parent-tab-content.tp-layout-tabs .section-content {
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  section.tabs {
    padding: 60px 0 0;
  }

  section.tabs .tabs-dots-container .owl-dot button {
    font-size: 18px;
    padding: 15px 0;
    min-height: auto;
  }

  section.tabs .tabs-parent-tab-content.tp-layout-tabs .tab-flex-container .tabs-nav-col ul li button {
    font-size: 18px;
    padding-right: 40px;
  }

  section.tabs .tabs-parent-tab-content.tp-layout-tabs .tab-flex-container .tabs-nav-col ul li button::after {
    width: 20px;
  }

  section.tabs .tabs-parent-tab-content.tp-layout-tabs .section-background {
    width: 60%;
  }

  section.tabs .tabs-parent-tab-content.tp-layout-tabs .tab-flex-container .tabs-child-content-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }

  section.tabs .tabs-parent-tab-content.tp-layout-tabs .tab-flex-container .tabs-nav-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }

  section.tabs .tabs-parent-tab-content .section-content {
    padding: 40px 15px;
    min-height: 350px;
  }

  section.tabs .tabs-parent-tab-content .section-content .container {
    padding: 0;
  }
}

@media (max-width: 767px) {
  section.tabs {
    padding: 40px 0;
  }

  section.tabs .tabs-dots-container .owl-dot {
    padding: 0;
  }

  section.tabs .tabs-dots-container .owl-dot button {
    font-size: 12px;
    padding: 10px 0;
    font-weight: 400;
  }

  section.tabs .tabs-parent-tab-content.tp-layout-tabs .tab-flex-container .tabs-nav-col ul li button {
    font-size: 12px;
    padding: 15px 0;
  }

  section.tabs .tabs-parent-tab-content.tp-layout-tabs .tab-flex-container .tabs-nav-col ul li button::after {
    display: none;
  }

  section.tabs .tabs-parent-tab-content .section-content p {
    font-size: 14px;
  }
}

section.certifications {
  padding: 80px 0;
  background-color: #f7f7f7;
}

section.certifications h2 {
  font-weight: 700;
}

section.certifications .section-title h2 {
  margin: 0 0 25px;
}

section.certifications p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
}

section.certifications .logo-item {
  display: block;
  height: 0;
  padding-bottom: 80%;
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  margin: 20px 0;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
}

section.certifications .logo-item span {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}

section.certifications .logo-col-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}

section.certifications .logo-col-row .logo-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 10px;
}

section.certifications .logo-col-row .logo-col:nth-child(even) {
  padding-top: 80px;
}

@media (max-width: 991px) {
  section.certifications .section-title {
    text-align: center;
  }
}

@media (max-width: 767px) {
  section.certifications {
    padding: 40px 0;
  }

  section.certifications .logo-col-row .logo-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  section.certifications .logo-col-row .logo-col .logo-item:first-child {
    margin-top: 0;
  }

  section.certifications .logo-col-row .logo-col .logo-item:last-child {
    margin-bottom: 0;
  }

  section.certifications .logo-col-row .logo-col:nth-child(even) {
    padding-top: 10px;
  }
}

section.accordion {
  padding: 80px 0;
  position: relative;
}

section.accordion h2 {
  font-weight: 700;
}

section.accordion .section-title {
  text-align: center;
  margin-bottom: 40px;
}

section.accordion .section-title h2 {
  margin: 0;
}

section.accordion p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
}

section.accordion * {
  color: #fff;
}

section.accordion .container {
  position: relative;
  z-index: 15;
}

section.accordion .web-accordion-item:last-child {
  border-bottom: 1px solid #fff;
}

section.accordion .web-accordion-item .accordion-header {
  border-top: 1px solid #fff;
}

section.accordion .web-accordion-item .accordion-header span {
  padding: 30px 40px;
  cursor: pointer;
  font-size: 22px;
  font-weight: 700;
  min-height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 80px;
  position: relative;
}

section.accordion .web-accordion-item .accordion-header span::after {
  content: "+";
  position: absolute;
  top: 0;
  right: 40px;
  width: 40px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 100;
  font-size: 34px;
}

section.accordion .web-accordion-item.active .accordion-header span:after {
  content: "-";
  font-size: 60px;
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
}

section.accordion .web-accordion-item .accordion-content {
  padding: 0 40px 30px;
}

section.accordion .web-accordion-item .accordion-content p {
  font-size: 18px;
  line-height: 1.33;
}

section.accordion .web-accordion-item .accordion-content a {
  text-decoration: underline;
}

section.accordion .web-accordion-item .accordion-content .section-link a {
  text-decoration: none;
  display: inline-block;
  padding-right: 40px;
  position: relative;
  font-weight: 500;
  font-size: 16px;
}

section.accordion .web-accordion-item .accordion-content .section-link a::after {
  content: "";
  background-image: url(../images/feather-arrow-right-orange.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  width: 25px;
  filter: grayscale(1) invert(1) brightness(255);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

section.accordion .web-accordion-item .accordion-content .section-link a:hover::after {
  right: 0;
}

section.accordion .section-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
}

section.accordion .section-background span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
}

@media (min-width: 1600px) {
  section.accordion .web-accordion-item .accordion-header span {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  section.accordion .web-accordion-item .accordion-header span {
    padding: 25px 20px;
    padding-right: 60px;
    min-height: auto;
  }

  section.accordion .web-accordion-item .accordion-header span::after {
    right: 20px;
  }

  section.accordion .web-accordion-item .accordion-content {
    padding: 30px 20px;
  }
}

@media (max-width: 767px) {
  section.accordion {
    padding: 40px 0;
  }

  section.accordion .web-accordion-item .accordion-header span {
    font-size: 18px;
  }

  section.accordion .web-accordion-item .accordion-content p {
    font-size: 16px;
  }
}

section.features {
  padding: 80px 0;
}

section.features h2 {
  font-weight: 700;
}

section.features .section-title {
  text-align: center;
  margin-bottom: 40px;
}

section.features .section-title h2 {
  margin: 0;
}

section.features.ftr-black {
  background-color: #000;
}

section.features.ftr-black * {
  color: #fff;
}

section.features.ftr-black .features-list-wrap .features-list-col ul li::before {
  border-color: #d5d5d5;
  background-color: transparent;
}

section.features.ftr-grey {
  background-color: #f7f7f7;
}

section.features.ftr-grey .features-list-wrap .features-list-col ul li::before {
  border-color: transparent;
}

section.features.ftr-dark {
  background-color: #2d2d2d;
}

section.features.ftr-dark * {
  color: #fff;
}

section.features.ftr-dark .features-list-wrap .features-list-col ul li::before {
  border-color: #d5d5d5;
  background-color: transparent;
}

section.features .features-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
}

section.features .features-list-wrap .features-list-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 20px;
}

section.features .features-list-wrap .features-list-col ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

section.features .features-list-wrap .features-list-col ul li {
  list-style: none;
  padding: 15px 0;
  position: relative;
  padding-left: 60px;
  font-size: 20px;
  font-weight: 400;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.3;
  margin: 10px 0;
}

section.features .features-list-wrap .features-list-col ul li::before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  left: 0;
  background-color: #fff;
  background-image: url(../images/ftr-tick.svg);
  background-size: 18px auto;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #d5d5d5;
}

@media (min-width: 1600px) {
  section.features .features-list-wrap .features-list-col ul li {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  section.features {
    padding: 60px 0;
  }

  section.features .features-list-wrap .features-list-col ul li {
    padding: 5px 0;
    margin: 15px 0;
    min-height: 55px;
    padding-left: 55px;
  }

  section.features .features-list-wrap .features-list-col ul li::before {
    top: 7px;
  }
}

@media (max-width: 767px) {
  section.features {
    padding: 40px 0;
  }

  section.features .features-list-wrap .features-list-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

section.logo-slider {
  padding: 80px 0;
}

section.logo-slider .owl-dots {
  display: none;
}

section.logo-slider .logo-box {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  filter: grayscale(1);
}

section.logo-slider .logo-box span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  section.logo-slider {
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  section.logo-slider {
    padding: 30px 0;
  }
}

section.web-resource-hero-pdf {
  padding: 180px 0;
  background-color: #000;
  color: #fff;
}

section.web-resource-hero-pdf .nvrs-rfy-side {
  right: -50px;
  margin-top: 25px;
  left: -50px;
  padding: 50px;
}

section.web-resource-hero-pdf .nvrs-pdf-title-top {
  display: block;
}

section.web-resource-hero-pdf .nvrs-pdf-title-top h1 {
  color: #fff;
}

section.web-resource-hero-pdf .web-thumbnail-w {
  display: none;
  z-index: 1;
}

section.web-resource-hero-pdf .web-thumbnail-w span {
  position: absolute;
  top: 25px;
  left: 25px;
  right: 25px;
  bottom: 25px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(3px);
}

section.web-resource-hero-pdf .nav-wrap {
  z-index: 15;
  opacity: 0;
}

section.web-resource-hero-pdf .web-pdf-js.web-pdf-loaded .nav-wrap {
  opacity: 1;
}

section.web-resource-hero-pdf .nvrs-pdf-wrap.nvrs-pdf-wrap-prl {
  padding: 25px;
}

section.web-resource-hero-pdf .web-pdf-js.web-pdf-has-hh:not(.web-pdf-loaded) {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

section.web-resource-hero-pdf .web-pdf-js.web-pdf-has-hh:not(.web-pdf-loaded) canvas {
  position: absolute;
  top: 50%;
  left: 0;
  height: auto;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

section.web-resource-hero-pdf .web-pdf-has-thumbnail .web-thumbnail-w {
  display: block;
}

section.web-resource-hero-pdf .web-pdf-has-thumbnail canvas {
  display: none;
}

section.web-resource-hero-pdf .nvrs-pdf-title-bottom {
  display: none;
}

section.web-resource-hero-pdf .web-resource-streams {
  padding: 40px 0;
}

section.web-resource-hero-pdf .web-resource-streams h2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

section.web-resource-hero-pdf .nvrs-form-extended-fields p {
  color: #000;
}

section.web-resource-hero-pdf .nvrs-form-extended-fields p small {
  font-size: 10px;
  line-height: 1.2;
  display: block;
}

section.web-resource-hero-pdf .nvrs-form-extended-fields p small a {
  color: #ff5800;
}

section.web-resource-hero-pdf h1 {
  margin-bottom: 25px;
  line-height: 1.1;
  color: #fff;
}

section.web-resource-hero-pdf canvas {
  direction: ltr;
  width: 100%;
  background-color: #000;
}

section.web-resource-hero-pdf .web-loading-spinner {
  display: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  z-index: 25;
}

section.web-resource-hero-pdf .web-loading-spinner span {
  position: absolute;
  top: 10px;
  left: 5px;
  right: 5px;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
  text-align: center;
}

section.web-resource-hero-pdf .web-loading-spinner svg {
  width: 30%;
  height: 30%;
}

section.web-resource-hero-pdf .web-loading-spinner svg * {
  fill: #fff;
}

section.web-resource-hero-pdf .web-loading-spinner svg .spinner_b2T7 {
  -webkit-animation: spinner_xe7Q 0.8s linear infinite;
  -o-animation: spinner_xe7Q 0.8s linear infinite;
  animation: spinner_xe7Q 0.8s linear infinite;
}

section.web-resource-hero-pdf .web-loading-spinner svg .spinner_YRVV {
  -webkit-animation-delay: -0.65s;
  -o-animation-delay: -0.65s;
  animation-delay: -0.65s;
}

section.web-resource-hero-pdf .web-loading-spinner svg .spinner_c9oY {
  -webkit-animation-delay: -0.5s;
  -o-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

@-webkit-keyframes spinner_xe7Q {

  93.75%,
  100% {
    r: 3px;
  }

  46.875% {
    r: 0.2px;
  }
}

@-o-keyframes spinner_xe7Q {

  93.75%,
  100% {
    r: 3px;
  }

  46.875% {
    r: 0.2px;
  }
}

@keyframes spinner_xe7Q {

  93.75%,
  100% {
    r: 3px;
  }

  46.875% {
    r: 0.2px;
  }
}

section.web-resource-hero-pdf .web-pdf-js.web-pdf-loading+.web-pdf-js-download {
  opacity: 0;
}

section.web-resource-hero-pdf .web-pdf-js.web-pdf-loading .web-pdf-prev,
section.web-resource-hero-pdf .web-pdf-js.web-pdf-loading .web-pdf-next {
  display: none;
}

section.web-resource-hero-pdf .web-pdf-js.web-pdf-loading .web-loading-spinner {
  position: absolute;
  top: 25px;
  left: 25px;
  right: 25px;
  bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section.web-resource-hero-pdf .web-pdf-js[data-pdfs="1"] .web-pdf-prev,
section.web-resource-hero-pdf .web-pdf-js[data-pdfs="1"] .web-pdf-next {
  display: none;
}

section.web-resource-hero-pdf .web-pdf-js-download.web-pdf-js-download-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.web-resource-hero-pdf .web-pdf-preview-ld .btn-preview {
  opacity: 0.5;
  pointer-events: none;
}

section.web-resource-hero-pdf .web-pdf-preview-ld.web-pdf-loaded+.web-pdf-js-download.web-pdf-js-download-preview {
  display: none;
}

section.web-resource-hero-pdf.web-download-open canvas {
  filter: blur(3px);
}

section.web-resource-hero-pdf.web-download-open .web-pdf-js .web-pdf-prev,
section.web-resource-hero-pdf.web-download-open .web-pdf-js .web-pdf-next {
  opacity: 0;
}

section.web-resource-hero-pdf.web-download-open .web-pdf-js-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.web-resource-hero-pdf.web-download-open .pfj_download-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}

section.web-resource-hero-pdf.web-download-open .web-pdf-dw {
  position: relative;
  z-index: 50;
}

section.web-resource-hero-pdf .web-pdf-js-download {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 15;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
}

section.web-resource-hero-pdf .web-pdf-js-download input,
section.web-resource-hero-pdf .web-pdf-js-download select {
  padding: 10px;
  border: 1px solid #000;
  margin-bottom: 15px;
  text-align: center;
  width: 100%;
  color: #2d2d2d;
}

section.web-resource-hero-pdf .web-pdf-js-download button.disabled {
  pointer-events: none;
  opacity: 0.5;
}

section.web-resource-hero-pdf .web-pdf-js-download ::-webkit-input-placeholder {
  text-align: center;
  color: #2d2d2d;
}

section.web-resource-hero-pdf .web-pdf-js-download ::-moz-placeholder {
  text-align: center;
  color: #2d2d2d;
}

section.web-resource-hero-pdf .web-pdf-js-download :-ms-input-placeholder {
  text-align: center;
  color: #2d2d2d;
}

section.web-resource-hero-pdf .web-pdf-js-download :-moz-placeholder {
  text-align: center;
  color: #2d2d2d;
}

section.web-resource-hero-pdf .web-pdf-js-download button.btn-large {
  font-size: 16px;
  display: block;
  width: 100%;
}

section.web-resource-hero-pdf .web-pdf-js-download .web-pdf-dw {
  background-color: #fff;
  padding: 30px 40px;
  text-align: center;
  min-width: 80%;
  max-height: 90%;
  overflow: auto;
  max-width: 400px;
}

section.web-resource-hero-pdf .hero-content-col {
  padding: 20px;
}

section.web-resource-hero-pdf .hero-content-col h1 {
  color: #fff;
  font-weight: 500;
}

section.web-resource-hero-pdf .web-responsive-video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  width: 100%;
}

section.web-resource-hero-pdf .web-responsive-video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section.web-resource-hero-pdf .web-responsive-video-wrap .web-pdf-js-download {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

section.web-resource-hero-pdf .nvrs-hc-content {
  padding-top: 30px;
}

section.web-resource-hero-pdf .nvrs-hc-content ul {
  list-style-type: none;
  padding: 0;
}

section.web-resource-hero-pdf .nvrs-hc-content ul li {
  list-style: none;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
}

section.web-resource-hero-pdf .nvrs-hc-content ul li::before {
  content: "";
  width: 15px;
  height: 2px;
  background-color: #ff5800;
  position: absolute;
  top: 12px;
  left: 0;
}

section.web-resource-hero-pdf .nvrs-hc-content a {
  color: #ff5800;
  text-decoration: underline;
}

section.web-resource-hero-pdf .nvrs-pdf-wrap {
  position: relative;
}

section.web-resource-hero-pdf .nvrs-button-wrap {
  margin: 0 -5px 20px;
}

section.web-resource-hero-pdf .nvrs-button-wrap .btn {
  margin: 5px;
}

section.web-resource-hero-pdf .web-pdf-js {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  padding: 25px;
}

section.web-resource-hero-pdf .web-pdf-js .web-pdf-pagination {
  display: none;
}

section.web-resource-hero-pdf .web-pdf-js button.web-pdf-button-disabled {
  opacity: 0.5;
}

section.web-resource-hero-pdf .web-pdf-js .web-pdf-prev {
  position: absolute;
  top: calc(50% - 25px);
  left: 0;
  width: 50px;
  height: 50px;
  background-color: #ff5800;
}

section.web-resource-hero-pdf .web-pdf-js .web-pdf-prev::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 25px;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
  background-image: url(../images/chevron-left.svg);
}

section.web-resource-hero-pdf .web-pdf-js .web-pdf-next {
  position: absolute;
  top: calc(50% - 25px);
  right: 0;
  width: 50px;
  height: 50px;
  background-color: #ff5800;
}

section.web-resource-hero-pdf .web-pdf-js .web-pdf-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 25px;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
  background-image: url(../images/chevron-right.svg);
}

.nvrs-rfy-side {
  padding: 30px 20px;
  border: 1px solid #ff5800;
  position: relative;
  text-align: center;
  margin-top: 15px;
}

.nvrs-rfy-side>h4 {
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 25px;
}

.nvrs-rfy-card {
  margin: 15px 0;
}

.nvrs-rfy-card.nvrs-rfy-card-banner .rfy-fl .rfy-c-content {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nvrs-rfy-card.nvrs-rfy-card-banner .rfy-fl .rfy-c-content .rfy-banner-flex {
  padding: 0 50px;
}

.nvrs-rfy-card.nvrs-rfy-card-banner .rfy-fl .rfy-c-content .rfy-banner-flex .rfy-c-title {
  font-size: 42px;
  line-height: 1.3;
  margin: 20px 0;
  font-weight: 500;
}

.nvrs-rfy-card .rfy-fl {
  display: block;
  height: 0;
  padding-bottom: 124%;
  position: relative;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.nvrs-rfy-card .rfy-fl .rfy-c-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
}

.nvrs-rfy-card .rfy-fl .rfy-c-bg>span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.nvrs-rfy-card .rfy-fl .rfy-c-bg>span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  background-color: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

.nvrs-rfy-card .rfy-fl .rfy-c-bg>span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  background: -webkit-linear-gradient(top, transparent 43%, black 100%);
  background: -o-linear-gradient(top, transparent 43%, black 100%);
  background: linear-gradient(to bottom, transparent 43%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}

.nvrs-rfy-card .rfy-fl .rfy-c-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  padding: 20px;
  display: block;
  text-align: left;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.nvrs-rfy-card .rfy-fl .rfy-c-content .rfy-c-desc {
  font-size: 16px;
  opacity: 0;
  font-weight: 400;
  line-height: 1.3;
  overflow: hidden;
  display: -webkit-box;
  margin: 0;
  height: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-orient: vertical;
}

.nvrs-rfy-card .rfy-fl .rfy-c-content span {
  display: block;
}

.nvrs-rfy-card .rfy-fl .rfy-c-content .rfy-c-rm {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #ff5800;
  text-decoration: underline;
}

.nvrs-rfy-card a.rfy-fl:hover .rfy-c-title {
  color: #ff5800;
}

.nvrs-rfy-card a.rfy-fl:hover .rfy-c-bg>span::before {
  opacity: 0.8;
}

.nvrs-rfy-card a.rfy-fl:hover .rfy-c-content .rfy-c-desc {
  opacity: 1;
  height: auto;
  margin: 10px 0;
}

.nvrs-rfy-card.nvrs-rfy-card-banner .rfy-fl {
  padding-bottom: calc(62% - 18px);
}

.nvrs-rfy-card.nvrs-rfy-card-lg .rfy-fl .rfy-c-content {
  font-size: 24px;
}

.nvrs-rfy-card.nvrs-rfy-card-lg .rfy-fl .rfy-c-content .rfy-c-rm {
  font-size: 16px;
}

.nvrs-resource-stream-slider .nvrs-rs-slide {
  padding: 10px;
}

.nvrs-resource-stream-slider .nvrs-owl-carousel-w {
  margin: 0 100px;
}

.nvrs-resource-stream-slider .nvrs-owl-carousel-w .owl-nav {
  position: static;
}

.nvrs-resource-stream-slider .nvrs-owl-carousel-w .owl-nav button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  font-size: 50px;
  color: #fff;
  background-color: #ff5800;
}

.nvrs-resource-stream-slider .nvrs-owl-carousel-w .owl-nav button span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 30px;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
}

.nvrs-resource-stream-slider .nvrs-owl-carousel-w .owl-nav button.owl-next {
  right: -100px;
}

.nvrs-resource-stream-slider .nvrs-owl-carousel-w .owl-nav button.owl-next span {
  background-image: url(../images/chevron-right.svg);
}

.nvrs-resource-stream-slider .nvrs-owl-carousel-w .owl-nav button.owl-prev {
  left: -100px;
}

.nvrs-resource-stream-slider .nvrs-owl-carousel-w .owl-nav button.owl-prev span {
  background-image: url(../images/chevron-left.svg);
}

body.resource-template-default section.web-resource-hero-pdf .nvrs-rfy-side {
  left: 0;
  right: -50px;
}

@media (min-width: 992px) {
  section.web-resource-hero-pdf .nvrs-pdf-title-top {
    display: none;
  }

  section.web-resource-hero-pdf .nvrs-pdf-title-bottom {
    display: block;
  }
}

@media (max-width: 1350px) {
  .nvrs-rfy-card.nvrs-rfy-card-banner .rfy-fl .rfy-c-content .rfy-banner-flex .rfy-c-title {
    font-size: 34px;
  }

  .nvrs-rfy-card.nvrs-rfy-card-banner .rfy-fl .rfy-c-content .rfy-banner-flex {
    padding: 0;
  }
}

@media (max-width: 1199px) {
  .nvrs-rfy-card.nvrs-rfy-card-lg .rfy-fl .rfy-c-content {
    font-size: 20px;
  }

  .nvrs-rfy-card .rfy-fl .rfy-c-content .rfy-c-desc {
    font-size: 14px;
  }

  section.web-resource-hero-pdf .web-pdf-js-download .web-pdf-dw {
    padding: 20px;
  }

  .nvrs-rfy-side {
    left: 0;
    right: 0;
    position: relative;
  }

  .nvrs-rfy-side .nvrs-rfy-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }

  .nvrs-rfy-side .nvrs-rfy-wrap .nvrs-rfy-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.33% - 30px);
    flex: 0 0 calc(33.33% - 30px);
    max-width: calc(33.33% - 30px);
  }

  .nvrs-resource-stream-slider .nvrs-owl-carousel-w .owl-nav button {
    width: 40px;
    height: 40px;
    font-size: 30px;
  }

  .nvrs-resource-stream-slider .nvrs-owl-carousel-w .owl-nav button.owl-next {
    right: -50px;
  }

  .nvrs-resource-stream-slider .nvrs-owl-carousel-w .owl-nav button.owl-prev {
    left: -50px;
  }
}

@media (max-width: 991px) {
  .nvrs-rfy-side {
    padding: 40px 20px;
  }

  section.web-resource-hero-pdf {
    padding: 80px 0 0;
  }

  .nvrs-rfy-side>h4 {
    font-size: 20px;
  }

  .nvrs-rfy-side .nvrs-rfy-wrap .nvrs-rfy-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }

  .nvrs-rfy-card.nvrs-rfy-card-banner .rfy-fl .rfy-c-content .rfy-banner-flex .rfy-c-title {
    font-size: 28px;
  }
}

@media (max-width: 575px) {
  .nvrs-rfy-side .nvrs-rfy-wrap .nvrs-rfy-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 30px);
    flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
  }

  .nvrs-rfy-card.nvrs-rfy-card-banner .rfy-fl .rfy-c-content .rfy-banner-flex .rfy-c-title {
    font-size: 22px;
  }
}

section.web-resource-listing {
  padding: 80px 50px;
}

section.web-resource-listing .web-disabled {
  pointer-events: none;
  opacity: 0.5;
}

#resource-load-more-button {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  section.web-resource-listing {
    padding: 60px 0;
  }
}

section.web-hero-banner.web-hero-events .web-hb-main-content {
  padding: 40px 0;
}

.featured-event-slider {
  max-width: 100%;
  overflow: visible;
  margin: 0 0 50px;
}

h3.nores-title {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  text-align: center;
}

.events-grid h2 {
  color: #fff;
  margin: 30px 0;
}

.events-grid h2 strong {
  color: #ff5700;
}

.event-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.event-card .label-event {
  padding: 8px 15px;
  color: #ff5700;
  background-color: #fff;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
}

.event-card .meta-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.event-card .meta-bottom * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.event-card .meta-bottom .meta {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 300;
}

.event-card .meta-bottom .event-title {
  font-size: 28px;
  color: #fff;
  line-height: 1.15;
  display: block;
  margin-bottom: 20px;
  font-weight: 600;
}

.event-card .meta-bottom .learn-more {
  display: block;
  color: #ff5700;
  text-decoration: underline;
}

.event-card .event-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.event-card .event-meta .meta-top,
.event-card .event-meta .meta-bottom {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.event-card .event-meta .meta-bottom {
  margin-top: auto;
}

.event-card .event-meta .meta-top {
  margin-bottom: auto;
  padding-bottom: 30px;
}

.event-card.event-card-featured {
  padding: 30px;
  background-color: #0f0f0f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.event-card.event-card-featured .event-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.event-card.event-card-featured .event-thumbnail span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.event-card.event-card-featured .event-meta {
  position: relative;
  z-index: 15;
  min-height: 300px;
}

.event-card.event-card-list {
  padding: 30px;
  height: calc(100% - 30px);
  position: relative;
  margin-bottom: 30px;
}

.event-card.event-card-list:hover .event-thumbnail span {
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.event-card.event-card-list .event-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.event-card.event-card-list .event-thumbnail span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.event-card.event-card-list .event-meta {
  position: relative;
  z-index: 15;
  min-height: 300px;
}

@media (max-width: 767px) {
  .event-card .meta-bottom .event-title {
    font-size: 22px;
  }

  .event-card .meta-bottom .meta {
    font-size: 12px;
  }

  body.single-events .event-location .event-location-address {
    position: relative;
    top: 0;
    left: 0;
    max-width: 100%;
    border: 1px solid #444;
    border-bottom: 0;
  }
}

@media (max-width: 992px) {
  .event-date-meta {
    display: none;
  }
}

@media (min-width: 991px) {
  .edn {
    display: none;
  }
}

body.single-events .event-layout-sidebar .hero-section.hero-section-small .hero-section-inner .hero-back {
  left: 50%;
}

body.single-events .event-layout-sidebar .hero-section.hero-section-small .hero-section-inner .hero-content-w {
  max-width: 50%;
  padding-right: 50px;
}

body.single-events .event-layout-sidebar .event-sidebar-loc .button-item .btn {
  width: 100%;
}

body.single-events .event-layout-sidebar .event-location .leaflet-map {
  min-height: auto;
  margin-bottom: 30px;
}

body.single-events .event-layout-sidebar .event-location .event-location-address {
  position: relative;
  top: 0;
  left: 0;
  max-width: 100%;
  border: 1px solid #ff5700;
  margin-bottom: 30px;
}

section.web-listing-main {
  padding: 40px 0;
  background-color: #0f0f0f;
  color: #fff;
  min-height: 500px;
}

section.web-listing-main .event-filters {
  position: relative;
  z-index: 150;
}

section.web-listing-main .dropdown-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: none;
}

section.web-listing-main .event-search-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  padding: 14px;
}

section.web-listing-main .event-search-input label {
  padding-right: 25px;
  padding-left: 10px;
}

section.web-listing-main .event-search-input input {
  border: none;
  padding: 5px 0;
  color: #fff;
}

section.web-listing-main .checkbox-wrap {
  position: relative;
  z-index: 15;
}

section.web-listing-main .checkbox-wrap input {
  position: absolute;
  opacity: 0;
  left: -100px;
  right: -100px;
  width: 1px;
  height: 1px;
}

section.web-listing-main .checkbox-wrap label {
  padding-left: 35px;
  position: relative;
  font-size: 18px;
  display: block;
  line-height: 24px;
  cursor: pointer;
}

section.web-listing-main .checkbox-wrap label:hover {
  color: #ff5800;
}

section.web-listing-main .checkbox-wrap label::before {
  content: "";
  display: inline-block;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(135deg);
  height: 7px;
  width: 14px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  left: 5px;
  top: 6px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 15;
}

section.web-listing-main .checkbox-wrap label::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: rgba(255, 255, 255, 0.15);
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

section.web-listing-main .checkbox-wrap input:checked+label::after {
  content: "";
  background-color: #ff5800;
}

section.web-listing-main .checkbox-wrap input:checked+label::before {
  opacity: 1;
}

section.web-listing-main .event-search-dropdown {
  border: 1px solid #fff;
  position: relative;
  font-size: 16px;
  font-size: 400;
}

section.web-listing-main .event-search-dropdown button {
  height: 60px;
  width: 100%;
  border: none;
  background-color: transparent;
  color: #fff;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}

section.web-listing-main .event-search-dropdown.dropdown-open {
  border-color: #ff5700;
}

section.web-listing-main .event-search-dropdown.dropdown-open .dropdown-overlay {
  display: block;
}

section.web-listing-main .event-search-dropdown .dropdown-checkboxes {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 10px 30px;
  display: block;
  background-color: #2d2d2d;
  margin-top: 20px;
  z-index: 15;
}

section.web-listing-main .event-search-dropdown .dropdown-checkboxes ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

section.web-listing-main .event-search-dropdown .dropdown-checkboxes ul li {
  list-style: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 25px 0;
  font-size: 14px;
}

section.web-your_team {
  padding: 60px 0 80px;
}

section.web-your_team .section-title {
  margin-bottom: 40px;
  padding-right: 50px;
}

section.web-your_team .section-title h2 {
  font-size: 60px;
  line-height: 1.1;
  display: inline-block;
  position: relative;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 25px;
}

section.web-your_team .section-title h2 strong {
  color: #ff5800;
}

section.web-your_team .owl-dots {
  text-align: center;
  margin-top: 30px;
  text-align: center;
  margin-top: 30px;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
}

section.web-your_team .owl-dots .owl-dot {
  display: inline-block;
}

section.web-your_team .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 4px;
  display: block;
  background: rgba(255, 255, 255, 0.4);
  -webkit-backface-visibility: visible;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  border-radius: 30px;
  border: none;
}

section.web-your_team .owl-dots .owl-dot.active span {
  background: #ff5700;
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  margin: 5px;
}

section.web-your_team .tb-wrap {
  max-width: 350px;
}

section.web-your_team .team-box {
  width: 100%;
  padding-bottom: 150%;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

section.web-your_team .team-box .tb-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

section.web-your_team .team-box .tb-thumbnail span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

section.web-your_team .team-box .tb-thumbnail span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 60%;
  z-index: 2;
  opacity: 1;
  background: -webkit-linear-gradient(top,
      transparent 0%,
      black 100%,
      black 100%);
  background: -o-linear-gradient(top, transparent 0%, black 100%, black 100%);
  background: linear-gradient(to bottom,
      transparent 0%,
      black 100%,
      black 100%);
}

section.web-your_team .team-box .tb-content {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 5px;
  z-index: 5;
}

section.web-your_team .team-box .tb-content h3 {
  font-size: 21px;
  line-height: 1.2;
  margin: 0 0 10px;
}

section.web-your_team .team-box .tb-content p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.4;
  margin: 0 0 10px;
}

section.web-documents {
  padding: 60px 0 80px;
}

section.web-documents .section-title {
  margin-bottom: 40px;
  padding-right: 50px;
}

section.web-documents .section-title h2 {
  font-size: 60px;
  line-height: 1.1;
  display: inline-block;
  position: relative;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 25px;
}

section.web-documents .section-title h2 strong {
  color: #ff5800;
}

section.web-documents .owl-dots {
  text-align: center;
  margin-top: 30px;
  text-align: center;
  margin-top: 30px;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
}

section.web-documents .owl-dots .owl-dot {
  display: inline-block;
}

section.web-documents .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 4px;
  display: block;
  background: rgba(255, 255, 255, 0.4);
  -webkit-backface-visibility: visible;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  border-radius: 30px;
  border: none;
}

section.web-documents .owl-dots .owl-dot.active span {
  background: #ff5700;
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  margin: 5px;
}

section.web-documents .download-box {
  width: 100%;
  position: relative;
  border: 1px solid #fff;
}

section.web-documents .download-box .tb-content {
  top: 10px;
  z-index: 5;
  text-align: center;
  padding: 30px 20px 40px;
}

section.web-documents .download-box .tb-content h3 {
  font-size: 26px;
  line-height: 1.2;
  margin: 0 0 15px;
  color: #ff5800;
}

section.web-documents .download-box .tb-content p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.4;
  margin: 0 0 40px;
}

section.web-calendarly {
  padding: 60px 0 80px;
}

section.web-calendarly .section-title {
  margin-bottom: 40px;
  padding-right: 50px;
}

section.web-calendarly .section-title h2 {
  font-size: 60px;
  line-height: 1.1;
  display: inline-block;
  position: relative;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 25px;
}

section.web-calendarly .section-title h2 strong {
  color: #ff5800;
}

section.web-calendarly .tb-wrap {
  max-width: 350px;
  margin-bottom: 30px;
}

section.web-calendarly .team-box {
  width: 100%;
  padding-bottom: 150%;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

section.web-calendarly .team-box .tb-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

section.web-calendarly .team-box .tb-thumbnail span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

section.web-calendarly .team-box .tb-thumbnail span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 60%;
  z-index: 2;
  opacity: 1;
  background: -webkit-linear-gradient(top,
      transparent 0%,
      black 100%,
      black 100%);
  background: -o-linear-gradient(top, transparent 0%, black 100%, black 100%);
  background: linear-gradient(to bottom,
      transparent 0%,
      black 100%,
      black 100%);
}

section.web-calendarly .team-box .tb-content {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 5px;
  z-index: 5;
}

section.web-calendarly .team-box .tb-content h3 {
  font-size: 21px;
  line-height: 1.2;
  margin: 0 0 10px;
}

section.web-calendarly .team-box .tb-content p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.4;
  margin: 0 0 10px;
}

body.page-template-page-home-new.admin-bar header.web-site-header {
  top: 32px;
}

body.page-template-page-home-new.admin-bar header.web-site-header .web-mega-menu {
  padding-top: 162px;
}

body.page-template-page-home-new.admin-bar section.web-hero-slider .web-hs-slider-wrap .item {
  min-height: calc(100vh - 32px);
}

body.page-template-page-home-v3 section.web-case-study-list .item .cs-cta-wrap,
body.page-template-page-virtual-meeting-room section.web-case-study-list .item .cs-cta-wrap,
body.page-template-page-ultimate-2023 section.web-case-study-list .item .cs-cta-wrap,
body.search section.web-case-study-list .item .cs-cta-wrap,
body.page-template-page-resources section.web-case-study-list .item .cs-cta-wrap,
body.page-id-5819 section.web-case-study-list .item .cs-cta-wrap,
body.page-template-page-event-listing section.web-case-study-list .item .cs-cta-wrap,
body.single-events section.web-case-study-list .item .cs-cta-wrap {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

body.page-template-page-home-v3 span.siw-overlay,
body.page-template-page-virtual-meeting-room span.siw-overlay,
body.page-template-page-ultimate-2023 span.siw-overlay,
body.search span.siw-overlay,
body.page-template-page-resources span.siw-overlay,
body.page-id-5819 span.siw-overlay,
body.page-template-page-event-listing span.siw-overlay,
body.single-events span.siw-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
}

body.page-template-page-home-v3 footer.web-site-footer,
body.page-template-page-virtual-meeting-room footer.web-site-footer,
body.page-template-page-ultimate-2023 footer.web-site-footer,
body.search footer.web-site-footer,
body.page-template-page-resources footer.web-site-footer,
body.page-id-5819 footer.web-site-footer,
body.page-template-page-event-listing footer.web-site-footer,
body.single-events footer.web-site-footer {
  background-color: #0f0f0f;
  color: #fff;
}

body.page-template-page-home-v3 footer.web-site-footer .footer-nav-columns .footer-nav-col h4 a,
body.page-template-page-virtual-meeting-room footer.web-site-footer .footer-nav-columns .footer-nav-col h4 a,
body.page-template-page-ultimate-2023 footer.web-site-footer .footer-nav-columns .footer-nav-col h4 a,
body.search footer.web-site-footer .footer-nav-columns .footer-nav-col h4 a,
body.page-template-page-resources footer.web-site-footer .footer-nav-columns .footer-nav-col h4 a,
body.page-id-5819 footer.web-site-footer .footer-nav-columns .footer-nav-col h4 a,
body.page-template-page-event-listing footer.web-site-footer .footer-nav-columns .footer-nav-col h4 a,
body.single-events footer.web-site-footer .footer-nav-columns .footer-nav-col h4 a {
  color: #fff;
}

body.page-template-page-home-v3 footer.web-site-footer .footer-nav-columns .footer-nav-col h4 a:hover,
body.page-template-page-virtual-meeting-room footer.web-site-footer .footer-nav-columns .footer-nav-col h4 a:hover,
body.page-template-page-ultimate-2023 footer.web-site-footer .footer-nav-columns .footer-nav-col h4 a:hover,
body.search footer.web-site-footer .footer-nav-columns .footer-nav-col h4 a:hover,
body.page-template-page-resources footer.web-site-footer .footer-nav-columns .footer-nav-col h4 a:hover,
body.page-id-5819 footer.web-site-footer .footer-nav-columns .footer-nav-col h4 a:hover,
body.page-template-page-event-listing footer.web-site-footer .footer-nav-columns .footer-nav-col h4 a:hover,
body.single-events footer.web-site-footer .footer-nav-columns .footer-nav-col h4 a:hover {
  color: #ff5800;
}

body.page-template-page-home-v3 footer.web-site-footer .footer-nav-columns .footer-nav-col ul li a,
body.page-template-page-virtual-meeting-room footer.web-site-footer .footer-nav-columns .footer-nav-col ul li a,
body.page-template-page-ultimate-2023 footer.web-site-footer .footer-nav-columns .footer-nav-col ul li a,
body.search footer.web-site-footer .footer-nav-columns .footer-nav-col ul li a,
body.page-template-page-resources footer.web-site-footer .footer-nav-columns .footer-nav-col ul li a,
body.page-id-5819 footer.web-site-footer .footer-nav-columns .footer-nav-col ul li a,
body.page-template-page-event-listing footer.web-site-footer .footer-nav-columns .footer-nav-col ul li a,
body.single-events footer.web-site-footer .footer-nav-columns .footer-nav-col ul li a {
  color: #fff;
}

body.page-template-page-home-v3 footer.web-site-footer .footer-nav-columns .footer-nav-col ul li a:hover,
body.page-template-page-virtual-meeting-room footer.web-site-footer .footer-nav-columns .footer-nav-col ul li a:hover,
body.page-template-page-ultimate-2023 footer.web-site-footer .footer-nav-columns .footer-nav-col ul li a:hover,
body.search footer.web-site-footer .footer-nav-columns .footer-nav-col ul li a:hover,
body.page-template-page-resources footer.web-site-footer .footer-nav-columns .footer-nav-col ul li a:hover,
body.page-id-5819 footer.web-site-footer .footer-nav-columns .footer-nav-col ul li a:hover,
body.page-template-page-event-listing footer.web-site-footer .footer-nav-columns .footer-nav-col ul li a:hover,
body.single-events footer.web-site-footer .footer-nav-columns .footer-nav-col ul li a:hover {
  color: #ff5800;
}

body.page-template-page-home-v3 footer.web-site-footer .social-icons li a,
body.page-template-page-virtual-meeting-room footer.web-site-footer .social-icons li a,
body.page-template-page-ultimate-2023 footer.web-site-footer .social-icons li a,
body.search footer.web-site-footer .social-icons li a,
body.page-template-page-resources footer.web-site-footer .social-icons li a,
body.page-id-5819 footer.web-site-footer .social-icons li a,
body.page-template-page-event-listing footer.web-site-footer .social-icons li a,
body.single-events footer.web-site-footer .social-icons li a {
  color: #fff;
}

body.page-template-page-home-v3 footer.web-site-footer .social-icons li a:hover,
body.page-template-page-virtual-meeting-room footer.web-site-footer .social-icons li a:hover,
body.page-template-page-ultimate-2023 footer.web-site-footer .social-icons li a:hover,
body.search footer.web-site-footer .social-icons li a:hover,
body.page-template-page-resources footer.web-site-footer .social-icons li a:hover,
body.page-id-5819 footer.web-site-footer .social-icons li a:hover,
body.page-template-page-event-listing footer.web-site-footer .social-icons li a:hover,
body.single-events footer.web-site-footer .social-icons li a:hover {
  color: #ff5800;
}

body.page-template-page-home-v3 footer.web-site-footer .footer-bottom-wrap,
body.page-template-page-virtual-meeting-room footer.web-site-footer .footer-bottom-wrap,
body.page-template-page-ultimate-2023 footer.web-site-footer .footer-bottom-wrap,
body.search footer.web-site-footer .footer-bottom-wrap,
body.page-template-page-resources footer.web-site-footer .footer-bottom-wrap,
body.page-id-5819 footer.web-site-footer .footer-bottom-wrap,
body.page-template-page-event-listing footer.web-site-footer .footer-bottom-wrap,
body.single-events footer.web-site-footer .footer-bottom-wrap {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.web-section h2 {
  font-size: 46px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 30px;
}

.web-section h2.section-title {
  font-size: 70px;
  line-height: 1.15;
  font-weight: 500;
}

.web-section.web-section-dark {
  background-color: #000;
}

.web-section.web-section-dark * {
  color: #fff;
}

.web-section p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.web-section .h1,
.web-section .h2,
.web-section h1,
.web-section h2 {
  color: #2d2d2d;
}

.web-section .btn-large {
  font-size: 16px;
  font-weight: 800;
}

.web-section .btn-md {
  font-size: 14px;
  font-weight: 800;
  padding: 8px 22px;
}

.web-section .btn-xs {
  font-size: 12px;
  font-weight: 800;
  padding: 5px 15px;
}

.web-section .web-btn-text {
  font-size: 14px;
  font-weight: 800;
  color: #ff5700;
  text-transform: uppercase;
  border-bottom: 2px solid #ff5700;
}

.web-container-fluid {
  width: 100%;
  padding: 0 50px;
}

@media (max-width: 1530px) {
  .web-container-fluid {
    padding: 0 25px;
  }
}

@media (max-width: 1024px) {
  .web-container-fluid {
    padding: 0 15px;
  }
}

.web-rb-layout *,
footer.web-site-footer * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 1600px) {

  .web-rb-layout .container,
  footer.web-site-footer .container {
    max-width: 1500px;
  }
}

@media (max-width: 1024px) {
  .web-section h2 {
    font-size: 36px;
  }

  .web-section h2.section-title {
    font-size: 56px;
  }
}

@media (max-width: 767px) {
  .nvrs-virtual-meeting-template .nvrs-hero-v2 h1 {
    font-size: 38px;
  }

  .nvrs-virtual-meeting-template .nvrs-hero-v2 a.web-play-video {
    font-size: 18px;
  }

  .web-section h2 {
    font-size: 30px;
  }

  .web-section h2.section-title {
    font-size: 42px;
  }

  section.web-your_team .section-title h2,
  section.web-documents .section-title h2,
  section.web-calendarly .section-title h2 {
    font-size: 26px;
  }
}

@media (max-width: 1200px) {

  section.web-your_team .section-title h2,
  section.web-documents .section-title h2,
  section.web-calendarly .section-title h2 {
    font-size: 40px;
  }
}

@media (min-width: 1200px) {
  .w-100 {
    max-width: 100% !important;
  }

  .w-100 .web-ann-box {
    flex: 0 0 25% !important;
    max-width: calc(25% - 30px) !important;
  }
}

.box-stl {
  display: flex;
  flex-direction: column;
  padding: 20px 20px 30px;
  border: 1px solid #ff5800;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.box-stl.box-methodology {
  height: 100%;
  padding: 30px
}

.box-stl.box-methodology .icon {
  padding-bottom: 24px
}

.box-stl.box-methodology h3 {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 12px;
  color: #ff5800;
}

.box-stl.box-methodology p:last-child {
  margin-bottom: 0px
}

.box-stl>.icon {
  padding-bottom: 15px;
  position: relative;
  z-index: 1;
  display: block;
  height: auto;
  width: auto;
}

.box-stl>.icon img {
  width: 40px;
  height: 40px;
}






.nvs-ann-box {
  /*    border: 1px solid #ff5800;*/
  border-radius: 6px;
  padding: 30px;
  /*    margin-left: -1px;*/
  /*    height: 100%;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: rgba(0, 0, 0, 0.6);
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

.web-announcements-partner .section-title {
  margin-bottom: 20px;
}

.web-announcements-partner .section-title h2 {
  font-size: 60px;
  line-height: 1.1;
  display: inline-block;
  position: relative;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

.web-announcements-partner .section-title h2 strong {
  color: #ff5800;
}