/** includes lib for  calculations */
/* Tabel of Contents
 - Color A
 - Color B
 - Color C
 - Color D
 - Color E
 - Color F
 - Util
 - Color Grey
*/
/******************* Color A *******************/
/******************* Color B *******************/
/******************* Color C *******************/
/******************* Color D *******************/
/******************* Color E *******************/
/******************* Color F *******************/
/******************* Color Grey *******************/
/******************* Util *******************/
/* Tabel of Contents
 - Mixins Colors Setup
 - Align and Calc
 - Hover Non Touch
 - Util
*/
/******************* Mixins Colors Setup *******************/
/******************* Align and Calc *******************/
/******************* Hover Non Touch *******************/
/******************* Util *******************/
/** paragraph **/
#n-hd-popupmsg {
  z-index: 99999998 !important;
}

#n-hd-popupmsg {
  position: fixed;
  top: 0;
  width: 1px;
  right: -1px;
  height: 100%;
}
#n-hd-popupmsg .n-popup-message {
  position: relative;
  top: 7rem;
  width: 36rem;
  height: auto;
  /* so that we hide msg icon*/
  right: -4rem;
  margin-top: 5rem;
  min-height: 6rem;
  background-color: #FFF;
  border-radius: 1.4rem;
  transition: right 0.4s ease-out, margin 0.6s ease-out;
  will-change: right, margin;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 2rem 2.4rem;
}
@media only screen and (max-width: 600px) {
  #n-hd-popupmsg .n-popup-message {
    width: 30rem;
  }
}
#n-hd-popupmsg .n-popup-message .n-btn-feedback-symbol {
  left: 2.4rem;
  top: 1.6rem;
  cursor: initial !important;
  /*fixes issue where sometimes notification is not shown */
  z-index: 999999;
  display: blocl;
}
#n-hd-popupmsg .n-popup-message .n-btn-feedback-symbol .n-icon {
  cursor: initial !important;
}
#n-hd-popupmsg .n-popup-message .n-btn-feedback-close {
  right: 2.4rem;
  top: 1.6rem;
}
#n-hd-popupmsg .n-popup-message .n-feedback-icon-notification {
  -webkit-mask-image: url("/nvlib/images/icons/notification.svg");
  mask-image: url("/nvlib/images/icons/notification.svg");
  background-color: #FFF;
}
html[data-n-browser-name=safari] #n-hd-popupmsg .n-popup-message .n-feedback-icon-notification {
  background: none !important;
}
#n-hd-popupmsg .n-popup-message.n-mode-war .n-btn-feedback-symbol .n-feedback-icon-notification {
  background-color: #313B47;
}
#n-hd-popupmsg .n-popup-message.n-mode-war .n-btn-feedback-symbol::after, #n-hd-popupmsg .n-popup-message.n-mode-war .n-btn-feedback-symbol::before {
  background-color: #FBD04C !important;
}
#n-hd-popupmsg .n-popup-message.n-mode-err .n-btn-feedback-symbol::after, #n-hd-popupmsg .n-popup-message.n-mode-err .n-btn-feedback-symbol::before {
  background-color: #F27575 !important;
}
#n-hd-popupmsg .n-popup-message.n-mode-suc .n-btn-feedback-symbol::after, #n-hd-popupmsg .n-popup-message.n-mode-suc .n-btn-feedback-symbol::before {
  background-color: #00C8AA !important;
}
#n-hd-popupmsg .n-popup-message .n-text-type-msg {
  color: #313B47;
  position: relative;
  padding: 0.4rem 5.4rem;
  width: 100%;
  box-sizing: border-box;
  display: block;
}
#n-hd-popupmsg .n-popup-message.n-show {
  right: 37.5rem;
}
@media only screen and (max-width: 600px) {
  #n-hd-popupmsg .n-popup-message.n-show {
    right: 31.5rem;
  }
}
#n-hd-popupmsg .n-popup-message .n-feedback-holder-msg {
  margin-top: 1.5rem;
  box-sizing: border-box;
  border-radius: 0.7rem;
  background-color: #FFF;
}
#n-hd-popupmsg .n-popup-message span a,
#n-hd-popupmsg .n-popup-message span {
  font-size: 1.6rem;
  line-height: 1.2;
}
#n-hd-popupmsg .n-popup-message span {
  float: left !important;
}
#n-hd-popupmsg .n-popup-message a {
  float: none !important;
}

