/*** MISC ***/
* {
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
html {
  font-size: 14px; }
body {
  position: relative; }
body.open {
  position: relative;
  height: 100%;
  overflow-y: hidden; }
.hide-overflow {
  overflow: hidden; }
p {
  color:  #1D1060;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75; }
p.big {
  color:  #1D1060;
  font-size: 1.29rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4; }
p.intro {
  color: #1D1060;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4; }
p.intro.underlined {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px; }
p.intro.underlined:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  border-radius: 2px;
  background-color: #EE3024; }
p.note {
  font-size: 0.88rem; }
p, body, h1, h2, h3, h4, button, .btn {
  font-family: 'houschka-rounded', sans-serif; }
a {
  color: #EE3024;
  text-decoration: underline; }
a:hover,
a:focus {
  color: #EE3024;
  text-decoration: none; }
.blue-link {
  color: #1D1060;
  font-weight: 600; }
.blue-link:hover,
.blue-link:focus {
  color: #1D1060; }
.add {
  color: #5C43E0;
  display: inline-block;
  font-weight: 600;
  line-height: 1; }
em {
  color: #1d1060; }
.btn, button {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  outline: 0;
  outline-offset: 0;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.29rem;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #FFF;
  background-color: #EE3024;
  border-radius: 50px;
  display: inline-block;
  text-decoration: none;
  padding: 11px 18px; }
.btn:hover, button:hover, .btn:focus, 
button:focus, :not(.btn-check)+.btn:hover, 
.btn:active, button:active, :not(.btn-check)+.btn:active {
  color: #FFF !important;
  opacity: 0.85;
  text-decoration: none !important;
  background-color: #EE3024 !important; }
.btn.blue, button.blue {
  background-color: #5C43E0; }
.btn.blue:hover, button.blue:hover, .btn.blue:focus,
button.blue:focus, :not(.btn-check)+.btn.blue:hover, 
.btn.blue:active, button.blue:active, :not(.btn-check)+.btn.blue:active {
  background-color: #5C43E0 !important; }
.btn.grey, button.grey {
  color: #1d1060;
  background-color: rgba(29, 16, 96, 0.03); }
.btn.grey:hover, button.grey:hover, .btn.grey:focus,
button.grey:focus, :not(.btn-check)+.btn.grey:hover, 
.btn.grey:active, button.grey:active, :not(.btn-check)+.btn.grey:active {
  color: #1d1060!important;
  background-color: rgba(29, 16, 96, 0.1) !important; }
.container, 
.homeHeroSlider .swiper-pagination {
  padding-left: 20px;
  padding-right: 20px; }
.zindex3 {
  z-index: 3; }
.modal-header .btn-close:focus,
.modal-header .btn-close:hover {
  background-color: transparent!important;
  -webkit-box-shadow: none;
          box-shadow: none; }
.py-120 {
  padding-top: 60px;
  padding-bottom: 60px; }
.py-180 {
  padding-top: 60px;
  padding-bottom: 60px; }
.pt-180 {
  padding-top: 60px; }
.my-120 {
  margin-top: 60px;
  margin-bottom: 60px; }
.my-180 {
  margin-top: 60px;
  margin-bottom: 60px; }
.mt-180 {
  margin-top: 60px; }
.pb-170 {
    padding-bottom: 55px; }
.mb-30 {
  margin-bottom: 15px; }
.my-30 {
  margin-top: 30px;
  margin-bottom: 30px; }
.mb-40 {
  margin-bottom: 20px; }
.mt-40 {
  margin-top: 20px; }
.navbar {
  padding: 0 10px; }
.navbar .navbar-brand img {
  width: 88px;
  height: 80px; }
.form-box {
  padding: 40px 30px;
  border-radius: 20px;
  background: rgba(29, 16, 96, 0.03); }
.light-form .form-control,
.light-form .form-select {
  color:  #1D1060;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  border-radius: 10px;
  border: 1px solid rgba(29, 16, 96, 0.20);
  background: #FFF;
  height: 40px; }
.light-form .form-select {
  background-image: url('/images/arrow-select.svg');
  background-position: right 20px center; 
  background-repeat: no-repeat;
  background-size: 12px ;}
.light-form .form-control::-moz-placeholder {
  color:#1D1060; }
.light-form .form-control:-ms-input-placeholder {
  color:#1D1060; }
.light-form .form-control::-webkit-input-placeholder {
  color:#1D1060; }
.light-form .form-control.tn-input::-moz-placeholder {
  color:rgba(29, 16, 96, 0.60); }
.light-form .form-control.tn-input:-ms-input-placeholder {
  color:rgba(29, 16, 96, 0.60); }
.light-form .form-control.tn-input::-webkit-input-placeholder {
  color:rgba(29, 16, 96, 0.60); }  
.light-form .form-control:focus {
  border-color: #EE3024; }
.light-form label {
  color: #1D1060;
  font-size: 1.13rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px; 
  display: block; }
.light-form .form-select:focus,
.light-form .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none; }
.light-form .form-check-label {
  margin: 0;
  font-weight: 500; }
.light-form .form-check-input[type=checkbox] {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid rgba(29, 16, 96, 0.20);
  margin-top: -1px;
  margin-right: 15px;}
.light-form .form-check-input:checked {
  background-color: #EE3024;
  border-color: #EE3024; 
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none; }
.form-check-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none; }
.light-form em {
  color: #1d1060; }
.form-check.radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px; }
.form-check.radio .form-check-label {
  color: rgba(29, 16, 96, 0.8);
  font-weight: 600; }
.form-check.radio.checked .form-check-label {
  color: #1D1060; }
.light-form .form-check-input[type=radio] {
  width: 20px;
  height: 20px;
  margin-top: -2px;
  margin-right: 12px;
  border-radius: 50px;
  border: 1px solid rgba(29, 16, 96, 0.20); }
.light-form .form-check.radio .form-check-input:checked {
  background-image: url('/images/radio-check.svg')!important;
  background-position: center;
  background-size: 10px;
  background-color: #FFF; }

  /*** NAV ***/
.navbar-collapse {
  position: absolute;
  left: -100vw;
  height:  100vh;
  width: 100vw;
  z-index: 99;
  padding: 60px 0px;
  background-color: transparent;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
.navbar-collapse.show {
  right: 0;
  left: 0;
  top: 80px;
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 100vh;
  overflow: auto; }
.navbar-toggler {
  background-color: transparent;
  width: 20px;
  height: 16px;
  position: absolute;
  right: 10px;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
.navbar-toggler:focus,
.navbar-toggler:hover {
  background-color: transparent!important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  outline: 0; }
.navbar-toggler:before,
.navbar-toggler:after {
  display: none; }
.navbar-toggler span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #1D1060;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }
.navbar-toggler span:nth-child(1) {
  top: 0px; }
.navbar-toggler span:nth-child(2) {
  top: 7px; }
.navbar-toggler span:nth-child(3) {
  top: 13px; }
.navbar-toggler.open {
  z-index: 9999; }
.navbar-toggler.open span:nth-child(1)  {
  top: 8px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
      transform: rotate(135deg); }
.navbar-toggler.open span:nth-child(2){
  opacity: 0;
  left: -60px; }
.navbar-toggler.open span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg); }
.navbar-nav,
.navbar-nav li {
  width: 100%; }
.navbar-nav .nav-link {
  text-align: center;
  color: #1D1060;
  font-size: 18px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 20px; }
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link.active {
  background: rgba(29, 16, 96, 0.03); }
header {
  border-bottom: 3px solid #EE3024; }
header .login {
  margin-right: 45px; }
header .login a {
  line-height: 1;
  display: inline-block;
  margin-left: 10px; }
header .login img {
  height: 20px; }
.navbar-brand {
  margin: 0;
  padding: 0; }
.navbar-brand img {
  width: 88px;
  height: 80px; }
.subnav-fade-enter-active,
.subnav-fade-leave-active {
  transition: opacity 0.25s ease, transform 0.25s ease;
  will-change: opacity, transform; }
.subnav-fade-enter-from,
.subnav-fade-leave-to {
  opacity: 0;
  transform: translateY(-10px); }
.subnav-fade-enter-to,
.subnav-fade-leave-from {
  opacity: 1;
  transform: translateY(0); }
.mobile-fade-enter-active,
.mobile-fade-leave-active {
  transition: max-height 0.3s ease, opacity 0.3s ease;
  overflow: hidden; }
.mobile-fade-enter-from,
.mobile-fade-leave-to {
  max-height: 0;
  opacity: 0; }
.mobile-fade-enter-to,
.mobile-fade-leave-from {
  max-height: 800px;
  opacity: 1; }
.dropdown-slide-enter-active,
.dropdown-slide-leave-active {
  transition: max-height 0.3s ease, opacity 0.3s ease;
  overflow: hidden; }
.dropdown-slide-enter-from,
.dropdown-slide-leave-to {
  max-height: 0;
  opacity: 0; }
.dropdown-slide-enter-to,
.dropdown-slide-leave-from {
  max-height: 400px;
  opacity: 1; }

/*** BREDCRUMB ***/
.breadcrumb-item {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; }
.breadcrumb-item a {
  color: #FFF;
  text-decoration: none; }
.breadcrumb-item.active {
  color: #FFF; }
.breadcrumb-item+.breadcrumb-item::before {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url('/images/angle-right-b.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

/*** 404 ***/
body.e404 {
  background-color: #FFF; }
body.e404 .logo img {
  width: 132px;
  height: 120px;}
body.e404 h1 {
  color: #1D1060;
  font-size: 3.5rem;
  margin: 2rem 0; }
body.e404 p {
  color: #1d1060; }
body.e404 a {
  color: #EE3024; }
body.e404 a:hover,
body.e404 a:focus {
  color: #EE3024; }
.fill-viewport {
  height: 100vh; }

/*** HOME ***/
.homeHeroSlider .swiper-slide {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 350px;
  padding: 50px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
.homeHeroSlider .swiper-slide:before {
  content: '';
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(29, 16, 96, 0.80)), to(rgba(29, 16, 96, 0.00)));
  background: -o-linear-gradient(left, rgba(29, 16, 96, 0.80) 0%, rgba(29, 16, 96, 0.00) 100%);
  background: linear-gradient(90deg, rgba(29, 16, 96, 0.80) 0%, rgba(29, 16, 96, 0.00) 100%); }
.homeHeroSlider h1,
.homeHeroSlider .h1 {
  color: #FFF;
  font-size: 2.29rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
  z-index: 2; 
  position: relative;}
.homeHeroSlider p,
.homeHeroSlider .btn {
  position: relative;
  z-index: 9; }
.homeHeroSlider .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 20px!important; }
.homeHeroSlider .swiper-pagination {
  display: none;
  text-align: left; }
.homeHeroSlider .swiper-pagination-bullet {
  opacity: 1;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.10); 
  -webkit-backdrop-filter: blur(7.5px); 
          backdrop-filter: blur(7.5px); }
.homeHeroSlider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #EE3024;
  border: 5px solid #FFF; }
.homeHeroSlider .play-animate {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  z-index: 3;
  cursor: pointer;
  position: absolute;
  top: calc(100% - 80px);
  left: 0px; }
.homeHeroSlider iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
.hero {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.hero:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(29, 16, 96, 0.80)), to(rgba(29, 16, 96, 0.00)));
  background: -o-linear-gradient(left, rgba(29, 16, 96, 0.80) 0%, rgba(29, 16, 96, 0.00) 100%);
  background: linear-gradient(90deg, rgba(29, 16, 96, 0.80) 0%, rgba(29, 16, 96, 0.00) 100%); }
.hero h1,
.head h1 {
  color: #FFF;
  font-size: 2.66rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  margin-top: 60px; }
.h-590 {
  min-height: 590px; }
.head {
  background-color: #1D1060;
  padding: 60px 0; }
.head.tas {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
.top-nav ul {
  position: relative;
  list-style: none;
  width: 100%;
  padding: 0 20px;
  margin: 20px 0 60px 0; }
.top-nav ul:before {
  content: '';
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  border-radius: 2px;
  background-color: rgba(29, 16, 96, 0.10); }
.top-nav ul li {
  position: relative; }
.top-nav ul li:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  border-radius: 2px;
  background-color: rgba(29, 16, 96, 0.10); }
.top-nav ul li a {
  position: relative;
  display: block;
  text-decoration: none;
  color:  #1D1060;
  padding: 20px 0px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1; }
.top-nav ul li a:hover,
.top-nav ul li a:focus,
.top-nav ul li a.active {
  color: #EE3024; }
.top-nav ul li a:after {
  content: '+';
  font-weight: 500;
  width: 26px;
  text-align: center;
  float: right;
  font-size: 20px;
  line-height: 1; }
.top-nav ul li a.active:after {
  font-weight: 500;
  content: '-'; }
.line {
  position: relative; }
.line span {
  position: absolute;
  bottom: -33px;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 66px;
  background-position: center;
  background-repeat: repeat-y;
  background-image: url('/images/line.svg'); }
.bpoSlider {
  display: none; }
.bpoSlider .pic-wrapper {
  border-radius: 30px;
  background: rgba(29, 16, 96, 0.03);
  padding: 30px; }
.bpoSlider .pic-wrapper .pic {
  border-radius: 20px;
  position: relative;
  padding-bottom: 133%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
.bpoSlider .pic-wrapper .pic:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 20px;
  background: -o-radial-gradient(50% 50%, 50% 50%, rgba(29, 16, 96, 0.00) 0%, rgba(29, 16, 96, 0.75) 100%);
  background: radial-gradient(50% 50% at 50% 50%, rgba(29, 16, 96, 0.00) 0%, rgba(29, 16, 96, 0.75) 100%);
  mix-blend-mode: soft-light; }
.bpoSlider .swiper-button-prev, .bpoSlider .swiper-container-rtl .swiper-button-next,
.bpoSlider .swiper-button-next, .bpoSlider .swiper-container-rtl .swiper-button-prev {
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
.bpoSlider .swiper-button-next, .bpoSlider .swiper-container-rtl .swiper-button-prev {
  background-image: url('/images/arrow-circle-right.svg');
  right: 0px;
  opacity: 0; }
.bpoSlider:hover .swiper-button-next, .bpoSlider:hover .swiper-container-rtl .swiper-button-prev {
  opacity: 1;
   -webkit-animation: ease;
           animation: ease;
   -webkit-animation-name: run;
           animation-name: run;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation: run 0.8s ease-in-out forwards;
          animation: run 0.8s ease-in-out forwards; }
  @-webkit-keyframes run {
  0% {
    right: 20px;
  }
  100% {
    right: 0px;     
  }
}
  @keyframes run {
  0% {
    right: 20px;
  }
  100% {
    right: 0px;     
  }
}
.bpoSlider .swiper-button-prev, .bpoSlider .swiper-container-rtl .swiper-button-next {
  background-image: url('/images/arrow-circle-left.svg');
  left: 0px; 
  opacity: 0; }
.bpoSlider:hover .swiper-button-prev, .bpoSlider:hover .swiper-container-rtl .swiper-button-next {
  opacity: 1;
  -webkit-animation: ease;
          animation: ease;
  -webkit-animation-name: run2;
          animation-name: run2;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s; 
  -webkit-animation: run2 0.8s ease-in-out forwards; 
          animation: run2 0.8s ease-in-out forwards;}
  @-webkit-keyframes run2 {
  0% {
    left: 20px;
  }
  100% {
    left: 0px;
  }
}
  @keyframes run2 {
  0% {
    left: 20px;
  }
  100% {
    left: 0px;
  }
}
.bpoSlider .swiper-button-next:after, .bpoSlider .swiper-button-prev:after {
  content: ''; }
.bpoSlider h2 {
  margin-bottom: 30px; }
.bpoSlider p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4; }
.destination-weightcalculator {
  margin-top: 65px; }
.destination-weightcalculator label {
  color: #1D1060;
  font-size: 1.13rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px; }
.destination-weightcalculator .form-select {
  color:#1D1060;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  height: 40px;
  border-radius: 10px;
  border: 1px solid rgba(29, 16, 96, 0.20);
  background-color: rgba(29, 16, 96, 0.03); }
.destination-weightcalculator .form-select:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none; }
.fieldset-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px; }
.input-container {
  height: 40px;
  width: 50%;
  position: relative; }
.input-container:before {
  content: "Grams";
  position: absolute;
  top: 50%;
  right: 20px;
  color: rgba(29, 16, 96, 0.40);
  z-index: 1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: right;
  font-size: 1rem;
  font-weight: 600;
  margin-right: 10px; }
.form-number-field {
  border-radius: 10px;
  border: 1px solid rgba(29, 16, 96, 0.20);
  background-color: rgba(29, 16, 96, 0.03);
  text-indent: 10px;
  margin-bottom: 15px;
  font-size: 1rem;
  font-weight: 600;
  position: relative;
  width: 100%;
  height: 40px;
  z-index: 2; }
.form-number-field::-moz-placeholder {
  color:#1D1060; }
.form-number-field:-ms-input-placeholder {
  color:#1D1060; }
.form-number-field::-webkit-input-placeholder {
  color:#1D1060; }
.weight-selection {
  height: 40px;
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: center;
  background: #1d1060;
  color: #fff;
  border-radius: 10px;
  overflow: hidden; }
.weight-selection .grams {
  position: relative;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 50%;
  height: 40px;
  cursor: pointer;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease; }
.weight-selection .grams:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 10px 0 0 10px;
  background: #5c43e0; }
.weight-selection .grams .text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }
.weight-selection .kilos {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 50%;
  height: 40px;
  cursor: pointer;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease; }
.weight-selection .kilos:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background: #5c43e0; }
.weight-calculator {
  margin: 40px 0; }
.weight-selection .kilos.text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }
.services-pills {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px;
  border-radius: 80px;
  background: #1D1060;
  margin-top: 15px;
  margin-bottom: 50px; }
.services-pills #marker {
	width: 0;
	position: absolute;
  top: 10px;
  left: 10px;
	bottom: 10px;
	background-color: #5C43E0;
	border-radius: 50px;
	transition: 0.5s; }
.services-pills li {
  margin-right: 10px;
  z-index: 9; }
.services-pills li:last-child {
  margin: 0; }
.services-pills.nav-pills .nav-link {
  font-size: 1.13rem;
  font-weight: 600;
  padding: 16px 24px;
  border-radius: 50px;
  color: #FFF; }
.services-pills.nav-pills .nav-link:hover {
  background-color: transparent!important; }
.services-pills.nav-pills .nav-link.active, .services-pills.nav-pills .show>.nav-link {
  color: #FFF;
  background-color: #5C43E0!important; }  
ul.services-list {
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0; }
ul.services-list > li {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 15px 0; }
ul.services-list .box {
  padding: 30px;
  border-radius: 20px;
  background-color: rgba(29, 16, 96, 0.03);
  margin-bottom: 15px; }
ul.services-list .sectionTitle {
  position: relative;
  color:#1D1060;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px; }
ul.services-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }
ul.services-list ul li {
  margin-bottom: 10px; }
ul.services-list ul li a {
  color:  #1D1060;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75;
  text-decoration: none; }
ul.services-list ul li a:hover,
ul.services-list ul li a:focus {
  text-decoration: underline; }
.grid-wrapper {
  width: 100%;
  overflow: auto; }
.grid {
  width: 280vw;
  border-radius: 40px;
  padding: 30px;
  background: rgba(29, 16, 96, 0.03);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(10, 1fr);
  -ms-grid-rows: 1fr 15px 1fr;
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px; }
.grid > *:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1; }
.grid > *:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 3; }
.grid > *:nth-child(3) {
	-ms-grid-row: 1;
	-ms-grid-column: 5; }
.grid > *:nth-child(4) {
	-ms-grid-row: 1;
	-ms-grid-column: 7; }
.grid > *:nth-child(5) {
	-ms-grid-row: 1;
	-ms-grid-column: 9; }
.grid > *:nth-child(6) {
	-ms-grid-row: 1;
	-ms-grid-column: 11; }
.grid > *:nth-child(7) {
	-ms-grid-row: 1;
	-ms-grid-column: 13; }
.grid > *:nth-child(8) {
	-ms-grid-row: 1;
	-ms-grid-column: 15; }
.grid > *:nth-child(9) {
	-ms-grid-row: 1;
	-ms-grid-column: 17; }
.grid > *:nth-child(10) {
	-ms-grid-row: 1;
	-ms-grid-column: 19; }
.grid > *:nth-child(11) {
	-ms-grid-row: 3;
	-ms-grid-column: 1; }
.grid > *:nth-child(12) {
	-ms-grid-row: 3;
	-ms-grid-column: 3; }
.grid > *:nth-child(13) {
	-ms-grid-row: 3;
	-ms-grid-column: 5; }
.grid > *:nth-child(14) {
	-ms-grid-row: 3;
	-ms-grid-column: 7; }
.grid > *:nth-child(15) {
	-ms-grid-row: 3;
	-ms-grid-column: 9; }
.grid > *:nth-child(16) {
	-ms-grid-row: 3;
	-ms-grid-column: 11; }
.grid > *:nth-child(17) {
	-ms-grid-row: 3;
	-ms-grid-column: 13; }
.grid > *:nth-child(18) {
	-ms-grid-row: 3;
	-ms-grid-column: 15; }
.grid > *:nth-child(19) {
	-ms-grid-row: 3;
	-ms-grid-column: 17; }
.grid > *:nth-child(20) {
	-ms-grid-row: 3;
	-ms-grid-column: 19; }
.div1 { 
  -ms-grid-row: 1; 
  -ms-grid-row-span: 1; 
  -ms-grid-column: 1; 
  -ms-grid-column-span: 4; 
  grid-area: 1 / 1 / 2 / 5;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px; }
.div2 { 
  -ms-grid-row: 2; 
  -ms-grid-row-span: 1; 
  -ms-grid-column: 9; 
  -ms-grid-column-span: 2; 
  grid-area: 2 / 9 / 3 / 11;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px; }
.div3 { 
  overflow: hidden;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 5;
  -ms-grid-column-span: 4;
  grid-area: 1 / 5 / 2 / 9;
  background-color: #EE3024;
  border-radius: 20px; }
.div4 { 
  -ms-grid-row: 2; 
  -ms-grid-row-span: 1; 
  -ms-grid-column: 1; 
  -ms-grid-column-span: 4; 
  grid-area: 2 / 1 / 3 / 5;
  background-color: #1D1060;
  border-radius: 20px; }
.div5 { 
  -ms-grid-row: 2; 
  -ms-grid-row-span: 1; 
  -ms-grid-column: 5; 
  -ms-grid-column-span: 2; 
  grid-area: 2 / 5 / 3 / 7;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 95%;
  border-radius: 20px; }
.div6 { 
  -ms-grid-row: 2; 
  -ms-grid-row-span: 1; 
  -ms-grid-column: 7; 
  -ms-grid-column-span: 2; 
  grid-area: 2 / 7 / 3 / 9;
  border-radius: 20px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #1D1060; }
.div7 { 
  -ms-grid-row: 1; 
  -ms-grid-row-span: 1; 
  -ms-grid-column: 9; 
  -ms-grid-column-span: 2; 
  grid-area: 1 / 9 / 2 / 11;
  border-radius: 20px;
  background-color: #5C43E0; }
.grid .text1 {
  padding: 50px 40px; }
.grid .text2 {
  padding: 20px; }
.grid strong {
  color: #FFF;
  font-size: 4.88rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1; }
.grid span {
  color: #FFF;
  display: block;
  font-size: 1.29rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1; }
.grid sup {
  vertical-align: top;
  margin-left: 10px;
  display: inline-block; }
h2 {
  color:  #1D1060;
  font-size: 2.29rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px; }
blockquote {
  margin: 60px 0; }
blockquote p {
  position: relative;
  color: #1D1060;
  font-size: 1.77rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.4; 
  padding-left: 20px; 
  margin-bottom: 15px; }
blockquote p:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 3px;
  background-image: url('/images/line.svg');
  background-position: center;
  background-repeat: repeat-y; }
blockquote cite {
  color: #EE3024;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  padding-left: 20px; }
blockquote cite strong {
  color:#1D1060;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75;
  display: block;
  padding-left: 20px; }
blockquote.blue {
  color: #1D1060;
  font-size: 1rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.75; 
  padding: 30px;
  border-radius: 20px;
  margin: 40px 0;
  border: 3px dashed var(--Purple, #5C43E0);}
table {  
  color:#1D1060;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75;
  margin: 40px 0;
  width: 100%;
  border-radius: 20px;
  border-spacing: 15px;
  border: 15px solid #FFF;
  outline: 1px solid rgba(29, 16, 96, 0.10); }
table tr th,
table tbody tr td {
  padding: 10px 15px; }
table tr th {
  color: #1D1060;
  font-weight: 700; }
table tbody tr:nth-of-type(odd) {
  border-radius: 10px;
  background: rgba(29, 16, 96, 0.03); }
article h2 {
    margin-top: 40px; }
article h2:first-child {
  margin-top: 0; }
article h3 {
  color: #1D1060;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 30px;
  margin-bottom: 15px; }
article a {
  font-weight: 700; }
article ul {
  list-style: none;
  margin: 40px 0;
  padding: 0; }
article ul li {
  position: relative;
  padding: 20px 20px 20px 55px;
  border-radius: 20px;
  background: rgba(29, 16, 96, 0.03);
  margin-bottom: 15px; }
article ul li:before {
  content: '';
  position: absolute;
  left: 20px;
  top: 23px;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('/images/check-circle.svg'); }
.nav-tabs {
  width: 100%;
  border-radius: 15px;
  border: 0;
  background: rgba(29, 16, 96, 0.03);
  list-style: none;
  padding: 5px;
  margin: 0 0 20px 0; }
.nav-tabs .nav-item {
  width: 100%;
  background-color: transparent;
  margin: 0;
  padding: 0; }
.nav-tabs .nav-item:before {
  display: none; }
.nav-tabs .nav-link {
  width: 100%;
  padding: 20px; }
.nav-tabs .nav-item .nav-link {
  color:rgba(29, 16, 96, 0.6);
  font-size: 1.13rem;
  font-style: normal;
  font-weight: 700;
  border-radius: 10px;
  line-height: 1;
  background-color: transparent!important; 
  border: 0; }
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active,
.nav-tabs .nav-item .nav-link:hover {
  color:rgba(29, 16, 96, 1)!important;
  background: #FFF!important; }
.top-section {
  text-align: center;
  margin-bottom: 20px; }
.top-section h2 {
  margin: 0; }
ul.cards-list {
  padding: 0;
  list-style: none;
  margin: 0; }
ul.cards-list li {
  padding: 0 7.5px; }
ul.cards-list li a {
  display: block;
  text-decoration: none; 
  padding: 15px 15px 40px 15px;
  border-radius: 30px;
  background-color: rgba(29, 16, 96, 0.03); }
ul.cards-list li a .pic-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 75%;
  border-radius: 20px;
  margin-bottom: 20px; }
ul.cards-list li a .pic-wrapper .pic {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }
ul.cards-list li a:hover .pic-wrapper .pic, ul.cards-list li a:focus .pic-wrapper .pic {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }
ul.cards-list li a p {
  color:#1D1060;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4; }
ul.cards-list li a span {
  color: #EE3024;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: underline; }

/*** NEWS ***/
.search-bar {
  margin: 80px 0; }
.search-bar .d-md-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.search-bar ul {
  list-style: none;
  padding: 0;
  margin: 0; }
.search-bar ul li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px; }
.search-bar ul li a {
  color: #1D1060;
  display: inline-block;
  text-decoration: none;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 13px 17px;
  border-radius: 50px;
  background: rgba(29, 16, 96, 0.03); }
.search-bar ul li a:hover,
.search-bar ul li a:focus,
.search-bar ul li a.active {
  color: #FFF;
  background-color: #1D1060; }
.search-news {
  color:#1D1060;
  width: 190px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 13px 20px 13px 55px;
  border-radius: 50px;
  border: 0;
  background-color: rgba(29, 16, 96, 0.03);
  background-image: url('/images/search.svg');
  background-position: left 20px center;
  background-repeat: no-repeat;
  background-size: 20px; }
.search-news.form-control:focus {
  background-color: rgba(29, 16, 96, 0.03);
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none; }
.search-news.form-control::-moz-placeholder {
  color:#1D1060; }
.search-news.form-control:-ms-input-placeholder {
  color:#1D1060; }
.search-news.form-control::-webkit-input-placeholder {
  color:#1D1060; }
.head-block .box {
  padding: 20px;
  border-radius: 15px;
  background: rgba(29, 16, 96, 0.03);
  margin-bottom: 40px; }
.head-block .box .pic {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 75%;
  border-radius: 20px; }

/*** NEWS DETAIL ***/
.meta-item {
  color: rgba(255, 255, 255, 0.6);
  display: inline-block;
  font-size: 1.13rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 13px 17px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.08);
  margin: 0 7.5px;
  margin-top: 20px; }
.meta-item span, 
.meta-item time {
  color: #FFF; }
.head-content {
  position: relative; }
.head-content:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 50%;
  background-color: #1D1060; }
.head-content .media {
  position: relative;
  border-radius: 40px;
  padding-bottom: 56%; }
.head-content .media .pic {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
.figure {
  width: 100%;
  position: relative;
  border-radius: 40px;
  margin: 30px 0; }
.figure:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 40px;
  background: -o-linear-gradient(228deg, rgba(29, 16, 96, 0.00) 61.76%, rgba(29, 16, 96, 0.50) 100%);
  background: linear-gradient(222deg, rgba(29, 16, 96, 0.00) 61.76%, rgba(29, 16, 96, 0.50) 100%); }
.figure img {
  width: 100%;
  border-radius: 40px;
  margin: 0; }
.figure .figure-caption {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  color: #FFF;
  font-size: 1rem;
  font-weight: 600; }
.share.sticky {
  color:#1D1060;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.gallery {
  margin-top: 30px;
  border-radius: 20px;
  background: rgba(29, 16, 96, 0.03);
  padding: 20px; }
#grid {  
  padding: 0;
  margin: 0;
  list-style-type: none; }
#grid li a {
  cursor: url('/images/cursor.svg'), auto;
  display: block;
  position: relative; }
#grid li a,
#grid li a img {
  border-radius: 10px;
  width: 100%; }
.pswp button,
.pswp button:hover,
.pswp button:focus {
  background-color: transparent!important;
  padding: 0!important;
  border: 0!important; }

/*** CAREERS ***/
.block-section {
  position: relative;
  min-height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
.block-section:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(29, 16, 96, 0.80)), to(rgba(29, 16, 96, 0.00)));
  background: -o-linear-gradient(left, rgba(29, 16, 96, 0.80) 0%, rgba(29, 16, 96, 0.00) 100%);
  background: linear-gradient(90deg, rgba(29, 16, 96, 0.80) 0%, rgba(29, 16, 96, 0.00) 100%); }
.gallery-slider {
  cursor: url('/images/cursor-drag.svg'), auto; }
.gallery-slider .swiper-wrapper {
  -webkit-transition-timing-function : linear;
       -o-transition-timing-function : linear;
          transition-timing-function : linear;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.gallery-slider img {
  border-radius: 40px;
  width: 100%; }
.jobListSection {
  background: #FFF; }
.jobListSection .title {
  color:#1D1060;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 5px; }
.jobListSection .col-5 .title {
  padding-left: 10px; }
.accordion.jobList .accordion-item {
  border-radius: 10px;
  background: rgba(29, 16, 96, 0.03);
  margin-bottom: 10px;
  border: 0; }
.accordion.jobList .accordion-item:last-of-type {
  margin-bottom: 0; }
.accordion.jobList .accordion-header {
  position: relative;
  color:#1D1060;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75;
  padding: 10px;
  border: 0; }
.accordion.jobList .accordion-button {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  padding: 0;
  border: 0;
  background-color: transparent!important; }
.accordion.jobList .accordion-button::after {
  background-image: url('/images/plus-circle.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0; }
.accordion.jobList .accordion-button:not(.collapsed)::after {
  background-image: url('/images/minus-circle.svg'); }
.accordion.jobList .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none; }
.accordion.jobList .accordion-body {
  padding: 10px; }

/*** CAREERS DETAIL ***/
.upload-cv {
  color: #FFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 30px; }
.upload-cv .box {
  color: #FFF;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 15px 0 30px 0;
  padding: 30px;
  border-radius: 20px;
  border: 1px dashed rgba(255, 255, 255, 0.60); }
.upload-cv .box strong {
  text-decoration: underline;
  color: #5C43E0; }
.upload-cv .box span {
  color: rgba(255, 255, 255, 0.60);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75; }

/*** FOREIGN CURRENCY ***/
.animated-wrapper {
  position: relative; }
.animated-wrapper .see-all {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
.animated-message {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(29, 16, 96, 0.03)), to(rgba(29, 16, 96, 0.03))), #FFF;
  background: -o-linear-gradient(bottom, rgba(29, 16, 96, 0.03) 0%, rgba(29, 16, 96, 0.03) 100%), #FFF;
  background: linear-gradient(0deg, rgba(29, 16, 96, 0.03) 0%, rgba(29, 16, 96, 0.03) 100%), #FFF;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: 110px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  gap: calc(clamp(5rem, 1rem + 20vmin, 15rem) / 25);
  -webkit-mask-image: -webkit-gradient(
    linear,
    right top, left top,
    from(hsl(0 0% 0% / 0)),
    color-stop(97%, hsl(0 0% 0% / 1)),
    color-stop(100%, hsl(0 0% 0% / 1)),
    to(hsl(0 0% 0% / 0))
  );
  -webkit-mask-image: linear-gradient(
    to left,
    hsl(0 0% 0% / 0),
    hsl(0 0% 0% / 1) 97%,
    hsl(0 0% 0% / 1) 100%,
    hsl(0 0% 0% / 0)
  );
  mask-image: -webkit-gradient(
    linear,
    right top, left top,
    from(hsl(0 0% 0% / 0)),
    color-stop(20%, hsl(0 0% 0% / 1)),
    color-stop(100%, hsl(0 0% 0% / 1)),
    to(hsl(0 0% 0% / 0))
  );
  mask-image: linear-gradient(
    to left,
    hsl(0 0% 0% / 0),
    hsl(0 0% 0% / 1) 20%,
    hsl(0 0% 0% / 1) 100%,
    hsl(0 0% 0% / 0)
  ); }
.animated-message .msg {
  color: var(--Blue, #1D1060);
  font-family: "Houschka Rounded";
  font-size: 0.88rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: calc(clamp(5rem, 1rem + 20vmin, 15rem) / 25);
  min-width: 100%;
  -webkit-animation: scroll-x 10s linear infinite;
          animation: scroll-x 10s linear infinite; }
.animated-message .msg div {
  margin: 0 10px; }
.animated-message .msg img {
  height: 30px;
  margin-right: 10px; }
@-webkit-keyframes scroll-x {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - calc(clamp(5rem, 1rem + 20vmin, 15rem) / 25)));
            transform: translateX(calc(-100% - calc(clamp(5rem, 1rem + 20vmin, 15rem) / 25)));
  }
}

@keyframes scroll-x {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - calc(clamp(5rem, 1rem + 20vmin, 15rem) / 25)));
            transform: translateX(calc(-100% - calc(clamp(5rem, 1rem + 20vmin, 15rem) / 25)));
  }
}
.animated-message-vertical {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50px;
  width: 15%; }
.animated-message-vertical .msg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
      justify-content: space-around;
  gap: calc(clamp(5rem, 1rem + 20vmin, 15rem) / 25);
  min-width: 100%;
  -webkit-animation: scroll-y 10s linear infinite;
          animation: scroll-y 10s linear infinite; }

@-webkit-keyframes scroll-y {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(calc(-100% - calc(clamp(5rem, 1rem + 20vmin, 15rem) / 25)));
            transform: translateY(calc(-100% - calc(clamp(5rem, 1rem + 20vmin, 15rem) / 25)));
  }
}

@keyframes scroll-y {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(calc(-100% - calc(clamp(5rem, 1rem + 20vmin, 15rem) / 25)));
            transform: translateY(calc(-100% - calc(clamp(5rem, 1rem + 20vmin, 15rem) / 25)));
  }
}
.ratesModal {
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, 0.3); }
.ratesModal .modal-dialog {
  border-radius: 20px;
  background-color: transparent; 
  height: calc(100vh - 240px); 
  overflow: hidden;
  max-width: 600px; }
.ratesModal .modal-header {
  background-color: #FFF;
  z-index: 99;
  position: sticky;
  top: 0;
  padding: 40px;
  border-bottom: 1px solid rgba(29, 16, 96, 0.10); }
.ratesModal .modal-header .btn-close,
.ratesModal .modal-header .btn-close:hover,
.ratesModal .modal-header .btn-close:focus {
  opacity: 1;
  width: 24px;
  height: 24px;
  background-image: url('/images/close-modal.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0;
  background-color: transparent!important;
  -webkit-box-shadow: none;
          box-shadow: none; }
.ratesModal .modal-header h2 {
  color:#1D1060;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1; }
.ratesModal .modal-content {
  position: relative;
  border-radius: 20px;
  background-color: #FFF;
  height: 100%;
  overflow: auto; }
.ratesModal .modal-body {
  color: #1D1060;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  padding: 40px; }
.ratesModal .rates-list {
  list-style: none;
  padding: 0; }
.ratesModal .rates-list li {
  padding: 14px 0;
  border-bottom: 1px solid rgba(29, 16, 96, 0.10); }
.ratesModal .rates-list li:first-child {
  padding-top: 0; }
.ratesModal .rates-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0; }
.ratesModal .rates-list li .flag img {
  margin-right: 15px;
  height: 20px; }
.forex .conversion {
  margin: 0 15px;
  width: 24px;
  height: 24px;
  background-image: url('/images/arrows-h-alt.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
.forex .title {
  color:  #1D1060;
  font-size: 1.13rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 60px;
  margin-bottom: 20px; }
.forex .btn {
  margin-bottom: 30px; }
.forex span {
  color: #EE3024;
  font-weight: 700; }
ul.blue-boxes {
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0; }
ul.blue-boxes li {
  background-color: transparent;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 15px 0; }
ul.blue-boxes li:before {
  display: none; }
ul.blue-boxes li .box {
  color: #FFF;
  padding: 40px 30px;
  border-radius: 20px;
  background:  #5C43E0; }
ul.blue-boxes li .box .title {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px; }
ul.blue-boxes li .box strong {
  display: block;
  font-size: 2.17rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal; 
  margin-bottom: 30px; }
ul.blue-boxes li .box p {
  color: #FFF; }

.masonry-grid {
	position: relative;
	width: 100%; }
.masonry-grid figure {
	position: absolute;
	transition: all 0.3s ease; }
.masonry-grid figure img {
	width: 100%;
	height: auto;
	max-width: 100%;
	display: block;
	border-radius: 8px;
	transition: transform 0.3s ease; }
.masonry-grid figure:hover img {
	transform: scale(1.05); }
.masonry-grid figure a {
	display: block;
	text-decoration: none; }

/*** TRACKING YOUR MAIL ***/
.tracking-left-box {
  border-radius: 10px;
  background: #FFF; 
  padding: 30px; 
  height: 100%; }
.tracking-left-box h2 {
  color: #EE3024;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 20px; }
.tracking-right-box .item-box {
  position: relative;
  color: #1D1060;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  border-radius: 10px;
  background: #FFF;
  padding: 17px 17px 17px 43px;
  margin-bottom: 5px; }
.tracking-right-box .item-box.disabled {
  color: rgba(29, 16, 96, 0.25); }
.tracking-right-box .item-box.active {
  color: #EE3024; }
.tracking-right-box .item-box:last-of-type {
  margin: 0; }
.tracking-right-box .item-box:before {
  content: '';
  position: absolute;
  left: 20px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #1D1060;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
.tracking-right-box .item-box.disabled:before {
  background-color: rgba(29, 16, 96, 0.25); }
.tracking-right-box .item-box.active:before {
  background-color: #EE3024; }

/*** GET IN TOUCH ***/
.git {
  color: #FFF;
  background-color: #1D1060; }
.git h2 {
  color: #FFF; }
.git p,
.git a {
  color: #FFF; }
.git a:hover,
.git a:focus {
  color: #FFF; }
.form {
  margin-top: 65px; }
.form .form-control,
.form .form-select {
  color: rgba(255, 255, 255, 0.60);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.10);
  line-height: normal;
  padding: 13px 20px; }
.form .form-select {
  background-image: url('/images/angle-right-b-white.svg');
  background-position: right 20px center;
  background-size: 20px;
  background-repeat: no-repeat; }
.form .form-control:focus,
.form .form-select:focus {
  color: #FFF;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #FFF; }
.form .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.60); }
.form .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.60); }
.form .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.60); }
.form .form-control:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 1); }
.form .form-control:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 1); }
.form .form-control:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 1); }
.form-control.disabled {
  font-size: 1.13rem;
  font-weight: 600; }
.form .form-control.disabled::-moz-placeholder {
  color: rgba(255, 255, 255, 1); }
.form .form-control.disabled:-ms-input-placeholder {
  color: rgba(255, 255, 255, 1); }
.form .form-control.disabled::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 1); }
.form .form-check-input[type=checkbox] {
  border: 0;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.10); }
.form .form-check label {
  color: rgba(255, 255, 255, 0.60);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75;
  margin-left: 15px; }
.form .btn {
  margin-top: 20px; }
.form textarea.form-control {
  height: auto!important; }

/*** DOWNLOADS ***/
.downloads {
  position: relative; }
.downloads:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-position: center;
  background-repeat: repeat-x;
  background-image: url('/images/line-grey-horizontal.svg'); }
.downloads h2,
article h2,
.head-block h2,
.bpoSlider h2 {
  color:#1D1060;
  font-size: 1.86rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px; }
.downloads h2 {
  margin-top: 0; }
.downloads ul {
  list-style: none;
  margin: 0;
  padding: 0; }
.downloads ul li {
  position: relative;
  padding: 0;
  background-color: transparent;
  margin-bottom: 15px; }
.downloads ul li:before {
  display: none; }
.downloads ul li a {
  display: inline-block;
  color: #1D1060;
  text-decoration: none;
  font-size: 1.13rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 15px 20px 15px 42px;
  border-radius: 50px;
  background: rgba(29, 16, 96, 0.03); }
.downloads ul li a:before {
  content: '';
  position: absolute;
  left: 15px;
  top: 15px;
  width: 17px;
  height: 17px;
  background-image: url('/images/file-download.svg'); 
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

/*** CONTACT ***/
.contact-cont ul {
  list-style: none;
  padding: 0;
  margin: 0; }
.contact-cont ul li {
  color:#1D1060;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75;
  padding: 20px;
  border-radius: 20px;
  background: rgba(29, 16, 96, 0.03);
  margin-bottom: 15px; }
.contact-cont ul li::before {
  display: none; }
.contact-cont ul li a {
  color:  #5C43E0;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75; }
.contact-cont h2 {
  margin-top: 60px; }
.accordionHelp {
  border-top: 1px solid rgba(29, 16, 96, 0.10); }
.accordionHelp .accordion-item {
  background-color: transparent;
  padding: 0px; 
  border-bottom: 1px solid rgba(29, 16, 96, 0.10); }
.accordionHelp .accordion-item h2 {
  margin: 0; }
.accordionHelp .accordion-item button {
  font-size: 16px;
  -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  position: relative;
  color: #1D1060;
  border: 0;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background-color: transparent;
  padding: 20px 20px 20px 50px; }
.accordionHelp button:before,
.accordionHelp button:after {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
.accordionHelp button:before {
  left: 15px; }
.accordionHelp button.collapsed:before,
.accordionHelp button.collapsed:after {
  background-color: #1D1060; }
.accordionHelp button.collapsed:hover:before,
.accordionHelp button.collapsed:hover:after {
  background-color: #EE3024; }
.accordionHelp button:before {
  width: 2px;
  height: 12px;
  margin-right: -1px;
  margin-top: -6px;
  background-color: #EE3024;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); }
.accordionHelp button:after {
  width: 12px;
  height: 2px;
  margin-right: -6px;
  margin-top: -1px;
  opacity: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); }
.accordionHelp button.collapsed:before {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg); }
.accordionHelp button.collapsed:after {
  opacity: 1;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg); }
.accordionHelp .accordion-item button:hover,
.accordionHelp .accordion-item button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  padding-left: 70px;
  color: #EE3024!important;
  background-color: transparent!important; }
.accordionHelp .accordion-item button:focus {
  color: #EE3024!important;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none; }
.accordionHelp .accordion-body {
  padding: 10px 0 25px 0; }
.accordionSubmenu .accordion-item {
  border: 0;
  border-radius: 20px;
  background: rgba(29, 16, 96, 0.03);
  margin-bottom: 15px; }
.accordionSubmenu .accordion-item button {
  font-size: 1rem;
  border-radius: 20px;
  padding: 15px 50px 15px 15px; }
.accordionSubmenu .accordion-item button:focus,
.accordionSubmenu .accordion-item button:hover,
.accordionSubmenu .accordion-button:not(.collapsed) {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 15px; }
.accordionSubmenu button:before,
.accordionSubmenu button:after {
  right: 36px;
  left: auto; }
.accordionSubmenu .accordion-body {
  color: #1D1060;
  line-height: 1.75;
  padding: 0 20px 20px 20px; }
.accordionSubmenu .accordion-body strong {
  color: #1D1060;
  font-weight: 700; }
.gmaps {
  margin-top: 40px;
  padding-bottom: 56%;
  border-radius: 40px;
  background-color: #5C43E0; }
.accordion .accordion-collapse {
  -webkit-transition: height 0.7s ease;
  -o-transition: height 0.7s ease;
  transition: height 0.7s ease;
  overflow: hidden; }

/*** ASIDE ***/
aside .sectionTitle {
  color: #FFF;
  background-color: #EE3024;
  padding: 10px;
  font-size: 1.3rem;
  text-transform: uppercase; }
aside .sectionTitle:after {
  content:'\2193';
  float: right; }
aside .sectionTitle.active:after {
  content:'\2191'; }
ul.aside-menu {
  display: none;
  padding-top: 15px;
  position: relative;
  list-style: none;
  padding: 10px;
  margin: 0;
  border: 1px solid #dee2e6;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  transition: all 0.3s ease; } 
ul.aside-menu.open {
  display: block; }
ul.aside-menu .menu-item {
  margin-bottom: 10px;
  line-height: 1; }
ul.aside-menu .menu-link {
  color:#1D1060;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75; }
.contactPage ul.aside-menu .menu-link {
  color: rgba(29, 16, 96, 0.8); }
ul.aside-menu .menu-link:hover,
ul.aside-menu .menu-link:focus,
ul.aside-menu .menu-link.active {
  color: #EE3024; }
.contactPage ul.aside-menu .menu-link:hover,
.contactPage ul.aside-menu .menu-link:focus,
.contactPage ul.aside-menu .menu-link.active {
  color: #1D1060; }
ul.aside-menu .sub-menu {
  list-style: none;
  padding: 20px 0;
  margin: 0; }
ul.aside-menu .sub-menu .sub-menu-item {
  margin-bottom: 20px;
  line-height: 1; }
ul.aside-menu .sub-menu .sub-menu-link {
  color: rgba(29, 16, 96, 0.8);
  text-decoration: none;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal; }
ul.aside-menu .sub-menu .sub-menu-link:hover,
ul.aside-menu .sub-menu .sub-menu-link:focus,
ul.aside-menu .sub-menu .sub-menu-link.active {
  color: rgba(29, 16, 96, 1); }

/*** PAGINATION ***/
.pagination {
  margin-bottom: 15px; }
.pagination .page-link {
  color:#1D1060;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  border: 0;
  cursor: pointer;
  background-color: rgba(29, 16, 96, 0.03); }
.pagination li {
  margin: 0 2.5px; }
.pagination li:first-child .page-link,
.pagination li:last-child .page-link {
  width: auto;
  padding-left: 10px;
  padding-right: 10px; }
.page-item:last-child .page-link {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px; }
.page-item:first-child .page-link {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px; }
.active>.page-link, .page-link.active,
.pagination li .page-link:hover,
.pagination li .page-link:focus {
  color: #FFF;
  background-color: #1D1060; }
.pagination li .page-link:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none; }
.pagination li.arrow-left .page-link:hover,
.pagination li.arrow-left .page-link:focus,
.pagination li.arrow-right .page-link:hover,
.pagination li.arrow-right .page-link:focus {
  background-color: rgba(29, 16, 96, 0.03); }
.page-of-page {
  color:#1D1060;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75; }

/*** ICO's ***/
svg {
  width: 100%;
  height: 100%; }
[class^="ico-"] {
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }
[class^="ico-sn-"] {
  margin: 0  0 0 10px;
  width: 30px;
  height: 30px; }
[class^="ico-sn-"]:hover,
[class^="ico-sn-"]:focus {
  opacity: 0.8; }
.ico-sn-fb {
  background-image: url('/images/fb.svg'); }
.ico-sn-in {
  background-image: url('/images/in.svg'); }
.ico-sn-x {
  background-image: url('/images/x.svg'); }
.ico-sn-yt {
  background-image: url('/images/yt.svg'); }
[class^="ico-sn-dark-"] {
  margin: 0  0 0 10px!important; }
.ico-sn-dark-fb {
  background-image: url('/images/fb-dark.svg'); }
.ico-sn-dark-in {
  background-image: url('/images/in-dark.svg'); }
.ico-sn-dark-x {
  background-image: url('/images/x-dark.svg'); }


/*** footer ***/
footer {
  color: #FFF;
  background-color: #1D1060;
  border-top: 3px solid #EE3024; }
footer .subscribe h2 {
  color: #FFF;
  font-size: 1.86rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px; }
footer .subscribe p {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4; }
footer .subscribe .form-control {
  position: relative;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.60);
  color: rgba(255, 255, 255, 0.60);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 0.5;
  background-color: transparent;
  height: 40px;
  padding-left: 0;
  padding-right: 0; }
footer .subscribe .form-control:focus {
  color: #FFF;
  border-bottom: 2px solid rgba(255, 255, 255, 1);
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none; }
footer .subscribe .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.60); }
footer .subscribe .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.60); }
footer .subscribe .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.60); }
footer .subscribe .form-control:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0); }
footer .subscribe .form-control:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0); }
footer .subscribe .form-control:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0); }
.gift-voucher .form-control:focus {
	border: 2px solid #041E42; }
footer .subscribe .btn {
  margin-left: 15px!important;
  border-top-left-radius: 50px!important;
  border-bottom-left-radius: 50px!important; }
footer .logo img {
  width: 88px;
  height: 55px; }
footer .footer-navs {
  position: relative;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0; }
footer .footer-navs:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.10); }
footer .footer-navs li.footer-navs-item {
  position: relative;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 20px 0; }
footer .footer-navs li.footer-navs-item:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.10); }
footer .footer-navs li .sectionTitle {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4; }
footer .sectionTitle:after {
  content: '+';
  font-weight: 500;
  width: 26px;
  text-align: center;
  float: right;
  font-size: 20px;
  line-height: 1; }
footer .sectionTitle.active:after {
  font-weight: 500;
  content: '-'; }
footer .footer-navs li ul.nav {
  display: none; }
footer .footer-navs li ul.nav li {
  padding: 0;
  margin-bottom: 10px; }
footer .footer-navs li ul.nav li a {
  color: #FFF;
  font-size: 1rem;
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75; }
footer .footer-navs li ul.nav li a:hover,
footer .footer-navs li ul.nav li a:focus {
  text-decoration: underline; }
footer p {
  color: #FFF; }
.logo-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px; }
.copy-legals {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.75;
  padding: 40px 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.copy-legals {
  color: rgba(255, 255, 255, 0.60); }
.copy-legals a {
  color: rgba(255, 255, 255, 0.60);
  text-decoration: none; }
.copy-legals a:hover,
.copy-legals a:focus {
  color: rgba(255, 255, 255, 0.60);
  text-decoration: underline; }
.copy-legals .legals a {
  margin-bottom: 5px; }
.copy-legals .webBy a,
.copy-legals .webBy a:hover,
.copy-legals .webBy a:focus {
  color: #FFF; }
.copy-legals .legals > div {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
.copy-legals {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr;
  grid-template-columns: repeat(12, 1fr);
  -ms-grid-rows: 1fr 0px 1fr;
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px; }
.copy-legals > *:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1; }
.copy-legals > *:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 3; }
.copy-legals > *:nth-child(3) {
	-ms-grid-row: 1;
	-ms-grid-column: 5; }
.copy-legals > *:nth-child(4) {
	-ms-grid-row: 1;
	-ms-grid-column: 7; }
.copy-legals > *:nth-child(5) {
	-ms-grid-row: 1;
	-ms-grid-column: 9; }
.copy-legals > *:nth-child(6) {
	-ms-grid-row: 1;
	-ms-grid-column: 11; }
.copy-legals > *:nth-child(7) {
	-ms-grid-row: 1;
	-ms-grid-column: 13; }
.copy-legals > *:nth-child(8) {
	-ms-grid-row: 1;
	-ms-grid-column: 15; }
.copy-legals > *:nth-child(9) {
	-ms-grid-row: 1;
	-ms-grid-column: 17; }
.copy-legals > *:nth-child(10) {
	-ms-grid-row: 1;
	-ms-grid-column: 19; }
.copy-legals > *:nth-child(11) {
	-ms-grid-row: 1;
	-ms-grid-column: 21; }
.copy-legals > *:nth-child(12) {
	-ms-grid-row: 1;
	-ms-grid-column: 23; }
.copy-legals > *:nth-child(13) {
	-ms-grid-row: 3;
	-ms-grid-column: 1; }
.copy-legals > *:nth-child(14) {
	-ms-grid-row: 3;
	-ms-grid-column: 3; }
.copy-legals > *:nth-child(15) {
	-ms-grid-row: 3;
	-ms-grid-column: 5; }
.copy-legals > *:nth-child(16) {
	-ms-grid-row: 3;
	-ms-grid-column: 7; }
.copy-legals > *:nth-child(17) {
	-ms-grid-row: 3;
	-ms-grid-column: 9; }
.copy-legals > *:nth-child(18) {
	-ms-grid-row: 3;
	-ms-grid-column: 11; }
.copy-legals > *:nth-child(19) {
	-ms-grid-row: 3;
	-ms-grid-column: 13; }
.copy-legals > *:nth-child(20) {
	-ms-grid-row: 3;
	-ms-grid-column: 15; }
.copy-legals > *:nth-child(21) {
	-ms-grid-row: 3;
	-ms-grid-column: 17; }
.copy-legals > *:nth-child(22) {
	-ms-grid-row: 3;
	-ms-grid-column: 19; }
.copy-legals > *:nth-child(23) {
	-ms-grid-row: 3;
	-ms-grid-column: 21; }
.copy-legals > *:nth-child(24) {
	-ms-grid-row: 3;
	-ms-grid-column: 23; }
.legals { 
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-area: 1 / 1 / 2 / 13;}
.copy { 
  margin-top: 50px;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 6;
  grid-area: 2 / 1 / 3 / 7; }
.webBy { 
  margin-top: 50px;
  text-align: right;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 7;
  -ms-grid-column-span: 6;
  grid-area: 2 / 7 / 3 / 13; }

@media (min-width: 768px) {
  .container {
    padding-left: 3rem;
    padding-right: 3rem; }
  .hero-vh-70 {
    min-height: 70vh; }
  .hero-vh-55 {
    min-height: 55vh; }
  .homeHeroSlider {
    min-height: calc(100vh - 94px); }
  .homeHeroSlider .swiper-slide {
    min-height: calc(100vh - 170px); }
  .homeHeroSlider .swiper-pagination {
    display: block;
    left: 0;
    right: 0;
    max-width: 540px;
    margin: auto;
    padding-left: 3rem;
    padding-right: 3rem; }
  ul.services-list {
    margin: -5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  ul.services-list > li {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 5px; }
  ul.services-list .box {
    height: 100%;
    padding: 10px;
    margin-bottom: 0;
    border-radius: 15px; }
  ul.services-list .sectionTitle {
    font-size: 19px; }
  ul.services-list ul li a {
    font-size: 14px; }
  ul.blue-boxes {
    margin: 30px -10px 60px -10px; }
  ul.blue-boxes li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 10px; }
  ul.blue-boxes li .box {
    padding: 25px 15px; }
  ul.blue-boxes li .box strong {
    margin-bottom: 20px; }
  .grid {
    width: 165vw; }
  .top-nav ul {
    list-style: none;
    display: table;
    width: 100%;
    padding: 0;
    margin: 0; }
  .top-nav ul:before {
    display: none; }
  .top-nav ul li {
    display: table-cell; }
  .top-nav ul li:before {
    display: none; }
  .top-nav ul li a {
    position: relative;
    display: block;
    text-decoration: none;
    color:  #1D1060;
    padding: 20px 5px;
    text-align: center;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-right: 1px solid rgba(29, 16, 96, 0.10);
    background: rgba(29, 16, 96, 0.03); }
  .top-nav ul li a:hover:before,
  .top-nav ul li a:focus:before,
  .top-nav ul li a.active:before {
    height: 3px;
    background-color: #EE3024; }
  .top-nav ul li a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background-color: rgba(29, 16, 96, 0.10); }
  .top-nav ul li a:after,
  .top-nav ul li a.active:after {
    display: none; }
  .top-nav ul li a:hover,
  .top-nav ul li a:focus,
  .top-nav ul li a.active {
    color: #EE3024;
    background-color: #FFF; }
  .bpoSlider {
    display: block; }
  .top-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 80px; }
  ul.cards-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px; }
  ul.cards-list li {  
    -ms-flex: 0 0 33.33%;
    -webkit-box-flex: 0;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 5px; }
  .form-box {
    padding: 20px 15px; }
  aside .sectionTitle {
    display: none; }
  ul.aside-menu {
    display: block;
    position: sticky;
    padding: 0 10px 0 0;
    border: 0;
    top: 40px;
    box-shadow: none; } 
  ul.aside-menu:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    background-position: center;
    background-repeat: repeat-y;
    background-image: url('/images/line-grey.svg'); }
  .nav-tabs .nav-item {
    width: 50%; }
  .tracking-left-box {
    padding: 20px; }
  .tracking-right-box .item-box {
    padding: 13px 13px 13px 35px; }
  .tracking-right-box .item-box:before {
    left: 14px; }
  .jobListSection {
    border-radius: 20px;
    border: 1px solid rgba(29, 16, 96, 0.10);
    background: #FFF;
    padding: 25px 10px 10px 10px; }
  .search-bar ul li {
    margin-bottom: 0; }
  .forex .dc {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; 
    margin-right: 15px; }
  .form .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .animated-wrapper .see-all {
    right: 60px; }
  .animated-message {
    margin-right: 170px; }
  .share.sticky {
    position: sticky;
    top: 50%;
    left: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl; }
  .share.sticky .social {
    margin-left: 0;
    margin-bottom: 5px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  [class^="ico-sn-dark-"] {
    margin: 0  0 10px 0!important; }
  footer .footer-navs:before {
    display: none; }
  footer .footer-navs li.footer-navs-item:before {
    display: none; }
  footer .footer-navs li .sectionTitle {
    color: #FFF;
    margin-bottom: 20px; }
  footer .footer-navs li.footer-navs-item {
    -ms-flex: 0 0 33.33%;
    -webkit-box-flex: 0;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 15px; }
  footer .footer-navs li ul.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  footer .sectionTitle:after {
    display: none; }
  footer .sectionTitle.active:after {
    display: none; }
  
}

@media (min-width: 992px) {

  .forex .do-conversion {
    width: 75px; }
  .navbar-collapse {
    position: static;
    padding: 0;
    width: auto;
    height: auto; 
    -webkit-box-pack: center; 
        -ms-flex-pack: center; 
            justify-content: center; }
  .navbar-expand-lg {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .navbar-expand-lg .navbar-nav {
    align-items: center;
    width: auto; }
  .navbar-expand-lg .navbar-nav li {
    width: auto;
    padding: 0 5px; }
  .navbar-expand-lg .navbar-nav .nav-link,  
  .navbar-expand-lg .navbar-nav .dropdown-toggle{
    color:#1D1060;
    text-transform: none;
    font-size: 1rem;
    text-decoration: none;
    font-weight: 600;
    line-height: normal;
    padding: 16px 20px;
    border-radius: 50px;
    background-color: #fff;
    border: 0;  }
  .navbar-expand-lg .navbar-nav .nav-link:hover,
  .navbar-expand-lg .navbar-nav .nav-link:focus,
  .navbar-expand-lg .navbar-nav .nav-link.active,
  .navbar-expand-lg .navbar-nav .dropdown-toggle:hover,
  .navbar-expand-lg .navbar-nav .dropdown-toggle:focus,
  .navbar-expand-lg .navbar-nav .dropdown-toggle.active {
    color: #1D1060;
    background: rgba(29, 16, 96, 0.03);
    border: 0; }
  .navbar-expand-lg .navbar-nav .dropdown-toggle::after {
    display: none; }
  .navbar-expand-lg .navbar-nav .dropdown-item {
    color: #1D1060; }
  .navbar-expand-lg .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    margin-top: 0; }
  .navbar-expand-lg .navbar-nav .dropdown-toggle.active-style {
    color: #1D1060!important;
    background: rgba(29, 16, 96, 0.03)!important; }
  header .navbar ul li .subnav {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    z-index: 9;
    margin: 0 -10px;
    padding: 75px 0;
    border-radius: 0;
    border-top: 1px solid #CCC;
    background-color: #fff; }
  header .navbar ul li .subnav h4 {
    color: #1D1060;
    font-size: 1.75rem;
    font-weight: bold;
    margin-bottom: 20px; }
  header .navbar ul li .subnav h4:after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    border-radius: 2px;
    background-color: #EE3024;
    margin-top: 10px; }
  header .navbar ul li .subnav ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  header .navbar ul li .subnav ul li {
    padding: 5px 0; }
  header .navbar ul li .subnav ul li a {
    color: #1D1060;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none; }
  .homeHeroSlider .swiper-pagination {
    max-width: 960px; }
  .px5 {
    padding-left: 5%;
    padding-right: 5%; }
  header .login {
    margin-right: 0; }
  .head-block .box {
    padding: 30px;
    border-radius: 40px;
    margin-bottom: 80px; }
  @-webkit-keyframes run {
    0% {
      right: 100px;
    }
    100% {
      right: 70px;     
    }
  }
  @keyframes run {
    0% {
      right: 100px;
    }
    100% {
      right: 70px;     
    }
  }
    @-webkit-keyframes run2 {
    0% {
      left: 100px;
    }
    100% {
      left: 70px;
    }
  }
    @keyframes run2 {
    0% {
      left: 100px;
    }
    100% {
      left: 70px;
    }
  }
  .homeHeroSlider .swiper-slide {
    min-height: calc(100vh - 147px); }
  .bpoSlider .swiper-button-next, .bpoSlider .swiper-container-rtl .swiper-button-prev {
    right: 100px; }
  .bpoSlider .swiper-button-prev, .bpoSlider .swiper-container-rtl .swiper-button-next {
    left: 100px; }
  .jobListSection .title {
    font-size: 1rem;
    margin-bottom: 15px; }
  .jobListSection .col-5 .title {
    padding-left: 20px; }
  .accordion.jobList .accordion-item {
    margin-bottom: 15px; }
  .accordion.jobList .accordion-header {
    padding: 15px 20px;
    font-size: 17px; }
  .accordion.jobList .accordion-button {
    right: 30px;
    width: 20px;
    height: 20px; }
  .accordion.jobList .accordion-body {
    padding: 10px 30% 30px 20px; }
  footer .subscribe p {
    font-size: 1.33rem;
    padding-right: 50%; }
  
  }
@media (min-width: 1200px) {

  html {
    font-size: 14px; }
  header .navbar ul li .subnav {
    top: 99px; }
  p.big {
    font-size: 1.31rem; }
  p.intro {
    font-size: 1.77rem; }
  p.intro.underlined {
    padding-bottom: 40px;
    margin-bottom: 60px; }
  p.intro.underlined:before {
    width: 60px;
    height: 4px;
    border-radius: 2px; }
  .btn, button {
    font-size: 1.13rem;
    padding: 16px 24px; }  
  .container,
  .homeHeroSlider .swiper-pagination {
    max-width: 1320px;
    padding-left: 3.5rem;
    padding-right: 3.5rem; }
  .py-120 {
    padding-top: 90px;
    padding-bottom: 90px; }
  .py-180 {
    padding-top: 140px;
    padding-bottom: 140px; }
  .pt-180 {
    padding-top: 140px; }
  .my-120 {
    margin-top: 90px;
    margin-bottom: 90px; }
  .my-180 {
    margin-top: 140px;
    margin-bottom: 140px; }
  .mt-180 {
    margin-top: 140px; }
  .pb-170 {
    padding-bottom: 130px; }
  .mb-40 {
    margin-bottom: 40px; }
  .mt-40 {
    margin-top: 40px; }
  .mb-30 {
    margin-bottom: 30px; }
  .navbar {
    padding: 15px 40px; }
  .form .form-control,
  .form .form-select,
  .weight-selection .kilos,
  .weight-selection .grams,
  .weight-selection,
  .form-number-field,
  .input-container,
  .destination-weightcalculator .form-select,
  .light-form .form-control,
  .light-form .form-select,
  footer .subscribe .form-control {
    height: 50px; }
  .breadcrumb-item {
    font-size: 1.13rem; }
  .line span {
    bottom: -50px;
    width: 2px;
    height: 100px; }
  .head,
  .hero {
    padding: 60px 0 90px 0; }
  homeHeroSlider {
    min-height: calc(100vh - 83px); }
  .homeHeroSlider .swiper-slide {
    min-height: calc(100vh - 185px); }
  .bpoSlider .swiper-button-prev, .bpoSlider .swiper-container-rtl .swiper-button-next,
  .bpoSlider .swiper-button-next, .bpoSlider .swiper-container-rtl .swiper-button-prev {
    width: 40px;
    height: 40px; }
  .homeHeroSlider .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 40px!important; }
  blockquote {
    margin: 90px 0; }
  blockquote p {
    font-size: 1.77rem;
    padding-left: 40px;
    margin-bottom: 30px; }
  blockquote cite {
    font-size: 1.33rem;
    padding-left: 40px; }
  blockquote cite strong {
    font-size: 18px;
    padding-left: 40px; }
  .gallery {
    margin-top: 60px;
    border-radius: 40px;
    padding: 30px; }
  #grid li a, #grid li a img {
    border-radius: 20px;
    width: 100%; }
  header .login a {
    margin-left: 20px; }
  .forex .do-conversion {
    width: 110px; }
  .navbar .navbar-brand img {
    width: 110px;
    height: 69.16px; }
  .services-pills {
    margin-top: 25px;
    margin-bottom: 80px; }
  ul.services-list {
    margin: -10px;}
  ul.services-list > li {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 10px; }
  ul.services-list .box {
    padding: 30px;
    border-radius: 30px; }
  ul.services-list .sectionTitle {
    font-size: 1.6rem;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 20px; }
  ul.services-list ul li a {
    font-size: 16px;
    line-height: 1.75; }
  ul.services-list .sectionTitle:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    border-radius: 2px;
    background-color: #EE3024; }
  .grid {
    width: 100%; 
    display: -ms-grid; 
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(12, 1fr);
    -ms-grid-rows: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-rows: repeat(12, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px; }
  .grid > *:nth-child(1) {
		-ms-grid-row: 1;
		-ms-grid-column: 1; }
  .grid > *:nth-child(2) {
		-ms-grid-row: 1;
		-ms-grid-column: 3; }
  .grid > *:nth-child(3) {
		-ms-grid-row: 1;
		-ms-grid-column: 5; }
  .grid > *:nth-child(4) {
		-ms-grid-row: 1;
		-ms-grid-column: 7; }
  .grid > *:nth-child(5) {
		-ms-grid-row: 1;
		-ms-grid-column: 9; }
  .grid > *:nth-child(6) {
		-ms-grid-row: 1;
		-ms-grid-column: 11; }
  .grid > *:nth-child(7) {
		-ms-grid-row: 1;
		-ms-grid-column: 13; }
  .grid > *:nth-child(8) {
		-ms-grid-row: 1;
		-ms-grid-column: 15; }
  .grid > *:nth-child(9) {
		-ms-grid-row: 1;
		-ms-grid-column: 17; }
  .grid > *:nth-child(10) {
		-ms-grid-row: 1;
		-ms-grid-column: 19; }
  .grid > *:nth-child(11) {
		-ms-grid-row: 1;
		-ms-grid-column: 21; }
  .grid > *:nth-child(12) {
		-ms-grid-row: 1;
		-ms-grid-column: 23; }
  .grid > *:nth-child(13) {
		-ms-grid-row: 3;
		-ms-grid-column: 1; }
  .grid > *:nth-child(14) {
		-ms-grid-row: 3;
		-ms-grid-column: 3; }
  .grid > *:nth-child(15) {
		-ms-grid-row: 3;
		-ms-grid-column: 5; }
  .grid > *:nth-child(16) {
		-ms-grid-row: 3;
		-ms-grid-column: 7; }
  .grid > *:nth-child(17) {
		-ms-grid-row: 3;
		-ms-grid-column: 9; }
  .grid > *:nth-child(18) {
		-ms-grid-row: 3;
		-ms-grid-column: 11; }
  .grid > *:nth-child(19) {
		-ms-grid-row: 3;
		-ms-grid-column: 13; }
  .grid > *:nth-child(20) {
		-ms-grid-row: 3;
		-ms-grid-column: 15; }
  .grid > *:nth-child(21) {
		-ms-grid-row: 3;
		-ms-grid-column: 17; }
  .grid > *:nth-child(22) {
		-ms-grid-row: 3;
		-ms-grid-column: 19; }
  .grid > *:nth-child(23) {
		-ms-grid-row: 3;
		-ms-grid-column: 21; }
  .grid > *:nth-child(24) {
		-ms-grid-row: 3;
		-ms-grid-column: 23; }
  .grid > *:nth-child(25) {
		-ms-grid-row: 5;
		-ms-grid-column: 1; }
  .grid > *:nth-child(26) {
		-ms-grid-row: 5;
		-ms-grid-column: 3; }
  .grid > *:nth-child(27) {
		-ms-grid-row: 5;
		-ms-grid-column: 5; }
  .grid > *:nth-child(28) {
		-ms-grid-row: 5;
		-ms-grid-column: 7; }
  .grid > *:nth-child(29) {
		-ms-grid-row: 5;
		-ms-grid-column: 9; }
  .grid > *:nth-child(30) {
		-ms-grid-row: 5;
		-ms-grid-column: 11; }
  .grid > *:nth-child(31) {
		-ms-grid-row: 5;
		-ms-grid-column: 13; }
  .grid > *:nth-child(32) {
		-ms-grid-row: 5;
		-ms-grid-column: 15; }
  .grid > *:nth-child(33) {
		-ms-grid-row: 5;
		-ms-grid-column: 17; }
  .grid > *:nth-child(34) {
		-ms-grid-row: 5;
		-ms-grid-column: 19; }
  .grid > *:nth-child(35) {
		-ms-grid-row: 5;
		-ms-grid-column: 21; }
  .grid > *:nth-child(36) {
		-ms-grid-row: 5;
		-ms-grid-column: 23; }
  .grid > *:nth-child(37) {
		-ms-grid-row: 7;
		-ms-grid-column: 1; }
  .grid > *:nth-child(38) {
		-ms-grid-row: 7;
		-ms-grid-column: 3; }
  .grid > *:nth-child(39) {
		-ms-grid-row: 7;
		-ms-grid-column: 5; }
  .grid > *:nth-child(40) {
		-ms-grid-row: 7;
		-ms-grid-column: 7; }
  .grid > *:nth-child(41) {
		-ms-grid-row: 7;
		-ms-grid-column: 9; }
  .grid > *:nth-child(42) {
		-ms-grid-row: 7;
		-ms-grid-column: 11; }
  .grid > *:nth-child(43) {
		-ms-grid-row: 7;
		-ms-grid-column: 13; }
  .grid > *:nth-child(44) {
		-ms-grid-row: 7;
		-ms-grid-column: 15; }
  .grid > *:nth-child(45) {
		-ms-grid-row: 7;
		-ms-grid-column: 17; }
  .grid > *:nth-child(46) {
		-ms-grid-row: 7;
		-ms-grid-column: 19; }
  .grid > *:nth-child(47) {
		-ms-grid-row: 7;
		-ms-grid-column: 21; }
  .grid > *:nth-child(48) {
		-ms-grid-row: 7;
		-ms-grid-column: 23; }
  .grid > *:nth-child(49) {
		-ms-grid-row: 9;
		-ms-grid-column: 1; }
  .grid > *:nth-child(50) {
		-ms-grid-row: 9;
		-ms-grid-column: 3; }
  .grid > *:nth-child(51) {
		-ms-grid-row: 9;
		-ms-grid-column: 5; }
  .grid > *:nth-child(52) {
		-ms-grid-row: 9;
		-ms-grid-column: 7; }
  .grid > *:nth-child(53) {
		-ms-grid-row: 9;
		-ms-grid-column: 9; }
  .grid > *:nth-child(54) {
		-ms-grid-row: 9;
		-ms-grid-column: 11; }
  .grid > *:nth-child(55) {
		-ms-grid-row: 9;
		-ms-grid-column: 13; }
  .grid > *:nth-child(56) {
		-ms-grid-row: 9;
		-ms-grid-column: 15; }
  .grid > *:nth-child(57) {
		-ms-grid-row: 9;
		-ms-grid-column: 17; }
  .grid > *:nth-child(58) {
		-ms-grid-row: 9;
		-ms-grid-column: 19; }
  .grid > *:nth-child(59) {
		-ms-grid-row: 9;
		-ms-grid-column: 21; }
  .grid > *:nth-child(60) {
		-ms-grid-row: 9;
		-ms-grid-column: 23; }
  .grid > *:nth-child(61) {
		-ms-grid-row: 11;
		-ms-grid-column: 1; }
  .grid > *:nth-child(62) {
		-ms-grid-row: 11;
		-ms-grid-column: 3; }
  .grid > *:nth-child(63) {
		-ms-grid-row: 11;
		-ms-grid-column: 5; }
  .grid > *:nth-child(64) {
		-ms-grid-row: 11;
		-ms-grid-column: 7; }
  .grid > *:nth-child(65) {
		-ms-grid-row: 11;
		-ms-grid-column: 9; }
  .grid > *:nth-child(66) {
		-ms-grid-row: 11;
		-ms-grid-column: 11; }
  .grid > *:nth-child(67) {
		-ms-grid-row: 11;
		-ms-grid-column: 13; }
  .grid > *:nth-child(68) {
		-ms-grid-row: 11;
		-ms-grid-column: 15; }
  .grid > *:nth-child(69) {
		-ms-grid-row: 11;
		-ms-grid-column: 17; }
  .grid > *:nth-child(70) {
		-ms-grid-row: 11;
		-ms-grid-column: 19; }
  .grid > *:nth-child(71) {
		-ms-grid-row: 11;
		-ms-grid-column: 21; }
  .grid > *:nth-child(72) {
		-ms-grid-row: 11;
		-ms-grid-column: 23; }
  .grid > *:nth-child(73) {
		-ms-grid-row: 13;
		-ms-grid-column: 1; }
  .grid > *:nth-child(74) {
		-ms-grid-row: 13;
		-ms-grid-column: 3; }
  .grid > *:nth-child(75) {
		-ms-grid-row: 13;
		-ms-grid-column: 5; }
  .grid > *:nth-child(76) {
		-ms-grid-row: 13;
		-ms-grid-column: 7; }
  .grid > *:nth-child(77) {
		-ms-grid-row: 13;
		-ms-grid-column: 9; }
  .grid > *:nth-child(78) {
		-ms-grid-row: 13;
		-ms-grid-column: 11; }
  .grid > *:nth-child(79) {
		-ms-grid-row: 13;
		-ms-grid-column: 13; }
  .grid > *:nth-child(80) {
		-ms-grid-row: 13;
		-ms-grid-column: 15; }
  .grid > *:nth-child(81) {
		-ms-grid-row: 13;
		-ms-grid-column: 17; }
  .grid > *:nth-child(82) {
		-ms-grid-row: 13;
		-ms-grid-column: 19; }
  .grid > *:nth-child(83) {
		-ms-grid-row: 13;
		-ms-grid-column: 21; }
  .grid > *:nth-child(84) {
		-ms-grid-row: 13;
		-ms-grid-column: 23; }
  .grid > *:nth-child(85) {
		-ms-grid-row: 15;
		-ms-grid-column: 1; }
  .grid > *:nth-child(86) {
		-ms-grid-row: 15;
		-ms-grid-column: 3; }
  .grid > *:nth-child(87) {
		-ms-grid-row: 15;
		-ms-grid-column: 5; }
  .grid > *:nth-child(88) {
		-ms-grid-row: 15;
		-ms-grid-column: 7; }
  .grid > *:nth-child(89) {
		-ms-grid-row: 15;
		-ms-grid-column: 9; }
  .grid > *:nth-child(90) {
		-ms-grid-row: 15;
		-ms-grid-column: 11; }
  .grid > *:nth-child(91) {
		-ms-grid-row: 15;
		-ms-grid-column: 13; }
  .grid > *:nth-child(92) {
		-ms-grid-row: 15;
		-ms-grid-column: 15; }
  .grid > *:nth-child(93) {
		-ms-grid-row: 15;
		-ms-grid-column: 17; }
  .grid > *:nth-child(94) {
		-ms-grid-row: 15;
		-ms-grid-column: 19; }
  .grid > *:nth-child(95) {
		-ms-grid-row: 15;
		-ms-grid-column: 21; }
  .grid > *:nth-child(96) {
		-ms-grid-row: 15;
		-ms-grid-column: 23; }
  .grid > *:nth-child(97) {
		-ms-grid-row: 17;
		-ms-grid-column: 1; }
  .grid > *:nth-child(98) {
		-ms-grid-row: 17;
		-ms-grid-column: 3; }
  .grid > *:nth-child(99) {
		-ms-grid-row: 17;
		-ms-grid-column: 5; }
  .grid > *:nth-child(100) {
		-ms-grid-row: 17;
		-ms-grid-column: 7; }
  .grid > *:nth-child(101) {
		-ms-grid-row: 17;
		-ms-grid-column: 9; }
  .grid > *:nth-child(102) {
		-ms-grid-row: 17;
		-ms-grid-column: 11; }
  .grid > *:nth-child(103) {
		-ms-grid-row: 17;
		-ms-grid-column: 13; }
  .grid > *:nth-child(104) {
		-ms-grid-row: 17;
		-ms-grid-column: 15; }
  .grid > *:nth-child(105) {
		-ms-grid-row: 17;
		-ms-grid-column: 17; }
  .grid > *:nth-child(106) {
		-ms-grid-row: 17;
		-ms-grid-column: 19; }
  .grid > *:nth-child(107) {
		-ms-grid-row: 17;
		-ms-grid-column: 21; }
  .grid > *:nth-child(108) {
		-ms-grid-row: 17;
		-ms-grid-column: 23; }
  .grid > *:nth-child(109) {
		-ms-grid-row: 19;
		-ms-grid-column: 1; }
  .grid > *:nth-child(110) {
		-ms-grid-row: 19;
		-ms-grid-column: 3; }
  .grid > *:nth-child(111) {
		-ms-grid-row: 19;
		-ms-grid-column: 5; }
  .grid > *:nth-child(112) {
		-ms-grid-row: 19;
		-ms-grid-column: 7; }
  .grid > *:nth-child(113) {
		-ms-grid-row: 19;
		-ms-grid-column: 9; }
  .grid > *:nth-child(114) {
		-ms-grid-row: 19;
		-ms-grid-column: 11; }
  .grid > *:nth-child(115) {
		-ms-grid-row: 19;
		-ms-grid-column: 13; }
  .grid > *:nth-child(116) {
		-ms-grid-row: 19;
		-ms-grid-column: 15; }
  .grid > *:nth-child(117) {
		-ms-grid-row: 19;
		-ms-grid-column: 17; }
  .grid > *:nth-child(118) {
		-ms-grid-row: 19;
		-ms-grid-column: 19; }
  .grid > *:nth-child(119) {
		-ms-grid-row: 19;
		-ms-grid-column: 21; }
  .grid > *:nth-child(120) {
		-ms-grid-row: 19;
		-ms-grid-column: 23; }
  .grid > *:nth-child(121) {
		-ms-grid-row: 21;
		-ms-grid-column: 1; }
  .grid > *:nth-child(122) {
		-ms-grid-row: 21;
		-ms-grid-column: 3; }
  .grid > *:nth-child(123) {
		-ms-grid-row: 21;
		-ms-grid-column: 5; }
  .grid > *:nth-child(124) {
		-ms-grid-row: 21;
		-ms-grid-column: 7; }
  .grid > *:nth-child(125) {
		-ms-grid-row: 21;
		-ms-grid-column: 9; }
  .grid > *:nth-child(126) {
		-ms-grid-row: 21;
		-ms-grid-column: 11; }
  .grid > *:nth-child(127) {
		-ms-grid-row: 21;
		-ms-grid-column: 13; }
  .grid > *:nth-child(128) {
		-ms-grid-row: 21;
		-ms-grid-column: 15; }
  .grid > *:nth-child(129) {
		-ms-grid-row: 21;
		-ms-grid-column: 17; }
  .grid > *:nth-child(130) {
		-ms-grid-row: 21;
		-ms-grid-column: 19; }
  .grid > *:nth-child(131) {
		-ms-grid-row: 21;
		-ms-grid-column: 21; }
  .grid > *:nth-child(132) {
		-ms-grid-row: 21;
		-ms-grid-column: 23; }
  .grid > *:nth-child(133) {
		-ms-grid-row: 23;
		-ms-grid-column: 1; }
  .grid > *:nth-child(134) {
		-ms-grid-row: 23;
		-ms-grid-column: 3; }
  .grid > *:nth-child(135) {
		-ms-grid-row: 23;
		-ms-grid-column: 5; }
  .grid > *:nth-child(136) {
		-ms-grid-row: 23;
		-ms-grid-column: 7; }
  .grid > *:nth-child(137) {
		-ms-grid-row: 23;
		-ms-grid-column: 9; }
  .grid > *:nth-child(138) {
		-ms-grid-row: 23;
		-ms-grid-column: 11; }
  .grid > *:nth-child(139) {
		-ms-grid-row: 23;
		-ms-grid-column: 13; }
  .grid > *:nth-child(140) {
		-ms-grid-row: 23;
		-ms-grid-column: 15; }
  .grid > *:nth-child(141) {
		-ms-grid-row: 23;
		-ms-grid-column: 17; }
  .grid > *:nth-child(142) {
		-ms-grid-row: 23;
		-ms-grid-column: 19; }
  .grid > *:nth-child(143) {
		-ms-grid-row: 23;
		-ms-grid-column: 21; }
  .grid > *:nth-child(144) {
		-ms-grid-row: 23;
		-ms-grid-column: 23; }
  .div1 {  
    padding-bottom: 42%;
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-area: 1 / 1 / 5 / 6; }
  .div2 { 
    -ms-grid-row: 1; 
    -ms-grid-row-span: 4; 
    -ms-grid-column: 6; 
    -ms-grid-column-span: 3; 
    grid-area: 1 / 6 / 5 / 9; }
  .div3 { 
    -ms-grid-row: 5; 
    -ms-grid-row-span: 4; 
    -ms-grid-column: 1; 
    -ms-grid-column-span: 4; 
    grid-area: 5 / 1 / 9 / 5; }
  .div4 { 
    -ms-grid-row: 9; 
    -ms-grid-row-span: 4; 
    -ms-grid-column: 1; 
    -ms-grid-column-span: 4; 
    grid-area: 9 / 1 / 13 / 5;  }
  .div5 { 
    -ms-grid-row: 5; 
    -ms-grid-row-span: 8; 
    -ms-grid-column: 5; 
    -ms-grid-column-span: 4; 
    grid-area: 5 / 5 / 13 / 9; }
  .div6 { 
    -ms-grid-row: 1; 
    -ms-grid-row-span: 6; 
    -ms-grid-column: 9; 
    -ms-grid-column-span: 4; 
    grid-area: 1 / 9 / 7 / 13; }
  .div7 { 
    -ms-grid-row: 7; 
    -ms-grid-row-span: 6; 
    -ms-grid-column: 9; 
    -ms-grid-column-span: 4; 
    grid-area: 7 / 9 / 13 / 13;  }
  .grid strong {
    font-size: 4.5rem; }
  .grid span {
    font-size: 1.2rem; }
  .grid .text2 {
    padding: 50px; }
  .logo-socials {
    margin-top: 80px; }
  .top-nav ul li a {
    padding: 30px 10px;
    font-size: 1.2rem; }
  .homeHeroSlider h1,
  .homeHeroSlider .h1 {
    font-size: 3.5rem;
    margin-bottom: 30px; }
  .hero h1,
  .head h1 {
    margin-top: 90px;
    font-size: 4.18rem; }
  h2 {
    font-size: 3.96rem;
    margin-bottom: 30px; }
  article h3 {
    font-size: 1.6rem;
    margin-top: 45px;
    margin-bottom: 20px; }
  .downloads h2,
  article h2, 
  .head-block h2,
  .bpoSlider h2,
  ul.blue-boxes li .box strong {
    font-size: 3.15rem;
    margin-bottom: 40px; }
  article h2 {
    margin-top: 80px; }
  .figure {
    margin: 60px 0; }
  .meta-item {
    padding: 16px 20px;
    margin-top: 40px; }
  .bpoSlider h2 {
    margin-bottom: 30px; }
  ul.cards-list li a {
    padding: 30px 30px 60px 30px;
    border-radius: 40px; }
  ul.cards-list li a p,
  ul.aside-menu .menu-link,
  .accordionHelp .accordion-item button,
  .tracking-left-box h2,
  ul.blue-boxes li .box .title,
  .share.sticky,
  .bpoSlider p,
  .ratesModal .modal-header h2 {
    font-size: 1.33rem; }
  ul.cards-list {
    margin: -15px; }
  ul.cards-list li {  
    padding: 15px; }
  ul.cards-list li a .pic-wrapper {
    margin-bottom: 40px; }
  ul.cards-list li a span {
    font-size: 18px; }
  .search-bar ul li {
    margin-right: 15px;
    margin-bottom: 0px; }
  .search-bar ul li a {
    font-size: 1.13rem;
    padding: 16px 20px; }
  .search-bar ul li {
    margin-right: 15px;
    margin-bottom: 0px; }
  .search-bar ul li a {
    font-size: 1.13rem;
    padding: 16px 20px; }
  .search-news {
    font-size: 1.13rem;
    padding: 15px 20px 15px 55px; }
  .jobListSection {
    padding: 30px 15px 15px 15px; }
  .jobListSection .title {
    font-size: 1rem;
    margin-bottom: 20px; }
  .jobListSection .col-5 .title {
    padding-left: 30px; }
  .accordion.jobList .accordion-item {
    margin-bottom: 15px; }
  .accordion.jobList .accordion-header {
    padding: 25px 30px;
    font-size: 18px; }
  .accordion.jobList .accordion-button {
    right: 38px;
    width: 20px;
    height: 20px; }
  .accordion.jobList .accordion-body {
    padding: 10px 30% 40px 30px; }
  .form-box {
    padding: 40px 30px; }
  .nav-tabs {
    margin: 0 0 40px 0; }
  ul.blue-boxes {
    margin: 60px -15px 90px -15px; }
  ul.blue-boxes li {
    padding: 15px; }
  ul.blue-boxes li .box {
    padding: 40px 30px; }
  ul.blue-boxes li .box strong {
    margin-bottom: 25px; }
  .accordionHelp .accordion-item button {
    font-size: 18px;
    padding: 30px 30px 30px 60px; }
  .accordionSubmenu .accordion-item button {
    padding: 20px 50px 20px 20px; }
  .accordionSubmenu .accordion-item button:focus,
  .accordionSubmenu .accordion-item button:hover,
  .accordionSubmenu .accordion-button:not(.collapsed) {
    padding-left: 20px; }
  .contact-cont h2 {
    margin-top: 90px; }
  .form .form-control,
  .form .form-select {
    font-size: 18px; }
  .form .form-check label {
    font-size: 16px; }
  .form .btn {
    margin-top: 40px; } 
  .share.sticky {
    width: 40px;
    margin-top: 0px; }
  .share .social {
    margin-top: 20px; }
  .tracking-left-box {
    padding: 30px; }
  .tracking-right-box .item-box {
    padding: 17px 17px 17px 43px; }
  .tracking-right-box .item-box:before {
    left: 20px; }
  ul.aside-menu .menu-item {
    margin-bottom: 15px; }
  ul.aside-menu .menu-link {
    font-size: 18px; }
  .pagination {
    margin-bottom: 30px; }
  .pagination .page-link {
    font-size: 1.13rem;
    width: 50px;
    height: 50px; }
  .pagination li:first-child .page-link,
  .pagination li:last-child .page-link {
    padding-left: 20px;
    padding-right: 20px; }
  [class^="ico-sn-"] {
    margin: 0  0 0 15px;
    width: 40px;
    height: 40px; }
  footer .footer-navs li.footer-navs-item {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px 0px; }
  footer .subscribe h2  {
    font-size: 3.16rem; }
  footer .subscribe .form-control {
    font-size: 1.13rem;
    height: 40px; }
  footer .subscribe .btn {
    margin-left: 30px!important; }
  .copy-legals .legals a {
    margin: 0 10px; }
  .copy-legals .legals {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: center; }  
  .copy-legals {
    border-top: 2px solid rgba(255, 255, 255, 0.10);
    border-radius: 2px;
    padding: 40px 0;
    margin-top: 40px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr;
    grid-template-columns: repeat(12, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px; }  
  .copy-legals > *:nth-child(1) {
		-ms-grid-row: 1;
		-ms-grid-column: 1; }  
  .copy-legals > *:nth-child(2) {
		-ms-grid-row: 1;
		-ms-grid-column: 3; }  
  .copy-legals > *:nth-child(3) {
		-ms-grid-row: 1;
		-ms-grid-column: 5; }  
  .copy-legals > *:nth-child(4) {
		-ms-grid-row: 1;
		-ms-grid-column: 7; }  
  .copy-legals > *:nth-child(5) {
		-ms-grid-row: 1;
		-ms-grid-column: 9; }  
  .copy-legals > *:nth-child(6) {
		-ms-grid-row: 1;
		-ms-grid-column: 11; }  
  .copy-legals > *:nth-child(7) {
		-ms-grid-row: 1;
		-ms-grid-column: 13; }  
  .copy-legals > *:nth-child(8) {
		-ms-grid-row: 1;
		-ms-grid-column: 15; }  
  .copy-legals > *:nth-child(9) {
		-ms-grid-row: 1;
		-ms-grid-column: 17; }  
  .copy-legals > *:nth-child(10) {
		-ms-grid-row: 1;
		-ms-grid-column: 19; }  
  .copy-legals > *:nth-child(11) {
		-ms-grid-row: 1;
		-ms-grid-column: 21; }  
  .copy-legals > *:nth-child(12) {
		-ms-grid-row: 1;
		-ms-grid-column: 23; }
  .legals {
    position: static; 
    -webkit-box-pack: center; 
        -ms-flex-pack: center; 
            justify-content: center;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 8;
    grid-area: 1 / 3 / 2 / 11; }
  .copy-legals .legals > div {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .copy { 
    margin-top: 0;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1 / 1 / 2 / 3; }
  .webBy { 
    margin-top: 0;
    text-align: right;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 11;
    -ms-grid-column-span: 2;
    grid-area: 1 / 11 / 2 / 13; }
  .copy-legals .legals a {
    margin: 0 7px; }
  footer .logo img {
    width: 110px;
    height: 69.14px; }
}

@media (min-width: 1400px) {
    .homeHeroSlider .swiper-pagination {
        max-width: 1320px; }
    .forex .dc {
      margin-right: 30px; }
   
}

@media (min-width: 1600px) {
   .bpoSlider .swiper-button-next, .bpoSlider .swiper-container-rtl .swiper-button-prev {
      right: 10%; }
    .bpoSlider .swiper-button-prev, .bpoSlider .swiper-container-rtl .swiper-button-next {
      left: 10%; }
      @-webkit-keyframes run {
        0% {
          right: 10%;
        }
        100% {
          right: 9%;     
        }
      }
      @keyframes run {
        0% {
          right: 10%;
        }
        100% {
          right: 9%;     
        }
      }
        @-webkit-keyframes run2 {
        0% {
          left: 10%;
        }
        100% {
          left: 9%;
        }
      }
        @keyframes run2 {
        0% {
          left: 10%;
        }
        100% {
          left: 9%;
        }
      }
}

@media screen and (min-width: 1920px) {

  html {
    font-size: 16px; }
  .container,
  .homeHeroSlider .swiper-pagination {
    max-width: 1920px;
    padding-left: 180px;
    padding-right: 180px; }
  .py-120 {
    padding-top: 120px;
    padding-bottom: 120px; }
  .py-180 {
    padding-top: 180px;
    padding-bottom: 180px; }
  .pt-180 {
    padding-top: 180px; }
  .my-120 {
    margin-top: 120px;
    margin-bottom: 120px; }
  .my-180 {
    margin-top: 180px;
    margin-bottom: 180px; }
  .mt-180 {
    margin-top: 180px; }
  .pb-170 {
    padding-bottom: 170px; }
  .navbar {
    padding: 15px 50px; }
  .navbar .navbar-brand img {
    width: 132px;
    height: 120px; }
  header .login a {
    margin-left: 30px; }
  header .navbar ul li .subnav {
    top: 150px; }
  .head,
  .hero {
    padding: 60px 0 120px 0; }
  .hero h1,
  .head h1 {
    margin-top: 120px;
    font-size: 4.18rem; }
 .homeHeroSlider {
    min-height: calc(100vh - 136px); }
  .homeHeroSlider .swiper-slide {
    min-height: calc(100vh - 289px); }
  .homeHeroSlider h1,
  .homeHeroSlider .h1 {
    font-size: 4.18rem;
    margin-bottom: 40px; }
  .homeHeroSlider .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 80px!important; }
  ul.services-list .sectionTitle {
    font-size: 1.77rem;
    padding-bottom: 20px;
    margin-bottom: 30px; }
  ul.services-list .box {
    padding: 40px; }
  ul.services-list {
    margin: -15px; }
  ul.services-list > li {
    padding: 15px; }
  ul.blue-boxes {
    margin: 60px -15px 120px -15px; }
  .grid strong {
    font-size: 6.25rem; }
  .grid span {
    font-size: 1.31rem; }
  article h3 {
    font-size: 1.77rem;
    margin-top: 60px;
    margin-bottom: 30px; }
  .animated-message {
    padding: 20px 0; 
    margin-right: 215px; }
  .animated-message .msg div {
    margin: 0 20px; }
  .animated-message .msg img {
    height: 60px;
    margin-right: 15px; }
  .top-nav ul li a {
    padding: 60px 20px;
    font-size: 1.31rem; }
  .downloads ul li a {
    padding: 20px 20px 20px 42px; }
  .downloads ul li a:before {
    width: 20px;
    height: 20px;
    margin-right: 15px;
    margin-top: -3px; }
  .contact-cont h2 {
    margin-top: 120px; }
  .copy-legals .legals a {
    margin: 0 15px; }
  ul.blue-boxes li .box strong {
    margin-bottom: 30px; }
  footer .logo img {
    width: 140px;
    height: 88px; }
}

@media screen and (min-width: 2200px) {

  .bpoSlider .swiper-button-next, .bpoSlider .swiper-container-rtl .swiper-button-prev {
    right: 15%; }
  .bpoSlider .swiper-button-prev, .bpoSlider .swiper-container-rtl .swiper-button-next {
    left: 15%; }
    @-webkit-keyframes run {
      0% {
        right: 15%;
      }
      100% {
        right: 14%;     
      }
    }
    @keyframes run {
      0% {
        right: 15%;
      }
      100% {
        right: 14%;     
      }
    }
      @-webkit-keyframes run2 {
      0% {
        left: 15%;
      }
      100% {
        left: 14%;
      }
    }
      @keyframes run2 {
      0% {
        left: 15%;
      }
      100% {
        left: 14%;
      }
    }

  }