@font-face {
  font-family: 'PFDIN';
  src: url('/templates/fonts/PFDIN/regular/PFDin.eot');
  /* IE9 Compat Modes */
  src: local('PFDIN'), url('/templates/fonts/PFDIN/regular/PFDin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/templates/fonts/PFDIN/regular/PFDin.woff') format('woff'), /* Modern Browsers */ url('/templates/fonts/PFDIN/regular/PFDin.svg#PFDinTextUniversal-Regular') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'PFDIN';
  src: url('/templates/fonts/PFDIN/medium/PFDin.eot');
  /* IE9 Compat Modes */
  src: local('PFDIN'), url('/templates/fonts/PFDIN/medium/PFDin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/templates/fonts/PFDIN/medium/PFDin.woff') format('woff'), /* Modern Browsers */ url('/templates/fonts/PFDIN/medium/PFDin.svg#PFDinTextUniversal-Medium') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: 'PFDIN';
  src: url('/templates/fonts/PFDIN/bold/PFDin.eot');
  /* IE9 Compat Modes */
  src: local('PFDIN'), url('/templates/fonts/PFDIN/bold/PFDin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/templates/fonts/PFDIN/bold/PFDin.woff') format('woff'), /* Modern Browsers */ url('/templates/fonts/PFDIN/bold/PFDin.svg#PFDinTextUniversal-Medium') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: 700;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
}
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.toast {
  background-color: rgba(36, 70, 141, 0.95);
  color: #FFFFFF;
  padding: 15px 60px 30px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 24px rgba(0, 0, 0, 0.35);
  box-shadow: 0 5px 24px rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  pointer-events: none;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: background-color 0.2s ease-in-out, -webkit-transform 0.3s linear;
  transition: background-color 0.2s ease-in-out, -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear, background-color 0.2s ease-in-out;
  transition: transform 0.3s linear, background-color 0.2s ease-in-out;
  transition: transform 0.3s linear, background-color 0.2s ease-in-out, -webkit-transform 0.3s linear;
}
.toast:last-child {
  position: relative;
  pointer-events: all;
}
.toast:nth-last-child(2) {
  -webkit-transform: translateY(-55px);
  -ms-transform: translateY(-55px);
  transform: translateY(-55px);
}
.toast:nth-last-child(3) {
  -webkit-transform: translateY(-110px);
  -ms-transform: translateY(-110px);
  transform: translateY(-110px);
}
.toast:nth-last-child(4) {
  -webkit-transform: translateY(-165px);
  -ms-transform: translateY(-165px);
  transform: translateY(-165px);
}
.toast:nth-last-child(5) {
  -webkit-transform: translateY(-220px);
  -ms-transform: translateY(-220px);
  transform: translateY(-220px);
}
.toast:nth-last-child(6) {
  -webkit-transform: translateY(-275px);
  -ms-transform: translateY(-275px);
  transform: translateY(-275px);
}
.toast:nth-last-child(7) {
  -webkit-transform: translateY(-330px);
  -ms-transform: translateY(-330px);
  transform: translateY(-330px);
}
.toast:nth-last-child(8) {
  -webkit-transform: translateY(-385px);
  -ms-transform: translateY(-385px);
  transform: translateY(-385px);
}
.toast-success {
  background-color: rgba(35, 140, 135, 0.95);
  color: #FFFFFF;
}
.toast-success:hover {
  background-color: #238c87;
}
.toast-error {
  background-color: rgba(220, 0, 45, 0.95);
  color: #FFFFFF;
}
.toast-error:hover {
  background-color: #dc002d;
}
.toast-info {
  background-color: rgba(36, 70, 141, 0.95);
  color: #FFFFFF;
}
.toast-info:hover {
  background-color: #24468d;
}
.toast-warning {
  background-color: rgba(225, 180, 0, 0.95);
  color: #FFFFFF;
}
.toast-warning:hover {
  background-color: #e1b400;
}
.toast-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
  position: relative;
}
.toast-title:before {
  content: " ";
  display: block;
  width: 25px;
  height: 25px;
  background-image: url('data:image/svg+xml;utf8,<svg enable-background="new 0 0 375 477" viewBox="0 0 375 477" xmlns="http://www.w3.org/2000/svg"><g transform="translate(363 312)"><path fill="white" d="m12-312-23.8 199.9-230.6 19.7c-54.5 4.7-102.6-35.6-107.2-90.1s35.7-102.3 90.2-106.8z"/><path fill="white" d="m-98.7 142.4-264.3 22.6 23.6-200.5 223.7-19.1c54.6-4.7 102.7 35.6 107.3 90.1 4.9 54.4-35.7 102.2-90.3 106.9"/></g></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -42px;
  top: 0;
}
.toast-message {
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-size: 15px;
}
.toast-message a {
  color: #FFFFFF;
  text-decoration: underline;
  font-weight: 600;
}
.toast-message a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.toast-message p,
.toast-message ol,
.toast-message ul,
.toast-message blockquote {
  padding: 0;
  margin: 0;
}
.toast-message p {
  margin-bottom: 15px;
}
.toast-message p:last-child {
  margin-bottom: 0;
}
.toast-message label {
  color: #304b50;
}
.toast-message .btn {
  width: 100%;
}
.toast-close-button {
  position: absolute;
  right: 12px;
  top: 4px;
  font-size: 40px;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #FFFFFF;
  text-decoration: none;
}
.toast:not(:last-child) .toast-close-button {
  opacity: 0.7;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-bottom-full-width {
  bottom: 30px;
  right: 12px;
  left: 12px;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 940px) {
  #toast-container {
    left: 45px;
    right: 45px;
    bottom: 50px;
  }
  .toast {
    padding-bottom: 55px;
  }
  .toast-message {
    max-width: 950px;
    margin: 0 auto;
    padding-right: 317px;
    position: relative;
    font-size: 18px;
  }
  .toast-message .btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 238px;
  }
}
/*@system-info-default-bg: 			#B6C3C8;
@system-info-default-color: 		@text-color;

@system-info-bg: 					#CDE6F6;
@system-info-color: 				@text-color;

@system-info-link-color:			@link-color;
@system-info-link-color-hover:		@link-color;

@system-info-success-bg:			#D5EDAD;
@system-info-success-text:			@text-color;

@system-info-warning-bg:			#FCE7C4;
@system-info-warning-text:			@text-color;

@system-info-danger-bg:				#c30;
@system-info-danger-text:			@white;*/
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
html,
body {
  width: 100%;
  overflow-x: hidden;
  /* Stops horizontal scrolling. */
}
html {
  height: 100%;
  /* Site is as tall as device. */
}
body {
  min-height: 100%;
  height: auto;
  position: relative;
  /* Required for static Slidebars to function properly. */
}
/* Site scroll locking - prevent site from scrolling when a Slidebar is open, except when static Slidebars are only available. */
html.sb-scroll-lock.sb-active:not(.sb-static) {
  overflow: hidden;
}
/* ----------
 * 002 - Site
 */