/* Tabel of Contents
 - Color A
 - Color B
 - Color C
 - Color D
 - Color E
 - Color F
 - Util
 - Color Grey
*/
/******************* Color A *******************/
/******************* Color B *******************/
/******************* Color C *******************/
/******************* Color D *******************/
/******************* Color E *******************/
/******************* Color F *******************/
/******************* Color Grey *******************/
/******************* Util *******************/
/* Tabel of Contents
 - Mixins Colors Setup
 - Align and Calc
 - Hover Non Touch
 - Util
*/
/******************* Mixins Colors Setup *******************/
/******************* Align and Calc *******************/
/******************* Hover Non Touch *******************/
/******************* Util *******************/
/** paragraph **/
/* Tabel of Contents
 - General Btns
 - Btn Close
*/
/******************* General Btns *******************/
.n-btn-a,
.n-btn-b,
.n-btn-c,
.n-btn-neg,
.n-btn-e,
.n-btn-f,
.n-btn-grey,
button:not(.n-disable-default) {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.n-btn-a span,
.n-btn-b span,
.n-btn-c span,
.n-btn-neg span,
.n-btn-e span,
.n-btn-f span,
.n-btn-grey span,
button:not(.n-disable-default) span {
  transition: transform 0.2s ease-out, background-color 0.2s ease-out;
  will-change: transform, background-color;
  transform-origin: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.n-btn-a::before, .n-btn-a::after,
.n-btn-b::before,
.n-btn-b::after,
.n-btn-c::before,
.n-btn-c::after,
.n-btn-neg::before,
.n-btn-neg::after,
.n-btn-e::before,
.n-btn-e::after,
.n-btn-f::before,
.n-btn-f::after,
.n-btn-grey::before,
.n-btn-grey::after,
button:not(.n-disable-default)::before,
button:not(.n-disable-default)::after {
  transform-origin: center;
  transition: opacity 0.2s ease-out, left 0.2s ease-out, top 0.2s ease-out, border-radius 0.2s ease-out;
  will-change: opacity, left, top, border-radius;
}
.n-btn-a:focus,
.n-btn-b:focus,
.n-btn-c:focus,
.n-btn-neg:focus,
.n-btn-e:focus,
.n-btn-f:focus,
.n-btn-grey:focus,
button:not(.n-disable-default):focus {
  outline: 0;
}
.n-btn-a:not(.n-disabled).n-selected > span,
.n-btn-b:not(.n-disabled).n-selected > span,
.n-btn-c:not(.n-disabled).n-selected > span,
.n-btn-neg:not(.n-disabled).n-selected > span,
.n-btn-e:not(.n-disabled).n-selected > span,
.n-btn-f:not(.n-disabled).n-selected > span,
.n-btn-grey:not(.n-disabled).n-selected > span,
button:not(.n-disable-default):not(.n-disabled).n-selected > span {
  transform: scale(1.1);
}
.n-btn-a:not(.n-disabled).n-selected::after, .n-btn-a:not(.n-disabled).n-selected::before,
.n-btn-b:not(.n-disabled).n-selected::after,
.n-btn-b:not(.n-disabled).n-selected::before,
.n-btn-c:not(.n-disabled).n-selected::after,
.n-btn-c:not(.n-disabled).n-selected::before,
.n-btn-neg:not(.n-disabled).n-selected::after,
.n-btn-neg:not(.n-disabled).n-selected::before,
.n-btn-e:not(.n-disabled).n-selected::after,
.n-btn-e:not(.n-disabled).n-selected::before,
.n-btn-f:not(.n-disabled).n-selected::after,
.n-btn-f:not(.n-disabled).n-selected::before,
.n-btn-grey:not(.n-disabled).n-selected::after,
.n-btn-grey:not(.n-disabled).n-selected::before,
button:not(.n-disable-default):not(.n-disabled).n-selected::after,
button:not(.n-disable-default):not(.n-disabled).n-selected::before {
  opacity: 0.5;
  border-radius: 1.8rem;
}
.n-btn-a:not(.n-disabled).n-selected.n-btn-s::after, .n-btn-a:not(.n-disabled).n-selected.n-btn-s::before,
.n-btn-b:not(.n-disabled).n-selected.n-btn-s::after,
.n-btn-b:not(.n-disabled).n-selected.n-btn-s::before,
.n-btn-c:not(.n-disabled).n-selected.n-btn-s::after,
.n-btn-c:not(.n-disabled).n-selected.n-btn-s::before,
.n-btn-neg:not(.n-disabled).n-selected.n-btn-s::after,
.n-btn-neg:not(.n-disabled).n-selected.n-btn-s::before,
.n-btn-e:not(.n-disabled).n-selected.n-btn-s::after,
.n-btn-e:not(.n-disabled).n-selected.n-btn-s::before,
.n-btn-f:not(.n-disabled).n-selected.n-btn-s::after,
.n-btn-f:not(.n-disabled).n-selected.n-btn-s::before,
.n-btn-grey:not(.n-disabled).n-selected.n-btn-s::after,
.n-btn-grey:not(.n-disabled).n-selected.n-btn-s::before,
button:not(.n-disable-default):not(.n-disabled).n-selected.n-btn-s::after,
button:not(.n-disable-default):not(.n-disabled).n-selected.n-btn-s::before {
  border-radius: 1.6rem;
}
.n-btn-a:not(.n-disabled).n-selected::after,
.n-btn-b:not(.n-disabled).n-selected::after,
.n-btn-c:not(.n-disabled).n-selected::after,
.n-btn-neg:not(.n-disabled).n-selected::after,
.n-btn-e:not(.n-disabled).n-selected::after,
.n-btn-f:not(.n-disabled).n-selected::after,
.n-btn-grey:not(.n-disabled).n-selected::after,
button:not(.n-disable-default):not(.n-disabled).n-selected::after {
  top: -0.4rem;
  left: -0.4rem;
}
.n-btn-a:not(.n-disabled).n-selected::before,
.n-btn-b:not(.n-disabled).n-selected::before,
.n-btn-c:not(.n-disabled).n-selected::before,
.n-btn-neg:not(.n-disabled).n-selected::before,
.n-btn-e:not(.n-disabled).n-selected::before,
.n-btn-f:not(.n-disabled).n-selected::before,
.n-btn-grey:not(.n-disabled).n-selected::before,
button:not(.n-disable-default):not(.n-disabled).n-selected::before {
  top: 0.4rem;
  left: 0.4rem;
}

/*** remove touch hover ***/
@media (hover: hover) {
  body.n-hv-s button:not(.n-disable-default):hover {
    background: transparent !important;
  }
  body.n-hv-s .n-btn-a:not(.n-disabled):hover > span,
body.n-hv-s .n-btn-b:not(.n-disabled):hover > span,
body.n-hv-s .n-btn-c:not(.n-disabled):hover > span,
body.n-hv-s .n-btn-neg:not(.n-disabled):hover > span,
body.n-hv-s .n-btn-e:not(.n-disabled):hover > span,
body.n-hv-s .n-btn-f:not(.n-disabled):hover > span,
body.n-hv-s .n-btn-grey:not(.n-disabled):hover > span,
body.n-hv-s button:not(.n-disable-default):not(.n-disabled):hover > span {
    transform: scale(1.1);
  }
  body.n-hv-s .n-btn-a:not(.n-disabled):hover::after, body.n-hv-s .n-btn-a:not(.n-disabled):hover::before,
body.n-hv-s .n-btn-b:not(.n-disabled):hover::after,
body.n-hv-s .n-btn-b:not(.n-disabled):hover::before,
body.n-hv-s .n-btn-c:not(.n-disabled):hover::after,
body.n-hv-s .n-btn-c:not(.n-disabled):hover::before,
body.n-hv-s .n-btn-neg:not(.n-disabled):hover::after,
body.n-hv-s .n-btn-neg:not(.n-disabled):hover::before,
body.n-hv-s .n-btn-e:not(.n-disabled):hover::after,
body.n-hv-s .n-btn-e:not(.n-disabled):hover::before,
body.n-hv-s .n-btn-f:not(.n-disabled):hover::after,
body.n-hv-s .n-btn-f:not(.n-disabled):hover::before,
body.n-hv-s .n-btn-grey:not(.n-disabled):hover::after,
body.n-hv-s .n-btn-grey:not(.n-disabled):hover::before,
body.n-hv-s button:not(.n-disable-default):not(.n-disabled):hover::after,
body.n-hv-s button:not(.n-disable-default):not(.n-disabled):hover::before {
    opacity: 0.5;
    border-radius: 1.8rem;
  }
  body.n-hv-s .n-btn-a:not(.n-disabled):hover.n-btn-s::after, body.n-hv-s .n-btn-a:not(.n-disabled):hover.n-btn-s::before,
body.n-hv-s .n-btn-b:not(.n-disabled):hover.n-btn-s::after,
body.n-hv-s .n-btn-b:not(.n-disabled):hover.n-btn-s::before,
body.n-hv-s .n-btn-c:not(.n-disabled):hover.n-btn-s::after,
body.n-hv-s .n-btn-c:not(.n-disabled):hover.n-btn-s::before,
body.n-hv-s .n-btn-neg:not(.n-disabled):hover.n-btn-s::after,
body.n-hv-s .n-btn-neg:not(.n-disabled):hover.n-btn-s::before,
body.n-hv-s .n-btn-e:not(.n-disabled):hover.n-btn-s::after,
body.n-hv-s .n-btn-e:not(.n-disabled):hover.n-btn-s::before,
body.n-hv-s .n-btn-f:not(.n-disabled):hover.n-btn-s::after,
body.n-hv-s .n-btn-f:not(.n-disabled):hover.n-btn-s::before,
body.n-hv-s .n-btn-grey:not(.n-disabled):hover.n-btn-s::after,
body.n-hv-s .n-btn-grey:not(.n-disabled):hover.n-btn-s::before,
body.n-hv-s button:not(.n-disable-default):not(.n-disabled):hover.n-btn-s::after,
body.n-hv-s button:not(.n-disable-default):not(.n-disabled):hover.n-btn-s::before {
    border-radius: 1.6rem;
  }
  body.n-hv-s .n-btn-a:not(.n-disabled):hover::after,
body.n-hv-s .n-btn-b:not(.n-disabled):hover::after,
body.n-hv-s .n-btn-c:not(.n-disabled):hover::after,
body.n-hv-s .n-btn-neg:not(.n-disabled):hover::after,
body.n-hv-s .n-btn-e:not(.n-disabled):hover::after,
body.n-hv-s .n-btn-f:not(.n-disabled):hover::after,
body.n-hv-s .n-btn-grey:not(.n-disabled):hover::after,
body.n-hv-s button:not(.n-disable-default):not(.n-disabled):hover::after {
    top: -0.4rem;
    left: -0.4rem;
  }
  body.n-hv-s .n-btn-a:not(.n-disabled):hover::before,
body.n-hv-s .n-btn-b:not(.n-disabled):hover::before,
body.n-hv-s .n-btn-c:not(.n-disabled):hover::before,
body.n-hv-s .n-btn-neg:not(.n-disabled):hover::before,
body.n-hv-s .n-btn-e:not(.n-disabled):hover::before,
body.n-hv-s .n-btn-f:not(.n-disabled):hover::before,
body.n-hv-s .n-btn-grey:not(.n-disabled):hover::before,
body.n-hv-s button:not(.n-disable-default):not(.n-disabled):hover::before {
    top: 0.4rem;
    left: 0.4rem;
  }
}
body.n-hv-moz button:not(.n-disable-default):hover {
  background: transparent !important;
}
body.n-hv-moz .n-btn-a:not(.n-disabled):hover > span,
body.n-hv-moz .n-btn-b:not(.n-disabled):hover > span,
body.n-hv-moz .n-btn-c:not(.n-disabled):hover > span,
body.n-hv-moz .n-btn-neg:not(.n-disabled):hover > span,
body.n-hv-moz .n-btn-e:not(.n-disabled):hover > span,
body.n-hv-moz .n-btn-f:not(.n-disabled):hover > span,
body.n-hv-moz .n-btn-grey:not(.n-disabled):hover > span,
body.n-hv-moz button:not(.n-disable-default):not(.n-disabled):hover > span {
  transform: scale(1.1);
}
body.n-hv-moz .n-btn-a:not(.n-disabled):hover::after, body.n-hv-moz .n-btn-a:not(.n-disabled):hover::before,
body.n-hv-moz .n-btn-b:not(.n-disabled):hover::after,
body.n-hv-moz .n-btn-b:not(.n-disabled):hover::before,
body.n-hv-moz .n-btn-c:not(.n-disabled):hover::after,
body.n-hv-moz .n-btn-c:not(.n-disabled):hover::before,
body.n-hv-moz .n-btn-neg:not(.n-disabled):hover::after,
body.n-hv-moz .n-btn-neg:not(.n-disabled):hover::before,
body.n-hv-moz .n-btn-e:not(.n-disabled):hover::after,
body.n-hv-moz .n-btn-e:not(.n-disabled):hover::before,
body.n-hv-moz .n-btn-f:not(.n-disabled):hover::after,
body.n-hv-moz .n-btn-f:not(.n-disabled):hover::before,
body.n-hv-moz .n-btn-grey:not(.n-disabled):hover::after,
body.n-hv-moz .n-btn-grey:not(.n-disabled):hover::before,
body.n-hv-moz button:not(.n-disable-default):not(.n-disabled):hover::after,
body.n-hv-moz button:not(.n-disable-default):not(.n-disabled):hover::before {
  opacity: 0.5;
  border-radius: 1.8rem;
}
body.n-hv-moz .n-btn-a:not(.n-disabled):hover.n-btn-s::after, body.n-hv-moz .n-btn-a:not(.n-disabled):hover.n-btn-s::before,
body.n-hv-moz .n-btn-b:not(.n-disabled):hover.n-btn-s::after,
body.n-hv-moz .n-btn-b:not(.n-disabled):hover.n-btn-s::before,
body.n-hv-moz .n-btn-c:not(.n-disabled):hover.n-btn-s::after,
body.n-hv-moz .n-btn-c:not(.n-disabled):hover.n-btn-s::before,
body.n-hv-moz .n-btn-neg:not(.n-disabled):hover.n-btn-s::after,
body.n-hv-moz .n-btn-neg:not(.n-disabled):hover.n-btn-s::before,
body.n-hv-moz .n-btn-e:not(.n-disabled):hover.n-btn-s::after,
body.n-hv-moz .n-btn-e:not(.n-disabled):hover.n-btn-s::before,
body.n-hv-moz .n-btn-f:not(.n-disabled):hover.n-btn-s::after,
body.n-hv-moz .n-btn-f:not(.n-disabled):hover.n-btn-s::before,
body.n-hv-moz .n-btn-grey:not(.n-disabled):hover.n-btn-s::after,
body.n-hv-moz .n-btn-grey:not(.n-disabled):hover.n-btn-s::before,
body.n-hv-moz button:not(.n-disable-default):not(.n-disabled):hover.n-btn-s::after,
body.n-hv-moz button:not(.n-disable-default):not(.n-disabled):hover.n-btn-s::before {
  border-radius: 1.6rem;
}
body.n-hv-moz .n-btn-a:not(.n-disabled):hover::after,
body.n-hv-moz .n-btn-b:not(.n-disabled):hover::after,
body.n-hv-moz .n-btn-c:not(.n-disabled):hover::after,
body.n-hv-moz .n-btn-neg:not(.n-disabled):hover::after,
body.n-hv-moz .n-btn-e:not(.n-disabled):hover::after,
body.n-hv-moz .n-btn-f:not(.n-disabled):hover::after,
body.n-hv-moz .n-btn-grey:not(.n-disabled):hover::after,
body.n-hv-moz button:not(.n-disable-default):not(.n-disabled):hover::after {
  top: -0.4rem;
  left: -0.4rem;
}
body.n-hv-moz .n-btn-a:not(.n-disabled):hover::before,
body.n-hv-moz .n-btn-b:not(.n-disabled):hover::before,
body.n-hv-moz .n-btn-c:not(.n-disabled):hover::before,
body.n-hv-moz .n-btn-neg:not(.n-disabled):hover::before,
body.n-hv-moz .n-btn-e:not(.n-disabled):hover::before,
body.n-hv-moz .n-btn-f:not(.n-disabled):hover::before,
body.n-hv-moz .n-btn-grey:not(.n-disabled):hover::before,
body.n-hv-moz button:not(.n-disable-default):not(.n-disabled):hover::before {
  top: 0.4rem;
  left: 0.4rem;
}

.n-btn-icon-a,
.n-btn-icon-b,
.n-btn-icon-c,
.n-btn-icon-neg,
.n-btn-icon-e,
.n-btn-icon-f,
.n-btn-icon-white,
.n-btn-icon-grey {
  position: relative;
}
.n-btn-icon-a .n-icon,
.n-btn-icon-b .n-icon,
.n-btn-icon-c .n-icon,
.n-btn-icon-neg .n-icon,
.n-btn-icon-e .n-icon,
.n-btn-icon-f .n-icon,
.n-btn-icon-white .n-icon,
.n-btn-icon-grey .n-icon {
  transform: scale(1);
  transition: transform 0.2s ease-out;
  will-change: transform;
  transform-origin: center;
}
.n-btn-icon-a.n-top-left > div, .n-btn-icon-a.n-top-left > span,
.n-btn-icon-b.n-top-left > div,
.n-btn-icon-b.n-top-left > span,
.n-btn-icon-c.n-top-left > div,
.n-btn-icon-c.n-top-left > span,
.n-btn-icon-neg.n-top-left > div,
.n-btn-icon-neg.n-top-left > span,
.n-btn-icon-e.n-top-left > div,
.n-btn-icon-e.n-top-left > span,
.n-btn-icon-f.n-top-left > div,
.n-btn-icon-f.n-top-left > span,
.n-btn-icon-white.n-top-left > div,
.n-btn-icon-white.n-top-left > span,
.n-btn-icon-grey.n-top-left > div,
.n-btn-icon-grey.n-top-left > span {
  transform-origin: top left;
}
.n-btn-icon-a.n-top-right > div, .n-btn-icon-a.n-top-right > span,
.n-btn-icon-b.n-top-right > div,
.n-btn-icon-b.n-top-right > span,
.n-btn-icon-c.n-top-right > div,
.n-btn-icon-c.n-top-right > span,
.n-btn-icon-neg.n-top-right > div,
.n-btn-icon-neg.n-top-right > span,
.n-btn-icon-e.n-top-right > div,
.n-btn-icon-e.n-top-right > span,
.n-btn-icon-f.n-top-right > div,
.n-btn-icon-f.n-top-right > span,
.n-btn-icon-white.n-top-right > div,
.n-btn-icon-white.n-top-right > span,
.n-btn-icon-grey.n-top-right > div,
.n-btn-icon-grey.n-top-right > span {
  transform-origin: top right;
}
.n-btn-icon-a.n-bottom-left > div, .n-btn-icon-a.n-bottom-left > span,
.n-btn-icon-b.n-bottom-left > div,
.n-btn-icon-b.n-bottom-left > span,
.n-btn-icon-c.n-bottom-left > div,
.n-btn-icon-c.n-bottom-left > span,
.n-btn-icon-neg.n-bottom-left > div,
.n-btn-icon-neg.n-bottom-left > span,
.n-btn-icon-e.n-bottom-left > div,
.n-btn-icon-e.n-bottom-left > span,
.n-btn-icon-f.n-bottom-left > div,
.n-btn-icon-f.n-bottom-left > span,
.n-btn-icon-white.n-bottom-left > div,
.n-btn-icon-white.n-bottom-left > span,
.n-btn-icon-grey.n-bottom-left > div,
.n-btn-icon-grey.n-bottom-left > span {
  transform-origin: bottom left;
}
.n-btn-icon-a.n-bottom-right > div, .n-btn-icon-a.n-bottom-right > span,
.n-btn-icon-b.n-bottom-right > div,
.n-btn-icon-b.n-bottom-right > span,
.n-btn-icon-c.n-bottom-right > div,
.n-btn-icon-c.n-bottom-right > span,
.n-btn-icon-neg.n-bottom-right > div,
.n-btn-icon-neg.n-bottom-right > span,
.n-btn-icon-e.n-bottom-right > div,
.n-btn-icon-e.n-bottom-right > span,
.n-btn-icon-f.n-bottom-right > div,
.n-btn-icon-f.n-bottom-right > span,
.n-btn-icon-white.n-bottom-right > div,
.n-btn-icon-white.n-bottom-right > span,
.n-btn-icon-grey.n-bottom-right > div,
.n-btn-icon-grey.n-bottom-right > span {
  transform-origin: bottom right;
}
.n-btn-icon-a::after, .n-btn-icon-a::before,
.n-btn-icon-b::after,
.n-btn-icon-b::before,
.n-btn-icon-c::after,
.n-btn-icon-c::before,
.n-btn-icon-neg::after,
.n-btn-icon-neg::before,
.n-btn-icon-e::after,
.n-btn-icon-e::before,
.n-btn-icon-f::after,
.n-btn-icon-f::before,
.n-btn-icon-white::after,
.n-btn-icon-white::before,
.n-btn-icon-grey::after,
.n-btn-icon-grey::before {
  transition: opacity 0.2s ease-out, left 0.2s ease-out, top 0.2s ease-out, bottom 0.2s ease-out, border-radius 0.2s ease-out;
  transform-origin: center;
  will-change: opacity, left, top, bottom, border-radius;
}

.n-btn-icon-a:not(.n-disabled).n-selected::after, .n-btn-icon-a:not(.n-disabled).n-selected::before,
.n-btn-icon-b:not(.n-disabled).n-selected::after,
.n-btn-icon-b:not(.n-disabled).n-selected::before,
.n-btn-icon-c:not(.n-disabled).n-selected::after,
.n-btn-icon-c:not(.n-disabled).n-selected::before,
.n-btn-icon-neg:not(.n-disabled).n-selected::after,
.n-btn-icon-neg:not(.n-disabled).n-selected::before,
.n-btn-icon-e:not(.n-disabled).n-selected::after,
.n-btn-icon-e:not(.n-disabled).n-selected::before,
.n-btn-icon-f:not(.n-disabled).n-selected::after,
.n-btn-icon-f:not(.n-disabled).n-selected::before,
.n-btn-icon-white:not(.n-disabled).n-selected::after,
.n-btn-icon-white:not(.n-disabled).n-selected::before,
.n-btn-icon-grey:not(.n-disabled).n-selected::after,
.n-btn-icon-grey:not(.n-disabled).n-selected::before {
  border-radius: 1rem;
  opacity: 0.5;
}
.n-btn-icon-a:not(.n-disabled).n-selected > div, .n-btn-icon-a:not(.n-disabled).n-selected > span,
.n-btn-icon-b:not(.n-disabled).n-selected > div,
.n-btn-icon-b:not(.n-disabled).n-selected > span,
.n-btn-icon-c:not(.n-disabled).n-selected > div,
.n-btn-icon-c:not(.n-disabled).n-selected > span,
.n-btn-icon-neg:not(.n-disabled).n-selected > div,
.n-btn-icon-neg:not(.n-disabled).n-selected > span,
.n-btn-icon-e:not(.n-disabled).n-selected > div,
.n-btn-icon-e:not(.n-disabled).n-selected > span,
.n-btn-icon-f:not(.n-disabled).n-selected > div,
.n-btn-icon-f:not(.n-disabled).n-selected > span,
.n-btn-icon-white:not(.n-disabled).n-selected > div,
.n-btn-icon-white:not(.n-disabled).n-selected > span,
.n-btn-icon-grey:not(.n-disabled).n-selected > div,
.n-btn-icon-grey:not(.n-disabled).n-selected > span {
  transform: scale(1.2);
}
.n-btn-icon-a:not(.n-disabled).n-selected::after,
.n-btn-icon-b:not(.n-disabled).n-selected::after,
.n-btn-icon-c:not(.n-disabled).n-selected::after,
.n-btn-icon-neg:not(.n-disabled).n-selected::after,
.n-btn-icon-e:not(.n-disabled).n-selected::after,
.n-btn-icon-f:not(.n-disabled).n-selected::after,
.n-btn-icon-white:not(.n-disabled).n-selected::after,
.n-btn-icon-grey:not(.n-disabled).n-selected::after {
  top: -0.3rem;
  left: -0.3rem;
}
.n-btn-icon-a:not(.n-disabled).n-selected::before,
.n-btn-icon-b:not(.n-disabled).n-selected::before,
.n-btn-icon-c:not(.n-disabled).n-selected::before,
.n-btn-icon-neg:not(.n-disabled).n-selected::before,
.n-btn-icon-e:not(.n-disabled).n-selected::before,
.n-btn-icon-f:not(.n-disabled).n-selected::before,
.n-btn-icon-white:not(.n-disabled).n-selected::before,
.n-btn-icon-grey:not(.n-disabled).n-selected::before {
  top: 0.3rem;
  left: 0.3rem;
}
.n-btn-icon-a:not(.n-disabled).n-selected.n-top-left::after,
.n-btn-icon-b:not(.n-disabled).n-selected.n-top-left::after,
.n-btn-icon-c:not(.n-disabled).n-selected.n-top-left::after,
.n-btn-icon-neg:not(.n-disabled).n-selected.n-top-left::after,
.n-btn-icon-e:not(.n-disabled).n-selected.n-top-left::after,
.n-btn-icon-f:not(.n-disabled).n-selected.n-top-left::after,
.n-btn-icon-white:not(.n-disabled).n-selected.n-top-left::after,
.n-btn-icon-grey:not(.n-disabled).n-selected.n-top-left::after {
  top: 0;
  left: 0;
}
.n-btn-icon-a:not(.n-disabled).n-selected.n-top-left::before,
.n-btn-icon-b:not(.n-disabled).n-selected.n-top-left::before,
.n-btn-icon-c:not(.n-disabled).n-selected.n-top-left::before,
.n-btn-icon-neg:not(.n-disabled).n-selected.n-top-left::before,
.n-btn-icon-e:not(.n-disabled).n-selected.n-top-left::before,
.n-btn-icon-f:not(.n-disabled).n-selected.n-top-left::before,
.n-btn-icon-white:not(.n-disabled).n-selected.n-top-left::before,
.n-btn-icon-grey:not(.n-disabled).n-selected.n-top-left::before {
  top: 0.6rem;
  left: 0.6rem;
}
.n-btn-icon-a:not(.n-disabled).n-selected.n-top-right::after,
.n-btn-icon-b:not(.n-disabled).n-selected.n-top-right::after,
.n-btn-icon-c:not(.n-disabled).n-selected.n-top-right::after,
.n-btn-icon-neg:not(.n-disabled).n-selected.n-top-right::after,
.n-btn-icon-e:not(.n-disabled).n-selected.n-top-right::after,
.n-btn-icon-f:not(.n-disabled).n-selected.n-top-right::after,
.n-btn-icon-white:not(.n-disabled).n-selected.n-top-right::after,
.n-btn-icon-grey:not(.n-disabled).n-selected.n-top-right::after {
  top: 0;
  left: 0;
}
.n-btn-icon-a:not(.n-disabled).n-selected.n-top-right::before,
.n-btn-icon-b:not(.n-disabled).n-selected.n-top-right::before,
.n-btn-icon-c:not(.n-disabled).n-selected.n-top-right::before,
.n-btn-icon-neg:not(.n-disabled).n-selected.n-top-right::before,
.n-btn-icon-e:not(.n-disabled).n-selected.n-top-right::before,
.n-btn-icon-f:not(.n-disabled).n-selected.n-top-right::before,
.n-btn-icon-white:not(.n-disabled).n-selected.n-top-right::before,
.n-btn-icon-grey:not(.n-disabled).n-selected.n-top-right::before {
  bottom: -0.6rem;
  left: -0.6rem;
}
.n-btn-icon-a:not(.n-disabled).n-selected.n-bottom-left::after,
.n-btn-icon-b:not(.n-disabled).n-selected.n-bottom-left::after,
.n-btn-icon-c:not(.n-disabled).n-selected.n-bottom-left::after,
.n-btn-icon-neg:not(.n-disabled).n-selected.n-bottom-left::after,
.n-btn-icon-e:not(.n-disabled).n-selected.n-bottom-left::after,
.n-btn-icon-f:not(.n-disabled).n-selected.n-bottom-left::after,
.n-btn-icon-white:not(.n-disabled).n-selected.n-bottom-left::after,
.n-btn-icon-grey:not(.n-disabled).n-selected.n-bottom-left::after {
  top: 0;
  left: 0;
}
.n-btn-icon-a:not(.n-disabled).n-selected.n-bottom-left::before,
.n-btn-icon-b:not(.n-disabled).n-selected.n-bottom-left::before,
.n-btn-icon-c:not(.n-disabled).n-selected.n-bottom-left::before,
.n-btn-icon-neg:not(.n-disabled).n-selected.n-bottom-left::before,
.n-btn-icon-e:not(.n-disabled).n-selected.n-bottom-left::before,
.n-btn-icon-f:not(.n-disabled).n-selected.n-bottom-left::before,
.n-btn-icon-white:not(.n-disabled).n-selected.n-bottom-left::before,
.n-btn-icon-grey:not(.n-disabled).n-selected.n-bottom-left::before {
  top: -0.6rem;
  left: 0.6rem;
}
.n-btn-icon-a:not(.n-disabled).n-selected.n-bottom-right::after,
.n-btn-icon-b:not(.n-disabled).n-selected.n-bottom-right::after,
.n-btn-icon-c:not(.n-disabled).n-selected.n-bottom-right::after,
.n-btn-icon-neg:not(.n-disabled).n-selected.n-bottom-right::after,
.n-btn-icon-e:not(.n-disabled).n-selected.n-bottom-right::after,
.n-btn-icon-f:not(.n-disabled).n-selected.n-bottom-right::after,
.n-btn-icon-white:not(.n-disabled).n-selected.n-bottom-right::after,
.n-btn-icon-grey:not(.n-disabled).n-selected.n-bottom-right::after {
  top: 0;
  left: 0;
}
.n-btn-icon-a:not(.n-disabled).n-selected.n-bottom-right::before,
.n-btn-icon-b:not(.n-disabled).n-selected.n-bottom-right::before,
.n-btn-icon-c:not(.n-disabled).n-selected.n-bottom-right::before,
.n-btn-icon-neg:not(.n-disabled).n-selected.n-bottom-right::before,
.n-btn-icon-e:not(.n-disabled).n-selected.n-bottom-right::before,
.n-btn-icon-f:not(.n-disabled).n-selected.n-bottom-right::before,
.n-btn-icon-white:not(.n-disabled).n-selected.n-bottom-right::before,
.n-btn-icon-grey:not(.n-disabled).n-selected.n-bottom-right::before {
  top: -0.6rem;
  left: -0.6rem;
}

/*** remove touch hover ***/
@media (hover: hover) {
  body.n-hv-s .n-btn-icon-a:not(.n-disabled):hover::after, body.n-hv-s .n-btn-icon-a:not(.n-disabled):hover::before,
body.n-hv-s .n-btn-icon-b:not(.n-disabled):hover::after,
body.n-hv-s .n-btn-icon-b:not(.n-disabled):hover::before,
body.n-hv-s .n-btn-icon-c:not(.n-disabled):hover::after,
body.n-hv-s .n-btn-icon-c:not(.n-disabled):hover::before,
body.n-hv-s .n-btn-icon-neg:not(.n-disabled):hover::after,
body.n-hv-s .n-btn-icon-neg:not(.n-disabled):hover::before,
body.n-hv-s .n-btn-icon-e:not(.n-disabled):hover::after,
body.n-hv-s .n-btn-icon-e:not(.n-disabled):hover::before,
body.n-hv-s .n-btn-icon-f:not(.n-disabled):hover::after,
body.n-hv-s .n-btn-icon-f:not(.n-disabled):hover::before,
body.n-hv-s .n-btn-icon-white:not(.n-disabled):hover::after,
body.n-hv-s .n-btn-icon-white:not(.n-disabled):hover::before,
body.n-hv-s .n-btn-icon-grey:not(.n-disabled):hover::after,
body.n-hv-s .n-btn-icon-grey:not(.n-disabled):hover::before {
    border-radius: 1rem;
    opacity: 0.5;
  }
  body.n-hv-s .n-btn-icon-a:not(.n-disabled):hover > div, body.n-hv-s .n-btn-icon-a:not(.n-disabled):hover > span,
body.n-hv-s .n-btn-icon-b:not(.n-disabled):hover > div,
body.n-hv-s .n-btn-icon-b:not(.n-disabled):hover > span,
body.n-hv-s .n-btn-icon-c:not(.n-disabled):hover > div,
body.n-hv-s .n-btn-icon-c:not(.n-disabled):hover > span,
body.n-hv-s .n-btn-icon-neg:not(.n-disabled):hover > div,
body.n-hv-s .n-btn-icon-neg:not(.n-disabled):hover > span,
body.n-hv-s .n-btn-icon-e:not(.n-disabled):hover > div,
body.n-hv-s .n-btn-icon-e:not(.n-disabled):hover > span,
body.n-hv-s .n-btn-icon-f:not(.n-disabled):hover > div,
body.n-hv-s .n-btn-icon-f:not(.n-disabled):hover > span,
body.n-hv-s .n-btn-icon-white:not(.n-disabled):hover > div,
body.n-hv-s .n-btn-icon-white:not(.n-disabled):hover > span,
body.n-hv-s .n-btn-icon-grey:not(.n-disabled):hover > div,
body.n-hv-s .n-btn-icon-grey:not(.n-disabled):hover > span {
    transform: scale(1.2);
  }
  body.n-hv-s .n-btn-icon-a:not(.n-disabled):hover::after,
body.n-hv-s .n-btn-icon-b:not(.n-disabled):hover::after,
body.n-hv-s .n-btn-icon-c:not(.n-disabled):hover::after,
body.n-hv-s .n-btn-icon-neg:not(.n-disabled):hover::after,
body.n-hv-s .n-btn-icon-e:not(.n-disabled):hover::after,
body.n-hv-s .n-btn-icon-f:not(.n-disabled):hover::after,
body.n-hv-s .n-btn-icon-white:not(.n-disabled):hover::after,
body.n-hv-s .n-btn-icon-grey:not(.n-disabled):hover::after {
    top: -0.3rem;
    left: -0.3rem;
  }
  body.n-hv-s .n-btn-icon-a:not(.n-disabled):hover::before,
body.n-hv-s .n-btn-icon-b:not(.n-disabled):hover::before,
body.n-hv-s .n-btn-icon-c:not(.n-disabled):hover::before,
body.n-hv-s .n-btn-icon-neg:not(.n-disabled):hover::before,
body.n-hv-s .n-btn-icon-e:not(.n-disabled):hover::before,
body.n-hv-s .n-btn-icon-f:not(.n-disabled):hover::before,
body.n-hv-s .n-btn-icon-white:not(.n-disabled):hover::before,
body.n-hv-s .n-btn-icon-grey:not(.n-disabled):hover::before {
    top: 0.3rem;
    left: 0.3rem;
  }
  body.n-hv-s .n-btn-icon-a:not(.n-disabled):hover.n-top-left::after,
body.n-hv-s .n-btn-icon-b:not(.n-disabled):hover.n-top-left::after,
body.n-hv-s .n-btn-icon-c:not(.n-disabled):hover.n-top-left::after,
body.n-hv-s .n-btn-icon-neg:not(.n-disabled):hover.n-top-left::after,
body.n-hv-s .n-btn-icon-e:not(.n-disabled):hover.n-top-left::after,
body.n-hv-s .n-btn-icon-f:not(.n-disabled):hover.n-top-left::after,
body.n-hv-s .n-btn-icon-white:not(.n-disabled):hover.n-top-left::after,
body.n-hv-s .n-btn-icon-grey:not(.n-disabled):hover.n-top-left::after {
    top: 0;
    left: 0;
  }
  body.n-hv-s .n-btn-icon-a:not(.n-disabled):hover.n-top-left::before,
body.n-hv-s .n-btn-icon-b:not(.n-disabled):hover.n-top-left::before,
body.n-hv-s .n-btn-icon-c:not(.n-disabled):hover.n-top-left::before,
body.n-hv-s .n-btn-icon-neg:not(.n-disabled):hover.n-top-left::before,
body.n-hv-s .n-btn-icon-e:not(.n-disabled):hover.n-top-left::before,
body.n-hv-s .n-btn-icon-f:not(.n-disabled):hover.n-top-left::before,
body.n-hv-s .n-btn-icon-white:not(.n-disabled):hover.n-top-left::before,
body.n-hv-s .n-btn-icon-grey:not(.n-disabled):hover.n-top-left::before {
    top: 0.6rem;
    left: 0.6rem;
  }
  body.n-hv-s .n-btn-icon-a:not(.n-disabled):hover.n-top-right::after,
body.n-hv-s .n-btn-icon-b:not(.n-disabled):hover.n-top-right::after,
body.n-hv-s .n-btn-icon-c:not(.n-disabled):hover.n-top-right::after,
body.n-hv-s .n-btn-icon-neg:not(.n-disabled):hover.n-top-right::after,
body.n-hv-s .n-btn-icon-e:not(.n-disabled):hover.n-top-right::after,
body.n-hv-s .n-btn-icon-f:not(.n-disabled):hover.n-top-right::after,
body.n-hv-s .n-btn-icon-white:not(.n-disabled):hover.n-top-right::after,
body.n-hv-s .n-btn-icon-grey:not(.n-disabled):hover.n-top-right::after {
    top: 0;
    left: 0;
  }
  body.n-hv-s .n-btn-icon-a:not(.n-disabled):hover.n-top-right::before,
body.n-hv-s .n-btn-icon-b:not(.n-disabled):hover.n-top-right::before,
body.n-hv-s .n-btn-icon-c:not(.n-disabled):hover.n-top-right::before,
body.n-hv-s .n-btn-icon-neg:not(.n-disabled):hover.n-top-right::before,
body.n-hv-s .n-btn-icon-e:not(.n-disabled):hover.n-top-right::before,
body.n-hv-s .n-btn-icon-f:not(.n-disabled):hover.n-top-right::before,
body.n-hv-s .n-btn-icon-white:not(.n-disabled):hover.n-top-right::before,
body.n-hv-s .n-btn-icon-grey:not(.n-disabled):hover.n-top-right::before {
    bottom: -0.6rem;
    left: -0.6rem;
  }
  body.n-hv-s .n-btn-icon-a:not(.n-disabled):hover.n-bottom-left::after,
body.n-hv-s .n-btn-icon-b:not(.n-disabled):hover.n-bottom-left::after,
body.n-hv-s .n-btn-icon-c:not(.n-disabled):hover.n-bottom-left::after,
body.n-hv-s .n-btn-icon-neg:not(.n-disabled):hover.n-bottom-left::after,
body.n-hv-s .n-btn-icon-e:not(.n-disabled):hover.n-bottom-left::after,
body.n-hv-s .n-btn-icon-f:not(.n-disabled):hover.n-bottom-left::after,
body.n-hv-s .n-btn-icon-white:not(.n-disabled):hover.n-bottom-left::after,
body.n-hv-s .n-btn-icon-grey:not(.n-disabled):hover.n-bottom-left::after {
    top: 0;
    left: 0;
  }
  body.n-hv-s .n-btn-icon-a:not(.n-disabled):hover.n-bottom-left::before,
body.n-hv-s .n-btn-icon-b:not(.n-disabled):hover.n-bottom-left::before,
body.n-hv-s .n-btn-icon-c:not(.n-disabled):hover.n-bottom-left::before,
body.n-hv-s .n-btn-icon-neg:not(.n-disabled):hover.n-bottom-left::before,
body.n-hv-s .n-btn-icon-e:not(.n-disabled):hover.n-bottom-left::before,
body.n-hv-s .n-btn-icon-f:not(.n-disabled):hover.n-bottom-left::before,
body.n-hv-s .n-btn-icon-white:not(.n-disabled):hover.n-bottom-left::before,
body.n-hv-s .n-btn-icon-grey:not(.n-disabled):hover.n-bottom-left::before {
    top: -0.6rem;
    left: 0.6rem;
  }
  body.n-hv-s .n-btn-icon-a:not(.n-disabled):hover.n-bottom-right::after,
body.n-hv-s .n-btn-icon-b:not(.n-disabled):hover.n-bottom-right::after,
body.n-hv-s .n-btn-icon-c:not(.n-disabled):hover.n-bottom-right::after,
body.n-hv-s .n-btn-icon-neg:not(.n-disabled):hover.n-bottom-right::after,
body.n-hv-s .n-btn-icon-e:not(.n-disabled):hover.n-bottom-right::after,
body.n-hv-s .n-btn-icon-f:not(.n-disabled):hover.n-bottom-right::after,
body.n-hv-s .n-btn-icon-white:not(.n-disabled):hover.n-bottom-right::after,
body.n-hv-s .n-btn-icon-grey:not(.n-disabled):hover.n-bottom-right::after {
    top: 0;
    left: 0;
  }
  body.n-hv-s .n-btn-icon-a:not(.n-disabled):hover.n-bottom-right::before,
body.n-hv-s .n-btn-icon-b:not(.n-disabled):hover.n-bottom-right::before,
body.n-hv-s .n-btn-icon-c:not(.n-disabled):hover.n-bottom-right::before,
body.n-hv-s .n-btn-icon-neg:not(.n-disabled):hover.n-bottom-right::before,
body.n-hv-s .n-btn-icon-e:not(.n-disabled):hover.n-bottom-right::before,
body.n-hv-s .n-btn-icon-f:not(.n-disabled):hover.n-bottom-right::before,
body.n-hv-s .n-btn-icon-white:not(.n-disabled):hover.n-bottom-right::before,
body.n-hv-s .n-btn-icon-grey:not(.n-disabled):hover.n-bottom-right::before {
    top: -0.6rem;
    left: -0.6rem;
  }
}
body.n-hv-moz .n-btn-icon-a:not(.n-disabled):hover::after, body.n-hv-moz .n-btn-icon-a:not(.n-disabled):hover::before,
body.n-hv-moz .n-btn-icon-b:not(.n-disabled):hover::after,
body.n-hv-moz .n-btn-icon-b:not(.n-disabled):hover::before,
body.n-hv-moz .n-btn-icon-c:not(.n-disabled):hover::after,
body.n-hv-moz .n-btn-icon-c:not(.n-disabled):hover::before,
body.n-hv-moz .n-btn-icon-neg:not(.n-disabled):hover::after,
body.n-hv-moz .n-btn-icon-neg:not(.n-disabled):hover::before,
body.n-hv-moz .n-btn-icon-e:not(.n-disabled):hover::after,
body.n-hv-moz .n-btn-icon-e:not(.n-disabled):hover::before,
body.n-hv-moz .n-btn-icon-f:not(.n-disabled):hover::after,
body.n-hv-moz .n-btn-icon-f:not(.n-disabled):hover::before,
body.n-hv-moz .n-btn-icon-white:not(.n-disabled):hover::after,
body.n-hv-moz .n-btn-icon-white:not(.n-disabled):hover::before,
body.n-hv-moz .n-btn-icon-grey:not(.n-disabled):hover::after,
body.n-hv-moz .n-btn-icon-grey:not(.n-disabled):hover::before {
  border-radius: 1rem;
  opacity: 0.5;
}
body.n-hv-moz .n-btn-icon-a:not(.n-disabled):hover > div, body.n-hv-moz .n-btn-icon-a:not(.n-disabled):hover > span,
body.n-hv-moz .n-btn-icon-b:not(.n-disabled):hover > div,
body.n-hv-moz .n-btn-icon-b:not(.n-disabled):hover > span,
body.n-hv-moz .n-btn-icon-c:not(.n-disabled):hover > div,
body.n-hv-moz .n-btn-icon-c:not(.n-disabled):hover > span,
body.n-hv-moz .n-btn-icon-neg:not(.n-disabled):hover > div,
body.n-hv-moz .n-btn-icon-neg:not(.n-disabled):hover > span,
body.n-hv-moz .n-btn-icon-e:not(.n-disabled):hover > div,
body.n-hv-moz .n-btn-icon-e:not(.n-disabled):hover > span,
body.n-hv-moz .n-btn-icon-f:not(.n-disabled):hover > div,
body.n-hv-moz .n-btn-icon-f:not(.n-disabled):hover > span,
body.n-hv-moz .n-btn-icon-white:not(.n-disabled):hover > div,
body.n-hv-moz .n-btn-icon-white:not(.n-disabled):hover > span,
body.n-hv-moz .n-btn-icon-grey:not(.n-disabled):hover > div,
body.n-hv-moz .n-btn-icon-grey:not(.n-disabled):hover > span {
  transform: scale(1.2);
}
body.n-hv-moz .n-btn-icon-a:not(.n-disabled):hover::after,
body.n-hv-moz .n-btn-icon-b:not(.n-disabled):hover::after,
body.n-hv-moz .n-btn-icon-c:not(.n-disabled):hover::after,
body.n-hv-moz .n-btn-icon-neg:not(.n-disabled):hover::after,
body.n-hv-moz .n-btn-icon-e:not(.n-disabled):hover::after,
body.n-hv-moz .n-btn-icon-f:not(.n-disabled):hover::after,
body.n-hv-moz .n-btn-icon-white:not(.n-disabled):hover::after,
body.n-hv-moz .n-btn-icon-grey:not(.n-disabled):hover::after {
  top: -0.3rem;
  left: -0.3rem;
}
body.n-hv-moz .n-btn-icon-a:not(.n-disabled):hover::before,
body.n-hv-moz .n-btn-icon-b:not(.n-disabled):hover::before,
body.n-hv-moz .n-btn-icon-c:not(.n-disabled):hover::before,
body.n-hv-moz .n-btn-icon-neg:not(.n-disabled):hover::before,
body.n-hv-moz .n-btn-icon-e:not(.n-disabled):hover::before,
body.n-hv-moz .n-btn-icon-f:not(.n-disabled):hover::before,
body.n-hv-moz .n-btn-icon-white:not(.n-disabled):hover::before,
body.n-hv-moz .n-btn-icon-grey:not(.n-disabled):hover::before {
  top: 0.3rem;
  left: 0.3rem;
}
body.n-hv-moz .n-btn-icon-a:not(.n-disabled):hover.n-top-left::after,
body.n-hv-moz .n-btn-icon-b:not(.n-disabled):hover.n-top-left::after,
body.n-hv-moz .n-btn-icon-c:not(.n-disabled):hover.n-top-left::after,
body.n-hv-moz .n-btn-icon-neg:not(.n-disabled):hover.n-top-left::after,
body.n-hv-moz .n-btn-icon-e:not(.n-disabled):hover.n-top-left::after,
body.n-hv-moz .n-btn-icon-f:not(.n-disabled):hover.n-top-left::after,
body.n-hv-moz .n-btn-icon-white:not(.n-disabled):hover.n-top-left::after,
body.n-hv-moz .n-btn-icon-grey:not(.n-disabled):hover.n-top-left::after {
  top: 0;
  left: 0;
}
body.n-hv-moz .n-btn-icon-a:not(.n-disabled):hover.n-top-left::before,
body.n-hv-moz .n-btn-icon-b:not(.n-disabled):hover.n-top-left::before,
body.n-hv-moz .n-btn-icon-c:not(.n-disabled):hover.n-top-left::before,
body.n-hv-moz .n-btn-icon-neg:not(.n-disabled):hover.n-top-left::before,
body.n-hv-moz .n-btn-icon-e:not(.n-disabled):hover.n-top-left::before,
body.n-hv-moz .n-btn-icon-f:not(.n-disabled):hover.n-top-left::before,
body.n-hv-moz .n-btn-icon-white:not(.n-disabled):hover.n-top-left::before,
body.n-hv-moz .n-btn-icon-grey:not(.n-disabled):hover.n-top-left::before {
  top: 0.6rem;
  left: 0.6rem;
}
body.n-hv-moz .n-btn-icon-a:not(.n-disabled):hover.n-top-right::after,
body.n-hv-moz .n-btn-icon-b:not(.n-disabled):hover.n-top-right::after,
body.n-hv-moz .n-btn-icon-c:not(.n-disabled):hover.n-top-right::after,
body.n-hv-moz .n-btn-icon-neg:not(.n-disabled):hover.n-top-right::after,
body.n-hv-moz .n-btn-icon-e:not(.n-disabled):hover.n-top-right::after,
body.n-hv-moz .n-btn-icon-f:not(.n-disabled):hover.n-top-right::after,
body.n-hv-moz .n-btn-icon-white:not(.n-disabled):hover.n-top-right::after,
body.n-hv-moz .n-btn-icon-grey:not(.n-disabled):hover.n-top-right::after {
  top: 0;
  left: 0;
}
body.n-hv-moz .n-btn-icon-a:not(.n-disabled):hover.n-top-right::before,
body.n-hv-moz .n-btn-icon-b:not(.n-disabled):hover.n-top-right::before,
body.n-hv-moz .n-btn-icon-c:not(.n-disabled):hover.n-top-right::before,
body.n-hv-moz .n-btn-icon-neg:not(.n-disabled):hover.n-top-right::before,
body.n-hv-moz .n-btn-icon-e:not(.n-disabled):hover.n-top-right::before,
body.n-hv-moz .n-btn-icon-f:not(.n-disabled):hover.n-top-right::before,
body.n-hv-moz .n-btn-icon-white:not(.n-disabled):hover.n-top-right::before,
body.n-hv-moz .n-btn-icon-grey:not(.n-disabled):hover.n-top-right::before {
  bottom: -0.6rem;
  left: -0.6rem;
}
body.n-hv-moz .n-btn-icon-a:not(.n-disabled):hover.n-bottom-left::after,
body.n-hv-moz .n-btn-icon-b:not(.n-disabled):hover.n-bottom-left::after,
body.n-hv-moz .n-btn-icon-c:not(.n-disabled):hover.n-bottom-left::after,
body.n-hv-moz .n-btn-icon-neg:not(.n-disabled):hover.n-bottom-left::after,
body.n-hv-moz .n-btn-icon-e:not(.n-disabled):hover.n-bottom-left::after,
body.n-hv-moz .n-btn-icon-f:not(.n-disabled):hover.n-bottom-left::after,
body.n-hv-moz .n-btn-icon-white:not(.n-disabled):hover.n-bottom-left::after,
body.n-hv-moz .n-btn-icon-grey:not(.n-disabled):hover.n-bottom-left::after {
  top: 0;
  left: 0;
}
body.n-hv-moz .n-btn-icon-a:not(.n-disabled):hover.n-bottom-left::before,
body.n-hv-moz .n-btn-icon-b:not(.n-disabled):hover.n-bottom-left::before,
body.n-hv-moz .n-btn-icon-c:not(.n-disabled):hover.n-bottom-left::before,
body.n-hv-moz .n-btn-icon-neg:not(.n-disabled):hover.n-bottom-left::before,
body.n-hv-moz .n-btn-icon-e:not(.n-disabled):hover.n-bottom-left::before,
body.n-hv-moz .n-btn-icon-f:not(.n-disabled):hover.n-bottom-left::before,
body.n-hv-moz .n-btn-icon-white:not(.n-disabled):hover.n-bottom-left::before,
body.n-hv-moz .n-btn-icon-grey:not(.n-disabled):hover.n-bottom-left::before {
  top: -0.6rem;
  left: 0.6rem;
}
body.n-hv-moz .n-btn-icon-a:not(.n-disabled):hover.n-bottom-right::after,
body.n-hv-moz .n-btn-icon-b:not(.n-disabled):hover.n-bottom-right::after,
body.n-hv-moz .n-btn-icon-c:not(.n-disabled):hover.n-bottom-right::after,
body.n-hv-moz .n-btn-icon-neg:not(.n-disabled):hover.n-bottom-right::after,
body.n-hv-moz .n-btn-icon-e:not(.n-disabled):hover.n-bottom-right::after,
body.n-hv-moz .n-btn-icon-f:not(.n-disabled):hover.n-bottom-right::after,
body.n-hv-moz .n-btn-icon-white:not(.n-disabled):hover.n-bottom-right::after,
body.n-hv-moz .n-btn-icon-grey:not(.n-disabled):hover.n-bottom-right::after {
  top: 0;
  left: 0;
}
body.n-hv-moz .n-btn-icon-a:not(.n-disabled):hover.n-bottom-right::before,
body.n-hv-moz .n-btn-icon-b:not(.n-disabled):hover.n-bottom-right::before,
body.n-hv-moz .n-btn-icon-c:not(.n-disabled):hover.n-bottom-right::before,
body.n-hv-moz .n-btn-icon-neg:not(.n-disabled):hover.n-bottom-right::before,
body.n-hv-moz .n-btn-icon-e:not(.n-disabled):hover.n-bottom-right::before,
body.n-hv-moz .n-btn-icon-f:not(.n-disabled):hover.n-bottom-right::before,
body.n-hv-moz .n-btn-icon-white:not(.n-disabled):hover.n-bottom-right::before,
body.n-hv-moz .n-btn-icon-grey:not(.n-disabled):hover.n-bottom-right::before {
  top: -0.6rem;
  left: -0.6rem;
}

/******************* Btn Close *******************/
blockquote,
dl,
figure,
pre,
table {
  margin-bottom: 2.5rem;
}

/*** remove touch hover ***/
@media (hover: hover) {
  body.n-hv-s a:hover {
    text-decoration: underline;
    color: #3A73CF;
  }
}
body.n-hv-moz a:hover {
  text-decoration: underline;
  color: #3A73CF;
}

a {
  cursor: pointer;
}
a i,
a span {
  cursor: pointer;
}

/* used for omittable text */
.n-text-aside {
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Euclid Circular B", sans-serif;
  color: #757575;
  text-decoration: none;
  margin-bottom: 0.5rem;
}
.n-dark-form .n-text-aside, .n-bg-a-light .n-text-aside, .n-bg-a-light-mild .n-text-aside, .n-bg-a .n-text-aside, .n-bg-a-dark-mild .n-text-aside, .n-bg-a-dark .n-text-aside {
  color: #9B9B9B;
}
.n-text-aside b,
.n-text-aside i,
.n-text-aside span,
.n-text-aside p,
.n-text-aside label {
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Euclid Circular B", sans-serif;
  color: #757575;
  text-decoration: none;
}
.n-dark-form .n-text-aside b, .n-bg-a-light .n-text-aside b, .n-bg-a-light-mild .n-text-aside b, .n-bg-a .n-text-aside b, .n-bg-a-dark-mild .n-text-aside b, .n-bg-a-dark .n-text-aside b,
.n-dark-form .n-text-aside i,
.n-bg-a-light .n-text-aside i,
.n-bg-a-light-mild .n-text-aside i,
.n-bg-a .n-text-aside i,
.n-bg-a-dark-mild .n-text-aside i,
.n-bg-a-dark .n-text-aside i,
.n-dark-form .n-text-aside span,
.n-bg-a-light .n-text-aside span,
.n-bg-a-light-mild .n-text-aside span,
.n-bg-a .n-text-aside span,
.n-bg-a-dark-mild .n-text-aside span,
.n-bg-a-dark .n-text-aside span,
.n-dark-form .n-text-aside p,
.n-bg-a-light .n-text-aside p,
.n-bg-a-light-mild .n-text-aside p,
.n-bg-a .n-text-aside p,
.n-bg-a-dark-mild .n-text-aside p,
.n-bg-a-dark .n-text-aside p,
.n-dark-form .n-text-aside label,
.n-bg-a-light .n-text-aside label,
.n-bg-a-light-mild .n-text-aside label,
.n-bg-a .n-text-aside label,
.n-bg-a-dark-mild .n-text-aside label,
.n-bg-a-dark .n-text-aside label {
  color: #9B9B9B;
}

.n-text-aside a {
  color: #0A52BF;
  outline: #0A52BF;
}
.n-dark-form .n-text-aside a, .n-bg-a-light .n-text-aside a, .n-bg-a-light-mild .n-text-aside a, .n-bg-a .n-text-aside a, .n-bg-a-dark-mild .n-text-aside a, .n-bg-a-dark .n-text-aside a {
  color: #00C8AA;
  outline: #00C8AA;
}
.n-text-aside a i,
.n-text-aside a span {
  color: #0A52BF;
  cursor: pointer;
}
.n-dark-form .n-text-aside a i, .n-bg-a-light .n-text-aside a i, .n-bg-a-light-mild .n-text-aside a i, .n-bg-a .n-text-aside a i, .n-bg-a-dark-mild .n-text-aside a i, .n-bg-a-dark .n-text-aside a i,
.n-dark-form .n-text-aside a span,
.n-bg-a-light .n-text-aside a span,
.n-bg-a-light-mild .n-text-aside a span,
.n-bg-a .n-text-aside a span,
.n-bg-a-dark-mild .n-text-aside a span,
.n-bg-a-dark .n-text-aside a span {
  color: #00C8AA;
}

body.n-cursor-resize-ver,
body.n-cursor-resize-ver * {
  cursor: col-resize !important;
}

::-moz-selection {
  background-color: #00C8AA;
  color: #FFF;
}

::selection {
  background-color: #00C8AA;
  color: #FFF;
}

html.n-nav-opened {
  z-index: 99999999 !important;
}

.n-footer-msg {
  z-index: 99999996;
}

.n-a-click {
  cursor: pointer;
}

#n-btn-nav {
  transition: color 0.5s ease-in-out;
}

/*** remove touch hover ***/
@media (hover: hover) {
  body.n-hv-s #n-btn-nav:hover span:nth-child(1), body.n-hv-s #n-btn-nav:hover span:nth-child(2) {
    top: 2px;
  }
  body.n-hv-s #n-btn-nav:hover span:nth-child(5), body.n-hv-s #n-btn-nav:hover span:nth-child(6) {
    top: 22px;
  }
}
body.n-hv-moz #n-btn-nav:hover span:nth-child(1), body.n-hv-moz #n-btn-nav:hover span:nth-child(2) {
  top: 2px;
}
body.n-hv-moz #n-btn-nav:hover span:nth-child(5), body.n-hv-moz #n-btn-nav:hover span:nth-child(6) {
  top: 22px;
}

