html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *::after, *::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* VASSU added - testing gradient from Figma. Remove later if not needed 
img {
  background: linear-gradient(180deg,rgba(0,0,0,.5),transparent) no-repeat 0 0/100% 50% !important;
}*/

.container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 0 50px;
  max-width: 1440px;
}

.container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .container {
    width: 100%;
    padding: 0 55px;
  }
}

@media screen and (min-width: 1025px) {
  .container {
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    width: 100%;
  }
}

.row {
  display: block;
}

.row::after {
  clear: both;
  content: "";
  display: block;
}

.col-xs-1 {
  position: relative;
  min-height: 1px;
  float: left;
  width: 8.33333%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-2 {
  position: relative;
  min-height: 1px;
  float: left;
  width: 16.66667%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-3 {
  position: relative;
  min-height: 1px;
  float: left;
  width: 25%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-4 {
  position: relative;
  min-height: 1px;
  float: left;
  width: 33.33333%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-5 {
  position: relative;
  min-height: 1px;
  float: left;
  width: 41.66667%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-6 {
  position: relative;
  min-height: 1px;
  float: left;
  width: 50%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-7 {
  position: relative;
  min-height: 1px;
  float: left;
  width: 58.33333%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-8 {
  position: relative;
  min-height: 1px;
  float: left;
  width: 66.66667%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-9 {
  position: relative;
  min-height: 1px;
  float: left;
  width: 75%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-10 {
  position: relative;
  min-height: 1px;
  float: left;
  width: 83.33333%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-11 {
  position: relative;
  min-height: 1px;
  float: left;
  width: 91.66667%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-12 {
  position: relative;
  min-height: 1px;
  float: left;
  width: 100%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media screen and (min-width: 768px) {
  .col-sm-1 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 8.33333%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-2 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 16.66667%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-3 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 25%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-4 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 33.33333%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-5 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 41.66667%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-6 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 50%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-7 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 58.33333%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-8 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 66.66667%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-9 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 75%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-10 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 83.33333%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-11 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 91.66667%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-12 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 100%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .col-md-1 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 8.33333%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-2 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 16.66667%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-3 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 25%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-4 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 33.33333%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-5 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 41.66667%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-6 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 50%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-7 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 58.33333%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-8 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 66.66667%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-9 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 75%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-10 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 83.33333%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-11 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 91.66667%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-12 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 100%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .col-lg-1 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 8.33333%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-2 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 16.66667%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-3 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 25%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-4 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 33.33333%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-5 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 41.66667%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-6 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 50%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-7 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 58.33333%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-8 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 66.66667%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-9 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 75%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-10 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 83.33333%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-11 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 91.66667%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-12 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 100%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
}

.clearfix::after {
  clear: both;
  content: "";
  display: block;
}

.img-responsive {
  max-width: 100%;
  height: auto;
  display: block;
}

.hidden {
  display: none !important;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

/*===============================
=            tooltip            =
===============================*/
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -9px;
  padding: 10px 0;
}

.tooltip.right, .tooltip.top-right, .tooltip.bottom-right {
  margin-left: 9px;
  padding: 0 10px;
}

.tooltip.bottom {
  margin-top: 9px;
  padding: 10px 0;
}

.tooltip.left, .tooltip.top-left, .tooltip.bottom-left {
  margin-left: -9px;
  padding: 0 10px;
}

.tooltip-inner {
  padding: 28px 28px 23px;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  -webkit-box-shadow: 4px 9px 16px 0px rgba(0, 0, 0, 0.38);
  box-shadow: 4px 9px 16px 0px rgba(0, 0, 0, 0.38);
}

.tooltip-arrow {
  position: absolute;
  width: 20px;
  height: 20px;
  border-color: #000;
  border-style: solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #fff;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  border-width: 0 0 1px 1px;
}

.tooltip.top-left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -10px;
  border-width: 0 1px 1px 0;
}

.tooltip.top-right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -10px;
  border-width: 1px 0 0 1px;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -10px;
  border-width: 1px 0 0 1px;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -10px;
  border-width: 0 1px 1px 0;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -10px;
  border-width: 1px 1px 0 0;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -10px;
  border-width: 0 1px 1px 0;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -10px;
  border-width: 1px 0 0 1px;
}

/*=====  End of tooltip  ======*/
/*=============================
=            modal            =
=============================*/
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 1025px) {
  .modal-lg {
    width: 900px;
  }
}

/*=====  End of modal  ======*/
/*================================
=            dropdown            =
================================*/
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}

/*=====  End of dropdown  ======*/
/*================================
=            Collapse            =
================================*/
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
}

/*=====  End of Collapse  ======*/


/*=====================================
=            base elements            =
=====================================*/
@-webkit-keyframes appear-anim {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes appear-anim {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

body {
  line-height: 1.2;
  font-size: 16px;
  margin: 0;
  text-rendering: optimizelegibility;
  font-family: "Poppins" !important;
  overflow-x: hidden;
}

.wrapper {
  width: 100vw;
  overflow: hidden;
  position: relative;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  outline: none;
}

textarea,
input,
select,
button,
a {
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-family: inherit;
}

select,
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

select,
option {
  cursor: pointer;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  color: #fff !important;
}

textarea {
  overflow: auto;
}

[disabled] {
  cursor: not-allowed;
}

/*=====  End of base elements  ======*/
/*==============================
=            footer            =
==============================*/
.epicup_logo {
  width: 50px;
  height: 23px;
}

.foot_copyright {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 12px;
  color: #a8a8a8;
  padding: 17px 0;
  text-align: center;
}

.footc_item {
  padding: 0 8px;
}

/*=====  End of footer  ======*/
/*===============================
=            cookies            =
===============================*/
.cooki_box {
  width: 100%;
  height: 62px;
  position: fixed;
  right: 0;
  bottom: 0;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  z-index: 999;
  line-height: 62px;
  overflow: hidden;
  display: none;
}

.cooki_box img {
  float: left;
  position: relative;
  top: -30px;
}

.cooki_box span {
  font-size: 14px;
  color: #5b5b5b;
  padding-left: 50px;
  padding-right: 6px;
}

.cooki_box a {
  color: #5b5b5b;
  font-size: 14px;
  font-weight: 800;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cooki_box a:hover {
  color: #09202E;
}

.cooki_box button {
  line-height: 34px;
  height: 34px;
  border: none;
  display: block;
  width: 126px;
  text-align: center;
  color: #fff;
  background-color: #09202E;
  float: right;
  font-size: 15px;
  margin-top: 15px;
  margin-right: 46px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cooki_box button:hover {
  background-color: #be2d2d;
}

/*=====  End of cookies  ======*/
@media screen and (max-width: 1024px) {
  /*==============================
    =            footer            =
    ==============================*/
  .foot_copyright {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footc_item.item1 {
    width: 100%;
    padding-bottom: 5px;
  }
  /*=====  End of footer  ======*/
  /*===============================
    =            cookies            =
    ===============================*/
  .cooki_box img {
    display: none;
  }
  .cooki_box span {
    padding-left: 0;
  }
  .cooki_box button {
    margin-right: 0;
  }
  /*=====  End of cookies  ======*/
}

@media screen and (max-width: 767px) {
  /*==============================
    =            footer            =
    ==============================*/
  .epicup_logo {
    width: 40px;
    height: 18px;
  }
  /*=====  End of footer  ======*/
  /*===============================
    =            cookies            =
    ===============================*/
  .cooki_box {
    line-height: 1.2;
    height: 86px;
  }
  .cooki_box span {
    display: block;
    width: 100%;
    padding: 15px 0 10px;
  }
  .cooki_box a {
    margin-top: 8px;
    display: inline-block;
  }
  .cooki_box button {
    margin-top: 0;
  }
  /*=====  End of cookies  ======*/
}

main {
  padding-top: 126px;
}

@media screen and (max-width: 767px) {
  main {
    padding-top: 70px;
  }
}

.header_wrap {
  position: relative;
}

/*.header_wrap:after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: -26px;
  left: 0;
  background: white;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1000;
  pointer-events: none;
}*/

@media screen and (max-width: 767px) {
  .header_wrap:after {
    bottom: -1px;
  }
}

.header {
  height: 126px;
  background-color: #09202E;
  width: 100%;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
}

.header .container > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .container > .row a:not(.logo) {
  padding: 0 25px;
}

.header .container > .row:first-of-type {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 11px;
}

.header .container > .row:last-of-type {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 10px;
}

.header .menu_links span {
  padding: 0 25px;
}

.header .h_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .h_left img {
  height: 40px;
}

.header .menu_text_top:not(.lan_state),
.header .text_16_menu:not(.lan_state) {
  color: #FFFFFF;
  opacity: 0.75;
}

.header .menu_text_top {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media screen and (min-width: 1025px) {
  .header .menu_text_top:not(.lan_state):hover {
    color: #1257fd;
  }
}

.header .menu_text_btm {
  opacity: 1;
}

.header .state_menu {
  display: none !important;
}

.header .state_menu.active {
  display: block !important;
  height: calc(100vh - 136px);
}

.header .main_category_item {
  opacity: 1;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  position: relative;
}

.header .main_category_item:after {
  content: "";
  display: block;
  width: calc(100% - 50px);
  height: 2px;
  position: absolute;
  bottom: -29px;
  left: 25px;
  background-color: transparent;
  z-index: 1001;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1300px) {
  .header .main_category_item:after {
    width: calc(100% - 20px);
    left: 10px;
  }
}

.header .main_category_item.active {
  color: #1257fd;
}

.header .main_category_item.active:after {
  background-color: #1257fd;
}

@media screen and (min-width: 1025px) {
  .header .main_category_item:hover {
    color: #1257fd;
  }
}

.header .orange_icon_right {
  display: none;
}

.header .button_link .orange_icon_right {
  display: block;
}

.header .header_content {
  width: 100vw;
  height: calc(100vh - 41px);
  position: fixed;
  top: 41px;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  opacity: 0;
  pointer-events: none;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: 0.3s cubic-bezier(0, 0.6, 0.55, 0.98);
  transition: 0.3s cubic-bezier(0, 0.6, 0.55, 0.98);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(54.27%, #09202E), color-stop(76.47%, rgba(10, 33, 64, 0.9)), to(rgba(10, 33, 64, 0.5)));
  background: linear-gradient(180deg, #09202E 54.27%, rgba(10, 33, 64, 0.9) 76.47%, rgba(10, 33, 64, 0.5) 100%);
  /* background: linear-gradient(180deg,rgba(0,0,0,.5),transparent) no-repeat 0 0/100% 50%; */
  z-index: 1000;
}

.header .header_content .container {
  padding: 0 25px;
  padding-top: 138px;
  position: relative;
}

.header .header_content .sub_items_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-clip-path: inset(-52px 0px 0px -25px);
          clip-path: inset(-52px 0px 0px -25px);
}

.header .header_content .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header .header_content .sub_menu_data {
  display: none;
  pointer-events: none;
  opacity: 0;
  position: absolute;
}

.header .header_content .sub_menu_data.active {
  width: initial;
  height: initial;
  -webkit-animation: appear-anim 0.6s;
          animation: appear-anim 0.6s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  position: relative;
  pointer-events: all;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media screen and (max-width: 767px) {
  .header .header_content .no_child_data a {
    font-size: 16px;
    line-height: 33px;
    font-weight: 400;
  }
}

.header .header_content .sub_item {
  min-width: 150px;
  margin-left: 25px;
  position: relative;
}

.header .header_content .second_lvl {
  min-width: 100px;
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.header .header_content .second_lvl span,
.header .header_content .second_lvl a {
  white-space: nowrap;
}

.header .header_content .third_lvl {
  width: 230px;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.header .header_content .third_lvl.active {
  display: block;
  pointer-events: all;
  opacity: 1;
  -webkit-animation: appear-anim 0.6s;
          animation: appear-anim 0.6s;
}

.header .header_content span.third_lvl_trigger.active {
  color: #1257fd;
}

.header .header_content span.third_lvl_trigger.active:after {
  background-color: #1257fd;
}

.header .header_content .sub_row_data.active span.first_lvl {
  color: #1257fd;
}

.header .header_content .sub_row_data.active span.first_lvl:after {
  background-color: #1257fd;
}

.header .header_content .sub_row_data.active .second_lvl {
  pointer-events: all;
  opacity: 1;
  display: block;
  -webkit-animation: appear-anim 0.6s;
          animation: appear-anim 0.6s;
}

.header .header_content .walker {
  width: 328px;
}

.header .header_content .walker img {
  width: calc(100% + 50px);
  margin-left: -25px;
  height: 171px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 60px;
}

.header .header_content .walker h4 {
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 37px;
  line-height: 49px;
  color: #FFFFFF;
}

.header .header_content .walker p {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.6);
}

.header .header_content .walker a {
  line-height: 19px;
  margin-top: 24px;
  color: #FFFFFF;
}

.header .header_content ul {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-left: 25px;
  position: relative;
}

.header .header_content ul:after {
  content: "";
  width: 1px;
  height: calc(100vh - 126px);
  display: block;
  position: absolute;
  top: -68px;
  left: 0;
  background: #09202E;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  /* background: linear-gradient(180deg,rgba(0,0,0,.5),transparent) no-repeat 0 0/100% 50%; */
}

.header .header_content ul .second_lvl li:not(:last-of-type) {
  margin-bottom: 15px;
}

.header .header_content ul .sub_row_data:not(:last-of-type) li {
  margin-bottom: 15px;
}

.header .header_content ul .sub_row_data li {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  list-style-type: none;
}

.header .header_content ul .sub_row_data li a,
.header .header_content ul .sub_row_data li span {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  position: relative;
}

.header .header_content ul .sub_row_data li a:after,
.header .header_content ul .sub_row_data li span:after {
  content: "";
  display: block;
  width: 2px;
  height: 11px;
  position: absolute;
  left: -24px;
  top: 3px;
  background-color: transparent;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

@media screen and (min-width: 1025px) {
  .header .header_content ul .sub_row_data li a:hover,
  .header .header_content ul .sub_row_data li span:hover {
    opacity: 1;
    color: #1257fd;
  }
  .header .header_content ul .sub_row_data li a:hover:after,
  .header .header_content ul .sub_row_data li span:hover:after {
    background-color: #1257fd;
  }
}

.header .header_content ul .sub_row_data li span {
  cursor: default;
}

.header .header_content ul .sub_row_data li.active a,
.header .header_content ul .sub_row_data li.active span {
  opacity: 1;
  color: #1257fd;
}

.header .header_content ul .sub_row_data li.active a:after,
.header .header_content ul .sub_row_data li.active span:after {
  background-color: #1257fd;
}

.header .column_label {
  display: none;
}

.header .menu_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 25px;
}

.header .main_btm_row {
  position: relative;
  z-index: 1001;
}

.header.expanded .header_content {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1;
  pointer-events: all;
}

@media screen and (max-width: 1300px) {
  .header .container > .main_btm_row .menu_links a {
    padding: 0 10px;
  }
  .header .menu_links span {
    padding: 0 10px;
  }
}

@media screen and (max-width: 1024px) {
  .header .menu_links {
    display: none;
  }
  .header .h_left img {
    height: 43px;
  }
  .header .state_menu {
    width: 100%;
  }
  .header .state_menu.active {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .header .header_content .container {
    padding-top: 95px;
  }
  .header .header_content .sub_items_row {
    width: 100%;
    -webkit-clip-path: inset(-10px 0px 0px -25px);
            clip-path: inset(-10px 0px 0px -25px);
  }
  .header .header_content .second_lvl {
    width: 100%;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    min-width: 95px;
  }
  .header .header_content .second_lvl span,
  .header .header_content .second_lvl a {
    white-space: nowrap;
  }
  .header .header_content ul .sub_row_data li a,
  .header .header_content ul .sub_row_data li span {
    color: rgba(255, 255, 255, 0.6);
  }
  .header .header_content ul .sub_row_data li a:after,
  .header .header_content ul .sub_row_data li span:after {
    left: -15px;
  }
  .header .header_content ul .sub_row_data:not(:last-of-type) li {
    margin-bottom: 0px;
  }
  .header .header_content .sub_menu_data {
    width: 16.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    pointer-events: all;
    opacity: 1;
    position: relative;
  }
  .header .header_content .sub_menu_data:not(.opacity_0) {
    -webkit-animation: appear-anim 0.6s;
            animation: appear-anim 0.6s;
  }
  .header .header_content .sub_menu_data:last-of-type ul:before {
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 0;
    right: 0;
  }
  .header .header_content .sub_item {
    width: 100%;
    min-width: unset;
    margin-left: 0;
  }
  .header .header_content .sub_item:first-of-type {
    margin-left: 0;
  }
  .header .header_content .walker {
    display: none;
  }
  .header .header_content .column_label {
    display: block;
    color: #FFFFFF;
    margin-bottom: 7px;
  }
  .header .header_content ul {
    width: 100%;
    height: auto;
    padding: 0 16px;
  }
  .header .header_content ul .second_lvl li:not(:last-of-type) {
    margin-bottom: 0px;
  }
  .header .header_content ul li {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    list-style-type: none;
    line-height: 40px;
  }
  .header .header_content ul li:not(:last-of-type) {
    padding-bottom: 0px;
  }
  .header .header_content ul li.active {
    color: #1257fd;
  }
  .header .header_content ul:after {
    min-height: 280px;
    height: 100%;
    top: 0;
    background: none;
    background: #FFFFFF;
    /*background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0)));*/
    /*background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%);*/
    background: linear-gradient(180deg,rgba(0,0,0,.5),transparent) no-repeat 0 0/100% 50%;
  }
  .header.expanded .heade_burger_menu span {
    width: 100%;
    background: #1257fd;
    -webkit-transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    margin: 0;
    border-radius: 50%;
  }
  .header.expanded .heade_burger_menu span:nth-of-type(1) {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(0px, 20px) rotate(45deg);
            transform: translate(0px, 20px) rotate(45deg);
  }
  .header.expanded .heade_burger_menu span:nth-of-type(3) {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(0px, 20px) rotate(-45deg);
            transform: translate(0px, 20px) rotate(-45deg);
  }
  .header.expanded .heade_burger_menu span:nth-of-type(2) {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: 70px;
  }
  .header .container {
    height: 70px;
  }
  .header span.third_lvl_trigger.active {
    color: #1257fd;
  }
  .header span.third_lvl_trigger.active:after {
    background-color: #1257fd;
  }
  .header .container > .row:last-of-type {
    margin: auto 0;
  }
  .header .main_btm_row {
    height: 100%;
  }
  .header .h_left img {
    height: 32px;
  }
  .header .state_menu {
    width: 100%;
  }
  .header .state_menu.active {
    height: calc(100vh - 94px);
    padding: 0 13px;
    display: block !important;
    overflow: hidden !important;
  }
  .header .sub_items_wrap {
    max-height: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header .orange_icon_right {
    display: inline;
    margin-left: 5px;
    color: #1257fd;
  }
  .header .header_content {
    height: calc(100vh - 70px);
    top: 70px;
    overflow: hidden;
    overflow-y: auto;
  }
  .header .header_content.xs_sub_visible {
    background: #09202E;
    -webkit-transition: 0s;
    transition: 0s;
  }
  .header .header_content .third_lvl {
    width: 100%;
    height: calc(100vh - 152px);
    position: absolute;
    padding: 0 25px;
    padding-bottom: 50px;
    left: -100%;
    background-color: #09202E; /* VASSU - 10-07-2024 - Menu nav mobile view bug fix */
    top: 76px;
  }
  .header .header_content .third_lvl .sub_items {
    padding-top: 49px;
  }
  .header .header_content .third_lvl.active {
    z-index: 1;
  }
  .header .header_content .container {
    margin-top: 18px;
    padding-top: 0px;
  }
  .header .header_content .sub_items_row {
    -webkit-clip-path: initial;
            clip-path: initial;
  }
  .header .header_content ul .sub_row_data:not(:last-of-type) li {
    margin-bottom: 0px;
  }
  .header .header_content ul .sub_row_data li:not(.column_label) a:not(.xs_text_16),
  .header .header_content ul .sub_row_data li:not(.column_label) span {
    font-weight: 400;
    font-size: 14px;
    line-height: 40px;
    color: #FFFFFF;
  }
  .header .header_content ul .sub_row_data li:not(.column_label) a:not(.xs_text_16):after,
  .header .header_content ul .sub_row_data li:not(.column_label) span:after {
    display: none;
  }
  .header .header_content .sub_item {
    width: 100%;
    min-width: unset;
    padding: 0;
    margin: 0;
  }
  .header .header_content .walker {
    display: none;
  }
  .header .header_content .column_label {
    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: 0px;
  }
  .header .header_content .column_label svg {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header .header_content .sub_row_data.active > li {
    opacity: 0;
  }
  .header .header_content .sub_row_data.active .second_lvl {
    height: calc(100vh - 88px);
    max-width: unset;
    overflow: visible;
    opacity: 1;
    -webkit-animation: unset;
            animation: unset;
  }
  .header .header_content ul {
    width: 100%;
    height: auto;
    padding: 0 16px;
    position: static;
  }
  .header .header_content ul .second_lvl {
    width: calc(100vw - 26px);
    height: 0;
    overflow: auto;
    position: absolute;
    top: -58px;
    left: -25px;
    padding: 26px 25px;
    background-color: #09202E; /* VASSU - 10-07-2024 - Menu nav mobile view bug fix */
    -webkit-transform: unset;
            transform: unset;
    z-index: 1;
    opacity: 0;
  }
  .header .header_content ul .second_lvl a {
    white-space: initial;
  }
  .header .header_content ul .second_lvl .sub_items {
    padding: 31px 0 0 0;
  }
  .header .header_content ul .second_lvl li:not(:last-of-type) {
    margin-bottom: 0px;
  }
  .header .header_content ul li {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    list-style-type: none;
    line-height: 40px;
  }
  .header .header_content ul li a {
    font-size: 14px;
    line-height: 40px;
  }
  .header .header_content ul li:not(:last-of-type) {
    padding-bottom: 0px;
  }
  .header .header_content ul li.active {
    color: #1257fd;
  }
  .header .header_content ul:after {
    display: none;
  }
  .header .header_content .sub_item {
    margin-bottom: 40px;
  }
  .header .header_content .sub_item.additional_row a {
    opacity: 1;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
    letter-spacing: 0.05em;
  }
  .header .header_content .xs_top_part .xs_text_16 {
    font-weight: 400;
    font-size: 16px;
    line-height: 33px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
  }
  .header .header_content .sub_menu_data {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .header .header_content .sub_menu_data:not(.opacity_0) {
    -webkit-animation: unset;
            animation: unset;
  }
  .header .header_content .sub_menu_data .sub_item {
    overflow: hidden;
  }
  .header .header_content .sub_menu_data .sub_item .sub_items_wrap {
    opacity: 0;
  }
  .header .header_content .sub_menu_data:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    top: unset;
    left: 0;
    bottom: 17px;
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
  }
  .header .header_content .sub_menu_data.visible-xs {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .header .header_content .sub_menu_data:last-of-type {
    width: calc(50% - 11px);
  }
  .header .header_content .sub_menu_data:last-of-type ul:before {
    display: none;
  }
  .header .header_content .sub_menu_data:nth-last-of-type(2) {
    width: calc(50% - 11px);
  }
  .header .header_content .sub_menu_data.active_sub_column {
    overflow: visible;
  }
  .header .header_content .sub_menu_data.active_sub_column .sub_item {
    overflow: visible;
  }
  .header .header_content .sub_menu_data.active_sub_column:after {
    opacity: 0;
  }
  .header .header_content .sub_menu_data.opacity_0 {
    position: absolute;
    opacity: 0 !important;
    pointer-events: none;
    -webkit-transition: none;
    transition: none;
  }
  .header .header_content .sub_menu_data .column_label {
    font-weight: 400;
    font-size: 16px;
    line-height: 33px;
  }
  .header .header_content .sub_menu_data.opened .sub_item {
    margin-bottom: 40px;
  }
  .header .header_content .sub_menu_data.opened .sub_item .sub_items_wrap {
    opacity: 1;
  }
  .header .header_content .sub_menu_data.opened .sub_item .sub_items_wrap .sub_row_data:not(:last-of-type) {
    margin-bottom: 2px;
  }
  .header .header_content .sub_menu_data.opened .column_label svg {
    pointer-events: none;
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1);
  }
  .header .header_content .sub_menu_data.opened .column_label svg path {
    fill: #1257fd;
  }
  .header .header_content .sub_menu_data.opened .sub_items_wrap {
    max-height: 200px;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .header .header_content .sub_menu_data.lan_btn .text_16_menu {
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
  }
  .header.expanded .heade_burger_menu span {
    width: 100%;
  }
  .header .xs_sub_header {
    padding-bottom: 22px;
    position: relative;
  }
  .header .xs_sub_header .back_sub_xs {
    background: transparent;
    outline: none;
    padding: 0;
    border: none;
  }
  .header .xs_sub_header:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #6D7A8D;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.heade_burger_menu {
  height: 40px;
  width: 40px;
  display: none;
}

.heade_burger_menu span {
  width: calc(100% - 10px);
  height: 1px;
  display: block;
  border-radius: 1px;
  background-color: #fff;
  margin-left: 5px;
}

.heade_burger_menu span:not(:first-of-type) {
  margin-top: 9px;
}

.heade_burger_menu span:first-of-type {
  margin-top: 10px;
}

@media screen and (max-width: 1024px) {
  .heade_burger_menu {
    display: block;
  }
}

.header_left_separator {
  width: 1px;
  height: 40px;
  border-radius: 1px;
  background-color: #fff;
  margin-right: 51px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

.inter_150 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 150px;
  line-height: 154px;
}

.menu_autocomplete {
  margin-left: auto;
  position: relative;
}

.menu_autocomplete svg {
  position: absolute;
  top: 50%;
  left: 13px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.menu_autocomplete input {
  width: 200px;
  height: 40px;
  left: 0px;
  top: 0px;
  opacity: 0.75;
  border-radius: 300px;
  padding-left: 35px;
  border: 1px solid #FFFFFF;
  outline: none;
  background: transparent;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}

.menu_autocomplete input::-webkit-input-placeholder {
  color: #FFFFFF;
}

.menu_autocomplete input:-ms-input-placeholder {
  color: #FFFFFF;
}

.menu_autocomplete input::-ms-input-placeholder {
  color: #FFFFFF;
}

.menu_autocomplete input::placeholder {
  color: #FFFFFF;
}

.menu_autocomplete input::-webkit-search-cancel-button {
  display: none;
  -webkit-appearance: none;
  background-repeat: no-repeat;
  padding: 1px;
  background-position: center center;
  background-size: 15px 15px;
  background-image: url("../img/icons/input_close.svg");
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 15px;
  width: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 1em;
}

.menu_autocomplete input:focus {
  border-color: #1257fd;
}

.menu_autocomplete input:focus svg {
  stroke: #1257fd;
}

@media screen and (max-width: 1024px) {
  .menu_autocomplete {
    margin-left: 50px;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .menu_autocomplete {
    margin-right: 40px;
    margin-left: auto;
  }
  .menu_autocomplete input {
    width: 0;
    opacity: 0;
    padding: 0;
  }
  .menu_autocomplete svg {
    left: unset;
    right: 0;
  }
}

.menu_autocomplete .search_clear {
  opacity: 0;
  left: unset;
  right: 15px;
}

.search_close {
  display: none;
}

@media screen and (max-width: 1024px) {
  .search_close {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .search_active {
    margin-right: 26px;
  }
}

.search_input:focus {
  border: 1px solid #1257fd;
  color: #FFFFFF;
}

.search_input:focus::-webkit-input-placeholder {
  color: #FFFFFF;
}

.search_input:focus:-ms-input-placeholder {
  color: #FFFFFF;
}

.search_input:focus::-ms-input-placeholder {
  color: #FFFFFF;
}

.search_input:focus::placeholder {
  color: #FFFFFF;
}

.search_input:focus svg path {
  stroke: #1257fd;
}

.search_input:focus + svg path {
  stroke: #1257fd;
}

.search_input:focus ~ .search_clear {
  cursor: pointer;
  opacity: 1;
}

.search_input:focus ~ .search_clear path {
  stroke: #FFFFFF !important;
}

.search_wrapper .search_active input {
  color: #1257fd;
  border: 1px solid #1257fd;
}

.search_wrapper .search_active input::-webkit-input-placeholder {
  color: #1257fd;
}

.search_wrapper .search_active input:-ms-input-placeholder {
  color: #1257fd;
}

.search_wrapper .search_active input::-ms-input-placeholder {
  color: #1257fd;
}

.search_wrapper .search_active input::placeholder {
  color: #1257fd;
}

.search_wrapper .search_active svg path {
  stroke: #1257fd;
}

.header_lan_switcher {
  margin-left: 27px;
  position: relative;
  opacity: 0.75;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.header_lan_switcher span {
  color: #FFFFFF;
  margin-left: 7px;
  margin-right: 6px;
}

.header_lan_switcher .arrow {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.header_lan_switcher.active span {
  color: #1257fd;
}

.header_lan_switcher.active svg {
  stroke: #1257fd;
}

.header_lan_switcher.active .arrow {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

@media screen and (min-width: 1025px) {
  .header_lan_switcher:hover {
    opacity: 1;
  }
}

.c_orange {
  color: #1257fd;
}

.c_navy {
  color: #09202E;
}

.c_white {
  /* color: #FFFFFF; VASSU disabled 05/09/2024 */
}

.global_slider_container {
  padding-top: 0px; /* VASSU - previous 100px */
  overflow: hidden;
  padding-bottom: 103px;
}

.global_slider_container .label {
  display: block;
  margin-bottom: 37px;
}

.global_slider_container .global_banner_list_container,
.global_slider_container .global_slider_list_js {
  max-height: 392px;
}

.global_slider_container .list label {
  display: block;
  color: #1257fd;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.global_slider_container .list label .text_21 {
  line-height: 32px;
  display: block;
}

.global_slider_container .swiper-container-vertical > .swiper-scrollbar {
  width: 2px;
  right: unset;
  left: 1px;
  background: #C7D5FB !important;
}

.global_slider_container .swiper-container-vertical > .swiper-scrollbar .swiper-scrollbar-drag {
  width: 4px;
  left: -1px;
  background: #1257fd;
}

.global_slider_container .swiper-slide {
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  padding-left: 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.global_slider_container .global_banner_list_container {
  width: 100%;
  max-height: 392px;
  position: relative;
  overflow: hidden;
}

.global_slider_container .global_banner_list_container:after {
  content: "";
  display: block;
  width: calc(100% - 26px);
  height: 89%;
  position: absolute;
  bottom: 0;
  left: 26px;
  z-index: 2;
  pointer-events: none;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.25)), to(white));
  /*background: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, white 100%);*/
  /*background: linear-gradient(180deg,rgba(0,0,0,.5),transparent) no-repeat 0 0/100% 50%;*/
  pointer-events: none;
}

.global_slider_container .text_37 {
  display: block;
}

.global_slider_container .global_slider_slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.global_slider_container .global_slider_slide .global_slider_left {
  width: 49%;
  padding-right: 35px;
  color: #09202E;
  /* background-color: #F3F7FF; VASSU - added this line during initial phase of rebrand, temporarily disabling. Only remove once confirmed no interference */
}

.global_slider_container .global_slider_slide .global_slider_right {
  width: 51%;
}

.global_slider_container .global_slider_right {
  max-width: 645px;
  min-height: 610px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
}

.global_slider_container .global_slider_right .right_slide {
  height: 0;
  opacity: 0;
  -webkit-transition: 0.6s cubic-bezier(0, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0, 1, 0.5, 1);
  pointer-events: none;
}

.global_slider_container .global_slider_right .right_slide img {
  width: 100%;
  height: auto;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.global_slider_container .global_slider_right .right_slide .slide_title {
  color: #09202E;
  margin-top: 21px;
}

@media screen and (max-width: 1024px) {
  .global_slider_container .global_slider_right .right_slide .slide_title {
    margin-top: 18px;
  }
}

.global_slider_container .global_slider_right .right_slide label {
  min-height: 112px;
  display: block;
  margin-top: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}

.global_slider_container .global_slider_right .right_slide .button_link {
  margin-top: 32px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}

.global_slider_container .global_slider_right .right_slide.active {
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  pointer-events: all;
  opacity: 1;
}

.global_slider_container .global_swiper_initialier {
  max-height: 300px;
}

.global_slider_container .swiper-container-vertical > .swiper-scrollbar {
  height: 90%;
}

.global_slider_container.blue_bg {
  background-color: #f4f4f6;
}

.global_slider_container.blue_bg .label,
.global_slider_container.blue_bg .c_navy,
.global_slider_container.blue_bg .button_link {
  color: #FFFFFF;
}

.global_slider_container.blue_bg .global_banner_list_container:after {
  background: #F3F7FF;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(10, 33, 64, 0.95)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(10, 33, 64, 0.95) 100%);
  background: linear-gradient(180deg,rgba(0,0,0,.5),transparent) no-repeat 0 0/100% 50%;
}

.global_slider_container.rewerse .global_slider_slide {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.global_slider_container.rewerse .global_slider_slide .global_slider_left {
  padding-right: 0;
  padding-left: 101px;
}

@media screen and (max-width: 1024px) {
  .global_slider_container {
    padding-top: 75px;
    padding-bottom: 71px;
  }
  .global_slider_container .label {
    margin-bottom: 31px;
  }
  .global_slider_container .global_banner_list_container,
  .global_slider_container .global_slider_list_js {
    max-height: 271px;
  }
  .global_slider_container .text_21 {
    font-size: 16px;
    line-height: 31px;
    padding-bottom: 17px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .global_slider_container .text_21 {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  .global_slider_container .text_37 {
    display: block;
  }
  .global_slider_container .global_slider_slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .global_slider_container .global_slider_slide .global_slider_left {
    width: 39%;
    padding-right: 25px;
  }
  .global_slider_container .global_slider_slide .global_slider_right {
    width: 60%;
    max-width: 557px;
  }
  .global_slider_container .global_slider_right {
    min-height: 530px;
  }
  .global_slider_container .global_slider_right .right_slide img {
    max-height: 265px;
  }
  .global_slider_container .global_slider_right .right_slide label {
    min-height: 140px;
    margin-top: 5px;
  }
  .global_slider_container .global_slider_right .right_slide .button_link {
    margin-top: 15px;
  }
  .global_slider_container.rewerse .global_slider_slide {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .global_slider_container.rewerse .global_slider_slide .global_slider_left {
    padding-right: 0;
    padding-left: 67px;
  }
}

@media screen and (max-width: 767px) {
  .global_slider_container {
    padding-top: 41px;
    padding-bottom: 50px;
  }
  .global_slider_container .label {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
  }
  .global_slider_container .label .word_wrap_h2 {
    height: 35px;
  }
  .global_slider_container .text_21 {
    line-height: 25px;
    padding-bottom: 0px;
  }
  .global_slider_container .global_banner_list_container,
  .global_slider_container .global_slider_list_js {
    max-height: 187px;
  }
  .global_slider_container .global_slider_slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .global_slider_container .global_slider_slide .global_slider_left {
    width: 100%;
    padding-right: 25px;
  }
  .global_slider_container .global_slider_slide .global_slider_right {
    width: 100%;
  }
  .global_slider_container .global_slider_right {
    min-height: 260px;
  }
  .global_slider_container .global_slider_right .right_slide {
    overflow: hidden;
  }
  .global_slider_container .global_slider_right .right_slide img {
    display: none;
  }
  .global_slider_container .global_slider_right .right_slide label {
    min-height: unset;
    margin-top: 0;
    padding-top: 11px;
  }
  .global_slider_container .global_slider_right .right_slide .button_link {
    margin-top: 24px;
  }
  .global_slider_container .global_slider_slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .global_slider_container.rewerse .global_slider_slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .global_slider_container.rewerse .global_slider_slide .global_slider_left {
    padding-right: 0;
    padding-left: 0;
  }
}

.global_slider_list_js .swiper-scrollbar {
  display: none;
}

@-webkit-keyframes slide-appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes slide-appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.global_banner_list_container {
  position: relative;
}

#global_slider_clone_js {
  max-height: 392px;
  position: absolute;
  top: 0;
  left: 0;
}

#global_slider_clone_js .swiper-wrapper {
  opacity: 0 !important;
  pointer-events: none;
}

@media screen and (max-width: 1024px) {
  #global_slider_clone_js {
    max-height: 271px;
  }
}

@media screen and (max-width: 767px) {
  #global_slider_clone_js {
    max-height: 187px;
  }
}

.projects_slider {
  width: 100%;
  background-color: #FFFFFF;
  padding: 100px 0 196px 0;
}

.projects_slider .inner_wrapper {
  position: relative;
}

.projects_slider .project_slide {
  width: 410px; /* VASSU - orig 373px */
  height: 310px; /* VASSU - orig 250px */
  margin-right: 50px;
}

@media screen and (max-width: 1024px) {
  .projects_slider .project_slide {
    width: 384px;
  }
}

.projects_slider .project_slide img {
  height: 250px; /* VASSU - previous 250px */
  width: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.projects_slider .c_white {
  /* color: #FFFFFF; VASSU - disabled 05/09/2024 */
}

.projects_slider .text_45 {
  margin-bottom: -15px; /* VASSU - previous 15px */
}

.projects_slider .text_16_33 {
  /* margin-top: -76px; VASSU - previous 6px */
  margin-top: 6px;
}

.projects_slider .button_link {
  font-size: 14px;
  line-height: 24px;
}

@media screen and (max-width: 1024px) {
  .projects_slider .button_link {
    line-height: 25px;
  }
}

.projects_slider .text_21 {
  margin-top: 17px;
  display: block;
}

.projects_slider .text_16 {
  max-width: 539px;
  display: block;
}

.projects_slider .inner_heading {
  margin-bottom: 34px;
}

.projects_slider .text_16_b {
  font-weight: 900;
}

.projects_slider a {
  /* color: #FFFFFF; VASSU 05/09/2024 */
  margin-top: 6px;
}

@media screen and (max-width: 1024px) {
  .projects_slider a {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .projects_slider a {
    margin-top: 7px;
  }
}

.projects_slider .list_elem {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.projects_slider .projects_arrow_left,
.projects_slider .projects_arrow_right {
  position: absolute;
  top: 125px;
  z-index: 9;
  cursor: pointer;
}

.projects_slider .projects_arrow_left.swiper-button-disabled,
.projects_slider .projects_arrow_right.swiper-button-disabled {
  cursor: default;
  opacity: 0.5;
}

.projects_slider .projects_arrow_left {
  left: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  -webkit-transform-origin: top;
          transform-origin: top;
}

.projects_slider .projects_arrow_right {
  right: 10px;
}

.projects_slider .swiper-container-horizontal > .swiper-scrollbar {
  width: 100%;
  height: 2px;
  right: unset;
  left: 0;
  background: rgba(10, 33, 64, 0.5) !important;
  bottom: -68px;
}

.projects_slider .swiper-container-horizontal > .swiper-scrollbar .swiper-scrollbar-drag {
  height: 4px;
  top: -1px;
  background: #1257fd;
}

.projects_slider.blue_bg {
  background-color: rgba(255, 255, 255, 0.08);
}

@media screen and (max-width: 1024px) {
  .projects_slider {
    padding: 90px 0 97px 0;
  }
  .projects_slider .text_45 {
    margin-bottom: 7px;
  }
  .projects_slider .text_21 {
    margin-top: 17px;
    display: block;
  }
  .projects_slider .inner_heading {
    margin-bottom: 43px;
  }
  .projects_slider a {
    margin-top: 10px;
  }
  .projects_slider .list_elem .text_21 {
    font-size: 19px;
    line-height: 31px;
  }
  .projects_slider .swiper-container-horizontal > .swiper-scrollbar {
    height: 2px;
    right: unset;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
    bottom: -46px;
  }
  .projects_slider .swiper-container-horizontal > .swiper-scrollbar .swiper-scrollbar-drag {
    height: 4px;
    top: -1px;
    background: #1257fd;
  }
}

@media screen and (max-width: 767px) {
  .projects_slider {
    height: auto;
    padding: 43px 0 129px 0;
  }
  .projects_slider.blue_bg {
    background-color: rgba(244, 245, 241, 0.15);
  }
  .projects_slider a {
    margin-top: 7px;
  }
  .projects_slider .inner_heading {
    margin-bottom: 42px;
  }
  .projects_slider .projects_arrow_left,
  .projects_slider .projects_arrow_right {
    width: 43px;
    height: 33px;
    top: 84px;
  }
  .projects_slider .projects_arrow_right {
    right: 0;
  }
  .projects_slider .project_slide {
    width: 300px;
    max-width: calc(100vw - 50px);
    height: auto;
  }
  .projects_slider .project_slide img {
    height: 200px;
  }
  .projects_slider .primary_btn {
    margin: 0;
    position: absolute;
    bottom: -108px;
    right: 0;
  }
}

.insights .text_45,
.news_section .text_45 {
  margin-bottom: 33px;
}

.insights .inner_heading,
.news_section .inner_heading {
  margin-bottom: 33px;
}

@media screen and (max-width: 767px) {
  .insights .inner_heading,
  .news_section .inner_heading {
    margin-bottom: 20px;
  }
}

.insights .inner_heading .text_45,
.news_section .inner_heading .text_45 {
  margin-bottom: 0;
}

.insights .a_start,
.news_section .a_start {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.insights .single_insight {
  background-color: #FFFFFF;
  width: calc(100% / 2); /* VASSU - prev 18% + 12px; */
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.news_section .single_insight {
  background-color: #F3F7FF;
  width: calc(100% / 2);
  height: auto;
  /* VASSU - added these lines for news_module
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: row !important;
          flex-direction: row !important; */
}

.insights .single_insight:first-of-type,
.news_section .single_insight:first-of-type {
  /*width: 40.4%; VASSU removed 40% so all news + insight containers have equal width/length size */
}

.insights .single_insight:not(:last-of-type),
.news_section .single_insight:not(:last-of-type) {
  margin-right: 36px; /* VASSU previous 29px */
}

.insights .single_insight img,
.news_section .single_insight img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.insights .single_insight > span,
.news_section .single_insight > span {
  padding-left: 25px; /* VASSU */
  display: none !important;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.insights .single_insight p,
.news_section .single_insight p {
  padding-left: 25px; /* VASSU - adding padding to match Figma text middle of boxes*/
  min-height: 0px; /* VASSU - orig value was 56px */
  max-width: 398px;
  max-height: 105px;
  display: block;
  margin-bottom: 0;
  margin-top: 1px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.insights .single_insight .row,
.news_section .single_insight .row {
  margin-top: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.insights .single_insight .row:after,
.news_section .single_insight .row:after {
  display: none;
}

.insights .single_insight .date,
.news_section .single_insight .date {
  opacity: 0.5;
  line-height: 24px;
}

.insights .single_insight .row_btm,
.news_section .single_insight .row_btm {
  padding-top: 20px;
}

.insights .single_insight .text_21,
.news_section .single_insight .text_21 {
  display: inline-block !important; /* VASSU added line */
  padding-left: 25px !important; /* VASSU added line */
  padding-right: 5px; /* VASSU added line */
  font-size: 16px;
  line-height: 32px;
}

.insights .single_insight .text_16,
.news_section .single_insight .text_16 {
  font-size: 14px;
  line-height: 24px;
}

.insights .single_insight .button_link,
.news_section .single_insight .button_link {
  display: inline-block !important; /* VASSU */
  padding-left: 25px !important; /* VASSU */
  /* margin-top: -25px !important;  VASSU i entered this code and commented it. once finished debugging, remove this line! */
  margin-bottom: 25px !important; /* VASSU */
  font-size: 14px;
  line-height: 24px;
}

@media screen and (max-width: 1024px) {
  .insights .single_insight .button_link,
  .news_section .single_insight .button_link {
    line-height: 25px;
  }
}

@media screen and (max-width: 1024px) {
  .insights .text_67,
  .news_section .text_67 {
    margin-bottom: 15px;
  }
  .insights .single_insight,
  .news_section .single_insight {
    width: 25%;
  }
  .insights .single_insight:first-of-type,
  .news_section .single_insight:first-of-type {
    width: calc(45% + 12px);
  }
  .insights .single_insight:nth-last-of-type(2),
  .news_section .single_insight:nth-last-of-type(2) {
    margin-right: 0;
  }
  .insights .single_insight:last-of-type,
  .news_section .single_insight:last-of-type {
    display: none;
  }
  .insights .single_insight .text_21,
  .news_section .single_insight .text_21 {
    padding-left: 50px; /* VASSU */
    font-size: 16px;
    line-height: 31px;
  }
  .insights .single_insight .text_16,
  .news_section .single_insight .text_16 {
    line-height: 25px;
  }
  .insights .single_insight > span,
  .news_section .single_insight > span {
    margin-top: 18px;
  }
  .insights .single_insight p,
  .news_section .single_insight p {
    margin-top: 6px;
  }
}

@media screen and (max-width: 767px) {
  .insights .text_45,
  .news_section .text_45 {
    margin-bottom: 40px;
  }
  .insights .container > .row,
  .news_section .container > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .insights .primary_btn,
  .news_section .primary_btn {
    margin-left: auto;
    margin-top: 29px;
  }
  .insights .single_insight,
  .news_section .single_insight {
    width: 100%;
    margin-right: 0;
  }
  .insights .single_insight:first-of-type,
  .news_section .single_insight:first-of-type {
    width: 100%;
  }
  .insights .single_insight:first-of-type img,
  .news_section .single_insight:first-of-type img {
    /* margin: 0 -25px; VASSU - mobile view looks bad so had to disable. JTB code. This will need to apply across all screen widtha and maybe other modules */
    /* width: 100vw; */
  }
  .insights .single_insight:not(:first-of-type),
  .news_section .single_insight:not(:first-of-type) {
    margin-top: 42px;
  }
  .insights .single_insight .text_21,
  .news_section .single_insight .text_21 {
    font-size: 16px;
    line-height: 28px;
  }
  .insights .single_insight > span,
  .news_section .single_insight > span {
    margin-top: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
  }
  .insights .single_insight p,
  .news_section .single_insight p {
    min-height: unset;
    max-height: unset;
    height: unset;
    margin-top: 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
  }
  .insights .single_insight .row_btm,
  .news_section .single_insight .row_btm {
    padding-top: 0;
    margin-top: 10px;
  }
  .primary_btn .button_link {
    /* margin-top: -2285px; VASSU - added myself, now disabling as this is not standard practice. To look into later */
  }
}

.insights.blue_bg {
  background-color: #09202E;
}

.news_section {
  padding-top: 92px;
  padding-bottom: 128px;
}

.news_section.blue_bg {
  background-color: #FFFFFF;
}

@media screen and (max-width: 1024px) {
  .news_section {
    padding-top: 70px;
    padding-bottom: 72px;
  }
}

@media screen and (max-width: 767px) {
  .news_section {
    padding-top: 42px;
    padding-bottom: 50px;
  }
  .news_section.blue_bg {
    background-color: #FFFFFF; /* VASSU - orig was #09202E*/
  }
  .news_section .primary_btn {
    margin-left: auto;
    margin-top: 23px;
  }
}

.insights {
  padding-top: 88px;
  padding-bottom: 92px;
  background-color: #F3F7FF;
}

@media screen and (max-width: 1024px) {
  .insights {
    padding: 90px 0;
  }
}

@media screen and (max-width: 767px) {
  .insights {
    padding-top: 67px;
    padding-bottom: 66px;
  }
}

.opacity_0 {
  opacity: 0 !important;
  pointer-events: none !important;
}

.word_wrap_h1 {
  height: 102px;
}

@media screen and (max-width: 1024px) {
  .word_wrap_h1 {
    height: 79px;
  }
}

@media screen and (max-width: 767px) {
  .word_wrap_h1 {
    height: 62px;
  }
}

.word_wrap_h2 {
  height: 55px;
  vertical-align: middle;
}

@media screen and (max-width: 1024px) {
  .word_wrap_h2 {
    height: 33px;
  }
}

@media screen and (max-width: 767px) {
  .word_wrap_h2 {
    height: 38px;
  }
}

h1,
h2 {
  display: block;
}

h1 span,
h2 span {
  display: inline-block;
}

.word_wrap {
  display: inline-block;
  overflow: hidden;
}

.word_wrap .word {
  display: inline-block;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.text_invisible .word_wrap .word {
  -webkit-transform: translateY(-115%);
          transform: translateY(-115%);
}

.button_link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.button_link .orange_icon_right {
  margin-left: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.button_link .orange_icon_right line {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

@media screen and (min-width: 1025px) {
  .button_link:hover {
    color: #1257fd;
  }
  .button_link:hover .orange_icon_right {
    width: 28px;
  }
  .button_link:hover .orange_icon_right line {
    -webkit-transform: scaleX(2);
            transform: scaleX(2);
  }
}

.white_orange {
  color: #fff;
}

.white_orange span:last-child {
  color: #1257fd;
}

.color_white {
  color: #FFFFFF;
}

.color_blue {
  color: #09202E;
}

.languages_menu {
  display: none !important;
}

.languages_menu.active {
  width: 100%;
  display: block !important;
}

.languages_menu .inner_wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.languages_menu .inner_wrapper:after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #09202E;
  position: absolute;
  top: 0;
  right: 0px;
}

.languages_menu .lan_label {
  min-height: 33px;
  display: block;
  margin-bottom: 7px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}

.languages_menu .link {
  display: block;
  min-height: 71px;
}

.languages_menu .lan_column {
  height: auto;
  width: calc(16.5% - 5px);
  padding: 0 25px;
  position: relative;
}

.languages_menu .lan_column.divided {
  width: calc(33% - 10px);
}

.languages_menu .lan_column.divided .lan_data {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 50px;
          column-gap: 50px;
}

.languages_menu .lan_column.divided:after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #09202E;
  position: absolute;
  top: 0;
  right: 50%;
}

.languages_menu .lan_column:before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #09202E;
  position: absolute;
  top: 0;
  left: -1px;
}

.languages_menu .lan_column:last-of-type.divided {
  width: calc(33% - 35px);
  padding-right: 0;
}

.languages_menu .cross_column {
  min-width: unset;
  width: 65px;
  padding-left: 0;
}

.languages_menu .cross_column:before {
  display: none;
}

.languages_menu .cross_column svg {
  margin-left: 12px;
}

.languages_menu .language {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 1025px) {
  .languages_menu .language:hover {
    color: #FFFFFF;
  }
}

.languages_menu .space {
  height: 40px;
}

.languages_menu .lan_col_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 35px;
}

@media screen and (max-width: 1024px) {
  .languages_menu .cross_column {
    display: none;
  }
  .languages_menu .lan_column {
    width: calc(16.5% + 4px);
    padding: 0 15px;
  }
  .languages_menu .lan_column.divided {
    width: calc(33% + 8px);
  }
  .languages_menu .lan_column.divided .lan_data {
    -webkit-column-gap: 30px;
            column-gap: 30px;
  }
  .languages_menu .lan_column:last-of-type.divided {
    width: calc(33% - 7px);
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .languages_menu .inner_wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .languages_menu .inner_wrapper:after {
    display: none;
  }
  .languages_menu .link {
    min-height: 58px;
  }
  .languages_menu .lan_col_sub,
  .languages_menu .link {
    position: relative;
  }
  .languages_menu .lan_col_sub:before,
  .languages_menu .link:before {
    content: "";
    width: calc(100% - 4px);
    height: 1px;
    display: block;
    position: absolute;
    bottom: -11px;
    left: 0px;
    background-color: rgba(255, 255, 255, 0.4);
  }
  .languages_menu .lan_col_sub {
    margin-bottom: 30px;
  }
  .languages_menu .lan_col_sub:last-of-type::before {
    display: none;
  }
  .languages_menu .lan_col_sub:last-of-type .link::before {
    display: none;
  }
  .languages_menu .link:before {
    bottom: 11px;
  }
  .languages_menu .lan_column {
    width: 50%;
    padding: 0;
    margin-bottom: 52px;
  }
  .languages_menu .lan_column.divided {
    width: 100%;
  }
  .languages_menu .lan_column.divided .lan_data {
    -webkit-column-gap: 0px;
            column-gap: 0px;
  }
  .languages_menu .lan_column.divided:after {
    display: none;
  }
  .languages_menu .lan_column:last-of-type.divided {
    width: 100%;
  }
  .languages_menu .lan_column:before {
    width: 100%;
    height: 1px;
    top: unset;
    bottom: -19px;
    left: 0px;
  }
}

.number_increment {
  position: relative;
}

.sub_languages_container {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sub_languages_container .language_label {
  pointer-events: none;
}

.sub_languages_container .inner_sub_languages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sub_languages_container .inner_sub_languages .sub_language:first-of-type {
  margin-right: 15px;
  position: relative;
}

.sub_languages_container .inner_sub_languages .sub_language:first-of-type:after {
  content: "";
  display: block;
  height: 16px;
  width: 1px;
  position: absolute;
  top: 12px;
  right: -7px;
  background-color: rgba(255, 255, 255, 0.6);
}

@media screen and (max-width: 767px) {
  .sub_languages_container {
    position: relative;
  }
  .sub_languages_container::before {
    content: "";
    display: block;
    width: calc(100% - 4px);
    height: 1px;
    position: absolute;
    bottom: -11px;
    right: 0px;
    background-color: rgba(255, 255, 255, 0.6);
  }
}

.sub_languages {
  margin-bottom: 35px;
}

.inner_heading {
  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;
}

.primary_btn {
  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: #1257fd; VASSU */
  padding: 12px 43px 11px 43px;
  border-radius: 30px;
}

.primary_btn .button_link {
  color: #2B6EFF;
  line-height: 20px;
}

.primary_btn .button_link .svg_container {
  height: 20px;
  position: relative;
  margin-left: 10px;
}

.primary_btn .button_link svg {
  position: absolute;
  top: calc(50% - 4px);
  left: 0;
  margin-left: 0px;
}

.primary_btn .button_link svg path,
.primary_btn .button_link svg line {
  stroke: #1257fd; /* VASSU was previously white */
}

@media screen and (min-width: 1025px) {
  .primary_btn:hover .button_link .orange_icon_right {
    width: 28px;
  }
  .primary_btn:hover .button_link .orange_icon_right line {
    -webkit-transform: scaleX(2);
            transform: scaleX(2);
  }
}

@media screen and (max-width: 767px) {
  .primary_btn {
    padding: 9px 30px 8px 30px;
  }
  .primary_btn.visible-xs {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.global_slider_list_js {
  height: 392px;
}

@media screen and (max-width: 767px) {
  .global_slider_list_js {
    max-height: 187px;
  }
}

.text_over_image_section {
  padding-top: 84px;
  padding-bottom: 100px;
  background-repeat: no-repeat;
  background-size: cover;
}

.text_over_image_section .slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.text_over_image_section .slide {
  width: 429px;
  height: auto;
}

.text_over_image_section .slide:not(:last-of-type) {
  margin-right: 26px;
}

.text_over_image_section .text_45 {
  margin-bottom: 37px;
  font-weight: 600;
}

.text_over_image_section .relative_wrapper {
  position: relative;
}

.text_over_image_section .text_28 {
  display: block;
  margin: 0;
  margin-bottom: 34px;
  font-weight: 600;
  padding-right: 20px;
  padding-top: 24px;
  border-top: 1px solid #FFFFFF;
}

.text_over_image_section .text_16 {
  margin: 0;
  padding-bottom: 53px;
  padding-right: 20px;
  font-weight: 600;
  border-bottom: 1px solid #FFFFFF;
}

.text_over_image_section .swiper-slide {
  -ms-flex-negative: unset;
      flex-shrink: unset;
}

.text_over_image_section .text_over_image_scrollbar,
.text_over_image_section .text_over_image_arrow_right {
  display: none;
}

@media screen and (max-width: 1024px) {
  .text_over_image_section {
    padding-top: 85px;
    padding-bottom: 145px;
  }
  .text_over_image_section .swiper-slide {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .text_over_image_section .text_over_image_arrow_right {
    display: block;
    position: absolute;
    top: 11px;
    right: 25px;
  }
  .text_over_image_section .text_over_image_scrollbar {
    width: calc(100% - 50px);
    height: 2px;
    display: block;
    position: absolute;
    bottom: -62px;
    left: 25px;
    z-index: 5;
    background: rgba(255, 255, 255, 0.5);
  }
  .text_over_image_section .text_over_image_scrollbar .swiper-scrollbar-drag {
    height: 4px;
    top: -1px;
    background-color: #1257fd;
  }
  .text_over_image_section .text_45 {
    margin-bottom: 50px;
    margin-right: 50px;
  }
  .text_over_image_section .text_28 {
    margin-bottom: 23px;
    padding-top: 17px;
  }
  .text_over_image_section .text_16 {
    padding-bottom: 26px;
  }
}

@media screen and (max-width: 767px) {
  .text_over_image_section {
    padding-top: 92px;
    padding-bottom: 102px;
  }
  .text_over_image_section .slide {
    width: 100%;
    max-width: 262px;
  }
  .text_over_image_section .slide:not(:last-of-type) {
    margin-right: 25px;
  }
  .text_over_image_section .text_over_image_arrow_right {
    width: 56px;
    height: 56px;
    top: 0;
  }
  .text_over_image_section .text_over_image_scrollbar {
    bottom: -52px;
  }
  .text_over_image_section .text_50 {
    margin-bottom: 30px;
    margin-right: 57px;
  }
  .text_over_image_section .text_28 {
    padding-right: 12px;
    font-size: 21px;
    line-height: 33px;
  }
  .text_over_image_section .text_16 {
    padding-right: 12px;
  }
}

.text_to_anim_js {
  position: relative;
}

.small_banner {
  width: 100%;
  height: 400px;
  background: #09202E; /*  - VASSU disabling this for new smec theme */
  position: relative;
  overflow: hidden;
}

.small_banner .container {
  height: 100%;
  padding: 0 50px;
}

.small_banner .banner_text {
  font-size: 45px; /* VASSU - orig value 55px, FLetch asked to make banner text a bit smaller */
  line-height: 65px;
}

.small_banner .banner_text .word_wrap_h2 {
  height: 65px;
}

@media screen and (max-width: 1024px) {
  .small_banner .banner_text .word_wrap_h2 {
    height: 49px;
  }
}

@media screen and (max-width: 767px) {
  .small_banner .banner_text .word_wrap_h2 {
    height: 40px;
  }
}

.small_banner .left_side {
  max-width: 517px;
  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: center;
      -ms-flex-pack: center;
          justify-content: flex-end; /* VASSU - orig value is center */
  z-index: 1;
  position: relative;
  margin-top: -40px; /* VASSU - added this new margin-top line */
}

.small_banner .right_side {
  width: 100% !important; /* VASSU - previous value was 84vw + adding !important to override */
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  /*-webkit-mask: linear-gradient(to left, white 100%, transparent) !important; /* VASSU - added this line and set 100% to prevent gradient from old theme - find better solution for this and main home page slideshow gradient */
  /* -webkit-mask: linear-gradient(to bottom, rgba(11, 37, 116) 100%, rgba(0,0,0) 0%) !important; */
  /* -webkit-mask: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 70%) !important; */
  /* -webkit-mask: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 26%, rgba(0,212,255,1) 100%) !important; */
  -webkit-mask: linear-gradient(180deg,rgb(228, 228, 228),transparent) no-repeat 0 0/100% 250% !important; /* VASSU - CSS gradient code fletch gave me from figma - values now changed from fletch to my test values */
}

.small_banner .right_side img {
  width: 100%; /* VASSU - previous value was 84vw */
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.small_banner p {
  font-weight: 400;
  margin: 0;
  margin-top: 4px;
}

@media screen and (max-width: 1024px) {
  .small_banner {
    height: 284px;
  }
  .small_banner p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 6px;
  }
}

@media screen and (max-width: 767px) {
  .small_banner {
    height: 200px;
  }
  .small_banner .container {
    padding: 0 25px;
  }
  .small_banner .right_side {
    width: 100vw;
  }
  .small_banner .right_side img {
    width: 100vw;
  }
}

.text_55_anim {
  font-weight: 600;
  font-size: 55px;
  line-height: 62px;
}

@media screen and (max-width: 1024px) {
  .text_55_anim {
    font-size: 45px;
    line-height: 50px;
  }
}

@media screen and (max-width: 1024px) {
  .text_55_anim {
    font-size: 37px;
    line-height: 40px;
  }
}

.word_wrap_55 {
  height: 62px;
  vertical-align: middle;
}

@media screen and (max-width: 1024px) {
  .word_wrap_55 {
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .word_wrap_55 {
    height: 40px;
  }
}

.anim_line_height_55 {
  height: 55px;
}

@media screen and (max-width: 1024px) {
  .anim_line_height_55 {
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .anim_line_height_55 {
    height: 40px;
  }
}

.word_wrap_50 {
  height: 62px;
  vertical-align: middle;
}

@media screen and (max-width: 1024px) {
  .word_wrap_50 {
    height: 49px;
  }
}

.text_67.line_height_45 {
  line-height: 45px;
}

.accordions {
  padding-top: 138px;
  padding-bottom: 221px;
}

.accordions .button_link {
  margin-top: 63px;
}

.accordions .left_side {
  width: 50%;
  padding-right: 50px;
}

.accordions .right_side {
  width: 50%;
  padding-left: 50px;
}

.accordions .single_acc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin-bottom: 36px;
  color: #09202E;
}

.accordions .single_acc:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -18px;
  left: 0;
  background-color: rgba(10, 33, 64, 0.75);
}

.accordions .single_acc .text_21 {
  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-left: 15px;
}

.accordions .single_acc .text_16 {
  opacity: 0;
  max-height: 0;
  height: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  padding-left: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.accordions .single_acc svg {
  margin-right: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.accordions .single_acc.active svg {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.accordions .single_acc.active svg path {
  stroke: #1257fd;
}

.accordions .single_acc.active .text_16 {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 400px;
  opacity: 1;
  margin-top: 11px;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

@media screen and (max-width: 1024px) {
  .accordions {
    padding-top: 70px;
    padding-bottom: 100px;
  }
  .accordions .button_link {
    margin-top: 20px;
  }
  .accordions .left_side {
    width: 38%;
    padding-right: 30px;
  }
  .accordions .right_side {
    width: 62%;
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .accordions {
    padding-top: 67px;
    padding-bottom: 79px;
  }
  .accordions .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .accordions .button_link {
    margin-top: 18px;
  }
  .accordions .left_side {
    width: 100%;
    padding-right: 0px;
  }
  .accordions .right_side {
    width: 100%;
    padding-left: 0px;
    padding-top: 38px;
  }
  .accordions .single_acc .text_21,
  .accordions .single_acc .text_16 {
    padding-left: 0;
  }
  .accordions .single_acc:after {
    width: calc(100% + 14px);
    left: -7px;
  }
}

.menu_select_arrow {
  margin-right: 5px;
}

.state_menu {
  width: 100%;
  max-height: calc(100vh - 200px);
  overflow: visible !important;
}

.state_menu .scrollbar-track-y {
  left: unset !important;
  right: 0 !important;
}

.state_menu .scroll-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .state_menu {
    max-height: calc(100vh - 150px);
  }
  .state_menu .scroll-content {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

@media screen and (max-width: 767px) {
  .state_menu {
    max-height: calc(100vh - 94px);
    padding-bottom: 118px;
  }
  .state_menu .scrollbar-track-y {
    left: 0 !important;
    right: unset !important;
  }
  .state_menu .scroll-content {
    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;
  }
}

.languages_menu {
  max-height: calc(100vh - 200px);
}

.languages_menu .scroll-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 1024px) {
  .languages_menu {
    max-height: calc(100vh - 150px);
  }
}

@media screen and (max-width: 767px) {
  .languages_menu {
    max-height: calc(100vh - 100px);
  }
  .languages_menu .scroll-content {
    padding: 0 16px;
  }
}

.scrollbar-track-x {
  display: none;
}

.scrollbar-track {
  width: 1px !important;
  right: unset !important;
  left: 2px !important;
  background: rgba(255, 128, 64, 0.5);
}

.scrollbar-track .scrollbar-thumb {
  width: 4px;
  left: -2px;
  background-color: #1257fd;
}

.single_video {
  padding: 50px 0;
}

.single_video video {
  width: 100%;
  height: 100%;
  max-height: 670px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .single_video video {
    max-height: 487px;
  }
}

@media screen and (max-width: 767px) {
  .single_video video {
    width: calc(100% + 50px);
    max-height: 188px;
    -webkit-transform: translateX(-25px);
            transform: translateX(-25px);
  }
}

.video_container {
  position: relative;
}

.video_container.paused .play_btn {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.play_btn {
  width: 177px;
  height: 177px;
  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: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(2);
          transform: translate(-50%, -50%) scale(2);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.25);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}

.play_btn svg {
  margin-left: 19px;
}

@media screen and (max-width: 1024px) {
  .play_btn {
    width: 129px;
    height: 129px;
  }
  .play_btn svg {
    width: 54px;
    height: 63px;
  }
}

@media screen and (max-width: 767px) {
  .play_btn {
    width: 50px;
    height: 50px;
  }
  .play_btn svg {
    width: 20px;
    height: 24px;
    margin-left: 6px;
  }
}

.text_video_section {
  padding: 50px 0;
}

.text_video_section .left {
  width: calc(64% + 111px);
  margin-right: 111px;
}

.text_video_section .text_45 {
  margin-bottom: 40px;
}

.text_video_section .right {
  width: 100%;
}

.text_video_section .video_container {
  height: 100%;
}

.text_video_section video {
  max-height: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.text_video_section .inner_content {
  color: #09202E;
}

.text_video_section .inner_content h1,
.text_video_section .inner_content h2,
.text_video_section .inner_content h3,
.text_video_section .inner_content h4,
.text_video_section .inner_content h5,
.text_video_section .inner_content h6 {
  margin: 0;
  font-weight: 600;
  font-size: 21px;
  line-height: 32px;
  color: #09202E;
  margin-bottom: 10px;
}

.text_video_section .inner_content h1:not(:first-of-type),
.text_video_section .inner_content h2:not(:first-of-type),
.text_video_section .inner_content h3:not(:first-of-type),
.text_video_section .inner_content h4:not(:first-of-type),
.text_video_section .inner_content h5:not(:first-of-type),
.text_video_section .inner_content h6:not(:first-of-type) {
  margin-top: 38px;
}

.text_video_section .inner_content .text_45 {
  margin-bottom: 40px;
}

.text_video_section .inner_content p {
  margin: 0;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

.text_video_section .inner_content br {
  display: block;
  font-size: 0;
  height: 0;
  margin: 0;
  position: relative;
}

.text_video_section .inner_content br:after {
  content: "";
  display: block;
  height: 10px;
}

@media screen and (max-width: 1024px) {
  .text_video_section .left {
    width: 46%;
    margin-right: 50px;
  }
  .text_video_section .text_45 {
    margin-bottom: 39px;
  }
  .text_video_section .right {
    max-width: 453px;
  }
  .text_video_section .video_container {
    max-height: 322px;
  }
  .text_video_section video {
    max-height: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .text_video_section .play_btn {
    width: 139px;
    height: 139px;
  }
  .text_video_section .inner_content h1,
  .text_video_section .inner_content h2,
  .text_video_section .inner_content h3,
  .text_video_section .inner_content h4,
  .text_video_section .inner_content h5,
  .text_video_section .inner_content h6 {
    font-weight: 600;
    font-size: 21px;
    line-height: 32px;
  }
}

@media screen and (max-width: 767px) {
  .text_video_section .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .text_video_section .text_45 {
    margin-bottom: 25px;
  }
  .text_video_section .left {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .text_video_section .right {
    max-width: unset;
  }
  .text_video_section .video_container {
    max-height: 238px;
  }
  .text_video_section .video_container video {
    max-height: 238px;
  }
  .text_video_section .play_btn {
    width: 100px;
    height: 100px;
  }
  .text_video_section .play_btn svg {
    width: 43px;
    height: 50px;
  }
  .text_video_section .inner_content h1,
  .text_video_section .inner_content h2,
  .text_video_section .inner_content h3,
  .text_video_section .inner_content h4,
  .text_video_section .inner_content h5,
  .text_video_section .inner_content h6 {
    font-size: 21px;
    line-height: 33px;
  }
}

@media screen and (max-width: 1024px) {
  .global_banner .text_45,
  .small_banner .text_45 {
    font-size: 37px;
    line-height: 49px;
  }
  .global_banner .word_wrap_h2,
  .small_banner .word_wrap_h2 {
    height: 49px;
  }
}

@media screen and (max-width: 767px) {
  .global_banner .text_45,
  .small_banner .text_45 {
    font-size: 28px;
    line-height: 40px;
  }
  .global_banner .word_wrap_h2,
  .small_banner .word_wrap_h2 {
    height: 40px;
  }
}
/*# sourceMappingURL=styles.css.map */

/* VASSU - below code for gradient on home page image slideshow */
.hp_baner .slide img, .hp_baner .slide video {
	/* -webkit-mask: linear-gradient(to left, white 100%, transparent) !important; */
  /*-webkit-mask: linear-gradient(180deg,rgba(0,0,0,.5),transparent) no-repeat 0 0/100% 100% !important;*/
  /*-webkit-mask: linear-gradient(180deg,rgba(0,0,0,.5),transparent) no-repeat 0 0/100% 100% !important;*/
  /* background: -webkit-linear-gradient(180deg,rgba(0,0,0,.5),transparent) no-repeat 0 0/100% 100% !important; */
  /*XX -webkit-mask: linear-gradient(180deg,rgb(0, 0, 0),transparent) no-repeat 0 0/100% 150%; /* VASSU - CSS gradient code fletch gave me from figma - values now changed from fletch to my test values */
  /*-webkit-mask: linear-gradient(
    rgba(0, 0, 0, 0.7), 
    rgba(255, 0, 0, 0.7)
  ) !important;*/
}

/* VASSU - why is this here? probs used for testing and identifying DOM elements. Check before removing */
.hp_fs_left div[type="dropdown"] {
  color: red;
}

.hp_fs_dropdown {
  /*display: block !important;*/
  background: #F3F7FF url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='blue'/></g></svg>") no-repeat;
  background-position: right 5px top 60%;
  border: none;
  display: inline-block !important;
  color: #1257fd;
  font-size: 21px;
  font-weight: 500;
  border-bottom: 1px solid #2B6EFF !important;
  height: 50px;
  margin-top: -50px;
  margin-left: 10px;
  border-bottom-width: calc(100% + 100px) !important;
  width: 320px !important;
}

#dropdownSelectBoxItContainer, #dropdownSelectBoxItText {
  display: none !important;
}

#hp_fs_shaded {
  background: #F3F7FF;
}

#dropdown global_index_* {
  display: none;
}

#sectorDescription * {
  display: none;
}



.grid_item {
  background: linear-gradient(180deg,rgba(0,0,0,.5),transparent) no-repeat 0 0/100% 50% !important;
}

#hp_banner_section > div.slide.slide_js.no0.slide_invisible > div.hp_left.container > h1 > span > .text_89 {
  font-family: "Poppins" !important;
}

/* .word b - VASSU new class to overwrite Poppins bold that isn't working. To investigate later and remove once resolved. UPDATE: temporary disable due to mobile rendering issues 
.word b {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
 }*/

/* POPPINS FONT CLASSES START HERE */
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

/* VASSU - Old Imported CSS styles from WordPress Custom Section  - to clean up later */

 
/* Text over image module */
.text_over_image_section .text_16 {
  margin: 0;
  padding-bottom: 53px;
  padding-right: 20px;
  font-weight: 400;
  border-bottom: none;
}
.text_over_image_section .text_16 {
  margin: 0;
  padding-bottom: 53px;
  padding-right: 20px;
  font-weight: 400;
  border-bottom: none;
}
h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 10px;
             
}
textarea[name="Message"] {
  font-weight: 400;
}
.side_menu_sc .content_side .standout {
  font-size: 22px;
  line-height: 38px;
  margin-bottom: 50px;
  position: relative;
}
.side_menu_sc .container {
  padding: 80px 24px 0px 74px;
}
.small_banner p {
  font-weight: 400;
  margin: 0;
  font-size: 16px;
  margin-top: 4px;
  line-height:22px;
}

.news-banner .post__date {
  font-size: 14px;
  color: #1257fd;
}
.text_21_42 {
  font-size: 18px;
  color: #1257fd;
}
.side_menu_sc .menu_side .general_content {
  font-size: 16px;
  line-height: 28px;
}
.global_banner .text_21 {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 400;
}
.image_desc_sc .container {
  padding: 90px 50px 50px 50px;
}
.form_section .left_side .description {
  font-weight: 400;
}
.form_section .right_side {
  width: 558px;
  margin-top: 0px;
}
.form_section input[type="text"], .form_section input[type="email"] {
  font-weight: 400;
}
.form_section .selectboxit-container .selectboxit-text {
  font-weight: 400;
}
.quote_sc .container {
  padding: 0px 0 50px 50px;
}
.global_banner .small_title_banner {
  max-width: 800px;
}
.contact_locations_wrap .top_heading .selectboxit-container .selectboxit {
  border-bottom: 2px solid #0A2140;
  color: #fff;
}
.contact_locations_wrap .top_heading .selectboxit-container .selectboxit::after {
  border: 2px solid #1257fd;
                border-top: 0;
  border-right: 0;
}
.contact_locations_wrap .top_heading .selectboxit-container .selectboxit {
  border-bottom: 2px solid #fff;
  color: #fff;
}
.contact_locations_wrap .top_heading .content {
color: #fff;
}
.contact_locations_wrap .top_heading {
  background-color: #0A2140;
}
.contact_locations_wrap .one_location {
  border-left: 1px solid #FF8045;
}
.contact_locations_wrap .one_location .location_adress {
  color: #fff;
}
.contact_locations_wrap .one_location .short_address {
  color: #fff;
}
.contact_locations_wrap .one_location .loca_title {
  color: #FF8045;
}
.number_wrap {
  color: #fff;
}
.contact_locations_wrap .one_location .number_wrap svg path {
stroke: #FF8045;
}
.contact_locations_wrap {
  background-color: #0A2140;
}
.contact_locations_wrap .contact_scrollbar {
  background: #eee !important;
}
.section_with_numbers .number_swn {
  font-weight: 600;
  font-size: 60px;
  line-height: 80px;
}
.section_with_numbers .value_swn {
 font-weight: 600;
  font-size: 30px;
  line-height: 62px;
  margin-left: 4px;
  margin-bottom: 4px;
}
.header .header_content .walker h4 {
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #FFFFFF;
}
.hp_baner .slide span {
  max-width: 1000px;
  color: #FFFFFF;
}
.hp_fs_right p {
  max-width: 650px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}
.accordions {
  padding-top: 100px;
  padding-bottom: 80px;
}
.side_menu_sc .menu_side .general_content {
  font-size: 16px;
  line-height: 26px;
}
.side_menu_sc .container {
  padding: 80px 24px 0px 50px;
}
.word_wrap_h1 {
  height: 3.9vw;
}
.text_89 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 3.7vw;
  line-height: 3vw;
}
.global_slider_container .list label .text_21 {
  line-height: 32px;
  display: block;
  font-weight: 400;
}
.side_menu_sc .menu_side .general_label {
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  color: #1257fd;
}
.text_field_sc img {
  max-width: 100%;
  margin-bottom: 20px;
}
.links_sc .container {
  padding: 97px 0% 122px 56px;
}
.side_menu_sc .content_side .standout {
  font-size: 22px;
  line-height: 38px;
  margin-bottom: 20px;
  position: relative;
}
.links__list .button_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 60px;
  color: #0A2140;
  border-bottom: solid 0.5px #70798b;
  width: 100%;
}
.contact_locations_wrap .text_45, h2 {
  font-weight: 600;
  font-size: 38px;
  line-height: 55px;
}
.hp_fs_left {
  width: 610px;
  position: relative;
  z-index: 6;
}


.header .header_content ul .sub_row_data li a, .header .header_content ul .sub_row_data li span {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  position: relative;
  margin-right: 30px;
}
.search_post .post_type {
  font-size: 16px;
  line-height: 49px;
  color: #ff7f3f;
}
.search_post .post_title {
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
}

.leadership_sc.leadership_variant_sm .leadership .list_elem .leadership__name {
  font-size: 21px;
  line-height: 38px;
  margin-top: 17px;
}

.leadership_sc.leadership_variant_sm .leadership .list_elem .leadership__position {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.project_slide_static_profile {
  padding: 12px;
}

.project_slide_static_profile .leadership__position {
  max-width: 280px;
}

.insights .single_insight .text_21, .news_section .single_insight .text_21 {
  font-size: 18px;
  line-height: 24px;
}
.insights .single_insight p, .news_section .single_insight p {
  margin-top: 10px;
}
.archive-banner .arch_banner_cont {
  max-width: 1440px;
  margin: 0 auto;
  padding: 86px 496px 40px 50px;
}
.insights .single_insight img, .news_section .single_insight img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 0 20px 0;

}

.side_menu_sc .content_side .standout {
  padding-left: 0px; 
  margin-bottom: 56px;
}
.grecaptcha-badge { opacity:0;}

@media screen and (max-width: 767px)
.side_menu_sc .content_side .standout: {
  left: none;
}
.projects_slider .text_45 {
  margin-bottom: 15px;
  max-width: 50%;
}

.aw_section {
  color: #0A2140;
  background: #fff;
}

.aw_section .awards__desc {
  font-size: 45px;
  line-height: 55px;
  padding-left: 0px;
  font-weight:600;
  border-left: none;
  margin-bottom: 62px;
  max-width: 896px;
}

.aw_section .awards__img img {
  max-width: 100%;
  height: 100%;
}

.aw_section .awards .award_title {
  display:none;
}

@media screen and (max-width: 767px)
.aw_section .awards__img img {
  height: 100%;
}


.global_banner .banner_text .text_45 {
  font-size: 45px;
  line-height: 45px;
}
.global_banner .gallery_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-mask: linear-gradient(180deg,rgb(228, 228, 228),transparent) no-repeat 0 0/100% 250% !important;
}

.small_banner .right_side {
  width: 84vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-mask: linear-gradient(to left, white 30%, transparent);
}
.hp_baner .slide img, .hp_baner .slide video {
/*    -webkit-mask: linear-gradient(to left, white 30%, transparent); */
  filter: brightness(0.8); /* VASSU for figma gradient on main HP Home Page slide show */
}

.global_banner.global_banner_big .big_banner_desc {

  color: #ffffff;
}
.global_banner .text_21 {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
}

.aw_section .container {
  padding: 0px 50px 75px 50px;
  margin: 0 auto;
}
.projects_slider {
  width: 100%;
  background-color: #FFFFFF;
  padding: 50px 0 150px 0;
}

#btn-green {
  display: inline-block;
  outline: none;
  cursor: poPoppins;
  font-size: 14px;
  line-height: 1;
  border-radius: 500px;
  transition-property: background-color, border-color, color, box-shadow, filter;
  transition-duration: .3s;
  border: 1px solid transparent;
  min-width: 160px;
  /* text-transform: uppercase; */
  white-space: normal;
  font-weight: 700;
  text-align: center;
  padding: 17px 32px;
  color: #fff;
  background-color: #00D15C;
  height: 48px;

  :hover {
      transform: scale(1.04);
      background-color: none;
  }
}

#btn-green a:link {
  color: #fff;
  text-decoration: none;
}

#btn-green a:visited {
  color: #fff;
  text-decoration: none;
}

#btn-green a:hover {
  color: #fff;
  text-decoration: none;
}

#btn-green a:active {
  color: #fff;
  text-decoration: none;
}

/* leadership.php - Remove overlay for static profile variant */
.project_slide_static_profile .leadership__imgCont::after {
    content: none !important;
    background: none !important;
    opacity: 0 !important;
    display: none !important;
}

/* background: linear-gradient(180deg,rgba(0,0,0,.5),transparent) no-repeat 0 0/100% 50% */

/* SF Tracking Module */

#pi_tracking_opt_in_div {
  padding: 20px 30px 20px 30px !important;
  font-size: .77em !important /* VASSU - 1080p only - need to fix */
}

#pi_tracking_opt_in_div a {
  display: inline-block;
}

#pi_tracking_opt_in_yes {
  font-weight: bolder;
  display: block;

  border: 0;
  text-align: center;
  display: inline-block;
  padding: 5px;
  width: 60px;
  margin: 7px;
  color: #ffffff;
  background-color: #36a2eb;
  border-radius: 8px;
  font-family: "proxima-nova-soft", sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: box-shadow 200ms ease-out;
}

#pi_tracking_opt_in_no {
  display: inline-block;

  border: 0;
  text-align: center;
  display: inline-block;
  padding: 5px;
  width: 60px;
  margin: 7px;
  color: #ffffff;
  background-color: #808080;
  border-radius: 8px;
  font-family: "proxima-nova-soft", sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: box-shadow 200ms ease-out;
}

/* Anchor Links for Side Menu Module - fixing alignment */
#dropdown-module, #insights, #contact, #information_grid, #information_image, #image_links {
  scroll-padding-top: 4rem;
  scroll-margin-top: 6rem;
}

html {
  scroll-behavior: smooth;
}