#sb-site {
  background-color: #f1f1f1;
}
.slidebar-overlay {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 997;
  background-color: rgba(12, 39, 55, 0.5);
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.sb-active .slidebar-overlay {
  opacity: 0.75;
  pointer-events: all;
  cursor: pointer;
}
#sb-site,
.sb-site-container {
  /* You may now use class .sb-site-container instead of #sb-site and use your own id. However please make sure you don't set any of the following styles any differently on your id. */
  width: 100%;
  min-height: 100vh;
  position: relative;
  z-index: 1;
  /* Site sits above Slidebars */
  /* Default background colour, overwrite this with your own css. I suggest moving your html or body background styling here. Making this transparent will allow the Slidebars beneath to be visible. */
}
/* Micro clearfix by Nicolas Gallagher, ensures the site container hits the top and bottom of the screen. */
#sb-site:before,
#sb-site:after,
.sb-site-container:before,
.sb-site-container:after {
  content: ' ';
  display: table;
}
#sb-site:before,
#sb-site:after,
.sb-site-container:before,
.sb-site-container:after {
  clear: both;
}
/* ---------------
 * 003 - Slidebars
 */
.sb-slidebar {
  height: 100%;
  overflow-y: auto;
  /* Enable vertical scrolling on Slidebars when needed. */
  position: fixed;
  top: 0;
  z-index: 998;
  display: block;
  background-color: #FFFFFF;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sb-slidebar ul,
.sb-slidebar li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sb-slidebar a:not(.btn) {
  color: #304b50;
}
.sb-left {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  left: 0;
  /* Set Slidebar to the left. */
  background-color: #FFFFFF;
  color: #304b50;
}
.sb-right {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  right: 0;
  /* Set Slidebar to the right. */
  background-color: #FFFFFF;
  color: #304b50;
}
.sb-active-burger .sb-slidebar[data-type=burger],
.sb-active-user .sb-slidebar[data-type=user],
.sb-active-snuugl-filter .sb-slidebar[data-type=snuugl-filter] {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
/* Slidebar widths for browsers/devices that don't support media queries. */
.sb-slidebar {
  width: 30%;
}
@media (max-width: 479px) {
  /* Slidebar widths on extra small screens. */
  .sb-slidebar {
    width: 80%;
  }
}
@media (min-width: 480px) {
  /* Slidebar widths on small screens. */
  .sb-slidebar {
    width: 300px;
  }
}
/* ---------------
 * 004 - Animation
 */
.sb-slide,
#sb-site,
.sb-site-container,
.sb-slidebar {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
/*
*	Header LESS
*
*	1. Standard Styles 		| Reset, Header Wrapper, Navigation, Search (Desktop + Mobil)
*	2. Left Area 			| Navigation (Desktop)
*	3. Center Area 			| Logo (Desktop + Mobil)
*	4. Right Area 			| Search, Language, Login, Profil (Desktop)
*	5. Mobile Left Sidebar 	| Button, Search, Navigation, Language (Mobil)
*	6. Mobile Right Sidebar | Login, Profil (Mobil)
*/
@media (min-width: 920px) {
  body.cfInterfaceEnabled {
    margin: 0 !important;
    padding: 0 0 0 80px;
  }
  body.cfInterfaceEnabled .sb-left {
    left: 80px;
  }
  body.cfInterfaceEnabled .masthead {
    width: calc(100% - 80px);
    left: 80px;
  }
}
.waitingdiv {
  display: none;
}
.head-bar-user-info,
.head-bar-info {
  min-width: 320px !important;
  height: auto !important;
  padding: 10px;
}
.head-bar-user-info p,
.head-bar-info p,
.head-bar-user-info .text,
.head-bar-info .text {
  line-height: 1.4 !important;
  height: auto !important;
}
.head-bar-user-info p .tyCloseBtn,
.head-bar-info p .tyCloseBtn,
.head-bar-user-info .text .tyCloseBtn,
.head-bar-info .text .tyCloseBtn {
  line-height: 1 !important;
  height: auto !important;
}
.masthead,
#pageMobileLogin,
#pageMobileNav,
#pageMobileProfil {
  font-family: 'PFDIN', "Trebuchet MS", Tahoma, Arial, Helvetica, Tahoma, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.03em;
  font-size: 15px;
  line-height: 1.45;
  color: #304b50;
  position: relative;
}
.masthead *,
#pageMobileLogin *,
#pageMobileNav *,
#pageMobileProfil *,
.masthead *:before,
#pageMobileLogin *:before,
#pageMobileNav *:before,
#pageMobileProfil *:before,
.masthead *:after,
#pageMobileLogin *:after,
#pageMobileNav *:after,
#pageMobileProfil *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
[v-cloak] {
  display: none;
}
.masthead {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  height: 100px;
  width: 100%;
  position: absolute;
  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;
  z-index: 997;
  -webkit-transition: background-color 0.3s ease-out, opacity 0.3s ease-out, height 0.2s linear, -webkit-transform 0.4s ease;
  transition: background-color 0.3s ease-out, opacity 0.3s ease-out, height 0.2s linear, -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease, background-color 0.3s ease-out, opacity 0.3s ease-out, height 0.2s linear;
  transition: transform 0.4s ease, background-color 0.3s ease-out, opacity 0.3s ease-out, height 0.2s linear;
  transition: transform 0.4s ease, background-color 0.3s ease-out, opacity 0.3s ease-out, height 0.2s linear, -webkit-transform 0.4s ease;
  will-change: transform, background-color, opacity, height;
}
.cfInterfaceEnabled .masthead {
  position: fixed;
}
.masthead--opaque {
  background-color: rgba(12, 39, 55, 0.5);
  height: 80px;
}
.masthead--fixed {
  position: fixed !important;
  left: 0;
  right: 0;
  top: 0;
  opacity: 1;
}
.masthead--slide-down {
  -webkit-animation: slideDown 300ms ease both;
  animation: slideDown 300ms ease both;
}
.masthead--slide-up {
  opacity: 0;
  pointer-events: none;
}
.masthead--slided-out {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.opacity-hidden {
  -webkit-animation: fadeOut 1s ease both;
  animation: fadeOut 1s ease both;
}
.masthead__left,
.masthead__right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
}
.masthead__left {
  margin-left: 7.5px;
  margin-right: auto;
}
@media (min-width: 940px) {
  .masthead__left {
    margin-left: 15px;
  }
}
.masthead__right {
  margin-right: 7.5px;
  margin-left: auto;
}
@media (min-width: 940px) {
  .masthead__right {
    margin-right: 15px;
  }
}
.masthead__mainnav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.masthead__mainnav-item {
  float: left;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  max-width: 200px;
  will-change: transform, opacity, max-width;
}
.masthead__mainnav--reduced .masthead__mainnav-item:not(.masthead__mainnav--toggler) {
  -webkit-transform: translateX(-60px);
  -ms-transform: translateX(-60px);
  transform: translateX(-60px);
  max-width: 0;
  opacity: 0;
}
.masthead__mainnav-item .btn--link {
  padding: 8px 15px;
  background-color: transparent;
  display: block;
  float: left;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 15px;
  border: none;
  vertical-align: middle;
  font-family: 'PFDIN', "Trebuchet MS", Tahoma, Arial, Helvetica, Tahoma, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.03em;
}
.masthead__mainnav-item .btn--link .caption {
  position: relative;
}
.masthead__mainnav-item .btn--link .caption:after {
  display: block;
  position: absolute;
  font-size: 0;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
  content: "";
  opacity: 0;
}
.masthead__mainnav:not(.masthead__mainnav--reduced) .masthead__mainnav-item .btn--link:not(.active):hover .caption:after {
  -webkit-animation: fadeIn 500ms cubic-bezier(0.23, 1, 0.32, 1) both;
  animation: fadeIn 500ms cubic-bezier(0.23, 1, 0.32, 1) both;
  opacity: 1;
}
.masthead__mainnav-item a {
  padding: 0 7.5px;
}
.masthead__mainnav-item a > .icon {
  margin-top: 2px;
}
.masthead__center {
  position: absolute;
  z-index: 1;
  right: 0;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .masthead {
    height: 80px;
  }
}
.masthead__profile {
  float: left;
}
.masthead__profile .loggedin {
  padding: 0 7.5px;
  position: relative;
}
.masthead__profile .pageHeadUser .userAvatar {
  position: relative;
  display: block;
}
.masthead__profile .pageHeadUser .userAvatar img {
  width: 40px;
  height: 40px;
}
.masthead__profile .pageHeadUser .userAvatar:after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
}
.masthead__profile .api-notifications {
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: -3px;
  padding: 0 3px;
  width: auto;
  color: #304b50;
}
.masthead__profile .api-notifications > span {
  display: none;
}
.masthead__profile .api-notifications > .active {
  background: #f1f1f1;
  display: inline-block;
  padding: 0 3px;
  text-align: center;
  border-radius: 4px;
  font-size: 12px;
  min-width: 16px;
}
@media (min-width: 940px) {
  .masthead__mainnav-item a,
  .masthead__profile .loggedin {
    padding: 0 15px;
  }
  .masthead__profile .api-notifications {
    right: 10px;
  }
}
@media (min-width: 1140px) {
  .masthead__mainnav--toggler a {
    padding: 0 30px;
  }
  .masthead__mainnav--reduced .masthead__mainnav--toggler a {
    padding-right: 15px;
  }
  .masthead__profile {
    padding-right: 15px;
  }
}
.sbnav {
  margin: 0 0 30px;
  padding: 15px 0 0 0;
}
.sbnav__bar {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}
.sb-slidebar .sbnav__bar-item {
  padding: 0 20px;
}
.sbnav__bar-item {
  background-color: #FFFFFF;
  padding: 0 20px;
  font-size: 15px;
}
.sbnav__bar-item a {
  color: #304b50;
  text-decoration: none;
  display: block;
  position: relative;
  width: 100%;
  padding: 16px 4px 14px 4px;
  border-bottom: 2px solid #f1f1f1;
}
.sbnav__bar-item a:hover,
.sbnav__bar-item a.active {
  color: #304b50;
  border-bottom-color: #304b50;
  text-decoration: none;
}
.sbnav__bar-item .caption {
  display: block;
  padding-right: 30px;
  position: relative;
  line-height: 1;
  vertical-align: middle;
}
.sbnav__bar-item .sbnav__bar-item {
  padding: 0;
}
.sbnav__bar-icon-right {
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -8px;
}
.sbnav__bar-title {
  display: block;
  padding: 0 20px;
  font-size: 13px;
  cursor: pointer;
  margin: 0;
  position: relative;
  font-family: 'PFDIN', "Trebuchet MS", Tahoma, Arial, Helvetica, Tahoma, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.03em;
  color: #304b50;
  text-decoration: none;
}
.sbnav__bar-title .caption {
  display: block;
  padding: 16px 30px 14px 4px;
  position: relative;
  border-bottom: 2px solid #f1f1f1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sbnav__bar-title .icon {
  position: absolute;
  right: 28px;
  top: 50%;
  margin-top: -7px;
}
.sbnav__bar-title:hover,
.sbnav__bar-title.active {
  color: #304b50;
  text-decoration: none;
}
.sbnav__bar-title:hover .caption,
.sbnav__bar-title.active .caption {
  color: #304b50;
  border-bottom-color: #304b50;
}
.sbnav--toggle {
  margin: 0;
  padding: 0;
}
.sbnav--toggle.active .sbnav__bar-icon-right {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
.sbnav--toggle.active .sbnav__bar--toggle-content {
  max-height: 1000px;
  opacity: 1;
}
.sbnav__bar-icon-right {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.sbnav__bar--toggle-content {
  -webkit-transition: max-height 0.3s ease-in-out, opacity 0.5s ease;
  -o-transition: max-height 0.3s ease-in-out, opacity 0.5s ease;
  transition: max-height 0.3s ease-in-out, opacity 0.5s ease;
  height: auto;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}
.sbnav__bar--toggle-content .sbnav__bar-item,
.sbnav__bar-item .sbnav__bar-item {
  font-size: 13px;
}
.sbnav__bar--toggle-content .sbnav__bar-item a,
.sbnav__bar-item .sbnav__bar-item a {
  padding: 10px 4px 10px 20px;
}
.sbnav__bar--toggle-content .sbnav__bar-item:first-child a,
.sbnav__bar-item .sbnav__bar-item:first-child a {
  padding-top: 15px;
}
.sbnav__bar--toggle-content .sbnav__bar-item:last-child a,
.sbnav__bar-item .sbnav__bar-item:last-child a {
  margin-bottom: 15px;
}
.sbnav__bar--toggle-content .sbnav__bar-item .caption:after,
.sbnav__bar-item .sbnav__bar-item .caption:after {
  display: none;
}
.sbnav--inline {
  padding: 0 24px;
}
.sbnav--inline a {
  margin: 0 10px 0 0;
  font-size: 12px;
  padding: 10px 0;
  display: inline-block;
  position: relative;
}
.sbnav--inline a:after {
  background-color: #304b50;
  bottom: 6px;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
  opacity: 0;
}
.sbnav--inline a:hover {
  cursor: pointer;
  text-decoration: none;
}
.sbnav--inline a:hover:after {
  -webkit-animation: fadeIn 500ms cubic-bezier(0.23, 1, 0.32, 1) both;
  animation: fadeIn 500ms cubic-bezier(0.23, 1, 0.32, 1) both;
}
.sbnav--picto .sbnav__bar-title {
  font-size: 18px;
  line-height: 1.22222222;
  color: #304b50;
  padding: 15px 0;
  margin: -10px 20px 5px 20px;
  border-bottom: 1px solid #f1f1f1;
}
.sbnav--picto .icon {
  margin-right: 15px;
  top: 3px;
}
.sbnav--picto .caption {
  display: inline-block;
  padding-right: 0;
}
.sbnav--picto .caption:after {
  display: none !important;
  padding-right: 15px;
}
.sbnav--picto .apiNotifications ul li {
  padding-left: 30px;
  font-size: 11px;
  border-bottom: 0;
}
.sbnav--picto .sbnav__bar-item .sbnav__bar-item .caption:only-child {
  margin-left: 15px;
}
.langswitch {
  position: relative;
  z-index: 10;
  height: 40px;
  margin: 22.5px 0 45px;
}
.langswitch .dropdown {
  position: absolute;
  left: 20px;
  top: 0;
  line-height: 1;
  color: #304b50;
  padding-top: 40px;
  max-height: 40px;
  overflow: hidden;
  border: 2px solid #304b50;
  background-color: #FFFFFF;
  width: 70px;
  height: auto;
  border-radius: 4px;
}
.langswitch .dropdown:hover {
  max-height: 5000px;
  overflow: visible;
}
.langswitch .dropdown:hover .langswitch--icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.langswitch .langswitch__item {
  display: block;
  width: 100%;
  height: 40px;
  padding: 14px 20px 14px 15px;
  line-height: 1em;
}
.langswitch .langswitch__item--active {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.langswitch .langswitch--icon {
  position: absolute;
  right: 14px;
  top: 14px;
}
.sb-foot-disclaimer {
  padding: 20px 24px;
  font-size: 12px;
  line-height: 1.2;
  color: #6f8185;
  color: rgba(255, 255, 255, 0.3);
}
#pageMobileNav {
  position: relative;
}
.sb-slidebar {
  color: #FFFFFF;
}
.sb-slidebar .headline {
  font-size: 18px;
  padding: 21px 20px 22px;
  color: #304b50;
  margin: 0;
  background: #FFFFFF;
}
.sb-slidebar .appBox + .vendor-registration {
  margin-top: 0;
}
.sb-slidebar .modal-dialog-nav {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sb-slidebar .appModalDialog .appBox {
  background-color: transparent;
  max-width: none;
}
.sb-slidebar .appModalDialog label label,
.sb-slidebar .appModalDialog [class*="-headline"] label,
.sb-slidebar .appModalDialog label input,
.sb-slidebar .appModalDialog [class*="-headline"] input,
.sb-slidebar .appModalDialog label button,
.sb-slidebar .appModalDialog [class*="-headline"] button {
  font-family: 'PFDIN', "Trebuchet MS", Tahoma, Arial, Helvetica, Tahoma, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.03em;
  font-size: 15px;
  line-height: 1.45;
}
.sb-slidebar .appModalDialog label label,
.sb-slidebar .appModalDialog [class*="-headline"] label {
  color: #304b50;
}
.sb-slidebar .appModalDialog label .headingSocialLoginButtons span,
.sb-slidebar .appModalDialog [class*="-headline"] .headingSocialLoginButtons span {
  background: #FFFFFF;
  color: #304b50;
}
.sb-slidebar .appModalDialog .mytyFormFieldsetDescription {
  width: 100%;
  overflow: hidden;
  font-size: 0.83333333em;
}
.sb-slidebar .appModalDialog .mytyFormFieldsetDescription * {
  font-size: 1em;
}
.sb-slidebar .appModalDialog .headingSocialLoginButtons span {
  background-color: #FFFFFF;
}
.sb-slidebar .appMobileUserLoggedOut {
  padding: 0 20px 0;
  width: 100%;
}
.sb-slidebar .appMobileUserLoggedOut .appModalDialog,
.sb-slidebar .appMobileUserLoggedOut .appUserLoggedOut.appBox,
.sb-slidebar .appMobileUserLoggedOut .appInner,
.sb-slidebar .appMobileUserLoggedOut .appBox.appBoxInfo {
  width: 100%;
  max-width: none;
  margin: 0;
  background-color: transparent;
  padding: 0;
  font-size: 18px;
  font-family: 'PFDIN', "Trebuchet MS", Tahoma, Arial, Helvetica, Tahoma, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.03em;
  min-width: initial;
}
.sb-slidebar .appMobileUserLoggedOut .snPortalLoginButtons button {
  font-size: 15px;
}
.sb-slidebar .appMobileUserLoggedOut .snPortalLoginButtons a.snPortalResetBtn {
  font-size: 15px;
  padding: 5px 0;
}
.sb-slidebar .appMobileUserLoggedOut .snGoogleLoginContainer {
  margin-bottom: 20px;
}
.sb-slidebar .appMobileUserLoggedOut .snBtnRegisterNow {
  display: block;
}
.sb-slidebar .alert-block {
  padding: 10px 15px;
  margin: 0 0 15px;
  font-size: 13px;
}
.sb-slidebar .alert-block p {
  margin: 0;
}
.sb-slidebar .alert-success {
  background-color: #238C87;
  color: #FFFFFF;
}
.sb-slidebar .alert-error {
  background-color: #DC002D;
  color: #FFFFFF;
}
.sb-slidebar .alert-warning {
  background-color: #E1B400;
  color: #FFFFFF;
}
.sb-slidebar .alert-info {
  background-color: #24468D;
  color: #FFFFFF;
}
.masthead .visuallyhidden,
.sb-slidebar .visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@media (min-width: 940px) {
  .cfInterfaceEnabled .borvo {
    left: 40px;
  }
  .cfInterfaceEnabled .sb-active.sb-left ~ #sb-site .masthead--fixed .masthead__left {
    margin-left: 20px;
  }
}
.table-content {
  display: table;
  width: 100%;
  height: 100%;
  z-index: 10;
  text-align: center;
  padding: 0;
  padding-top: 50px;
  margin: 0 auto;
}
.table-content__row {
  display: table-row;
}
.table-content__item,
.table-content__item-flex {
  width: 100%;
  height: 100%;
  padding-top: 130px;
  padding-bottom: 130px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
.table-content__video {
  position: absolute;
  bottom: 45px;
  right: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.table-content__video-caption {
  max-width: 225px;
  text-align: right;
  font-size: 9px;
  line-height: 1.1;
}
.table-content__video-icon {
  width: 55px;
  height: 55px;
  fill: #FFFFFF;
  margin-left: 15px;
}
.table-content__badge {
  position: absolute;
  right: 30px;
  bottom: 30px;
  cursor: pointer;
  width: 100px;
  height: 100px;
}
.table-content .richtext h1,
.static-header__content .richtext h1,
.table-content .richtext .h1,
.static-header__content .richtext .h1 {
  word-wrap: break-word;
  word-break: break-word;
  font-family: 'PFDIN', "Trebuchet MS", Tahoma, Arial, Helvetica, Tahoma, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.03em;
  font-size: 32px;
  line-height: 1.10526316;
}
.table-content .richtext h2,
.static-header__content .richtext h2,
.table-content .richtext .h2,
.static-header__content .richtext .h2,
.table-content .richtext h3,
.static-header__content .richtext h3,
.table-content .richtext .h3,
.static-header__content .richtext .h3,
.table-content .richtext p,
.static-header__content .richtext p {
  font-family: 'PFDIN', "Trebuchet MS", Tahoma, Arial, Helvetica, Tahoma, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.03em;
  display: block;
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 1.5em;
}
.table-content .richtext > p:empty,
.static-header__content .richtext > p:empty,
.table-content .richtext > br:first-child,
.static-header__content .richtext > br:first-child {
  display: none;
}
.table-content--fixed {
  max-width: 100%;
}
.table-content--fixed .table-content__item,
.table-content--fixed .table-content__item-flex {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 640px) {
  .table-content,
  .static-header__content {
    max-width: 90vw;
  }
  .table-content .richtext h1,
  .static-header__content .richtext h1 {
    font-size: 45px;
  }
  .table-content .richtext h2,
  .static-header__content .richtext h2,
  .table-content .richtext .h2,
  .static-header__content .richtext .h2,
  .table-content .richtext h3,
  .static-header__content .richtext h3,
  .table-content .richtext .h3,
  .static-header__content .richtext .h3,
  .table-content .richtext p,
  .static-header__content .richtext p {
    font-size: 23px;
    font-weight: 400;
  }
  .table-content--fixed {
    max-width: 620px;
  }
  .table-content__badge {
    right: 0;
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 768px) {
  .table-content__badge {
    bottom: 80px;
  }
}
@media (min-width: 940px) {
  .table-content,
  .static-header__content {
    padding-top: 100px;
    max-width: 840px;
  }
  .table-content .richtext h1,
  .static-header__content .richtext h1 {
    font-size: 65px;
  }
  .table-content .richtext p,
  .static-header__content .richtext p,
  .table-content .richtext h3,
  .static-header__content .richtext h3 {
    font-size: 26px;
  }
  .table-content__video {
    right: -70px;
    bottom: 50px;
    margin-right: 22.5px;
  }
  .table-content__video-caption {
    font-size: 12px;
  }
  .table-content__video-icon {
    width: 90px;
    height: 90px;
  }
  .table-content__badge {
    width: 100px;
    height: 100px;
    right: -50px;
    bottom: 90px;
  }
}
.video-layer {
  position: relative;
  z-index: 1031;
}
.video-layer iframe {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
}
.richtext--inverse {
  color: #FFFFFF !important;
  bottom: -1em;
}
.borvo-mediabox {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 940px) {
  .borvo-mediabox {
    position: fixed;
  }
}
.borvo-mediabox--hide-mobile {
  display: none;
}
@media (min-width: 768px) {
  .borvo-mediabox--hide-mobile {
    display: block;
  }
}
.borvo-mediabox__overlay {
  background-color: rgba(12, 39, 55, 0.5);
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.borvo-mediabox__overlay--rollup {
  opacity: 0;
}
.borvo-mediabox__bg {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.borvo-mediabox__bg .image {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
}
.borvo-mediabox__img {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
  background: #879c9e;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.borvo-mediabox__img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  overflow-x: hidden;
}
.flex-active-slide .borvo-mediabox__img picture {
  -webkit-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  transition: opacity 1s linear;
  opacity: 0;
}
.flex-active-slide .borvo-mediabox__img picture.loaded {
  opacity: 1;
}
.borvo-mediabox--bgimg .borvo-mediabox__img {
  display: none !important;
}
.borvo-mediabox--gradient {
  background: rgba(255, 255, 255, 0);
}
.borvo-mediabox--gradient .borvo-mediabox__bg {
  background: #aab7b4;
}
.borvo-mediabox--gradient .borvo-mediabox__overlay {
  opacity: 0.3;
  background: -webkit-gradient(linear, left top, left bottom, from(#4e6264), color-stop(50%, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(top, #4e6264 0%, rgba(255, 255, 255, 0) 50%);
  background: linear-gradient(to bottom, #4e6264 0%, rgba(255, 255, 255, 0) 50%);
}
.borvo-mediabox--gradient .borvo-mediabox__overlay:after {
  background: transparent;
}
.borvo {
  z-index: 0;
  position: relative;
  top: 0;
  left: auto;
  width: 100vw;
}
.borvo-offset--flex-cs {
  display: none;
}
@media (min-width: 768px) {
  .borvo {
    position: fixed;
  }
  .borvo-offset--flex-cs {
    height: 60vh;
    display: block;
  }
  .borvo-offset--flex-cs + .pageContentWrap {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    z-index: 1;
  }
}
@media (min-width: 940px) {
  .borvo-offset--flex-cs {
    height: 75vh;
  }
  .fullwidth-content.swiper-container .swiper-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
}
.borvo-mediabox__overlay,
.borvo__content {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.bgafter-hidden:after,
.bgafter-hidden .borvo__content {
  opacity: 0 !important;
}
.borvo-mediabox--small {
  height: 70px;
  opacity: 1;
  background-color: rgba(12, 39, 55, 0.7);
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.borvo__pager {
  position: absolute;
  z-index: 20;
  width: 100%;
  height: 40px;
  bottom: 0;
  left: 0;
  text-align: center;
  background-color: transparent;
}
.borvo__control {
  position: absolute;
  z-index: 20;
  width: 40px;
  height: 100%;
  top: 0;
  left: auto;
  right: auto;
  text-align: center;
  background-color: transparent;
  cursor: pointer;
}
.borvo__control .icon {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  color: #fff;
  font-size: 80px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.borvo__control--left {
  left: 0;
}
.borvo__control--left .icon {
  left: 0;
}
.opacity-hidden ~ .borvo__control--left .icon {
  left: -65px;
}
.borvo__control--right {
  right: 0;
}
.borvo__control--right .icon {
  right: 0;
}
.opacity-hidden ~ .borvo__control--right .icon {
  right: -65px;
}
.borvo ~ .pageContentWrap,
.borvo-mediabox ~ .pageContentWrap,
.swiper-container ~ .pageContentWrap {
  z-index: 11;
  background-color: #f1f1f1;
}
.masthead--opaque ~ #sb-site > .swiper-container .swiper-button-next,
.masthead--opaque ~ #sb-site > .swiper-container .swiper-button-prev {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.masthead ~ #sb-site .noScroll {
  padding-top: 0;
}
.masthead ~ #sb-site #appPageFooter {
  position: relative;
  z-index: 9;
}
[data-height="borvo-full"] {
  height: 30vh;
  min-height: 460px;
}
.borvo-offset[data-height="borvo-full"] {
  height: 30vh;
  min-height: 460px;
}
@media (min-width: 768px) {
  [data-height="borvo-full"] {
    height: 100vh;
    min-height: 460px;
  }
  .borvo-offset[data-height="borvo-full"] {
    height: 100vh;
    min-height: 460px;
  }
}
[data-height="borvo-three-fourths"] {
  height: 30vh;
  min-height: 580px;
}
.borvo-offset[data-height="borvo-three-fourths"] {
  height: 30vh;
  min-height: 580px;
}
@media (min-width: 768px) {
  [data-height="borvo-three-fourths"] {
    height: 75vh;
    min-height: 580px;
  }
  .borvo-offset[data-height="borvo-three-fourths"] {
    height: 75vh;
    min-height: 580px;
  }
}
@media (min-width: 768px) and (max-height: 910px) {
  [data-height="borvo-three-fourths"] {
    height: 100vh;
    min-height: 910px;
  }
  .borvo-offset[data-height="borvo-three-fourths"] {
    height: 100vh;
    min-height: 910px;
  }
}
[data-height="borvo-balanced"] {
  height: 30vh;
  min-height: 460px;
}
.borvo-offset[data-height="borvo-balanced"] {
  height: 30vh;
  min-height: 460px;
}
@media (min-width: 768px) {
  [data-height="borvo-balanced"] {
    height: 50vh;
    min-height: 460px;
  }
  .borvo-offset[data-height="borvo-balanced"] {
    height: 50vh;
    min-height: 460px;
  }
}
[data-height="borvo-small"] {
  height: 30vh;
  min-height: 300px;
}
.borvo-offset[data-height="borvo-small"] {
  height: 30vh;
  min-height: 300px;
}
@media (min-width: 768px) {
  [data-height="borvo-small"] {
    height: 33vh;
    min-height: 300px;
  }
  .borvo-offset[data-height="borvo-small"] {
    height: 33vh;
    min-height: 300px;
  }
}
.d-block {
  display: block;
}
.d-inline-block {
  display: block;
}
.bg-transparent {
  background: transparent;
}
.bg-transparent:after {
  opacity: 1;
}
.fullwidth-content.edit-header {
  min-height: 400px;
}
.borvo--flex-cs,
.borvo--height-adjust {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background: #97a5a7 -webkit-gradient(linear, left top, left bottom, from(#4e6264), color-stop(50%, rgba(255, 255, 255, 0))) no-repeat center center;
  background: #97a5a7 -o-linear-gradient(top, #4e6264 0%, rgba(255, 255, 255, 0) 50%) no-repeat center center;
  background: #97a5a7 linear-gradient(to bottom, #4e6264 0%, rgba(255, 255, 255, 0) 50%) no-repeat center center;
  background-size: cover;
}
.borvo--flex-cs:not(.borvo--hide-overlay):not(.borvo--flex-co__gradient):after,
.borvo--height-adjust:not(.borvo--hide-overlay):not(.borvo--flex-co__gradient):after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #0c2737;
  opacity: 0.5;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  display: block;
  content: '';
}
.borvo__content {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  z-index: 10;
  text-align: center;
}
.borvo--flex__content {
  position: relative;
  left: auto;
  height: auto;
}
.borvo--flex__content .table-content {
  min-height: 60vh;
}
@media (min-width: 768px) {
  .pageContentWrap .pullup-content {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    will-change: transform;
  }
  .borvo.borvo--pullup-content .table-content {
    padding-bottom: 60px;
  }
}
@media (min-width: 940px) {
  .fullwidth-content h1 {
    max-height: 142px;
    overflow: hidden;
  }
  .fullwidth-content h3,
  .fullwidth-content h1 + p {
    max-height: 31px;
    overflow: hidden;
  }
}
.borvo__buttons-lg a,
.borvo__buttons a {
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  padding: 10px 15px;
  font-size: 15px;
  line-height: 1.45;
  border-radius: 6px;
  padding-bottom: 7px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #5dd382;
  border-color: #5dd382;
  display: block;
  padding-left: 2.66666667em;
  padding-right: 2.66666667em;
  display: inline-block;
  max-width: 90%;
  width: auto;
  margin: 0 auto;
  border-color: #FFFFFF;
  background-color: transparent;
  color: #FFFFFF;
  border-width: 2px;
  font-weight: 700;
  transition: all 0.15s ease-out !important;
}
.borvo__buttons-lg a:focus,
.borvo__buttons a:focus,
.borvo__buttons-lg a:active:focus,
.borvo__buttons a:active:focus,
.borvo__buttons-lg a.active:focus,
.borvo__buttons a.active:focus,
.borvo__buttons-lg a.focus,
.borvo__buttons a.focus,
.borvo__buttons-lg a:active.focus,
.borvo__buttons a:active.focus,
.borvo__buttons-lg a.active.focus,
.borvo__buttons a.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.borvo__buttons-lg a:hover,
.borvo__buttons a:hover,
.borvo__buttons-lg a:focus,
.borvo__buttons a:focus,
.borvo__buttons-lg a.focus,
.borvo__buttons a.focus {
  text-decoration: none;
}
.borvo__buttons-lg a:active,
.borvo__buttons a:active,
.borvo__buttons-lg a.active,
.borvo__buttons a.active {
  outline: 0;
  background-image: none;
}
.borvo__buttons-lg a.borvo__buttons-lg a.disabled,
.borvo__buttons-lg a.borvo__buttons a.disabled,
.borvo__buttons a.borvo__buttons-lg a.disabled,
.borvo__buttons a.borvo__buttons a.disabled,
.borvo__buttons-lg a.borvo__buttons-lg a[disabled],
.borvo__buttons-lg a.borvo__buttons a[disabled],
.borvo__buttons a.borvo__buttons-lg a[disabled],
.borvo__buttons a.borvo__buttons a[disabled],
fieldset[disabled] .borvo__buttons-lg a,
fieldset[disabled] .borvo__buttons a {
  cursor: not-allowed;
  pointer-events: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #FFFFFF;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}
.borvo__buttons-lg a.invisible,
.borvo__buttons a.invisible {
  visibility: visible;
  opacity: 0;
  pointer-events: none;
  cursor: default;
}
.borvo__buttons-lg a .icon,
.borvo__buttons a .icon {
  fill: #FFFFFF;
  top: 0;
  margin-right: 1px;
}
.borvo__buttons-lg a:hover,
.borvo__buttons a:hover,
.borvo__buttons-lg a:focus,
.borvo__buttons a:focus,
.borvo__buttons-lg a.focus,
.borvo__buttons a.focus,
.borvo__buttons-lg a:active,
.borvo__buttons a:active,
.borvo__buttons-lg a.active,
.borvo__buttons a.active {
  color: #FFFFFF;
  background-color: #41cb6c;
  border-color: #41cb6c;
}
.borvo__buttons-lg a:hover .icon,
.borvo__buttons a:hover .icon,
.borvo__buttons-lg a:focus .icon,
.borvo__buttons a:focus .icon,
.borvo__buttons-lg a.focus .icon,
.borvo__buttons a.focus .icon,
.borvo__buttons-lg a:active .icon,
.borvo__buttons a:active .icon,
.borvo__buttons-lg a.active .icon,
.borvo__buttons a.active .icon {
  fill: #FFFFFF;
}
.borvo__buttons-lg a:active,
.borvo__buttons a:active,
.borvo__buttons-lg a.active,
.borvo__buttons a.active {
  background-image: none;
}
.borvo__buttons-lg a.disabled,
.borvo__buttons a.disabled,
.borvo__buttons-lg a[disabled],
.borvo__buttons a[disabled],
fieldset[disabled] .borvo__buttons-lg a,
fieldset[disabled] .borvo__buttons a,
.borvo__buttons-lg a.disabled:hover,
.borvo__buttons a.disabled:hover,
.borvo__buttons-lg a[disabled]:hover,
.borvo__buttons a[disabled]:hover,
fieldset[disabled] .borvo__buttons-lg a:hover,
fieldset[disabled] .borvo__buttons a:hover,
.borvo__buttons-lg a.disabled:focus,
.borvo__buttons a.disabled:focus,
.borvo__buttons-lg a[disabled]:focus,
.borvo__buttons a[disabled]:focus,
fieldset[disabled] .borvo__buttons-lg a:focus,
fieldset[disabled] .borvo__buttons a:focus,
.borvo__buttons-lg a.disabled.focus,
.borvo__buttons a.disabled.focus,
.borvo__buttons-lg a[disabled].focus,
.borvo__buttons a[disabled].focus,
fieldset[disabled] .borvo__buttons-lg a.focus,
fieldset[disabled] .borvo__buttons a.focus,
.borvo__buttons-lg a.disabled:active,
.borvo__buttons a.disabled:active,
.borvo__buttons-lg a[disabled]:active,
.borvo__buttons a[disabled]:active,
fieldset[disabled] .borvo__buttons-lg a:active,
fieldset[disabled] .borvo__buttons a:active,
.borvo__buttons-lg a.disabled.active,
.borvo__buttons a.disabled.active,
.borvo__buttons-lg a[disabled].active,
.borvo__buttons a[disabled].active,
fieldset[disabled] .borvo__buttons-lg a.active,
fieldset[disabled] .borvo__buttons a.active {
  background-color: hsl(138.81355932, 27.2815534%, 59.60784314%);
  border-color: hsl(138.81355932, 27.2815534%, 59.60784314%);
  color: #cccccc;
}
button.borvo__buttons-lg a.borvo__buttons-lg a,
button.borvo__buttons-lg a.borvo__buttons a,
button.borvo__buttons a.borvo__buttons-lg a,
button.borvo__buttons a.borvo__buttons a {
  width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.borvo__buttons-lg a:hover,
.borvo__buttons a:hover,
.borvo__buttons-lg a:active,
.borvo__buttons a:active {
  border-color: inherit;
  background-color: rgba(255, 255, 255, 0.1);
  color: inherit;
}
.borvo__buttons-lg a {
  padding: 22.5px 50px;
  font-size: 26px;
  line-height: 32px;
  border-radius: 8px;
}
@media (max-width: 480px) {
  .borvo__buttons-lg a,
  .borvo__buttons a {
    display: block;
    margin-bottom: 10px;
  }
}
@media (min-width: 640px) {
  .borvo__buttons-lg a,
  .borvo__buttons a {
    width: auto;
    margin: 0;
  }
  .borvo__buttons-lg a + a,
  .borvo__buttons a + a {
    margin-top: 0;
    margin-left: 10px;
  }
  .borvo__buttons-lg a {
    padding: 22.5px 50px;
    font-size: 26px;
    line-height: 32px;
    border-radius: 8px;
  }
}
.footer {
  background-color: #304b50;
  color: #FFFFFF;
  padding: 50px 0 40px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.footer a {
  color: #FFFFFF;
}
.footer h3 {
  color: #FFFFFF;
  margin-bottom: 30px;
}
.footer__part + .footer__part {
  margin-top: 40px;
}
.footer__part--sm + .footer__part--sm {
  margin-top: 20px;
}
.footer_social {
  display: inline-block;
  margin: 0 8px;
}
.footer_social:hover,
.footer_social:focus {
  -webkit-animation: logoScale 0.5s linear 1;
  animation: logoScale 0.5s linear 1;
}
.footer__stat {
  font-size: 32px;
  font-weight: 700;
  display: block;
  line-height: 1;
}
.footer__stat-caption {
  font-size: 13px;
  display: block;
  margin-bottom: 30px;
}
.footer__stats > div:last-child .footer__stat-caption {
  margin-bottom: 10px;
}
.footer__nav {
  list-style: none;
  text-align: left;
  padding-left: 0;
  margin-bottom: 0;
  line-height: 1.8;
}
.footer__nav-title {
  font-weight: 700;
  font-size: 15px;
  margin: 11px 0;
  color: #FFFFFF;
}
.footer__payments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer__payment {
  margin: 0 20px 20px;
  text-transform: uppercase;
}
.footer__part--dim,
.footer__part--dim a {
  color: rgba(255, 255, 255, 0.5);
}
.footer__claim {
  font-size: 20px;
  font-weight: 600;
}
.footer__horlink {
  display: inline-block;
  margin: 0 10px;
}
@media (max-width: 939px) {
  .footer__nav-title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
  }
  .footer__bcorp .img-responsive {
    display: inline-block;
    max-width: 300px;
  }
}
@media (min-width: 768px) {
  .footer_social {
    margin: 0 25px;
  }
}
@media (min-width: 940px) {
  .footer__nav-title {
    text-align: left;
  }
  .footer__stat-caption {
    margin-bottom: 0;
  }
  .footer__bcorp {
    padding: 0;
    -webkit-transform: scale(1.25) translate(-15px, 10px);
    -ms-transform: scale(1.25) translate(-15px, 10px);
    transform: scale(1.25) translate(-15px, 10px);
  }
}
@media (min-width: 768px) and (max-width: 939px) {
  .footer__stat,
  .footer__stat-caption {
    display: inline-block;
  }
  .footer__stat {
    margin-right: 5px;
  }
}
.static-header {
  background: #97a5a7;
  padding: 90px 15px 50px;
  min-height: 50vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 25;
}
.static-header:not(.static-header--bgimg) {
  background: #97a5a7 -webkit-gradient(linear, left top, left bottom, from(#4e6264), color-stop(50%, rgba(255, 255, 255, 0))) !important;
  background: #97a5a7 -o-linear-gradient(top, #4e6264 0%, rgba(255, 255, 255, 0) 50%) !important;
  background: #97a5a7 linear-gradient(to bottom, #4e6264 0%, rgba(255, 255, 255, 0) 50%) !important;
}
.static-header .appSuggest {
  max-width: 640px;
}
.static-header__content {
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  max-width: 620px;
}
.static-header__content.is-hidden:not(.is-active) {
  opacity: 0;
}
.static-header--bgimg {
  background-size: cover;
}
.static-header--bgimg:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #0c2737;
  opacity: 0.5;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  display: block;
  content: '';
}
.static-header--bgimg.is-faded-out:after {
  opacity: 0;
}
/*
*	Responsive LESS
*
*  	2. Desktop	 	- from 981
*  	3. Tablet LC 	- till 980
* 	4. Phone 		- till 600
*/
@media (min-width: 940px) {
  .hideDesktop {
    display: none !important;
  }
  .hideMobile {
    display: block !important;
  }
}
@media (max-width: 939px) {
  .hideDesktop {
    display: block !important;
  }
  .hideMobile {
    display: none !important;
  }
  #appPageFooter .appPageFooterLogo img {
    margin: 10px 0;
  }
  #appPageFooter .appMobileWrapper {
    position: relative;
  }
  #appPageFooter .appPageFooterInfo {
    padding-top: 75px;
  }
  #appPageFooter .appPageFooterNav {
    padding: 0;
  }
  #appPageFooter .appPageFooterCopyright {
    text-align: center;
    padding: 20px 0 60px;
  }
  #appPageFooter .appPageFooterCopyright .appFooterLogo {
    float: none;
    clear: both;
    bottom: 0;
    margin-bottom: 20px;
  }
  #appPageFooter .appPageFooterCopyright .appFooterCopyright {
    float: none;
    clear: both;
  }
  #appPageFooter .pageFooterCol {
    width: 50%;
  }
  #appPageFooter .pageFooterCol .contains .paymentImage:nth-child(2n) {
    margin-right: 10px;
  }
  #appPageFooter .pageFooterCol.appFooterSocial {
    display: block;
    position: absolute;
    top: 30px;
    width: 100%;
    text-align: center;
  }
  #appPageFooter .pageFooterCol.appFooterSocial .list.social li {
    float: left;
    margin: 0 10px;
  }
  #appPageFooter .pageFooterCol.appFooterSocial .list.social li .caption {
    display: none;
  }
}
@media (max-width: 767px) {
  #appPageFooter .pageFooterCol {
    width: 100%;
    clear: both;
  }
}
.pageLogo {
  width: 0;
  position: absolute;
  left: 50%;
  top: 20px;
  height: 0;
}
.pageLogo__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #FFFFFF;
  fill: #FFFFFF;
  height: 59px;
}
.pageLogo__img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 44px;
  height: 52px;
  -webkit-transform: translateY(11px) translateX(-75px);
  -ms-transform: translateY(11px) translateX(-75px);
  transform: translateY(11px) translateX(-75px);
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  -o-transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}
.pageLogo--only-s .pageLogo__img {
  -webkit-transform: translateY(0) translateX(-22px) scale(0.85);
  -ms-transform: translateY(0) translateX(-22px) scale(0.85);
  transform: translateY(0) translateX(-22px) scale(0.85);
}
.masthead--opaque .pageLogo__img,
.minimal-headbar--tight .pageLogo__img {
  -webkit-transform: translateY(-5px) translateX(-22px) scale(0.85);
  -ms-transform: translateY(-5px) translateX(-22px) scale(0.85);
  transform: translateY(-5px) translateX(-22px) scale(0.85);
}
@media (max-width: 767px) {
  .masthead--opaque .pageLogo__img,
  .minimal-headbar--tight .pageLogo__img {
    -webkit-transform: translateY(0px) translateX(-22px);
    -ms-transform: translateY(0px) translateX(-22px);
    transform: translateY(0px) translateX(-22px);
  }
}
.pageLogo__text {
  margin-left: 4px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 1;
  width: 106px;
  height: 57px;
  position: absolute;
  top: 2px;
  left: 50%;
  -webkit-transform: translateX(-32px) scale(1);
  -ms-transform: translateX(-32px) scale(1);
  transform: translateX(-32px) scale(1);
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform, opacity;
}
.masthead--opaque .pageLogo__text,
.minimal-headbar--tight .pageLogo__text,
.pageLogo--only-s .pageLogo__text {
  -webkit-transform: translateX(-32px) scale(0);
  -ms-transform: translateX(-32px) scale(0);
  transform: translateX(-32px) scale(0);
  opacity: 0;
}
@media (max-width: 767px) {
  .pageLogo {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
}

/*# sourceMappingURL=hf.css.map */