/*** remove touch hover ***/
@media (hover: hover) {
  body.n-hv-s #n-head #nv-top-home-btn-switch:hover .nv-top-home-switch-sq {
    border-color: #00C8AA;
  }
  body.n-hv-s #n-head #nv-top-home-btn-switch:hover .nv-top-home-switch-sq:nth-of-type(1) {
    top: -2px;
    left: -2px;
  }
  body.n-hv-s #n-head #nv-top-home-btn-switch:hover .nv-top-home-switch-sq:nth-of-type(2) {
    top: -2px;
  }
  body.n-hv-s #n-head #nv-top-home-btn-switch:hover .nv-top-home-switch-sq:nth-of-type(3) {
    top: -2px;
    right: -2px;
  }
  body.n-hv-s #n-head #nv-top-home-btn-switch:hover .nv-top-home-switch-sq:nth-of-type(4) {
    left: -2px;
  }
  body.n-hv-s #n-head #nv-top-home-btn-switch:hover .nv-top-home-switch-sq:nth-of-type(6) {
    right: -2px;
  }
  body.n-hv-s #n-head #nv-top-home-btn-switch:hover .nv-top-home-switch-sq:nth-of-type(7) {
    left: -2px;
    bottom: -2px;
  }
  body.n-hv-s #n-head #nv-top-home-btn-switch:hover .nv-top-home-switch-sq:nth-of-type(8) {
    bottom: -2px;
  }
  body.n-hv-s #n-head #nv-top-home-btn-switch:hover .nv-top-home-switch-sq:nth-of-type(9) {
    right: -2px;
    bottom: -2px;
  }
}
body.n-hv-moz #n-head #nv-top-home-btn-switch:hover .nv-top-home-switch-sq {
  border-color: #00C8AA;
}
body.n-hv-moz #n-head #nv-top-home-btn-switch:hover .nv-top-home-switch-sq:nth-of-type(1) {
  top: -2px;
  left: -2px;
}
body.n-hv-moz #n-head #nv-top-home-btn-switch:hover .nv-top-home-switch-sq:nth-of-type(2) {
  top: -2px;
}
body.n-hv-moz #n-head #nv-top-home-btn-switch:hover .nv-top-home-switch-sq:nth-of-type(3) {
  top: -2px;
  right: -2px;
}
body.n-hv-moz #n-head #nv-top-home-btn-switch:hover .nv-top-home-switch-sq:nth-of-type(4) {
  left: -2px;
}
body.n-hv-moz #n-head #nv-top-home-btn-switch:hover .nv-top-home-switch-sq:nth-of-type(6) {
  right: -2px;
}
body.n-hv-moz #n-head #nv-top-home-btn-switch:hover .nv-top-home-switch-sq:nth-of-type(7) {
  left: -2px;
  bottom: -2px;
}
body.n-hv-moz #n-head #nv-top-home-btn-switch:hover .nv-top-home-switch-sq:nth-of-type(8) {
  bottom: -2px;
}
body.n-hv-moz #n-head #nv-top-home-btn-switch:hover .nv-top-home-switch-sq:nth-of-type(9) {
  right: -2px;
  bottom: -2px;
}

