@font-face {
  font-family: 'PFDIN-fallback';
  size-adjust: 92%;
  ascent-override: 70%;
  src: local('Tahoma');
}
@font-face {
  font-family: 'PFDIN-fallback';
  size-adjust: 87%;
  ascent-override: 75%;
  font-weight: 600;
  src: local('Tahoma Bold');
}
@font-face {
  font-family: 'PFDIN';
  src: local('PFDIN'), url('/templates/fonts/PFDIN/PFDin-subset.woff2') format('woff2'), url('/templates/fonts/PFDIN/PFDin-subset.woff') format('woff');
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'PFDIN';
  src: local('PFDIN'), url('/templates/fonts/PFDIN/PFDin-medium-subset.woff2') format('woff2'), url('/templates/fonts/PFDIN/PFDin-medium-subset.woff') format('woff');
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: 'PFDIN';
  src: local('PFDIN'), url('/templates/fonts/PFDIN/PFDin-bold-subset.woff2') format('woff2'), url('/templates/fonts/PFDIN/PFDin-bold-subset.woff') format('woff');
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: 'Playfair';
  src: local('Playfair'), url('/templates/fonts/Playfair/PlayfairDisplay-Bold.woff2') format('woff2');
  font-display: swap;
  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 30px 30px;
  border-radius: 6px;
  box-shadow: 0 5px 24px rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  pointer-events: none;
  transform: translateY(0);
  transition: transform 0.3s linear, background-color 0.2s ease-in-out;
}
.toast:last-child {
  position: relative;
  pointer-events: all;
}
.toast:nth-last-child(2) {
  transform: translateY(-55px);
}
.toast:nth-last-child(3) {
  transform: translateY(-110px);
}
.toast:nth-last-child(4) {
  transform: translateY(-165px);
}
.toast:nth-last-child(5) {
  transform: translateY(-220px);
}
.toast:nth-last-child(6) {
  transform: translateY(-275px);
}
.toast:nth-last-child(7) {
  transform: translateY(-330px);
}
.toast:nth-last-child(8) {
  transform: translateY(-385px);
}
.toast-success {
  background-color: rgba(8, 115, 69, 0.95);
  color: #FFFFFF;
}
.toast-success:hover {
  background-color: #087345;
}
.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 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
  position: relative;
}
.toast-message {
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  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%;
  text-decoration: none;
}
.toast-message .btn + .btn {
  margin-top: 10px;
}
.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,
  .toast-title {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 317px;
    position: relative;
    font-size: 18px;
  }
  .toast-message .btns,
  .toast-title .btns {
    position: absolute;
    top: 0;
    right: 0;
    width: 238px;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@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: #FFFFFF;
}
.slidebar-overlay,
.sdg-filter-overlay {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: rgba(12, 39, 55, 0.5);
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.sb-active .slidebar-overlay,
.sdg-filter-overlay.is-open {
  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: 1001;
  display: block;
  background-color: #FFFFFF;
  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 {
  transform: translateX(-100%);
  left: 0;
  /* Set Slidebar to the left. */
  background-color: #FFFFFF;
  color: #304b50;
}
.sb-right {
  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-clean-filter .sb-slidebar[data-type=clean-filter] {
  transform: translateX(0);
}
.pageContentWrap {
  transform: none;
}
.sb-force-repaint .pageContentWrap {
  transform: translateX(0);
}
/* Slidebar widths for browsers/devices that don't support media queries. */
.sb-slidebar {
  width: 30%;
}
@media (max-width: 339px) {
  /* Slidebar widths on extra small screens. */
  .sb-slidebar {
    width: 80%;
  }
}
@media (min-width: 340px) {
  /* Slidebar widths on small screens. */
  .sb-slidebar {
    width: 300px;
  }
}
/* ---------------
 * 004 - Animation
 */
.sb-slide,
#sb-site,
.sb-site-container,
.sb-slidebar {
  transition: transform 0.4s ease;
}
.waitingdiv {
  display: none;
}
[v-cloak] {
  display: none;
}
.opacity-hidden {
  animation: fadeOut 1s ease both;
}
.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;
  margin: 0;
  position: relative;
  font-family: 'PFDIN', 'PFDIN-fallback', 'Trebuchet MS', Tahoma, Arial, Helvetica, 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;
  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 {
  transform: scale(1, -1);
}
.sbnav--toggle.active .sbnav__bar--toggle-content {
  max-height: 1000px;
  opacity: 1;
}
.sbnav__bar-icon-right {
  transition: transform 0.3s ease-in-out;
}
.sbnav__bar--toggle-content {
  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: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: 15px 24px 0;
}
.sbnav--inline a {
  margin: 0 10px 0 0;
  font-size: 12px;
  padding: 0 0 10px;
  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 {
  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: -2px;
}
.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:first-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 {
  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);
}
.sb-slidebar {
  color: #304b50;
}
.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', 'PFDIN-fallback', 'Trebuchet MS', Tahoma, Arial, Helvetica, 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', 'PFDIN-fallback', 'Trebuchet MS', Tahoma, Arial, Helvetica, 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: #087345;
  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;
}
.sb-slidebar .visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.borvo__video {
  position: absolute;
  bottom: 45px;
  right: 45px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.borvo__video-caption {
  max-width: 225px;
  text-align: right;
  font-size: 9px;
  line-height: 1.1;
}
.borvo__video-icon {
  width: 55px;
  height: 55px;
  fill: #FFFFFF;
  margin-left: 15px;
}
.borvo__content h1 {
  word-wrap: break-word;
  word-break: break-word;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 0.3em;
}
.borvo__content .borvo__small-headline {
  font-size: 22px;
}
.borvo__content h2,
.borvo__content .h2,
.borvo__content h3,
.borvo__content .h3,
.borvo__content p {
  font-family: 'PFDIN', 'PFDIN-fallback', 'Trebuchet MS', Tahoma, Arial, Helvetica, 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;
}
.borvo__content > p:empty,
.borvo__content > br:first-child {
  display: none;
}
.borvo__content > :last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .borvo__content > .borvo__homepage-headline {
    width: 680px;
  }
  .borvo__content > .borvo__homepage-headline > *,
  .borvo__content > .borvo__homepage-headline .fr-element > * {
    font-size: 22px;
  }
}
@media (min-width: 940px) {
  .borvo__content {
    padding-top: 100px;
    max-width: 840px;
  }
  .borvo__content h1 {
    font-size: 65px;
  }
  .borvo__content p,
  .borvo__content h3 {
    font-size: 26px;
  }
  .borvo__video {
    right: -70px;
    bottom: 50px;
    margin-right: 22.5px;
  }
  .borvo__video-caption {
    font-size: 12px;
  }
  .borvo__video-icon {
    width: 90px;
    height: 90px;
  }
}
.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);
  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;
  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 {
  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: 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;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center center;
}
.borvo--darkened:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #0c2737;
  opacity: 0.5;
  transition: opacity 0.5s ease-in-out;
  display: block;
}
.borvo--static {
  z-index: 11;
}
.borvo--static.borvo--static.borvo--static {
  position: relative;
}
.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 {
    animation-delay: 0.8s;
    z-index: 1;
    margin-bottom: 0;
  }
}
@media (min-width: 940px) {
  .borvo-offset--flex-cs {
    height: 75vh;
  }
}
.borvo-mediabox__overlay {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.bgafter-hidden:not(.borvo--height-adjust[data-height="borvo-animated-header"]):after,
.bgafter-hidden .borvo__content {
  opacity: 0 !important;
}
.borvo-mediabox--small {
  height: 70px;
  opacity: 1;
  background-color: rgba(12, 39, 55, 0.7);
  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;
  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--height-adjust {
  transform: translateZ(0);
  background: #97a5a7 no-repeat center center;
  background-size: cover;
}
.borvo-animated-header--faded-in.borvo-animated-header--faded-in.borvo-animated-header--faded-in {
  opacity: 1;
}
.borvo__content {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  z-index: 10;
  text-align: center;
  padding-top: 80px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
}
.borvo--height-adjust[data-height="borvo-animated-header"] > .borvo__content.borvo__content {
  height: fit-content;
  padding-top: 0px;
  padding-bottom: 0px;
  position: absolute;
}
.borvo__fgimg {
  padding-top: 20px;
  padding-bottom: 20px;
}
.borvo__fgimg,
.borvo__fgimg .borvo__fgimg-inner {
  max-width: 100%;
  max-height: 100%;
}
[data-height="borvo-animated-header"] {
  height: 75vh;
  transition: opacity 0.3s ease;
}
[data-height="borvo-full"] {
  height: 100vh;
}
.borvo-offset[data-height="borvo-full"] {
  height: 100vh;
}
[data-height="borvo-three-fourths"] {
  height: 75vh;
}
.borvo-offset[data-height="borvo-three-fourths"] {
  height: 75vh;
}
@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: 50vh;
}
.borvo-offset[data-height="borvo-balanced"] {
  height: 50vh;
}
@media (min-width: 940px) {
  .borvo__content {
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  [data-mobile-height="borvo-full"] {
    height: 100vh;
  }
  [data-mobile-height="borvo-three-fourths"] {
    height: 75vh;
  }
  [data-mobile-height="borvo-balanced"] {
    height: 50vh;
  }
}
.borvo--preview-mode {
  position: absolute;
  top: 0;
}
.borvo ~ .pageContentWrap,
.borvo-mediabox ~ .pageContentWrap,
.swiper-container ~ .pageContentWrap {
  z-index: 11;
  background-color: #FFFFFF;
}
.borvo ~ .pageContentWrap--plain,
.borvo-mediabox ~ .pageContentWrap--plain,
.swiper-container ~ .pageContentWrap--plain {
  background-color: #FFFFFF;
}
.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;
}
@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.borvo__buttons-lg,
.borvo__buttons-lg.borvo__buttons,
.borvo__buttons.borvo__buttons-lg,
.borvo__buttons.borvo__buttons {
  margin-bottom: 0;
}
.borvo__buttons-lg a,
.borvo__buttons a {
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 2px solid transparent;
  white-space: nowrap;
  transition: all 0.15s ease-out;
  padding: 9px 15px;
  font-size: 0.9375rem;
  line-height: 1.45;
  border-radius: 0;
  border-radius: 6px;
  padding-bottom: 7px;
  -webkit-user-select: none;
  user-select: none;
  box-shadow: none;
  background-color: #06E481;
  border-color: #06E481;
  display: block;
  background: transparent;
  color: #304b50;
  border-width: 2px;
  border-color: #304b50;
  transition: all 0.15s ease-out !important;
  padding-left: 2.66666667em;
  padding-right: 2.66666667em;
  display: inline-block;
  width: auto;
  margin: 0 auto;
}
.borvo__buttons-lg a:focus-visible,
.borvo__buttons a:focus-visible,
.borvo__buttons-lg a:active:focus-visible,
.borvo__buttons a:active:focus-visible,
.borvo__buttons-lg a.active:focus-visible,
.borvo__buttons a.active:focus-visible,
.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: 3px solid -webkit-focus-ring-color;
  outline-offset: -3px;
}
.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 {
  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;
  box-shadow: none;
  color: #304b50;
  background-color: #EAEDEE;
  border-color: #EAEDEE;
}
.borvo__buttons-lg a.borvo__buttons-lg a.disabled-ghost,
.borvo__buttons-lg a.borvo__buttons a.disabled-ghost,
.borvo__buttons a.borvo__buttons-lg a.disabled-ghost,
.borvo__buttons a.borvo__buttons a.disabled-ghost {
  background-color: transparent;
  border-color: transparent;
}
.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: #304b50;
}
.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: #304b50;
  background-color: #05cd74;
  border-color: #05cd74;
}
.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: #304b50;
}
.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(153.24324324, 64.87179487%, 45.88235294%);
  border-color: hsl(153.24324324, 64.87179487%, 45.88235294%);
  color: #0a0f10;
}
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%;
  flex-basis: 100%;
}
.borvo__buttons-lg a .icon,
.borvo__buttons a .icon {
  fill: #304b50;
}
.borvo__buttons-lg a:hover,
.borvo__buttons a:hover,
.borvo__buttons-lg a:focus,
.borvo__buttons a:focus,
.borvo__buttons-lg a:active,
.borvo__buttons a:active {
  background: rgba(48, 75, 80, 0.05);
  border-color: #304b50;
  color: #304b50;
}
.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:active .icon,
.borvo__buttons a:active .icon {
  fill: #304b50;
}
.borvo__buttons-lg a.btn-2nd,
.borvo__buttons a.btn-2nd {
  color: #cdfae6;
}
.borvo__buttons-lg a.btn-2nd .icon,
.borvo__buttons a.btn-2nd .icon {
  fill: #cdfae6;
}
.borvo__buttons-lg a.btn-2nd:hover,
.borvo__buttons a.btn-2nd:hover,
.borvo__buttons-lg a.btn-2nd:focus,
.borvo__buttons a.btn-2nd:focus,
.borvo__buttons-lg a.btn-2nd:active,
.borvo__buttons a.btn-2nd:active {
  color: #b4f7d9;
}
.borvo__buttons-lg a.btn-2nd:hover .icon,
.borvo__buttons a.btn-2nd:hover .icon,
.borvo__buttons-lg a.btn-2nd:focus .icon,
.borvo__buttons a.btn-2nd:focus .icon,
.borvo__buttons-lg a.btn-2nd:active .icon,
.borvo__buttons a.btn-2nd:active .icon {
  fill: #b4f7d9;
}
.borvo__buttons-lg a.btn-3rd,
.borvo__buttons a.btn-3rd {
  color: #304b50;
  border-color: #c1c1c1;
}
.borvo__buttons-lg a.btn-3rd .icon,
.borvo__buttons a.btn-3rd .icon {
  fill: #304b50;
}
.borvo__buttons-lg a.btn-3rd:hover,
.borvo__buttons a.btn-3rd:hover,
.borvo__buttons-lg a.btn-3rd:focus,
.borvo__buttons a.btn-3rd:focus,
.borvo__buttons-lg a.btn-3rd:active,
.borvo__buttons a.btn-3rd:active {
  background-color: rgba(0, 0, 0, 0.05);
}
.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;
  box-shadow: none;
  color: #EAEDEE;
  border-color: #EAEDEE;
  background-color: transparent;
}
.borvo__buttons-lg a,
.borvo__buttons a,
.borvo__buttons-lg a:hover,
.borvo__buttons a:hover,
.borvo__buttons-lg a:focus,
.borvo__buttons a:focus,
.borvo__buttons-lg a:active,
.borvo__buttons a:active {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.borvo__buttons-lg a:hover,
.borvo__buttons a:hover,
.borvo__buttons-lg a:active,
.borvo__buttons a:active,
.borvo__buttons-lg a:focus,
.borvo__buttons a:focus {
  background-color: rgba(255, 255, 255, 0.05);
}
.borvo__buttons-lg a {
  padding: 22.5px 50px;
  font-size: 1.625rem;
  line-height: 32px;
  border-radius: 0;
  border-radius: 6px;
}
@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: 1.625rem;
    line-height: 32px;
    border-radius: 0;
    border-radius: 6px;
  }
}
.footer {
  background-color: #304b50;
  color: #FFFFFF;
  padding: 60px 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;
  cursor: pointer;
}
.footer_social:hover,
.footer_social:focus {
  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: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer__payment {
  margin: 0 20px 20px;
}
.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;
  }
}
@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;
    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;
  }
}
/*
*	Responsive LESS
*
*  	2. Desktop	 	- from 981
*  	3. Tablet LC 	- till 980
* 	4. Phone 		- till 600
*/
.img-responsive {
  display: block;
  max-width: 100%;
}
@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;
  }
}
.headbar {
  height: 100px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  display: block;
  z-index: 12;
  transition: transform 0.3s ease, opacity 0.3s ease, backdrop-filter 0.3s linear;
  will-change: transform, opacity, backdrop-filter;
}
.headbar,
.headbar * {
  backface-visibility: hidden;
}
.headbar:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s linear, transform 0.3s ease;
}
.cfInterfaceEnabled .headbar {
  z-index: 999;
}
.cfPageInterfaceEnabled .headbar {
  z-index: 11;
}
.project-interface-open .headbar {
  pointer-events: none;
  backdrop-filter: none;
}
.project-interface-open .headbar .headbar__left,
.project-interface-open .headbar .icon--search {
  opacity: 0;
  pointer-events: none;
}
.project-interface-open .headbar .headbar__right {
  pointer-events: all;
}
.project-interface-open .headbar .headbar__pageLogo--animation {
  filter: blur(30px);
  opacity: 0.7;
}
.project-interface-open .headbar .headbar__search-icon {
  filter: blur(15px);
}
@media (max-width: 1110px) {
  .project-interface-open .headbar .headbar__pageLogo--animation,
  .project-interface-open .headbar .headbar__search-icon {
    display: none;
  }
}
.headbar--safari {
  transition: transform 0.3s ease, backdrop-filter 0.3s linear;
  will-change: transform, backdrop-filter;
}
.headbar__left {
  position: absolute;
  left: 15px;
  top: 38px;
  display: flex;
}
.cfPageInterfaceEnabled .headbar__left {
  left: 125px;
}
.headbar__right {
  position: absolute;
  right: 15px;
  top: 38px;
  height: 24px;
  display: flex;
  align-items: center;
}
.headbar__icon {
  fill: #304b50;
  color: #304b50;
  transition: fill 0.3s linear, color 0.3s linear;
  will-change: fill, color;
}
.headbar__left-icon,
.headbar__right-icon,
.headbar__avatar {
  top: auto;
  cursor: pointer;
}
.headbar__sonar-toggle {
  position: absolute;
  left: 54px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .headbar__sonar-toggle {
    left: 100px;
  }
}
.headbar__search-icon {
  transition: none;
}
.headbar__right-item {
  display: flex;
}
.headbar__right-item + .headbar__right-item {
  margin-left: 15px;
}
.headbar__logo {
  top: 0;
}
.headbar__ani {
  width: 70px;
  height: 70px;
}
.headbar__menu {
  display: none;
}
.headerbar__btn {
  opacity: 0;
  position: absolute;
  left: 54px;
  will-change: transform, opacity, max-width;
  background-color: #06E481;
  height: 32px;
  border-radius: 16px;
  padding: 0 15px;
  top: 34px;
  font-size: 18px;
  font-weight: 600;
}
.headerbar__btn.headerbar__btn {
  transition: all 300ms ease-out;
}
.headerbar__btn.headerbar__btn--loaded {
  opacity: 1;
}
.headerbar__btn a {
  display: flex;
  align-items: center;
}
.headerbar__btn:hover {
  background-color: #05b265;
}
@media (min-width: 768px) {
  .headerbar__btn {
    left: 100px;
    top: 39px;
  }
}
@media (max-width: 767px) {
  .headbar--tight .headerbar__btn--mobile-text {
    width: 0;
  }
}
.headerbar__btn--icon {
  opacity: 0;
  width: 0;
}
@media (max-width: 767px) {
  .headbar--tight .headerbar__btn--icon {
    width: 24px;
    opacity: 1;
    top: 0;
    position: relative;
    height: 20px;
  }
}
.headerbar__btn--mobile-text {
  fill: #304b50;
}
.headerbar__btn--mobile-text,
.headerbar__btn--icon {
  transition: all 300ms ease-out;
}
@media (min-width: 1100px) {
  .headbar__menu {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 100px;
    height: 100%;
    display: flex;
    align-items: center;
    transition: all 300ms ease-out;
    max-width: 200px;
    will-change: transform, opacity, max-width;
  }
  .headbar__menu--centered.headbar__menu--centered {
    left: calc(50%);
    transform: translate(-50%);
    max-width: fit-content;
  }
  .headbar__menu--faded {
    transform: translateX(-60px);
    max-width: 0;
    opacity: 0;
  }
  .headbar__menu-link {
    display: inline-block;
    padding: 8px 15px;
    position: relative;
    font-size: 18px;
  }
  .headbar__menu-link:after {
    content: " ";
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 2px;
    height: 2px;
    background-color: #304b50;
    opacity: 0;
  }
  .headbar__menu-link:hover {
    text-decoration: none;
  }
  .headbar__menu-link:hover:after {
    opacity: 1;
  }
  .headbar__menu-link--dark:after {
    background-color: #FFFFFF;
  }
}
.__cov-progress {
  top: 80px !important;
}
.__cov-progress.__cov-progress {
  z-index: 4;
}
.__cov-progress:after {
  content: " ";
  position: fixed;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(48, 75, 80, 0.1);
}
.headbar--tight {
  backdrop-filter: blur(2px);
}
.headbar--tight:after {
  opacity: 0.8;
}
.project-interface-open .headbar--tight:after,
.headbar--tight .headbar__action--hide {
  opacity: 0;
}
.headbar--tight .pageLogo {
  top: 20px;
}
.headbar--slide-up {
  pointer-events: none;
  display: flex;
  flex-direction: column;
  opacity: 0;
}
.headbar--dark {
  backdrop-filter: none;
}
.headbar--dark:after {
  opacity: 0;
}
.headbar--dark .headbar__icon {
  fill: #FFFFFF;
  color: #FFFFFF;
}
.headbar--dark a {
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .headbar {
    height: 110px;
  }
  .headbar > * {
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  .__cov-progress {
    top: 100px !important;
  }
  .headbar--tight ~ .pageContentWrap .__cov-progress {
    top: 80px !important;
  }
  .headbar__left {
    left: 45px;
    top: 43px;
  }
  .headbar__right {
    right: 45px;
    top: 43px;
  }
  .headbar__right-item + .headbar__right-item {
    margin-left: 30px;
  }
}
.headbar__pageLogo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 30px;
}
@media (min-width: 768px) {
  .headbar__pageLogo {
    top: 30px;
  }
}
.headbar__pageLogo--animation {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  display: block;
  position: relative;
  top: 110px;
  transform: translateY(-110px) scale(0.65);
}
@media (min-width: 768px) {
  .headbar__pageLogo--animation {
    max-width: 300px;
    transform: translateY(-115px) scale(0.5);
    top: 100px;
  }
}
@media (min-width: 1100px) {
  .headbar__pageLogo--animation {
    top: 160px;
    transform: translateY(-175px) scale(0.5);
  }
}
.headbar__pageLogo--animation svg {
  transform: unset !important;
}
.headbar__pageLogo--animation svg path[fill] {
  fill: #304b50;
}
.headbar__pageLogo--animation svg path[stroke] {
  stroke: #304b50;
}
.headbar--dark .headbar__pageLogo--animation svg path[fill] {
  fill: #FFFFFF;
}
.headbar--dark .headbar__pageLogo--animation svg path[stroke] {
  stroke: #FFFFFF;
}
.headbar__pageLogo--animation-large {
  transform: translateY(0) scale(1);
}
.headbar__claim {
  font-size: 13px;
  transition: all 0.3s;
  width: 100%;
  text-align: center;
}
.headbar--dark .headbar__claim {
  color: #FFFFFF;
}
.headbar__claim--top {
  position: absolute;
  opacity: 0;
  top: 74px;
}
@media (min-width: 768px) {
  .headbar__claim--top {
    top: 84px;
  }
}
.headbar__claim--large {
  position: absolute;
  top: 201px;
  left: 50%;
  transform: translate(-50%);
}
.headbar--tight .headbar__claim--large {
  transform: translate(-50%);
  pointer-events: none;
}
@media (min-width: 768px) {
  .headbar__claim--large {
    top: 232px;
  }
}
@media (min-width: 1100px) {
  .headbar__claim--large {
    top: 292px;
  }
}
@media (max-width: 1110px) {
  .project-interface-open .headbar--slide-up .headbar__user {
    opacity: 0;
  }
}
.headbar-user {
  position: relative;
  transition: opacity 0.2s;
  cursor: pointer;
  width: 40px;
}
.headbar-user--border {
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  width: 44px;
}
.headbar-user__avatar-img {
  width: 40px;
  height: 40px;
}
.headbar-user__msg-count {
  pointer-events: none;
  position: absolute;
  right: -4px;
  bottom: -4px;
}
.headbar__login-link {
  font-size: 18px;
}
.user-menu {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0 20px;
}
.user-menu__head-area {
  height: 100px;
  border-bottom: 2px solid #FFFFFF;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .user-menu__head-area {
    height: 110px;
  }
}
.user-menu__bottom {
  margin-top: auto;
}
.user-menu__avatar-img-wrap {
  width: 40px;
}
.user-menu__avatar-img {
  height: 40px;
}
.user-menu__menu-item {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #f1f1f1;
  cursor: pointer;
}
.user-menu__menu-item:not(.user-menu__menu-item--disabled):hover {
  text-decoration: none;
  border-bottom: 2px solid #304b50;
}
.user-menu__menu-item--disabled {
  cursor: unset;
}
.user-menu__menu-item--disabled .icon,
.user-menu__menu-item--disabled .user-menu__text {
  opacity: 0.5;
}
.user-menu__menu-item--submenu.user-menu__menu-item--submenu {
  font-size: 13px;
  display: block;
}
.user-menu__text.user-menu__text {
  position: relative;
  top: 2px;
  flex-grow: 1;
}
.user-menu__icon-right {
  transition: 0.3s;
  margin-left: auto;
  top: -2px;
  text-decoration: none;
}
.user-menu__icon-right--active {
  transform: scale(1, -1);
}
.user-menu__round-btn {
  border-radius: 50%;
  color: white;
  background-color: #06E481;
}
.round-button.round-button.round-button {
  border-radius: 50%;
  color: #304b50;
  background: #06E481;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 26px;
}
.round-button:hover {
  background: #05c16d;
}
.round-button__inner {
  position: relative;
  top: 2px;
}
.message-indicator {
  border-radius: 50%;
  background-color: #DC002D;
  color: #FFFFFF;
  width: 22px;
  height: 22px;
  font-weight: 600;
  font-size: 14px;
  padding-top: 3px;
  text-align: center;
}
.cart-preview {
  background-color: #304b50;
  height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  border-radius: 20px;
  align-items: center;
  transition: background-color 0.3s ease;
}
.cart-preview__icon.cart-preview__icon {
  top: 0;
}
.cart-preview__count {
  position: relative;
  top: 2px;
  font-weight: 600;
  margin-right: 5px;
  color: #FFFFFF;
  transition: color 0.3s ease;
}
.headbar--dark .cart-preview {
  background-color: #FFFFFF;
}
.headbar--dark .cart-preview__icon {
  fill: #304b50;
}
.headbar--dark .cart-preview__count {
  color: #304b50;
}
@media (max-width: 767px) {
  .cart-preview {
    transform: scale(0.8);
    transform-origin: right center;
  }
}
@media (max-width: 1110px) {
  .project-interface-open .cart-preview {
    display: none;
  }
}
#iframeToolbar {
  width: 131px;
  left: 0;
  bottom: 0;
  height: 85px;
  top: auto !important;
  z-index: 998;
}
.cfPageInterfaceEnabled #iframeToolbar {
  height: 100%;
}
#iframeToolbar.menu-open,
#iframeToolbar.content-open {
  width: 100%;
  height: 100%;
}

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