.button-rounded-big {
  display: inline-block;
  border-radius: 30px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  transition: all 0.2s ease-in-out 0s;
  min-width: 156px;
  height: 51px;
  line-height: 47px;
  padding: 0 40px;
  border: 2px solid #fff;
}

.button-rounded-small {
  display: inline-block;
  border-radius: 30px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  transition: all 0.2s ease-in-out 0s;
  min-width: 75px;
  line-height: 18px;
  padding: 8px 30px;
  border: 1px solid #fff;
}

.button-background-red {
  background: #dc6060;
  border-color: #dc6060;
  color: #fff;
}

.button-background-red:hover {
  opacity: 0.7;
}

.button-background-blue-green {
  background: #4c8ea6;
  color: #fff;
}

.button-background-blue-green:hover {
  opacity: 0.7;
}

.button-border-blue-green {
  border-color: #4c8ea6;
  color: #4c8ea6;
}

.button-border-blue-green:hover {
  background: #4c8ea6;
  color: #fff;
}

.button-border-red {
  border-color: #dc6060;
  color: #dc6060;
}

.button-border-red:hover {
  opacity: 0.7;
}

.button-border-white {
  border-color: #fff;
  color: #fff;
}

.button-border-white:hover {
  background: #fff;
  color: #4c8ea6;
}

.button-outline:hover {
  opacity: 1;
}

.pdf-icon {
  background: url(img/new/icon-pdf-boxed.svg) left 30px top 11px no-repeat;
  background-size: 21px 24px;
  padding-left: 60px;
  padding-right: 28px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .pdf-icon {
    font-size: 12px;
  }
}

.scroll-arrow-thin {
  bottom: 60px;
  display: table;
  width: 50px;
  height: 50px;
  opacity: .7;
  transition: opacity .2s linear;
}

@media (min-width: 320px) and (max-width: 767px) {
  .scroll-arrow-thin {
    bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1169px) {
  .scroll-arrow-thin {
    bottom: 20px;
  }
}

.scroll-arrow-thin span {
  display: inline-block;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

h1 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 48px;
  font-weight: 200;
  line-height: 57px;
  color: #fff;
}

.header-subtitle {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.7);
}

h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 45px;
  color: #000;
}

html.dark h2 {
  color: #fff;
}

h3 {
  color: #000;
}

html.dark h3 {
  color: #fff;
}

h4 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
}

html.dark h4 {
  color: #fff;
}

h5 {
  color: #000;
}

html.dark h5 {
  color: #fff;
}

.header-title {
  font: 200 40px/50px 'Titillium Web', sans-serif;
  color: #fff;
}

@media (min-width: 320px) and (max-width: 767px) {
  .header-title {
    font: 200 24px/30px 'Titillium Web', sans-serif;
    padding: 0 20px;
  }
}

body.headerless .header-title {
  margin-top: 30px;
  font-weight: 300;
  color: #000;
}

html.dark body.headerless .header-title {
  color: #fff;
}

.second-title {
  margin: 10px auto;
  font: 200 26px/32px 'Source Sans Pro', sans-serif;
  color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 320px) and (max-width: 767px) {
  .second-title {
    font: 200 24px/32px 'Source Sans Pro', sans-serif;
  }
}

.main-title {
  font: 300 36px/42px 'Titillium Web', sans-serif;
  color: #000;
}

html.dark .main-title {
  color: #fff;
}

.sub-title {
  font: 400 22px/30px "Source Sans Pro",sans-serif;
  color: #000;
  margin-bottom: 15px;
}

html.dark .sub-title {
  color: #fff;
}

.subtitle {
  font: 600 16px/24px 'Source Sans Pro', sans-serif;
  color: #3c427f;
}

html.dark .subtitle {
  color: #D2D0FF;
}

.tagline {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
}

.tagline a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  color: #4c8ea6;
}

.subtagline {
  font: 400 16px/22px 'Source Sans Pro', sans-serif;
  color: rgba(255, 255, 255, 0.5);
}

/* Header & Footer Common Elements */
.top-menu-container .top-submenu-container .menu-container .column ul li a, .footer-wrapper .footer .menu-container .column ul li a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
  text-transform: uppercase;
}

.top-menu-container .top-submenu-container .menu-container .column ul li a:hover, .footer-wrapper .footer .menu-container .column ul li a:hover {
  color: #dc6060;
  opacity: 1;
}

.top-menu-container .top-submenu-container .menu-container .column ul li ul li a, .footer-wrapper .footer .menu-container .column ul li ul li a, .footer-wrapper .footer .links-container .column.legal-container ul li a {
  padding: 6px 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.top-menu-container .top-submenu-container .menu-container .column ul li ul li a:hover, .footer-wrapper .footer .menu-container .column ul li ul li a:hover, .footer-wrapper .footer .links-container .column.legal-container ul li a:hover {
  color: #dc6060;
  opacity: 1;
}

.top-menu-container .top-submenu-container .menu-container, .footer-wrapper .footer .menu-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 100%;
  padding: 20px 0;
}

.top-menu-container .top-submenu-container .menu-container .column, .footer-wrapper .footer .menu-container .column {
  flex: 1;
  display: flex;
  min-width: 200px;
  padding: 0 20px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .top-menu-container .top-submenu-container .menu-container .column, .footer-wrapper .footer .menu-container .column {
    min-width: 50%;
  }
}

.top-menu-container .top-submenu-container .menu-container .column ul li, .footer-wrapper .footer .menu-container .column ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.top-menu-container .top-submenu-container .menu-container .column ul li ul, .footer-wrapper .footer .menu-container .column ul li ul {
  margin: 15px 0;
}

/* Start Menu Style */
.header-wrapper {
  position: relative;
  width: 100%;
}

.top-menu-container {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  z-index: 16;
}

.top-menu-container .top-nav-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 75px;
  padding: 0 20px;
  border-bottom: 1px solid transparent;
  transition: background-color 0.1s ease-in-out;
}

.top-menu-container .top-nav-container .top-logo {
  position: absolute;
  top: 17px;
  display: block;
  width: 150px;
  height: 40px;
  background: url(img/new/axigen-logo-2015.svg) top left no-repeat;
  background-size: auto 100%;
}

.top-menu-container .top-nav-container .top-logo:hover {
  opacity: 1;
}

.top-menu-container .top-nav-container .top-nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 170px;
  padding-right: 103px;
}

.top-menu-container .top-nav-container .top-nav li {
  white-space: nowrap;
}