/*** remove touch hover ***/
@media (hover: hover) {
  body.n-hv-s #n-head #nav-misc a:hover,
body.n-hv-s #n-head .holder-quick-nav-submenu a:hover,
body.n-hv-s #n-head .quick-nav-submenu-links a:hover,
body.n-hv-s #n-head #nav-mid a:hover,
body.n-hv-s #n-head .n-nav-a:hover {
    color: #00C8AA !important;
  }
  body.n-hv-s #n-head #nav-misc a:hover span,
body.n-hv-s #n-head .holder-quick-nav-submenu a:hover span,
body.n-hv-s #n-head .quick-nav-submenu-links a:hover span,
body.n-hv-s #n-head #nav-mid a:hover span,
body.n-hv-s #n-head .n-nav-a:hover span {
    color: #00C8AA !important;
  }
  body.n-hv-s #n-head #nav-top .n-btn-grey:hover span {
    color: #313B47 !important;
  }
  body.n-hv-s #n-head .holder-quick-nav-submenu:not(.n-disabled):hover {
    cursor: pointer;
  }
  body.n-hv-s #n-head .holder-quick-nav-submenu:not(.n-disabled):hover > .n-nav-a, body.n-hv-s #n-head .holder-quick-nav-submenu:not(.n-disabled):hover > a {
    color: #00C8AA !important;
  }
  body.n-hv-s #n-head .holder-quick-nav-submenu:not(.n-disabled):hover .n-icon-lang {
    cursor: pointer !important;
    background-color: #00C8AA;
    z-index: 999999999;
  }
  body.n-hv-s #n-head .holder-quick-nav-submenu:not(.n-disabled):hover .n-icon-down {
    cursor: pointer;
    background-color: #00C8AA;
    z-index: 999999999;
  }
}
body.n-hv-moz #n-head #nav-misc a:hover,
body.n-hv-moz #n-head .holder-quick-nav-submenu a:hover,
body.n-hv-moz #n-head .quick-nav-submenu-links a:hover,
body.n-hv-moz #n-head #nav-mid a:hover,
body.n-hv-moz #n-head .n-nav-a:hover {
  color: #00C8AA !important;
}
body.n-hv-moz #n-head #nav-misc a:hover span,
body.n-hv-moz #n-head .holder-quick-nav-submenu a:hover span,
body.n-hv-moz #n-head .quick-nav-submenu-links a:hover span,
body.n-hv-moz #n-head #nav-mid a:hover span,
body.n-hv-moz #n-head .n-nav-a:hover span {
  color: #00C8AA !important;
}
body.n-hv-moz #n-head #nav-top .n-btn-grey:hover span {
  color: #313B47 !important;
}
body.n-hv-moz #n-head .holder-quick-nav-submenu:not(.n-disabled):hover {
  cursor: pointer;
}
body.n-hv-moz #n-head .holder-quick-nav-submenu:not(.n-disabled):hover > .n-nav-a, body.n-hv-moz #n-head .holder-quick-nav-submenu:not(.n-disabled):hover > a {
  color: #00C8AA !important;
}
body.n-hv-moz #n-head .holder-quick-nav-submenu:not(.n-disabled):hover .n-icon-lang {
  cursor: pointer !important;
  background-color: #00C8AA;
  z-index: 999999999;
}
body.n-hv-moz #n-head .holder-quick-nav-submenu:not(.n-disabled):hover .n-icon-down {
  cursor: pointer;
  background-color: #00C8AA;
  z-index: 999999999;
}

#n-head #n-nav .holder-quick-nav-submenu.n-disabled {
  cursor: initial !important;
}
#n-head #n-nav .holder-quick-nav-submenu.n-disabled .n-icon-down {
  display: none;
}
#n-head #n-nav .holder-quick-nav-submenu.n-disabled .n-nav-a,
#n-head #n-nav .holder-quick-nav-submenu.n-disabled a {
  cursor: initial !important;
  color: #CECECE !important;
}
#n-head #n-nav .holder-quick-nav-submenu.n-disabled .n-icon-lang {
  cursor: initial !important;
}

#n-head .holder-quick-nav-submenu.n-show .n-icon-lang {
  cursor: initial !important;
  background-color: #00C8AA;
}
#n-head .holder-quick-nav-submenu.n-show .n-icon-down {
  background-color: #00C8AA;
}
#n-head .holder-quick-nav-submenu.n-show .n-icon-down {
  cursor: pointer;
  z-index: 999999999;
}
#n-head .holder-quick-nav-submenu.n-show .n-nav-submenu {
  z-index: 99999;
  position: absolute;
  display: block;
  top: -0.7rem;
  padding-top: 6.8rem;
}
#n-head .holder-quick-nav-submenu.n-show .quick-nav-submenu {
  position: relative;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
  border-radius: 0.6rem;
}
#n-head .holder-quick-nav-submenu.n-show .quick-nav-submenu .quick-nav-submenu-links {
  z-index: 3;
  background-color: #FFF;
  padding: 1.5rem 1.8rem 0 1.8rem;
  border-radius: 1rem;
  display: table;
}
#n-head .holder-quick-nav-submenu.n-show .quick-nav-submenu .n-nav-a,
#n-head .holder-quick-nav-submenu.n-show .quick-nav-submenu a {
  white-space: nowrap;
  margin-left: 0;
  width: 100%;
  display: table-row;
  float: none;
  margin: 0;
  position: relative;
  height: 3.5rem;
}
#n-head .holder-quick-nav-submenu.n-show .quick-nav-submenu::after {
  z-index: 2;
  content: " ";
  display: block;
  top: -1rem;
  left: 6rem;
  position: absolute;
  width: 2rem;
  height: 2rem;
  transform: rotate(-45deg);
  background-color: #FFF;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 600px) {
  #n-head .holder-quick-nav-submenu.n-show .quick-nav-submenu::after {
    left: 2rem;
  }
}