.top-menu-container .top-nav-container .top-nav li > a {
  display: block;
  padding: 12px 15px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.top-menu-container .top-nav-container .top-nav li > a:hover {
  color: #dc6060;
  opacity: 1;
}

.top-menu-container .top-nav-container .top-nav li > a.activ {
  color: #dc6060;
  opacity: 1;
}

.top-menu-container .top-nav-container .top-nav li > a.button-highlight {
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 20px;
  background-color: #dc6060;
  border-color: #dc6060;
  color: #fff;
}

@media (min-width: 320px) and (max-width: 767px) {
  .top-menu-container .top-nav-container .top-nav li > a.button-highlight {
    margin-right: 0;
  }
}

.top-menu-container .top-nav-container .top-nav li > a.button-highlight:hover {
  color: #fff;
  opacity: .7;
}

.top-menu-container .top-nav-container .top-nav li.nav-menu {
  position: absolute;
  top: 15px;
  right: 20px;
}

.top-menu-container .top-nav-container .top-nav li.nav-menu .open-close-menu .main-menu-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 93px;
  padding: 12px 15px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 2px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.top-menu-container .top-nav-container .top-nav li.nav-menu .open-close-menu .main-menu-button span {
  transition: all .2s ease-in-out;
}

.top-menu-container .top-nav-container .top-nav li.nav-menu .open-close-menu .main-menu-button span.icon {
  margin-right: 6px;
  width: 16px;
  height: 16px;
}

.top-menu-container .top-nav-container .top-nav li.nav-menu .open-close-menu .main-menu-button.open-button .icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}

.top-menu-container .top-nav-container .top-nav li.nav-menu .open-close-menu .main-menu-button.open-button .icon span {
  display: block;
  height: 2px;
  background-color: #fff;
}

.top-menu-container .top-nav-container .top-nav li.nav-menu .open-close-menu .main-menu-button.open-button .icon span:not(:last-child) {
  margin-bottom: 4px;
}

body.menu-open .top-menu-container .top-nav-container .top-nav li.nav-menu .open-close-menu .main-menu-button.open-button {
  display: none;
}

.top-menu-container .top-nav-container .top-nav li.nav-menu .open-close-menu .main-menu-button.close-button .icon {
  position: relative;
  top: -1px;
}

.top-menu-container .top-nav-container .top-nav li.nav-menu .open-close-menu .main-menu-button.close-button .icon span {
  position: absolute;
  left: 8px;
  display: block;
  width: 2px;
  height: 18px;
  background-color: #fff;
}

.top-menu-container .top-nav-container .top-nav li.nav-menu .open-close-menu .main-menu-button.close-button .icon span.bar-1 {
  transform: rotate(45deg);
}

.top-menu-container .top-nav-container .top-nav li.nav-menu .open-close-menu .main-menu-button.close-button .icon span.bar-2 {
  transform: rotate(-45deg);
}

body:not(.menu-open) .top-menu-container .top-nav-container .top-nav li.nav-menu .open-close-menu .main-menu-button.close-button {
  display: none;
}

.top-menu-container .top-nav-container .top-nav li.nav-menu .open-close-menu .main-menu-button:hover span.text {
  color: #dc6060;
}

.top-menu-container .top-nav-container .top-nav li.nav-menu .open-close-menu .main-menu-button:hover.open-button span.icon span {
  background-color: #dc6060;
}

.top-menu-container .top-nav-container .top-nav li.nav-menu .open-close-menu .main-menu-button:hover.close-button span.icon span {
  background-color: #dc6060;
}

.top-menu-container .top-nav-container .top-nav li.nav-menu .open-close-menu:hover {
  color: #dc6060;
}

.top-menu-container .top-nav-container .top-nav li.nav-menu .open-close-menu:hover .burger > span {
  background-color: #dc6060;
}

.top-menu-container .top-nav-container .top-nav li.avatar-container {
  display: none;
}

.top-menu-container .top-submenu-container {
  position: relative;
  flex: 1;
  display: none;
  flex-direction: column;
  align-items: center;
  transition: all .2s ease-in-out;
}

.top-menu-container .top-submenu-container .menu-container {
  width: 100%;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  background-color: #000014;
}

.top-menu-container .top-submenu-container .menu-container .column {
  margin-top: 15px;
}

.top-menu-container .top-submenu-container .main-menu-trigger {
  appearance: none;
  flex: 1;
  width: 100%;
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

body.headerless .top-menu-container .top-nav-container {
  background-color: #000014;
}

body.wide-menu .top-menu-container .top-nav-container {
  min-height: 117px;
}

body.wide-menu .top-menu-container .top-nav-container .top-nav {
  justify-content: space-between;
  margin-top: 75px;
  margin-left: -15px;
  margin-right: -20px;
  min-width: 100%;
  padding-left: 0;
  padding-right: 20px;
  overflow-y: hidden;
  overflow-x: auto;
}

body.wide-menu .top-menu-container .top-nav-container .top-nav::after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 20px;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 20, 0) 0%, #000014 100%);
  content: "";
}

body.wide-menu .top-menu-container .top-submenu-container .menu-container {
  border-left: none;
  border-right: none;
}

body.menu-open .top-menu-container {
  height: 100%;
}

body.menu-open .top-menu-container .top-nav-container {
  background-color: #000014;
  border-bottom-color: rgba(255, 255, 255, 0.15);
}

body.menu-open .top-menu-container .top-submenu-container {
  display: flex;
  overflow-y: auto;
}

body.after-scroll .top-menu-container .top-nav-container {
  background-color: #000014;
}

body.has-logo-subtitle .top-menu-container .top-nav-container .top-logo {
  width: 35px;
}

body.has-logo-subtitle .top-menu-container .top-nav-container .logo-subtitle {
  display: flex;
  align-items: center;
  margin: 17px 0 17px 35px;
  height: 40px;
  padding: 0 5px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 28px;
  font-weight: 300;
  color: #fff;
}

body.has-avatar .top-menu-container .top-nav-container .top-nav {
  padding-right: 175px;
}

body.has-avatar .top-menu-container .top-nav-container .top-nav li.nav-menu {
  right: 90px;
}

body.has-avatar .top-menu-container .top-nav-container .top-nav li.avatar-container {
  display: list-item;
}

body#partners-portal.has-avatar .top-menu-container .top-nav-container .top-nav,
body.page-buy.is-partner.has-avatar .top-menu-container .top-nav-container .top-nav {
  padding-right: 60px;
}

body#partners-portal.has-avatar .top-menu-container .top-nav-container .top-nav li.nav-menu,
body.page-buy.is-partner.has-avatar .top-menu-container .top-nav-container .top-nav li.nav-menu {
  display: none;
}

.header {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  text-align: center;
  height: 650px;
  min-height: 700px;
  background-color: #1a2e34;
}

@media (min-width: 320px) and (max-width: 767px) {
  .header {
    padding: 80px 20px 0;
  }
}

@media (min-width: 768px) and (max-width: 1169px) {
  .header {
    padding: 80px 20px 0;
  }
}

body.headerless .header {
  min-height: auto;
  height: auto;
  padding-top: 75px;
  box-sizing: border-box;
}

@media (min-width: 320px) and (max-width: 767px) {
  body.headerless .header {
    padding-top: 120px;
  }
}

.three-colors {
  background: #1a2e34;
  height: 6px;
  padding: 1px 0;
  display: flex;
}

.three-colors div {
  flex: 1;
  height: 4px;
}

.three-colors div:nth-child(1) {
  background: #55c6b9;
  border-right: 1px solid #1a2e34;
  box-sizing: border-box;
}

.three-colors div:nth-child(2) {
  background: #559eb9;
  border-right: 1px solid #1a2e34;
  box-sizing: border-box;
}

.three-colors div:nth-child(3) {
  background: #dc6060;
}

body.headerless .header {
  background: none;
}

body.headerless .three-colors {
  display: none;
}