.holder-quick-nav-submenu.nav-lk-ac .n-nav-submenu {
  right: 0.2rem;
}
.holder-quick-nav-submenu.nav-lk-ac .n-nav-submenu .quick-nav-submenu::after {
  left: 9.6rem !important;
}

/*** remove touch hover ***/
@media (hover: hover) {
  body.n-hv-s #n-nav-side:hover,
body.n-hv-s #novo-nav-menu:hover {
    color: #00C8AA !important;
  }
  body.n-hv-s #n-nav-side .btn-signout:hover,
body.n-hv-s #novo-nav-menu .btn-signout:hover {
    color: #F27575 !important;
  }
  body.n-hv-s #n-nav-side .holder-quick-nav-submenu .btn-signout:hover,
body.n-hv-s #novo-nav-menu .holder-quick-nav-submenu .btn-signout:hover {
    color: #F27575 !important;
  }
  body.n-hv-s #n-nav-side a:hover img,
body.n-hv-s #novo-nav-menu a:hover img {
    opacity: 0.7;
  }
}
body.n-hv-moz #n-nav-side:hover,
body.n-hv-moz #novo-nav-menu:hover {
  color: #00C8AA !important;
}
body.n-hv-moz #n-nav-side .btn-signout:hover,
body.n-hv-moz #novo-nav-menu .btn-signout:hover {
  color: #F27575 !important;
}
body.n-hv-moz #n-nav-side .holder-quick-nav-submenu .btn-signout:hover,
body.n-hv-moz #novo-nav-menu .holder-quick-nav-submenu .btn-signout:hover {
  color: #F27575 !important;
}
body.n-hv-moz #n-nav-side a:hover img,
body.n-hv-moz #novo-nav-menu a:hover img {
  opacity: 0.7;
}

#n-head {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.n-icon-close {
  -webkit-mask-image: url("/nvlib/images/icons/close.svg");
  mask-image: url("/nvlib/images/icons/close.svg");
  background-color: #FFF;
}
html[data-n-browser-name=safari] .n-icon-close {
  background: none !important;
}

.n-icon-up {
  -webkit-mask-image: url("/nvlib/images/icons/icon-up.svg");
  mask-image: url("/nvlib/images/icons/icon-up.svg");
  background-color: #313B47;
}
html[data-n-browser-name=safari] .n-icon-up {
  background: none !important;
}

.n-icon-down {
  -webkit-mask-image: url("/nvlib/images/icons/icon-down.svg");
  mask-image: url("/nvlib/images/icons/icon-down.svg");
  background-color: #313B47;
}
html[data-n-browser-name=safari] .n-icon-down {
  background: none !important;
}

.n-icon-fb {
  -webkit-mask-image: url("/nvlib/images/icons/facebook.svg");
  mask-image: url("/nvlib/images/icons/facebook.svg");
  background-color: #FFF;
}
html[data-n-browser-name=safari] .n-icon-fb {
  background: none !important;
}

.n-icon-tw {
  -webkit-mask-image: url("/nvlib/images/icons/twitter.svg");
  mask-image: url("/nvlib/images/icons/twitter.svg");
  background-color: #FFF;
}
html[data-n-browser-name=safari] .n-icon-tw {
  background: none !important;
}

.n-icon-is {
  -webkit-mask-image: url("/nvlib/images/icons/instagram.svg");
  mask-image: url("/nvlib/images/icons/instagram.svg");
  background-color: #FFF;
}
html[data-n-browser-name=safari] .n-icon-is {
  background: none !important;
}

.n-icon-in {
  -webkit-mask-image: url("/nvlib/images/icons/linkedin.svg");
  mask-image: url("/nvlib/images/icons/linkedin.svg");
  background-color: #FFF;
}
html[data-n-browser-name=safari] .n-icon-in {
  background: none !important;
}

/*** remove touch hover ***/
@media (hover: hover) {
  body.n-hv-s .n-dark-form .n-single-answer-box:hover {
    color: #00C8AA;
  }
  body.n-hv-s .n-single-answer-box:hover {
    color: #00C8AA;
    text-decoration: none;
  }
  body.n-hv-s .n-single-answer-box:hover .n-answer-box {
    height: 18px;
    bottom: -3px;
  }
  body.n-hv-s .n-single-answer-box:hover:not(.n-selected) .n-answer-box::after {
    background: #F5F5F5;
  }
  body.n-hv-s .n-single-answer-box:hover.n-selected .n-answer-box::after {
    background: #51E2C2;
  }
  body.n-hv-s .n-dark-form .n-single-answer-box:hover:not(.n-selected) .n-answer-box::after {
    background: #CDCDCD;
  }
}
body.n-hv-moz .n-dark-form .n-single-answer-box:hover {
  color: #00C8AA;
}
body.n-hv-moz .n-single-answer-box:hover {
  color: #00C8AA;
  text-decoration: none;
}
body.n-hv-moz .n-single-answer-box:hover .n-answer-box {
  height: 18px;
  bottom: -3px;
}
body.n-hv-moz .n-single-answer-box:hover:not(.n-selected) .n-answer-box::after {
  background: #F5F5F5;
}
body.n-hv-moz .n-single-answer-box:hover.n-selected .n-answer-box::after {
  background: #51E2C2;
}
body.n-hv-moz .n-dark-form .n-single-answer-box:hover:not(.n-selected) .n-answer-box::after {
  background: #CDCDCD;
}

/* Tabel of Contents
 - Footer
 - Hired At
*/
/******************* Footer *******************/
footer {
  color: #FFF;
  float: left;
  background-color: #313B47;
}
footer a,
footer p,
footer span {
  color: #FFF;
  font-size: 1.9rem;
}
footer a[href="mailto:contact@novoresume.com"] {
  margin-bottom: 1rem;
}
footer #footer-social {
  padding: 20px 0;
  background-color: #425061;
}
footer #footer-social .n-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer #footer-social .n-btn-icon-white {
  cursor: pointer;
  display: inline-block;
  margin-right: 3rem;
}
footer #footer-social .n-btn-icon-white:last-child {
  margin-right: 0;
}
footer #footer-social .n-btn-icon-white .n-icon {
  background-color: #425061;
}
@media only screen and (max-width: 600px) {
  footer #footer-social div {
    margin-right: 3rem;
  }
}
footer nav a,
footer nav p {
  margin: 0 5px;
}
footer nav a {
  font-size: 1.7rem;
}
footer nav ul {
  margin-bottom: 0;
}
footer nav li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1000px) {
  footer nav#footer-nav {
    padding-bottom: 0;
  }
  footer nav .n-container > .n-hf-left,
footer nav .n-container > .n-hf-right {
    width: 100%;
    margin-bottom: 5rem;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 1000px) and (max-width: 600px) {
  footer nav .n-container > .n-hf-left,
footer nav .n-container > .n-hf-right {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 600px) {
  footer nav .n-row {
    text-align: center;
    margin-bottom: 6rem !important;
  }
}
footer #footer-nav {
  padding: 4rem 0 2rem 0;
}
footer #footer-nav li {
  text-indent: -0.6rem;
  margin-bottom: 3.5rem;
}
footer #footer-nav a {
  text-decoration: none !important;
}
footer #footer-copyright {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #1f262E;
  position: relative;
}
footer #footer-copyright .txt-ft-vision {
  font-size: 3rem;
}
footer #footer-copyright .txt-ft-vision::after {
  content: " ";
  display: block;
  width: 9rem;
  margin: 1.5rem auto 4rem auto;
  height: 0.7rem;
  background-color: #1DBFAF;
  border-radius: 3rem;
}
footer #footer-copyright p {
  margin-bottom: 0;
}

/* Tabel of Contents
 - General
 - Templates Section
 - Why Novo Section
 - Novocareer
 - Premium Section
 - Odyssey Section
 - Trustpilot Section
 - FAQ Section
 - Ready Section
*/
#pg-home {
  /******************* General *******************/
  /******************* Video section *******************/
  /******************* Templates section *******************/
  /******************* Why Build Resume *******************/
  /******************* Why Novo section *******************/
  /******************* Novocareer *******************/
  /******************* Premium section *******************/
  /******************* Odyssey section *******************/
  /******************* Trustpilot section *******************/
  /******************* FAQ section *******************/
  /******************* Ready section *******************/
}
#pg-home #sec-templates {
  background-color: #F5F5F5;
  display: flex;
  position: relative;
  flex-direction: column;
  border-radius: 24px;
  padding: 5.5rem 6.4rem;
  align-self: center;
}
@media only screen and (max-width: 600px) {
  #pg-home #sec-templates {
    padding: 4rem 2rem;
    margin: 0;
    width: 100%;
    border-radius: 0;
  }
}
#pg-home #sec-templates header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
}
@media only screen and (max-width: 1000px) {
  #pg-home #sec-templates header h2 {
    text-align: center;
  }
}
#pg-home #sec-templates header p {
  width: 60%;
}
@media only screen and (max-width: 1000px) {
  #pg-home #sec-templates header p {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  #pg-home #sec-templates header p {
    text-align: left;
  }
}
#pg-home #sec-templates #templates-content {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0 5rem;
  min-height: 55rem;
}
@media only screen and (min-width: 600px) and (max-width: 1000px) {
  #pg-home #sec-templates #templates-content {
    padding: 0;
    align-items: center;
    grid-template-columns: 1fr 8fr 1fr;
    grid-template-areas: "button-left content button-right";
  }
  #pg-home #sec-templates #templates-content .n-btn-icon-a {
    height: 5rem;
    width: 5rem;
    padding: unset;
  }
  #pg-home #sec-templates #templates-content #button-left {
    grid-area: button-left;
  }
  #pg-home #sec-templates #templates-content #button-right {
    grid-area: button-right;
  }
  #pg-home #sec-templates #templates-content .tablet-templates-container {
    overflow: hidden;
    grid-area: content;
  }
  #pg-home #sec-templates #templates-content .tablet-templates-container .tablet-templates-list {
    width: 300%;
    margin: 0;
    display: flex;
    position: relative;
    left: 0;
    transition: left 0.3s ease-in-out;
  }
  #pg-home #sec-templates #templates-content .tablet-templates-container .tablet-templates-list div {
    width: 100%;
  }
}
#pg-home #sec-templates #templates-content .template-header {
  font-size: 2.8rem;
  font-weight: bold;
  margin-top: 1.6rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
  #pg-home #sec-templates #templates-content .template-header {
    font-size: 2rem;
  }
}
#pg-home #sec-templates #templates-content div {
  margin: 0 2rem;
}
#pg-home #sec-templates #templates-content figure {
  margin: 0;
}
#pg-home #sec-templates #templates-content figure img {
  width: 100%;
}
@media only screen and (max-width: 600px) {
  #pg-home #sec-templates #templates-content {
    overflow: scroll;
    padding: 0;
    position: relative;
    grid-auto-flow: column;
    grid-template-columns: unset;
    grid-auto-columns: 30rem;
    scroll-snap-type: x proximity;
  }
}
#pg-home #sec-templates #templates-cta {
  margin: 6.4rem auto 0;
}
#pg-home #sec-templates .template-shadow {
  display: none;
}
@media only screen and (max-width: 600px) {
  #pg-home #sec-templates .template-shadow {
    display: block;
    position: absolute;
    right: 0;
    z-index: 1;
    width: 8rem;
    background: linear-gradient(to left, #F5F5F5, rgba(245, 245, 245, 0));
  }
}
#pg-home #sec-build-resume2 {
  margin: 6.4rem auto;
}
@media only screen and (max-width: 600px) {
  #pg-home #sec-build-resume2 {
    margin: 4rem auto;
  }
}
#pg-home #sec-build-resume2 h2 {
  text-align: center;
}
#pg-home #sec-build-resume2 svg {
  margin-top: 0;
}
#pg-home #sec-build-resume2 header > p {
  font-size: 2.8rem;
  max-width: 75%;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 600px) {
  #pg-home #sec-build-resume2 header > p {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 600px) {
  #pg-home #sec-build-resume2 header > p {
    max-width: 100%;
  }
}
#pg-home #sec-build-resume2 .card-content {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 600px) {
  #pg-home #sec-build-resume2 .card-content > div {
    width: 100%;
  }
}
@media only screen and (max-width: 1000px) {
  #pg-home #sec-build-resume2 .card-content {
    background-color: #F5F5F5;
    padding: 2rem;
    border-radius: 2rem;
    justify-content: space-around;
  }
}
#pg-home #sec-build-resume2 .build-card {
  margin: 8rem 0;
}
@media only screen and (min-width: 600px) and (max-width: 1000px) {
  #pg-home #sec-build-resume2 .build-card {
    margin: 4rem 0;
  }
}
@media only screen and (max-width: 600px) {
  #pg-home #sec-build-resume2 .build-card {
    margin: 2rem 0;
  }
}
#pg-home #sec-build-resume2 .number-lg {
  font-size: 12rem;
  font-weight: bold;
  color: white;
  border-radius: 2rem;
  width: 20rem;
  height: 20rem;
  line-height: 20rem;
  text-align: center;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1000px) and (max-width: 1350px) {
  #pg-home #sec-build-resume2 .number-lg {
    font-size: 9rem;
    width: 15rem;
    height: 15rem;
    line-height: 15rem;
  }
}
@media only screen and (max-width: 1000px) {
  #pg-home #sec-build-resume2 .number-lg {
    display: none;
  }
}
#pg-home #sec-build-resume2 .number-sm {
  display: none;
}
@media only screen and (max-width: 1000px) {
  #pg-home #sec-build-resume2 .number-sm {
    font-size: 3.2rem;
    display: inline;
    margin-left: 0.5rem;
  }
}
@media only screen and (max-width: 1000px) and (max-width: 600px) {
  #pg-home #sec-build-resume2 .number-sm {
    font-size: 2.2rem;
  }
}
#pg-home #sec-build-resume2 .card-text {
  display: flex;
  flex-direction: column;
  width: 49%;
}
@media only screen and (max-width: 600px) {
  #pg-home #sec-build-resume2 .card-text {
    margin-top: 2rem;
  }
}
#pg-home #sec-build-resume2 .card-text > div {
  flex-grow: 1;
  background-color: #F5F5F5;
  padding: 0 4rem;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#pg-home #sec-build-resume2 .card-text > div:first-child {
  font-weight: bold;
}
@media only screen and (min-width: 600px) and (max-width: 1000px) {
  #pg-home #sec-build-resume2 .card-text > div {
    padding: 0;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 600px) {
  #pg-home #sec-build-resume2 .card-text > div {
    padding: 0;
  }
}
#pg-home #sec-build-resume2 .card-animation {
  width: 40%;
  border-radius: 2rem;
}
@media only screen and (min-width: 600px) and (max-width: 1000px) {
  #pg-home #sec-build-resume2 .card-animation {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  #pg-home #sec-build-resume2 .card-animation {
    background-color: transparent;
  }
}
#pg-home #sec-build-resume2 .card-headline {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 600px) {
  #pg-home #sec-build-resume2 .card-headline {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1350px) {
  #pg-home #sec-build-resume2 .card-headline {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1350px) and (max-width: 600px) {
  #pg-home #sec-build-resume2 .card-headline {
    font-size: 2rem;
  }
}
#pg-home #sec-build-resume2 .card-body-text {
  font-size: 2.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 600px) {
  #pg-home #sec-build-resume2 .card-body-text {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1350px) {
  #pg-home #sec-build-resume2 .card-body-text {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1000px) {
  #pg-home #sec-build-resume2 .card-body-text {
    font-size: 2.4rem;
  }
}
#pg-home #sec-build-resume2 .build-card:nth-child(odd) .card-content {
  flex-direction: row;
}
@media only screen and (max-width: 600px) {
  #pg-home #sec-build-resume2 .build-card:nth-child(odd) .card-content {
    flex-direction: column-reverse;
  }
}
#pg-home #sec-build-resume2 .build-card:nth-child(odd) .card-text {
  align-items: flex-end;
}
#pg-home #sec-build-resume2 .build-card:nth-child(odd) .number-lg {
  background-color: #51E2C2;
}
#pg-home #sec-build-resume2 .build-card:nth-child(odd) .card-animation {
  background-color: #51E2C2;
  margin-left: 3.2rem;
}
@media only screen and (max-width: 1000px) {
  #pg-home #sec-build-resume2 .build-card:nth-child(odd) .card-animation {
    margin: 0;
  }
}
@media only screen and (max-width: 600px) {
  #pg-home #sec-build-resume2 .build-card:nth-child(odd) .card-animation {
    background-color: transparent;
  }
}
#pg-home #sec-build-resume2 .build-card:nth-child(even) .card-content {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1000px) {
  #pg-home #sec-build-resume2 .build-card:nth-child(even) .card-content {
    flex-direction: row;
  }
}
@media only screen and (max-width: 600px) {
  #pg-home #sec-build-resume2 .build-card:nth-child(even) .card-content {
    flex-direction: column-reverse;
  }
}
#pg-home #sec-build-resume2 .build-card:nth-child(even) .card-text {
  align-items: flex-start;
}
#pg-home #sec-build-resume2 .build-card:nth-child(even) .card-animation {
  background-color: #4BCCEF;
  margin-right: 3.2rem;
}
@media only screen and (max-width: 1000px) {
  #pg-home #sec-build-resume2 .build-card:nth-child(even) .card-animation {
    margin: 0;
  }
}
@media only screen and (max-width: 600px) {
  #pg-home #sec-build-resume2 .build-card:nth-child(even) .card-animation {
    background-color: transparent;
  }
}
#pg-home #sec-build-resume2 .build-card:nth-child(even) .number-lg {
  background-color: #4BCCEF;
}
#pg-home #sec-why-novo {
  display: flex;
  flex-direction: column;
  margin-bottom: 6.4rem;
}
@media only screen and (min-width: 600px) and (max-width: 1000px) {
  #pg-home #sec-why-novo {
    padding: 0 4rem;
  }
}
#pg-home #sec-why-novo #why-cta {
  align-self: center;
  margin-top: 3rem;
}
#pg-home #sec-why-novo header {
  width: 50%;
}
@media only screen and (min-width: 600px) and (max-width: 1000px) {
  #pg-home #sec-why-novo header {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  #pg-home #sec-why-novo header {
    width: 100%;
  }
}
#pg-home #sec-why-novo .n-flex-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  padding: 0.5rem 2rem;
}
#pg-home #sec-why-novo .n-flex-item figure {
  width: 17rem;
  height: 17rem;
  position: relative;
  margin: 0;
}
#pg-home #sec-why-novo .n-flex-item img {
  position: absolute;
  top: -5rem;
  opacity: 0;
  will-change: top, opacity;
  transition: top 0.6s ease-out, opacity 0.6s ease-out;
}
#pg-home #sec-why-novo .n-flex-item div {
  width: 70%;
}
@media only screen and (min-width: 600px) and (max-width: 1000px) {
  #pg-home #sec-why-novo .n-flex-item div {
    width: 90%;
  }
}
@media only screen and (max-width: 600px) {
  #pg-home #sec-why-novo .n-flex-item div {
    width: 100%;
  }
}
#pg-home #sec-why-novo .n-flex-item .icon-animate {
  top: 0;
  opacity: 1;
}
@media only screen and (min-width: 600px) and (max-width: 1000px) {
  #pg-home #sec-why-novo .n-flex-item {
    flex-direction: column;
    width: 100%;
    justify-content: flex-start;
    align-items: baseline;
  }
}
@media only screen and (max-width: 600px) {
  #pg-home #sec-why-novo .n-flex-item {
    flex-direction: column;
    width: 100%;
    padding: 8px;
    align-items: center;
  }
}
#pg-home #sec-novocareer {
  color: #FFF;
  position: relative;
  overflow: hidden;
}
#pg-home #sec-novocareer > .n-row {
  background: linear-gradient(to right, #584A9D 50%, transparent);
  z-index: 999;
  padding: 12vw 0;
}
#pg-home #sec-novocareer #sec-novocareer-dec-top {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 99999;
}
#pg-home #sec-novocareer #sec-novocareer-dec-bot {
  position: absolute;
  width: 100%;
  bottom: -9vw;
  z-index: 99999;
}
@media only screen and (max-width: 600px) {
  #pg-home #sec-novocareer #sec-novocareer-dec-bot {
    display: none;
  }
}
#pg-home #sec-novocareer #sec-novocareer-img {
  position: absolute;
  height: 100%;
  top: 0;
  z-index: 997;
  right: -5vw;
  width: 120%;
}
@media screen and (min-width: 1300px) {
  #pg-home #sec-novocareer #sec-novocareer-img {
    width: 100%;
    right: 0;
  }
}
@media screen and (min-width: 1900px) {
  #pg-home #sec-novocareer #sec-novocareer-img {
    right: -3vw;
    width: 90%;
  }
}
@media screen and (min-width: 2200px) {
  #pg-home #sec-novocareer #sec-novocareer-img {
    right: -2vw;
    width: 80%;
  }
}
@media screen and (min-width: 2300px) {
  #pg-home #sec-novocareer #sec-novocareer-img {
    right: -2vw;
    width: 80%;
  }
}
@media screen and (min-width: 2400px) {
  #pg-home #sec-novocareer #sec-novocareer-img {
    width: 80%;
    right: -3vw;
  }
}
@media screen and (min-width: 2600px) {
  #pg-home #sec-novocareer #sec-novocareer-img {
    width: 70%;
    right: -3vw;
  }
}
@media screen and (min-width: 3000px) {
  #pg-home #sec-novocareer #sec-novocareer-img {
    display: none;
  }
  #pg-home #sec-novocareer > .n-row {
    background: #584A9D;
  }
}
@media only screen and (max-width: 1000px) {
  #pg-home #sec-novocareer #sec-novocareer-img {
    display: none;
  }
  #pg-home #sec-novocareer > .n-row {
    background: #584A9D;
  }
}
#pg-home #sec-novocareer .underline {
  background-color: #FFF;
}
@media only screen and (max-width: 1000px) {
  #pg-home #sec-novocareer .n-hf-left {
    width: 100%;
    padding-right: 0;
  }
}
#pg-home #sec-novocareer .nc-text-like-h {
  font-size: 2.4rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 600px) {
  #pg-home #sec-novocareer .nc-text-like-h {
    font-size: 2rem;
  }
}
#pg-home #sec-novocareer ul,
#pg-home #sec-novocareer p {
  margin-bottom: 4.5rem;
}
#pg-home #sec-novocareer ul li {
  font-weight: bold;
  padding-left: 2.4rem;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0.4rem;
}
#pg-home #sec-novocareer ul li::after {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 0.2rem;
  left: 0;
  background-size: 2rem 2rem;
  content: " ";
  display: block;
  position: absolute;
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
}
#pg-home #sec-novocareer ul li:not(.nc-premium-icon)::after {
  -webkit-mask-image: url("/nvlib/images/nc/check.svg");
  mask-image: url("/nvlib/images/nc/check.svg");
  background-color: #00C8AA;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-size: cover;
}
html[data-n-browser-name=safari] #pg-home #sec-novocareer ul li:not(.nc-premium-icon)::after {
  background: none !important;
}
#pg-home #sec-novocareer ul li.nc-premium-icon::after {
  background-image: url("/nvlib/images/nc/premium.svg");
  left: 0.2rem;
  top: 0.2rem;
  width: 1.8rem;
  height: 1.8rem;
  background-size: 1.8rem 1.8rem;
}
#pg-home .shape-svg-premium-top {
  transform: scaleX(-1);
}
#pg-home .shape-svg-premium-top svg {
  margin-bottom: -3px;
}
@media only screen and (min-width: 600px) and (max-width: 1000px) {
  #pg-home .shape-svg-premium-top {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 600px) {
  #pg-home .shape-svg-premium-top {
    margin-bottom: 0;
  }
}
#pg-home #sec-premium {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 6.4rem;
}
#pg-home #sec-premium .shape-svg {
  width: 100%;
  margin-top: unset;
  padding-bottom: unset;
}
#pg-home #sec-premium header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 600px) and (max-width: 1000px) {
  #pg-home #sec-premium header {
    display: unset;
  }
}
#pg-home #sec-premium header > h2,
#pg-home #sec-premium header > p {
  width: 40%;
  text-align: center;
}
@media only screen and (min-width: 1000px) and (max-width: 1350px) {
  #pg-home #sec-premium header > h2,
#pg-home #sec-premium header > p {
    width: 50%;
  }
}
@media only screen and (max-width: 1000px) {
  #pg-home #sec-premium header > h2,
#pg-home #sec-premium header > p {
    width: 100%;
    text-align: left;
  }
}
#pg-home #sec-premium figure {
  margin: 0;
  min-height: 35rem;
  transform: translate3d(0, 0, 0);
  display: flex;
  align-items: center;
}
#pg-home #sec-premium a {
  align-self: center;
}
#pg-home #sec-premium .icon-animate {
  top: 0;
  opacity: 1;
}
#pg-home #sec-premium .n-flex-row {
  flex-flow: unset;
  margin-top: 4rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1000px) {
  #pg-home #sec-premium .n-flex-row {
    flex-flow: row wrap;
  }
}
#pg-home #sec-premium .n-flex-item {
  flex-direction: column;
  align-items: center;
  border-radius: 1rem;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
  background-color: rgba(245, 245, 245, 0.8);
  margin: 2rem;
}
@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  #pg-home #sec-premium .n-flex-item {
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    background-color: rgba(245, 245, 245, 0.2);
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1350px) {
  #pg-home #sec-premium .n-flex-item {
    margin: 1rem;
    padding: 3rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1000px) {
  #pg-home #sec-premium .n-flex-item {
    flex-basis: 100%;
    flex-direction: row;
    padding: 0 4rem;
  }
  #pg-home #sec-premium .n-flex-item > * {
    flex: 1;
  }
}
@media only screen and (max-width: 600px) {
  #pg-home #sec-premium .n-flex-item {
    flex-basis: 100%;
    margin: 2rem 0;
    padding: 2rem;
  }
}
#pg-home #sec-premium .n-btn-icon {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}
@media only screen and (min-width: 600px) and (max-width: 1000px) {
  #pg-home #sec-premium .n-btn-icon {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
#pg-home #sec-premium .premium-0 {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 1000px) {
  #pg-home #sec-premium .premium-0 {
    width: 60%;
  }
}
#pg-home #sec-premium .premium-0-image {
  top: 0;
  opacity: 0;
  will-change: opacity;
  transition: opacity 1s ease-out;
}
#pg-home #sec-premium .premium-0-animate {
  left: 0;
  opacity: 1;
  top: 3rem;
}
@media only screen and (min-width: 600px) and (max-width: 1000px) {
  #pg-home #sec-premium .premium-0-animate {
    top: 5rem;
  }
}
#pg-home #sec-premium .premium-1 {
  display: flex;
}
#pg-home #sec-premium .premium-1 figure:first-child {
  margin-right: 2rem;
}
#pg-home #sec-premium .premium-1 figure:first-child img {
  transform: perspective(55px) rotateY(0deg);
  will-change: perspective, rotate;
  transition: 1s ease;
}
#pg-home #sec-premium .premium-1 figure:first-child > .premium-animate-left {
  transform: perspective(60px) rotateY(-2deg);
}
#pg-home #sec-premium .premium-1 figure:last-child > img {
  transform: perspective(55px) rotateY(0deg);
  will-change: perspective, rotate;
  transition: 1s ease;
}
#pg-home #sec-premium .premium-1 figure:last-child > .premium-animate-right {
  transform: perspective(60px) rotateY(2deg);
}
@media only screen and (min-width: 600px) and (max-width: 1000px) {
  #pg-home #sec-premium .premium-1 {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 1000px) {
  #pg-home #sec-premium .premium-1 {
    width: 60%;
  }
}
#pg-home #sec-premium .premium-2 {
  align-self: auto;
  margin-right: -5rem;
  width: 20rem;
}
@media only screen and (min-width: 600px) and (max-width: 1000px) {
  #pg-home #sec-premium .premium-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0;
  }
  #pg-home #sec-premium .premium-2 img {
    width: 18rem;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1350px) {
  #pg-home #sec-premium .premium-2 {
    width: 16rem;
  }
}
#pg-home #sec-premium .premium-2-image {
  transition: 1s ease;
  box-shadow: 0 0 0 -3px white, 0 0 5px 0 #F5F5F5, 0 0 0 -3px white, 0 0 0 0 #F5F5F5, 0 0 0 -3px white, 0 0 0 0 #F5F5F5, 0 0 0 -3px white, 0 0 0 0 #F5F5F5;
  transform: perspective(30px) rotateX(0deg) rotateY(0deg);
  will-change: perspective, rotate, box-shadow;
}
#pg-home #sec-premium .premium-2-animate {
  transform: perspective(44px) rotateX(0deg) rotateY(2deg);
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.2), -25px 0 0 -10px white, -25px 0 3px -10px rgba(0, 0, 0, 0.3), -50px 0 0 -20px white, -50px 0 3px -20px rgba(0, 0, 0, 0.3), -75px 0 0 -30px white, -75px 0 3px -30px rgba(0, 0, 0, 0.3);
}
#pg-home #sec-premium .premium-text-header {
  margin-bottom: 0 !important;
  font-weight: bold;
}
@media only screen and (min-width: 600px) and (max-width: 1000px) {
  #pg-home #sec-premium .premium-text {
    padding: 0 2rem;
  }
}
#pg-home #sec-premium .premium-shapes {
  z-index: -1;
  position: absolute;
  bottom: -5rem;
  width: 100%;
}
#pg-home #sec-premium .premium-shapes .shape-space {
  height: 20rem;
  background: linear-gradient(to right, #51E2C2, #4BCCEF);
}
@media only screen and (min-width: 600px) and (max-width: 1000px) {
  #pg-home #sec-premium .premium-shapes .shape-space {
    height: 75vh;
  }
}
@media only screen and (max-width: 600px) {
  #pg-home #sec-premium .premium-shapes .shape-space {
    height: 210vh;
  }
}
#pg-home .shape-svg-premium-bottom {
  margin-top: -1px;
}
#pg-home #sec-odyssey {
  background: #00C8AA;
  color: white;
  margin-top: -2px;
}
#pg-home #sec-odyssey .header-graphic {
  margin-top: -45rem;
}
@media only screen and (max-width: 600px) {
  #pg-home #sec-odyssey .header-graphic {
    margin-bottom: -10rem;
    margin-top: -10rem;
    position: relative;
  }
}
#pg-home #sec-odyssey .header-graphic-body {
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media only screen and (min-width: 1350px) {
  #pg-home #sec-odyssey .header-graphic-body {
    width: 1024px;
  }
}
#pg-home #sec-odyssey .header-graphic .blur-bg {
  width: 100%;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  border-radius: 2rem;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  padding: 3.2rem 0;
}
@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  #pg-home #sec-odyssey .header-graphic .blur-bg {
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    background-color: rgba(255, 255, 255, 0.2);
  }
}
@media only screen and (max-width: 600px) {
  #pg-home #sec-odyssey .header-graphic .blur-bg {
    padding: 1.6rem 0;
    bottom: 3rem;
  }
}
#pg-home #sec-odyssey .header-graphic .header-text {
  text-align: center;
  width: 50%;
}
@media only screen and (max-width: 600px) {
  #pg-home #sec-odyssey .header-graphic .header-text {
    width: 60%;
  }
}
#pg-home #sec-odyssey .header-graphic .header-text p {
  margin: 0;
  color: #313B47;
}
#pg-home #sec-odyssey .header-graphic .header-text p:first-child {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 3.2rem;
}
@media only screen and (max-width: 600px) {
  #pg-home #sec-odyssey .header-graphic .header-text p:first-child {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 600px) {
  #pg-home #sec-odyssey .header-graphic .header-text p:first-child {
    font-size: 2rem;
  }
}
#pg-home #sec-odyssey .header-graphic .header-text p:nth-child(2) {
  font-size: 8rem;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}