.container {
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

@media (min-width: 320px) and (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

.container .column {
  margin: 0 auto;
  -webkit-box-flex: 1 1;
  -moz-box-flex: 1 1;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
}

@media (min-width: 320px) and (max-width: 767px) {
  .container .column {
    flex-direction: column;
    flex: 1 1 auto;
  }
}

.container-center-top {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  justify-content: space-between;
}

@media (min-width: 320px) and (max-width: 767px) {
  .container-center-top {
    padding: 0 20px;
    flex-direction: column;
  }
}

.container-center-top .column {
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 320px) and (max-width: 767px) {
  .container-center-top .column {
    flex-direction: column;
    flex: 1 1 auto;
  }
}

.container-single {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
}

@media (min-width: 320px) and (max-width: 767px) {
  .container-single {
    padding: 0 20px;
    flex-direction: column;
  }
}

.container-single .column {
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 320px) and (max-width: 767px) {
  .container-single .column {
    flex-direction: column;
    flex: 1 1 auto;
  }
}

.container-center {
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media (min-width: 320px) and (max-width: 767px) {
  .container-center {
    flex-direction: column;
  }
}

.container-center .column {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hspacer {
  width: 100%;
  height: 1px;
  background-color: #dbdde1;
}

html.dark .hspacer {
  background-color: rgba(255, 255, 255, 0.15);
}

/* Header & Footer Common Elements */
.top-menu-container .top-submenu-container .menu-container .column ul li a, .footer-wrapper .footer .menu-container .column ul li a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
  text-transform: uppercase;
}

.top-menu-container .top-submenu-container .menu-container .column ul li a:hover, .footer-wrapper .footer .menu-container .column ul li a:hover {
  color: #dc6060;
  opacity: 1;
}

.top-menu-container .top-submenu-container .menu-container .column ul li ul li a, .footer-wrapper .footer .menu-container .column ul li ul li a, .footer-wrapper .footer .links-container .column.legal-container ul li a {
  padding: 6px 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.top-menu-container .top-submenu-container .menu-container .column ul li ul li a:hover, .footer-wrapper .footer .menu-container .column ul li ul li a:hover, .footer-wrapper .footer .links-container .column.legal-container ul li a:hover {
  color: #dc6060;
  opacity: 1;
}

.top-menu-container .top-submenu-container .menu-container, .footer-wrapper .footer .menu-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 100%;
  padding: 20px 0;
}

.top-menu-container .top-submenu-container .menu-container .column, .footer-wrapper .footer .menu-container .column {
  flex: 1;
  display: flex;
  min-width: 200px;
  padding: 0 20px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .top-menu-container .top-submenu-container .menu-container .column, .footer-wrapper .footer .menu-container .column {
    min-width: 50%;
  }
}

.top-menu-container .top-submenu-container .menu-container .column ul li, .footer-wrapper .footer .menu-container .column ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.top-menu-container .top-submenu-container .menu-container .column ul li ul, .footer-wrapper .footer .menu-container .column ul li ul {
  margin: 15px 0;
}

/* Footer */
.footer-wrapper {
  position: relative;
  z-index: 1;
}

.footer-wrapper .footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  background-color: #000014;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-wrapper .footer .menu-container {
  width: 1280px;
}

.footer-wrapper .footer .description-container {
  display: flex;
  text-align: center;
  width: 1280px;
  max-width: 100%;
  padding: 0 20px;
}

.footer-wrapper .footer .description-container p, .footer-wrapper .footer .description-container p a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}

.footer-wrapper .footer .description-container p {
  text-align: justify;
  color: rgba(255, 255, 255, 0.5);
}

.footer-wrapper .footer .description-container p a {
  color: rgba(255, 255, 255, 0.5);
}

.footer-wrapper .footer .description-container p a:hover {
  color: #dc6060;
  opacity: 1;
}

.footer-wrapper .footer .links-container {
  display: flex;
  justify-content: space-between;
  width: 1280px;
  max-width: 100%;
  padding: 10px 20px 20px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .footer-wrapper .footer .links-container {
    flex-direction: column;
  }
}

.footer-wrapper .footer .links-container .column {
  max-width: 960px;
  text-align: left;
}

@media (min-width: 320px) and (max-width: 767px) {
  .footer-wrapper .footer .links-container .column.social-container {
    margin: 10px 0;
  }
}

.footer-wrapper .footer .links-container .column.social-container ul {
  display: flex;
}

@media (min-width: 320px) and (max-width: 767px) {
  .footer-wrapper .footer .links-container .column.social-container ul {
    justify-content: center;
  }
}

.footer-wrapper .footer .links-container .column.social-container ul li {
  display: flex;
  margin-right: 10px;
  width: 40px;
  height: 40px;
}

.footer-wrapper .footer .links-container .column.social-container ul li a {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .2;
  transition: all .2s ease-in-out 0s;
}

.footer-wrapper .footer .links-container .column.social-container ul li a:hover {
  opacity: 1;
}

.footer-wrapper .footer .links-container .column.social-container ul li a.fb {
  background-image: url(img/new/common/social-icons/fb.svg);
}

.footer-wrapper .footer .links-container .column.social-container ul li a.tw {
  background-image: url(img/new/common/social-icons/tw.svg);
}

.footer-wrapper .footer .links-container .column.social-container ul li a.li {
  background-image: url(img/new/common/social-icons/li.svg);
}

.footer-wrapper .footer .links-container .column.social-container ul li:not(:first-child) {
  margin-left: 10px;
}

.footer-wrapper .footer .links-container .column.legal-container ul {
  display: flex;
  align-items: center;
}

@media (min-width: 320px) and (max-width: 767px) {
  .footer-wrapper .footer .links-container .column.legal-container ul {
    justify-content: center;
  }
}

.footer-wrapper .footer .links-container .column.legal-container ul li .separator {
  margin: 0 5px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
}

/* Cookies */
.cookie-wrapper {
  position: fixed;
  bottom: 0;
  display: none;
  width: 100%;
  height: 60px;
  font-size: 14px;
  font-weight: 400;
  line-height: 60px;
  background: #f5f8fa;
  border-top: 1px solid #ebebeb;
  text-align: center;
  color: #51514f;
  opacity: 0;
  z-index: 99;
  transition: opacity .2s ease-in-out;
}

.cookie-wrapper * {
  font-size: 14px;
  font-weight: 400;
}

.cookie-wrapper a {
  color: #559eb9;
}

.cookie-wrapper a.agree-cookies {
  margin-left: 10px;
  padding: 5px 20px;
  border: 1px solid #4c8ea6;
  border-radius: 2px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .cookie-wrapper {
    height: 85px;
    line-height: 40px;
  }
}

.cookies-container-open .cookie-wrapper {
  display: block;
  opacity: 1;
}

html, body {
  margin: 0;
  padding: 0;
}

.position-static {
  position: static;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-fixed {
  position: fixed;
}

.absolute-center {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

/* Display */
.display-none {
  display: none;
}

.display-table {
  display: table;
}

.display-block {
  display: block;
}

.display-inline-block {
  display: inline-block;
}

/* Margin */
.margin-0-auto {
  margin: 0 auto;
}

.margin-30-auto {
  margin: 30px auto;
}

.margin-20-auto {
  margin: 20px auto;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-15 {
  margin-top: 15px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-60 {
  margin-top: 60px;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

.margin-bottom-25 {
  margin-bottom: 25px;
}

.margin-bottom-35 {
  margin-bottom: 35px;
}

/* Width */
.width-240 {
  width: 240px;
}

/* Max Width */
.max-width-600 {
  max-width: 600px;
}

.max-width-700 {
  max-width: 700px;
}

.max-width-960 {
  max-width: 960px;
}

.max-width-175 {
  max-width: 175px;
}

.max-width-195 {
  max-width: 195px;
}

.max-width-300 {
  max-width: 300px;
}

/* Padding */
.padding-40-0 {
  padding: 40px 0px;
}

.padding-60-0 {
  padding: 60px 0px;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-top-50 {
  padding-top: 50px;
}

.padding-top-70 {
  padding-top: 70px;
}

.padding-top-90 {
  padding-top: 90px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .padding-top-90 {
    padding-top: 50px;
  }
}

.padding-right-20 {
  padding-right: 20px;
}

.padding-left-20 {
  padding-left: 20px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .padding-right-20,
  .padding-left-20 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

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

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

.padding-bottom-80 {
  padding-bottom: 80px;
}

.padding-bottom-90 {
  padding-bottom: 90px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .padding-bottom-90 {
    padding-bottom: 50px;
  }
}

.padding-bottom-100 {
  padding-bottom: 100px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .padding-bottom-100 {
    padding-bottom: 50px;
  }
}

.white-bg {
  background-color: #fff;
}

html.dark .white-bg {
  background-color: #0d1021;
}

.grey-bg {
  background-color: #f5f8fa;
  z-index: 10;
  position: relative;
}

html.dark .grey-bg {
  background-color: #161929;
}

/* Border */
.border-top-1-eb {
  border-top: 1px solid;
  border-top-color: #ebebeb;
}

html.dark .border-top-1-eb {
  border-top-color: rgba(255, 255, 255, 0.1);
}

.border-bottom-1-eb {
  border-bottom: 1px solid;
  border-bottom-color: #ebebeb;
}

html.dark .border-bottom-1-eb {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

/* Font size */
.font-size-20 {
  font-size: 20px;
}

/* Color */
.color-white {
  color: #fff;
}

.color-blue-green {
  color: #4c8ea6;
}

/* Text align */
.text-align-left {
  text-align: left;
}

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

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

.hspacer-300 {
  margin: 0 auto;
  width: 300px;
  height: 1px;
  background-color: #dbdde1;
}

html.dark .hspacer-300 {
  background-color: rgba(255, 255, 255, 0.15);
}

.defaultcase-important {
  text-transform: none !important;
}

@media (min-width: 320px) and (max-width: 767px) {
  .no-mobile {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1169px) {
  .no-tablet {
    display: none !important;
  }
}

/* Local custom fonts *****************************
** Introduced with the 2014 redesign, now local ***
***************************************************/
/**
 * Titillium Web
 */
/* Titillium Web - 200 version */
@font-face {
  font-family: 'Titillium Web';
  font-display: fallback;
  src: url("fonts/Titillium_Web_200.woff2") format("woff2"), url("fonts/Titillium_Web_200.woff") format("woff");
  font-style: normal;
  font-weight: 200;
}

/* Titillium Web - 300 version */
@font-face {
  font-family: 'Titillium Web';
  font-display: fallback;
  src: url("fonts/Titillium_Web_300.woff2") format("woff2"), url("fonts/Titillium_Web_300.woff") format("woff");
  font-weight: 300;
}

/* Titillium Web - 400 (default) version */
@font-face {
  font-family: 'Titillium Web';
  font-display: fallback;
  src: url("fonts/Titillium_Web_400.woff2") format("woff2"), url("fonts/Titillium_Web_400.woff") format("woff");
  font-weight: 400;
}

/* Titillium Web - 600 (bold) version */
@font-face {
  font-family: 'Titillium Web';
  font-display: fallback;
  src: url("fonts/Titillium_Web_600.woff2") format("woff2"), url("fonts/Titillium_Web_600.woff") format("woff");
  font-weight: 600;
}

/**
 * Source Sans Pro
 */
/* Source Sans Pro - 200 version */
@font-face {
  font-family: 'Source Sans Pro';
  font-display: fallback;
  src: url("fonts/Source_Sans_Pro_200.woff2") format("woff2"), url("fonts/Source_Sans_Pro_200.ttf") format("truetype"), url("fonts/Source_Sans_Pro_200.woff") format("woff");
  font-weight: 200;
}

/* Source Sans Pro - 300 version */
@font-face {
  font-family: 'Source Sans Pro';
  font-display: fallback;
  src: url("fonts/Source_Sans_Pro_300.woff2") format("woff2"), url("fonts/Source_Sans_Pro_300.ttf") format("truetype"), url("fonts/Source_Sans_Pro_300.woff") format("woff");
  font-weight: 300;
}

/* Source Sans Pro - 400 (default) version */
@font-face {
  font-family: 'Source Sans Pro';
  font-display: fallback;
  src: url("fonts/Source_Sans_Pro_400.woff2") format("woff2"), url("fonts/Source_Sans_Pro_400.ttf") format("truetype"), url("fonts/Source_Sans_Pro_400.woff") format("woff");
  font-weight: 400;
}

/* Source Sans Pro - 600 (semi-bold) version */
@font-face {
  font-family: 'Source Sans Pro';
  font-display: fallback;
  src: url("fonts/Source_Sans_Pro_600.woff2") format("woff2"), url("fonts/Source_Sans_Pro_600.ttf") format("truetype"), url("fonts/Source_Sans_Pro_600.woff") format("woff");
  font-weight: 600;
}

/* Source Sans Pro - 700 (bold) version */
@font-face {
  font-family: 'Source Sans Pro';
  font-display: fallback;
  src: url("fonts/Source_Sans_Pro_700.woff2") format("woff2"), url("fonts/Source_Sans_Pro_700.ttf") format("truetype"), url("fonts/Source_Sans_Pro_700.woff") format("woff");
  font-weight: 700;
}

/* Source Sans Pro - 900 (ultra bold) version */
@font-face {
  font-family: 'Source Sans Pro';
  font-display: fallback;
  src: url("fonts/Source_Sans_Pro_900.ttf") format("truetype");
  font-weight: 900;
}

.new-label {
  display: inline-flex;
  align-items: center;
  height: 18px;
  padding: 0 5px;
  background-color: #dc6060;
  border: none;
  border-radius: 2px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  color: #fff;
}

.global-message {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  border-radius: 3px;
  font-size: 16px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .global-message {
    flex-direction: column;
    max-width: 100%;
    border-radius: 0;
  }
}

.global-message span {
  flex: 1;
}

@media (min-width: 320px) and (max-width: 767px) {
  .global-message span {
    text-align: center;
  }
}

.global-message a {
  margin-left: 10px;
  padding: 6px 10px;
  border: 1px solid #fff;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

@media (min-width: 320px) and (max-width: 767px) {
  .global-message a {
    margin-left: 0;
    margin-top: 10px;
  }
}

.global-message.plain.no-background {
  background-color: transparent;
  box-shadow: 0 0 0 1px #dbdde1 inset;
  color: #666;
}

.global-message.plain a {
  color: #dc6060;
}

.global-message.warning {
  background-color: #e5ac00;
  color: #fff;
}

.global-message.warning span {
  color: #fff;
}

.global-message.warning a {
  color: #fff;
}

h2 .new-label {
  position: relative;
  top: -3px;
}

h3 .new-label {
  position: relative;
  top: -3px;
}

.blockquote-container blockquote {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  max-width: 960px;
  padding: 20px 0;
  font-family: 'Georgia', serif;
  font-weight: normal;
  font-size: 22px;
  line-height: 30px;
  font-style: italic;
}

.blockquote-container blockquote p {
  font-family: 'Georgia', serif;
  font-weight: normal;
  font-size: 22px;
  line-height: 30px;
  font-style: italic;
  text-align: center;
}

.blockquote-container blockquote p:last-child {
  margin-bottom: 0;
}

.blockquote-container blockquote::before {
  margin-top: 30px;
  margin-left: -20px;
  width: 100px;
  font-size: 6em;
  text-align: center;
  content: open-quote;
  opacity: .5;
}

.blockquote-container .name {
  margin-top: 16px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}

.blockquote-container .logo {
  display: flex;
  justify-content: center;
}

.blockquote-container .logo img {
  width: 150px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  width: 800px;
  padding: 12px 10px 10px;
  border-bottom: 1px solid #dbdde1;
}

html.dark .breadcrumbs {
  border-bottom-color: rgba(255, 255, 255, 0.15);
}

.breadcrumbs .breadcrumb-container {
  position: relative;
  display: flex;
  align-items: center;
}

.breadcrumbs .breadcrumb-container a {
  position: relative;
  align-items: center;
  display: flex;
  height: 30px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #4c8ea6;
  overflow-x: hidden;
}

.breadcrumbs .breadcrumb-container a:hover {
  opacity: 1;
  color: rgba(76, 142, 166, 0.75);
}

.breadcrumbs .breadcrumb-container:not(:last-child) .separator {
  margin-left: 7px;
  margin-right: 10px;
  background: none;
  z-index: 1;
}

.breadcrumbs .breadcrumb-container:not(:last-child) .separator::before {
  margin-top: 1px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #dbdde1;
  border-right: 2px solid #dbdde1;
  border-radius: 0 2px 2px 0;
  transform: rotate(45deg);
  content: "";
}

html.dark .breadcrumbs .breadcrumb-container:not(:last-child) .separator::before {
  border-top-color: rgba(255, 255, 255, 0.15);
  border-right-color: rgba(255, 255, 255, 0.15);
}

.infotip-i {
  position: relative;
  display: flex;
  width: 30px;
  height: 30px;
  background: url("img/icon-infotip-i.svg") center center no-repeat;
  background-size: 18px 18px;
  cursor: pointer;
  outline: none;
}

.infotip-i .tooltip {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity .2s ease-in-out;
}

.infotip-i .tooltip::before {
  position: absolute;
  background-color: #dbdde1;
  content: "";
}

html.dark .infotip-i .tooltip::before {
  background-color: rgba(255, 255, 255, 0.15);
}

.infotip-i .tooltip::after {
  position: absolute;
  background-color: #fff;
  content: "";
}

html.dark .infotip-i .tooltip::after {
  background-color: #0d1021;
}

.infotip-i .tooltip .white-block {
  width: 0;
  height: 0;
  background-color: #fff;
  border: 1px solid #dbdde1;
  border-radius: 3px;
  box-shadow: 0 0 25px 0 rgba(0, 0, 20, 0.05);
}

html.dark .infotip-i .tooltip .white-block {
  background-color: #0d1021;
  border-color: rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 25px 0 rgba(0, 0, 20, 0.15);
}

.infotip-i .tooltip .white-block p {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}

.infotip-i .tooltip .white-block p:last-of-type {
  margin-bottom: 0;
}

.infotip-i .tooltip.bottom-left-arrow-normal-eb {
  left: 15px;
  right: auto;
}

.infotip-i .tooltip.bottom-left-arrow-normal-eb::before {
  left: 20px;
  bottom: 29px;
  width: 11px;
  height: 22px;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

.infotip-i .tooltip.bottom-left-arrow-normal-eb::after {
  left: 22px;
  bottom: 30px;
  width: 10px;
  height: 20px;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

.infotip-i .tooltip.bottom-left-arrow-normal-eb .white-block {
  margin-left: 30px;
}

.infotip-i .tooltip.top-left-arrow-normal-eb {
  left: 15px;
  right: auto;
}

.infotip-i .tooltip.top-left-arrow-normal-eb::before {
  left: 20px;
  top: 30px;
  width: 11px;
  height: 22px;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

.infotip-i .tooltip.top-left-arrow-normal-eb::after {
  left: 22px;
  top: 31px;
  width: 10px;
  height: 20px;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

.infotip-i .tooltip.top-left-arrow-normal-eb .white-block {
  margin-left: 30px;
}

.infotip-i:hover {
  opacity: 1;
}

.infotip-i:hover .tooltip {
  width: auto;
  height: auto;
  opacity: 1;
}

.infotip-i:hover .tooltip .white-block {
  width: auto;
  height: auto;
  padding: 15px;
}

.infotip-i:hover .tooltip.min-width-260 {
  min-width: 260px;
}

.infotip-i:hover .tooltip.min-width-300 {
  min-width: 300px;
}

.ajax-loader {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: table;
  vertical-align: middle;
  text-align: center;
  z-index: 9;
}

.ajax-loader .loading {
  display: inline-block;
  width: 64px;
  height: 64px;
}

.ajax-loader.big-loader .loading {
  position: relative;
}

.ajax-loader.big-loader .loading::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background: url(img/ajax-loader-big-darkbg-bg.svg) center center no-repeat;
  background-size: 80px;
  opacity: .2;
  content: "";
}

.ajax-loader.big-loader .loading::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background: url(img/ajax-loader-big-darkbg-blue.svg) center center no-repeat;
  background-size: 80px;
  animation-name: ajax-loader-spin;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  content: "";
}

.ajax-loader.big-loader .message {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #666;
}

html.dark .ajax-loader.big-loader .message {
  color: rgba(255, 255, 255, 0.65);
}

@keyframes ajax-loader-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.bordered-container {
  border: 1px solid #dbdde1;
  border-radius: 3px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .bordered-container {
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
}

html.dark .bordered-container {
  border-color: rgba(255, 255, 255, 0.15);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: #51514f;
  text-align: left;
  font-family: 'Source Sans Pro', sans-serif;
}

html.dark body {
  background-color: #0d1021;
  color: rgba(255, 255, 255, 0.68);
}

p,
ul li,
ol li {
  font: 300 18px/24px 'Source Sans Pro', sans-serif;
  color: #666;
}

html.dark p, html.dark
ul li, html.dark
ol li {
  color: rgba(255, 255, 255, 0.65);
}

p strong,
ul li strong,
ol li strong {
  font-weight: 400;
  color: #000;
}

html.dark p strong, html.dark
ul li strong, html.dark
ol li strong {
  color: #fff;
}

p {
  margin-bottom: 16px;
}

ul li {
  list-style-type: none;
}

a {
  font: 300 18px/24px 'Source Sans Pro', sans-serif;
  color: #757e80;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}

a:hover {
  opacity: .7;
}
/* Specific  - MSP Page */
.header {
  background: #2f323e;
}

.header .header-bg-tr {
  position: absolute;
  top: 0;
  right: 0;
  width: 250px;
  height: 495px;
  background: url(img/new/msp/msp-header-bg-tr.svg) top -40px right -40px no-repeat;
  opacity: .15;
}

@media (min-width: 320px) and (max-width: 767px) {
  .header .header-bg-tr {
    width: 50%;
    height: 50%;
  }
}

.header .header-bg-bl {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 445px;
  height: 703px;
  background: url(img/new/msp/msp-header-bg-bl.svg) bottom -60px left -40px no-repeat;
  opacity: .15;
}

@media (min-width: 320px) and (max-width: 767px) {
  .header .header-bg-bl {
    bottom: 0px;
    width: 100%;
    height: 65%;
  }
}

.h1-header-msp-title {
  font: 600 24px/50px 'Source Sans Pro', sans-serif;
  color: #fff;
  opacity: 0.3;
}

@media (min-width: 320px) and (max-width: 767px) {
  .h1-header-msp-title {
    font: 600 19px/30px 'Source Sans Pro', sans-serif;
  }
}

.svg-image-map {
  position: relative;
  background: url(img/new/msp/msp-world-map.svg) center no-repeat;
  width: 520px;
  height: 489px;
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
}

.svg-image-map::before {
  position: absolute;
  top: -60px;
  left: calc(50% - 35px);
  width: 70px;
  height: 120px;
  background: #45afbf;
  opacity: .3;
  content: "";
}

@media (min-width: 320px) and (max-width: 767px) {
  .svg-image-map::before {
    left: calc(50% - 30px);
    width: 60px;
    height: 50px;
  }
}

.svg-image-map::after {
  position: absolute;
  bottom: -60px;
  left: calc(50% - 35px);
  width: 70px;
  height: 120px;
  background: rgba(76, 142, 166, 0.25);
  content: "";
}

@media (min-width: 320px) and (max-width: 767px) {
  .svg-image-map::after {
    display: none;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .svg-image-map {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 180px;
    background-position: center center;
    padding: 0;
  }
}

.colors {
  margin-top: 14px;
  margin-left: -15px;
}

.colors li {
  position: relative;
  display: table;
  padding: 15px 29px 15px 15px;
  line-height: 20px;
  font-size: 18px;
  font-weight: 200;
  border-radius: 3px;
  list-style-type: none;
  color: rgba(255, 255, 255, 0.9);
}

.colors li a {
  color: rgba(255, 255, 255, 0.9);
}

.colors li a:hover {
  opacity: 0.7;
}

.colors li:nth-child(1) {
  background: rgba(216, 95, 96, 0.8);
  z-index: 1;
}

.colors li:nth-child(2) {
  top: -3px;
  background: rgba(179, 86, 91, 0.8);
  z-index: 2;
}

.colors li:nth-child(3) {
  top: -6px;
  background: rgba(137, 75, 87, 0.9);
  z-index: 3;
}

.colors li:nth-child(4) {
  top: -9px;
  background: rgba(95, 64, 82, 0.8);
  z-index: 4;
}

.colors li:nth-child(5) {
  top: -12px;
  background: rgba(51, 53, 76, 0.8);
  z-index: 5;
}

/* Circle */
@media (min-width: 320px) and (max-width: 767px) {
  .dynamics .container > .column:first-child {
    padding-top: 490px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .revenue .container > .column {
    padding-top: 130px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .resources .container > .column:first-child {
    padding-top: 260px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .c-container {
    position: absolute;
    top: 20px;
    left: 20px;
    width: calc(100% - 40px) !important;
    padding: 0 20px;
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 1354px) {
  .c-container {
    top: 20px;
    left: 20px;
    width: calc(100% - 40px) !important;
    padding: 0 20px;
    display: block;
  }
}

.c-container .c1 {
  left: 60px;
  top: 140px;
  width: 200px;
  height: 200px;
  border-radius: 100px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .c-container .c1 {
    left: 0;
    width: 120px;
    height: 120px;
    border-radius: 60px;
  }
}

@media (min-width: 768px) and (max-width: 1354px) {
  .c-container .c1 {
    left: 0;
    width: 120px;
    height: 120px;
    border-radius: 60px;
  }
}

.revenue .c-container .c1 {
  background: url(img/new/msp/msp-icon-secure-revenue.svg) center center no-repeat;
}

.resources .c-container .c1 {
  background: url(img/new/msp/msp-icon-increase-efficiency.svg) center center no-repeat;
}

.c-container div {
  position: absolute;
  box-sizing: border-box;
  border: 3px solid #3c427f;
}

html.dark .c-container div {
  border-color: #D2D0FF;
}

.c2 {
  left: 280px;
  top: 80px;
  width: 80px;
  height: 80px;
  border-radius: 40px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .c2 {
    left: calc(50% - 20px);
    width: 70px;
    height: 70px;
    border-radius: 35px;
  }
}

@media (min-width: 768px) and (max-width: 1354px) {
  .c2 {
    left: calc(50% - 20px);
    width: 70px;
    height: 70px;
    border-radius: 35px;
  }
}

.c3 {
  left: 400px;
  top: 20px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .c3 {
    left: auto;
    right: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1354px) {
  .c3 {
    left: auto;
    right: 20px;
  }
}

.technology {
  position: relative;
}

.technology .c1 {
  position: absolute;
  right: calc(50% + 520px);
  top: 150px;
  display: table;
  width: auto;
}

.technology .c1::before {
  position: absolute;
  box-sizing: border-box;
  border: 3px solid #3c427f;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  content: "";
}

html.dark .technology .c1::before {
  border-color: #D2D0FF;
}

.technology .c1::after {
  position: absolute;
  left: 80px;
  top: -30px;
  box-sizing: border-box;
  border: 3px solid #3c427f;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  content: "";
}

html.dark .technology .c1::after {
  border-color: #D2D0FF;
}

.technology .c2 {
  position: absolute;
  top: 150px;
  left: calc(50% + 400px);
  display: table;
  width: auto;
}

.technology .c2::before {
  position: absolute;
  box-sizing: border-box;
  border: 3px solid #3c427f;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  content: "";
}

html.dark .technology .c2::before {
  border-color: #D2D0FF;
}

.technology .c2::after {
  position: absolute;
  left: 80px;
  top: -30px;
  box-sizing: border-box;
  border: 3px solid #3c427f;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  content: "";
}

html.dark .technology .c2::after {
  border-color: #D2D0FF;
}

.product .column {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card li {
  border: 1px solid #ebebeb;
  border-radius: 2px;
  list-style-type: none;
  padding: 22px 20px;
  line-height: 20px;
  font-size: 16px;
  margin-bottom: 10px;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

html.dark .card li {
  border-color: rgba(255, 255, 255, 0.1);
}

.card li p {
  font-size: 16px;
  margin-bottom: 0;
}

.cs-container {
  margin: 40px auto 40px;
}

.cs-container .slick-slide {
  height: 600px;
  border-radius: 3px;
  opacity: .8;
  transform: scale(0.9);
  cursor: pointer;
}

.cs-container .slick-slide.slick-current {
  opacity: 1;
  transform: scale(1);
  transition-delay: .5s;
}

.cs-container .slick-dots {
  margin-right: 0;
  padding-left: 0;
}

.cs-container .lattelecom {
  background: url(img/new/msp/case-study-lattelecom-header.webp) no-repeat center center;
  background-size: cover;
}

@media (min-width: 320px) and (max-width: 767px) {
  .cs-container .lattelecom {
    background: url(img/new/msp/case-study-lattelecom-mobile.webp) no-repeat center center;
  }
}

.no-webp .cs-container .lattelecom {
  background: url(img/new/msp/case-study-lattelecom-header.jpg) no-repeat center center;
}

@media (min-width: 320px) and (max-width: 767px) {
  .no-webp .cs-container .lattelecom {
    background: url(img/new/msp/case-study-lattelecom-mobile.jpg) no-repeat center center;
  }
}

.cs-container .lattelecom::before {
  position: absolute;
  top: 125px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 180px;
  height: 160px;
  background: url(img/new/msp/lattelecom-2.svg) no-repeat center center;
  background-size: cover;
  content: "";
}

@media (min-width: 320px) and (max-width: 767px) {
  .cs-container .lattelecom::before {
    top: 170px;
  }
}

.cs-container .jmdata {
  padding-top: 60px;
  box-sizing: border-box;
  background: url(img/new/msp/case-study-jmdata-header.webp) no-repeat center center;
  background-size: cover;
}

@media (min-width: 320px) and (max-width: 767px) {
  .cs-container .jmdata {
    background: url(img/new/msp/case-study-jmdata-mobile.webp) no-repeat center center;
  }
}

.no-webp .cs-container .jmdata {
  background: url(img/new/msp/case-study-jmdata-header.jpg) no-repeat center center;
}

@media (min-width: 320px) and (max-width: 767px) {
  .no-webp .cs-container .jmdata {
    background: url(img/new/msp/case-study-jmdata-mobile.jpg) no-repeat center center;
  }
}

.cs-container .jmdata::before {
  position: absolute;
  top: 185px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 200px;
  height: 80px;
  background: url(img/new/msp/jmdata-logo-transparent-darkbg.webp) no-repeat center center;
  background-size: contain;
  content: "";
}

.no-webp .cs-container .jmdata::before,
.no-js .cs-container .jmdata::before {
  background: url(img/new/msp/jmdata-logo-transparent-darkbg.png) no-repeat center center;
}

.cs-container .gibtelecom {
  background: url(img/new/msp/case-study-gibtelecom-header-2000-1024.webp) no-repeat center center;
  background-size: cover;
}

@media (min-width: 320px) and (max-width: 767px) {
  .cs-container .gibtelecom {
    background: url(img/new/msp/case-study-gibtelecom-mobile.webp) no-repeat center center;
  }
}

.no-webp .cs-container .gibtelecom {
  background: url(img/new/msp/case-study-gibtelecom-header-2000-1024.jpg) no-repeat center center;
  background-size: cover;
}

@media (min-width: 320px) and (max-width: 767px) {
  .no-webp .cs-container .gibtelecom {
    background: url(img/new/msp/case-study-gibtelecom-mobile.jpg) no-repeat center center;
  }
}

.cs-container .gibtelecom::before {
  position: absolute;
  top: 150px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 200px;
  height: 100px;
  background: url(img/new/msp/gibtelecom-logo-white.svg) no-repeat center center;
  background-size: contain;
  content: "";
}

@media (min-width: 320px) and (max-width: 767px) {
  .cs-container .gibtelecom::before {
    top: 180px;
  }
}

p.quote {
  position: relative;
  top: 80px;
  width: 460px;
  margin: 0 auto;
  padding: 0;
  line-height: 24px;
  font-family: Georgia, italic;
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 320px) and (max-width: 767px) {
  p.quote {
    width: 90%;
  }
}

p.quote::before {
  position: absolute;
  top: -20px;
  left: calc(50% - 20px);
  font-family: Georgia, italic;
  quotes: "\201C" "\201D";
  color: #fff;
  content: open-quote;
  font-size: 6em;
}

.cs-container .jmdata p {
  display: table;
  margin: 0 auto;
  line-height: 24px !important;
  font-size: 22px !important;
  font-weight: 200 !important;
  color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 320px) and (max-width: 767px) {
  .cs-container .jmdata p {
    text-align: center;
  }
}

.cs-container .jmdata p:first-child {
  margin-bottom: 10px !important;
}

.cs-container .jmdata p.or-circle {
  margin-bottom: 10px !important;
  width: 26px;
  height: 26px;
  box-sizing: border-box;
  font-size: 11px !important;
  font-weight: 400 !important;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 13px;
}

.cs-container .slick-dots li {
  top: 20px;
}

.cs-container .slick-dots li button::before {
  font-size: 11px;
  color: #383e77;
}

html.dark .cs-container .slick-dots li button::before {
  color: #C7C6FF;
}

.cs-container .slick-dots li.slick-active button::before {
  opacity: 1;
}

.footer-cta {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 200px;
  min-height: 220px;
  background-color: #2f323e;
  text-align: center;
}

.footer-cta::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 250px;
  height: 495px;
  background: url(img/new/msp/msp-header-bg-tr.svg) top -150px right -70px no-repeat;
  opacity: .15;
  content: "";
}

@media (min-width: 320px) and (max-width: 767px) {
  .footer-cta::before {
    width: 50%;
    height: 220px;
    background-position: top -65px right -30px;
  }
}

.footer-cta::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 445px;
  height: 220px;
  background: url(img/new/msp/msp-header-bg-bl.svg) bottom -250px left -80px no-repeat;
  background-size: cover;
  opacity: .15;
  content: "";
}

@media (min-width: 320px) and (max-width: 767px) {
  .footer-cta::after {
    width: 50%;
    height: 220px;
    background-position: bottom -90px left -95px;
  }
}

.svg-image-dynamics {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(img/new/msp/msp-dynamics.png) left 0 bottom 0 no-repeat;
  height: 1007px;
  width: 615px;
  height: calc(100% + 63px);
  width: 50%;
  display: block;
}

@media (min-width: 320px) and (max-width: 767px) {
  .svg-image-dynamics {
    top: -10px !important;
    bottom: auto;
    left: 0;
    width: calc(100% - 40px);
    height: 540px;
    top: 0;
    background-size: cover;
  }
}

html.dark .svg-image-dynamics {
  background-image: url(img/new/msp/dark-mode-msp-dynamics.png);
}

/* START AB Test */
.max-width-1070 {
  max-width: 1070px;
}

.max-width-1375 {
  max-width: 1375px;
}

.max-width-430 {
  max-width: 430px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.hspacer-60 {
  margin: 30px auto;
  width: 60px;
  height: 1px;
  background-color: #dbdde1;
}

html.dark .hspacer-60 {
  background-color: rgba(255, 255, 255, 0.15);
}

.table-content .column {
  max-width: 330px;
  margin: 0 20px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .table-content .column {
    max-width: 100%;
    margin: 0 0 30px 0;
  }
}

@media (min-width: 768px) and (max-width: 1354px) {
  .table-content .column {
    max-width: 33%;
    flex: 1 33%;
    margin: 0 20px 30px 20px;
  }
}

.table-content .column a {
  min-height: 190px;
  display: flex;
  flex-flow: column nowrap;
}

.table-content .column a:hover {
  opacity: 1;
}

.table-content .column h2::before {
  position: absolute;
  border: 1px solid transparent;
  border-radius: 0;
  width: 0;
  height: 0;
  bottom: -2px;
  left: 0;
  box-sizing: inherit;
  content: '';
}

.table-content .column a:hover h2:before {
  width: 100%;
  border-color: #3c427f;
  transition: width 0.5s ease-out, height 0.5s ease-out 0.5s;
}

html.dark .table-content .column a:hover h2:before {
  border-color: #D2D0FF;
}

.table-content .column a:hover p {
  color: #3c427f;
}

html.dark .table-content .column a:hover p {
  color: #D2D0FF;
}

.table-content .column a:hover .right:after {
  transform: rotate(135deg);
}

.table-content .column h2 {
  font: 600 20px/24px 'Source Sans Pro', sans-serif;
  border-bottom: solid 2px #dbdde1;
  padding: 0px 0px 20px 20px;
  position: relative;
  transition: color 0.5s;
}

html.dark .table-content .column h2 {
  border-bottom-color: rgba(255, 255, 255, 0.15);
}

.table-content .column p {
  padding: 0px 0px 20px 20px;
  margin-bottom: 0;
}

.table-content .column .wrapp-arrow {
  position: relative;
  text-align: center;
  margin-left: 20px;
  margin-top: auto;
}

.table-content .column .wrapp-arrow span {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid #ccc;
  border-radius: 100px;
}

html.dark .table-content .column .wrapp-arrow span {
  border-color: rgba(255, 255, 255, 0.2);
}

.table-content .column .wrapp-arrow span:after {
  position: absolute;
  transition: transform 0.7s ease, top 0.7s ease, left 0.7s ease;
  content: '';
  display: inline-block;
  top: 12px;
  left: 10px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #3c427f;
  border-right: 1px solid #3c427f;
  transform: rotate(45deg);
}

html.dark .table-content .column .wrapp-arrow span:after {
  border-top-color: #D2D0FF;
  border-right-color: #D2D0FF;
}

.table-content .column .wrapp-arrow svg {
  position: absolute;
  top: 0;
  left: 0;
}

.table-content .column .wrapp-arrow .circle {
  fill: transparent;
  stroke-width: 1;
  stroke-dasharray: 534;
  transition: stroke-dashoffset 1s;
  stroke-dashoffset: 537;
  animation: show 2s;
}

@keyframes show {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 537;
  }
}

.table-content .column:hover span:after {
  transform: rotate(135deg);
  top: 11px;
  left: 11px;
}

.table-content .column:hover .wrapp-arrow .circle {
  stroke-dashoffset: 0 !important;
  stroke: #3c427f;
}

html.dark .table-content .column:hover .wrapp-arrow .circle {
  stroke: #D2D0FF;
}

/* Animation */
/* End Animation */
.pricing .column:first-child {
  background-color: #fff;
  border: 1px solid #dbdde1;
  border-radius: 3px 0 0 3px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .pricing .column:first-child {
    margin-bottom: 60px;
  }
}

html.dark .pricing .column:first-child {
  background-color: #0d1021;
  border-color: rgba(255, 255, 255, 0.15);
}

.pricing .column:nth-child(2) {
  background-color: rgba(76, 142, 166, 0.15);
  border-bottom: 1px solid #dbdde1;
  position: relative;
}

@media (min-width: 320px) and (max-width: 767px) {
  .pricing .column:nth-child(2) {
    margin-bottom: 30px;
  }
}

html.dark .pricing .column:nth-child(2) {
  border-color: rgba(255, 255, 255, 0.15);
}

.pricing .column:nth-child(3) {
  background-color: #fff;
  border: 1px solid #dbdde1;
  border-radius: 0 3px 3px 0;
  background: #fff;
}

@media (min-width: 320px) and (max-width: 767px) {
  .pricing .column:nth-child(3) {
    width: 100%;
  }
}

html.dark .pricing .column:nth-child(3) {
  background-color: #0d1021;
  border-color: rgba(255, 255, 255, 0.15);
}

.pricing .column:last-child {
  border: 1px solid #dbdde1;
  border-radius: 3px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .pricing .column:last-child {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1354px) {
  .pricing .column:last-child {
    max-width: 355px;
    order: 1;
    flex: 1 0 100%;
  }
}

html.dark .pricing .column:last-child {
  border-color: rgba(255, 255, 255, 0.15);
}

.pricing .pricing-card {
  text-align: center;
  padding: 35px 0 22px 0;
}

.pricing .pricing-card h4.subtitle {
  color: #000;
  text-transform: uppercase;
}

html.dark .pricing .pricing-card h4.subtitle {
  color: #fff;
}

.pricing .pricing-card .description {
  font: 400 14px/18px 'Source Sans Pro', sans-serif;
  padding-top: 10px;
  margin-bottom: 30px;
}

.pricing .pricing-card .price-note {
  font: 400 10px/12px 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
}

.pricing .pricing-card .price {
  margin: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 50px;
  color: #000;
}

html.dark .pricing .pricing-card .price {
  color: #fff;
}

.pricing .pricing-card ul li {
  padding-bottom: 10px;
}

.pricing .popular {
  position: absolute;
  top: -30px;
  left: -1px;
  right: -1px;
  width: calc(100% + 2px);
  background: #4c8ea6;
  border-radius: 3px 3px 0 0;
  font: 600 14px/30px 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  color: #fff;
}

.pricing .add-on {
  position: absolute;
  right: -1px;
  top: -1px;
  display: flex;
  border-top-right-radius: 3px;
  overflow: hidden;
}

.pricing .add-on .bg {
  width: 0;
  height: 0;
  border-top: 55px solid transparent;
  border-left: 55px solid transparent;
  border-top-color: #4c8ea6;
}

.pricing .add-on .text {
  position: absolute;
  right: -5px;
  top: 12px;
  width: 55px;
  height: 20px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  transform: rotate(45deg);
}

.pricing .and {
  width: 50px;
  background: url(img/new/msp/plus.svg) no-repeat center 48%;
  background-size: auto;
}

@media (min-width: 320px) and (max-width: 767px) {
  .pricing .and {
    height: 50px;
  }
}

@media (min-width: 768px) and (max-width: 1354px) {
  .pricing .and {
    height: 50px;
    order: 1;
    flex: 1 0 100%;
  }
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('js/new/lib/slick-carousel/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    font-display: fallback;

    src: url('js/new/lib/slick-carousel/fonts/slick.eot');
    src: url('js/new/lib/slick-carousel/fonts/slick.eot?#iefix') format('embedded-opentype'), url('js/new/lib/slick-carousel/fonts/slick.woff') format('woff'), url('js/new/lib/slick-carousel/fonts/slick.ttf') format('truetype'), url('js/new/lib/slick-carousel/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