@media only screen and (max-width: 1000px) {
  #pg-home #sec-odyssey .header-graphic .header-text p:nth-child(2) {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 600px) {
  #pg-home #sec-odyssey .header-graphic .header-text p:nth-child(2) {
    font-size: 3.2rem;
  }
}
#pg-home #sec-odyssey .header-graphic .header-text p:last-child {
  font-size: 2rem;
}
@media only screen and (max-width: 600px) {
  #pg-home #sec-odyssey .header-graphic .header-text p:last-child {
    font-size: 12px;
  }
}
#pg-home #sec-odyssey .header-graphic .jobseekers {
  width: 50%;
  z-index: 3;
  position: relative;
}
@media only screen and (max-width: 600px) {
  #pg-home #sec-odyssey .header-graphic .jobseekers {
    width: 40%;
    margin-bottom: 2rem;
  }
}
#pg-home #sec-odyssey figure {
  margin: 0;
}
#pg-home #sec-odyssey .home-main-div {
  background-color: #F5F5F5;
  color: initial;
  padding-top: 6rem;
}
@media only screen and (min-width: 1000px) and (max-width: 1350px) {
  #pg-home #sec-odyssey .home-main-div {
    padding-top: 12rem;
  }
}
@media only screen and (max-width: 600px) {
  #pg-home #sec-odyssey .home-main-div {
    padding-top: 10rem;
  }
}
@media only screen and (max-width: 600px) {
  #pg-home #sec-odyssey .home-main-div button {
    margin: 0 auto;
  }
}
#pg-home #sec-odyssey .home-main-div svg {
  margin-top: -20rem;
  margin-bottom: -2px;
}
@media only screen and (min-width: 600px) and (max-width: 1000px) {
  #pg-home #sec-odyssey .home-main-div svg {
    margin-top: 0;
    margin-bottom: -3px;
  }
}
@media only screen and (max-width: 600px) {
  #pg-home #sec-odyssey .home-main-div svg {
    margin-top: 0;
    margin-bottom: -2px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1350px) {
  #pg-home #sec-odyssey .home-main-div svg {
    margin-top: -13rem;
  }
}
@media only screen and (min-width: 1350px) {
  #pg-home #sec-odyssey .home-main-div .n-container {
    width: 1024px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1000px) {
  #pg-home #sec-odyssey .home-main-div .n-container {
    padding: 0 5rem;
  }
}
#pg-home #sec-odyssey ul {
  margin-top: 0.5rem;
}
#pg-home #sec-odyssey .shape-svg {
  transform: scaleY(-1);
  margin-top: -16rem;
  margin-bottom: -1px;
}
@media only screen and (min-width: 600px) and (max-width: 1000px) {
  #pg-home #sec-odyssey .shape-svg {
    margin-top: -8rem;
  }
}
@media only screen and (max-width: 600px) {
  #pg-home #sec-odyssey .shape-svg {
    margin-top: -3rem;
    position: absolute;
    bottom: 10rem;
    width: 100%;
  }
}
#pg-home #sec-odyssey .shape-svg svg > path {
  fill: #F5F5F5;
}
#pg-home #trustpilot-container {
  margin-top: 10rem;
}
@media only screen and (max-width: 600px) {
  #pg-home #trustpilot-container {
    margin-left: auto;
    margin-right: auto;
    padding: 4rem 0;
  }
  #pg-home #trustpilot-container .n-container {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
#pg-home #trustpilot-container header {
  width: 50%;
  text-align: left;
}
@media only screen and (min-width: 600px) and (max-width: 1000px) {
  #pg-home #trustpilot-container header {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  #pg-home #trustpilot-container header {
    width: 100%;
    text-align: center;
  }
  #pg-home #trustpilot-container header h2 {
    text-align: center;
  }
  #pg-home #trustpilot-container header #tp-widget-wrapper {
    min-width: unset;
  }
}
#pg-home #sec-faq {
  margin-top: 4rem;
  padding: 8px;
}
#pg-home #faq-content {
  box-sizing: border-box;
}
#pg-home #faq-content :nth-child(odd) {
  grid-template-areas: "figure text .";
}
@media only screen and (min-width: 600px) and (max-width: 1000px) {
  #pg-home #faq-content :nth-child(odd) {
    grid-template-areas: "figure text text";
  }
}
#pg-home #faq-content :nth-child(odd) figure {
  margin-left: 0;
}
@media only screen and (max-width: 600px) {
  #pg-home #faq-content :nth-child(odd) figure {
    margin-left: revert;
    margin-bottom: 0;
  }
}
#pg-home #faq-content :nth-child(even) {
  grid-template-areas: ". text figure";
}
@media only screen and (min-width: 600px) and (max-width: 1000px) {
  #pg-home #faq-content :nth-child(even) {
    grid-template-areas: "text text figure";
  }
}
#pg-home #faq-content :nth-child(even) figure {
  margin-right: 0;
}
@media only screen and (max-width: 600px) {
  #pg-home #faq-content :nth-child(even) figure {
    margin-right: revert;
    margin-bottom: 0;
  }
}
#pg-home #faq-content .faq-question {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  position: relative;
  margin: 3.2rem auto;
}
#pg-home #faq-content .faq-question figure {
  grid-area: figure;
  position: relative;
}
@media only screen and (max-width: 600px) {
  #pg-home #faq-content .faq-question figure {
    min-height: 24rem;
  }
}
#pg-home #faq-content .faq-question figure img {
  position: absolute;
  opacity: 0;
  top: -12rem;
  will-change: top, opacity;
  transition: top 0.6s ease-out, opacity 0.6s ease-out;
}
#pg-home #faq-content .faq-question .icon-animate {
  top: 0;
  opacity: 1;
}
@media only screen and (max-width: 600px) {
  #pg-home #faq-content .faq-question .icon-animate {
    width: 24rem;
    left: 50%;
    transform: translate(-50%);
    margin: 0 auto;
  }
}
#pg-home #faq-content .faq-question div {
  grid-area: text;
}
#pg-home #faq-content .faq-question h3 {
  margin-bottom: 3rem;
}
#pg-home #faq-content .faq-question p {
  margin-bottom: 2rem;
}
#pg-home #faq-content .faq-question p + ul {
  margin-top: -2rem;
}
@media only screen and (min-width: 600px) and (max-width: 1000px) {
  #pg-home #faq-content .faq-question {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 600px) {
  #pg-home #faq-content .faq-question {
    display: flex;
    flex-direction: column-reverse;
  }
  #pg-home #faq-content .faq-question figure {
    position: unset;
  }
}
#pg-home #faq-content :first-child {
  margin-top: 1.2rem;
}
#pg-home #sec-ready {
  background-color: #F5F5F5;
  text-align: center;
}
#pg-home #sec-ready h2 {
  margin-top: 10rem;
}
@media only screen and (min-width: 600px) and (max-width: 1000px) {
  #pg-home #sec-ready h2 {
    margin-top: 8rem;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1350px) {
  #pg-home #sec-ready h2 {
    margin-top: 8rem;
  }
}
@media only screen and (max-width: 600px) {
  #pg-home #sec-ready h2 {
    margin-top: 4rem;
    padding: 2rem;
  }
}
#pg-home #sec-ready a {
  border-radius: 5rem;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 0.5rem;
  text-decoration: none;
}
#pg-home #sec-ready a img {
  margin-left: 4px;
  width: 2.5rem;
  height: 2.5rem;
}
#pg-home #sec-ready figure {
  margin: 0;
}
@media only screen and (max-width: 600px) {
  #pg-home #sec-ready figure {
    margin-top: 5rem;
  }
}
#pg-home #sec-ready-shape {
  transform: scaleX(-1);
}