@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -ms-overflow-style: scrollbar;
}

body.scroll {
  overflow: hidden;
}

.nt-page-content {
  flex: 1;
}

.wrapper {
  display: flex;
  flex-direction: column;
}

section.wrapper {
  max-width: 1440px;
  margin: 0 auto;
}

.nt-container {
  flex: 1 0 auto;
  z-index: 10;
}
@media screen and (max-width: 992px) {
  .nt-container {
    width: 100%;
    max-width: 100%;
  }
}

.nt-footer {
  flex: 0 0 auto;
}

@-moz-document url-prefix() {
  .wrapper {
    height: auto;
  }
  html,
  body {
    height: auto;
  }
  input[type=number] {
    padding: 5px !important;
  }
}
.nt-section-default-element {
  width: calc(100% - 40px);
  max-width: 1202px;
  margin-left: auto;
  margin-right: auto;
}
.nt-section-default-element:first-child {
  padding-top: 45px;
}
.nt-section-default-element:last-child {
  padding-bottom: 45px;
}
.nt-section-default-element a:not([class]) {
  color: #168FD9;
}
.nt-section-default-element a:not([class]):hover {
  text-decoration: underline;
}

p.nt-section-default-element {
  margin-bottom: 15px;
}

ul.nt-section-default-element,
ol.nt-section-default-element {
  margin-bottom: 15px;
}

ol.nt-section-default-element {
  padding-left: 20px;
}

h1.nt-section-default-element, h2.nt-section-default-element, h3.nt-section-default-element, h4.nt-section-default-element, h5.nt-section-default-element, h6.nt-section-default-element {
  width: calc(100% - 40px);
  max-width: 1202px;
  margin: 0 auto 15px;
  padding: 20px 0 0;
  display: block;
}

.fin-footnote {
  font-weight: 700;
  font-size: 12px;
  position: relative;
  top: -5px;
}

ul {
  padding: 0;
  list-style: none;
}

button {
  cursor: pointer;
  border: 0;
  outline: none;
}

a {
  text-decoration: none;
}

body,
html {
  scroll-behavior: smooth;
}

body {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.45;
  font-family: "Roboto", Arial, sans-serif;
  color: #000000;
  background: #ffffff;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
}
body.scroll {
  overflow: hidden;
}

.nt-container {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .nt-container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {
  .nt-container {
    max-width: 1248px;
  }
}

.nt-container-fluid {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: -0.02em;
}

h1 {
  font-size: 36px;
  line-height: 44px;
}

h2 {
  font-size: 32px;
  line-height: 40px;
}

h3 {
  font-size: 28px;
  line-height: 36px;
}

h4 {
  font-size: 24px;
  line-height: 32px;
}

h5 {
  font-size: 20px;
  line-height: 28px;
}

h6 {
  font-size: 18px;
  line-height: 24px;
}

p, li {
  font-size: 16px;
  line-height: 24px;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

.overflow {
  overflow: hidden !important;
}

.hidden {
  display: none !important;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.icon {
  width: 20px;
  height: 20px;
}

a,
button,
input,
select,
textarea,
span,
.icon {
  transition: all 150ms ease;
}

button {
  cursor: pointer;
}

.nt-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #00CC66;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  line-height: 1.42;
  text-transform: uppercase;
  padding: 10px 16px;
  width: 100%;
  transition: all 0.4s;
}
.nt-link:hover {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
.nt-link:hover:not(.nt-link--light) {
  background-color: #33D685;
}
.nt-link--light {
  background-color: #ffffff;
  border-color: #e5e5e5;
  color: #404040;
}
.nt-link--light svg path {
  fill: #404040;
}

.wp-block-image.caption-align-left .wp-element-caption {
  text-align: left;
}
.wp-block-image.caption-align-center .wp-element-caption {
  text-align: center;
}
.wp-block-image.caption-align-right .wp-element-caption {
  text-align: right;
}
.wp-block-image-link {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2000001;
  opacity: 0;
  visibility: hidden;
}

.wp-lightbox-overlay.active .wp-block-image-link {
  opacity: 1;
  visibility: visible;
}

.wp-block-table::-webkit-scrollbar {
  width: 0;
}
.wp-block-table.is-collapsable .wp-block-table__arrow {
  display: block;
}
.wp-block-table.caption-align-left .wp-element-caption {
  text-align: left;
}
.wp-block-table.caption-align-center .wp-element-caption {
  text-align: center;
}
.wp-block-table.caption-align-right .wp-element-caption {
  text-align: right;
}
.wp-block-table .wp-element-caption {
  text-align: left;
}
.wp-block-table .nt-btn-primary {
  display: block;
}
.wp-block-table__arrow {
  display: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  margin: 10px auto 0;
  transform: rotate(180deg);
  transition: transform 0.4s;
}
.wp-block-table__arrow svg {
  width: 24px;
  height: 24px;
}
.wp-block-table__arrow.active {
  transform: rotate(0);
}
.wp-block-table.is-style-fin-table::-webkit-scrollbar, .wp-block-table.is-style-fin-table-auto-width::-webkit-scrollbar {
  height: 5px;
}
.wp-block-table.is-style-fin-table::-webkit-scrollbar-track, .wp-block-table.is-style-fin-table-auto-width::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.wp-block-table.is-style-fin-table::-webkit-scrollbar-thumb, .wp-block-table.is-style-fin-table-auto-width::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #888;
}
.wp-block-table.is-style-fin-table table, .wp-block-table.is-style-fin-table-auto-width table {
  border-radius: 24px;
  border-spacing: 0;
  border-collapse: separate;
  border: 1px solid rgba(0, 204, 102, 0.3);
  margin-bottom: 5px;
  overflow: hidden;
}
.wp-block-table.is-style-fin-table table:not(.has-fixed-layout) th, .wp-block-table.is-style-fin-table table:not(.has-fixed-layout) td, .wp-block-table.is-style-fin-table-auto-width table:not(.has-fixed-layout) th, .wp-block-table.is-style-fin-table-auto-width table:not(.has-fixed-layout) td {
  word-break: normal;
}
.wp-block-table.is-style-fin-table table th, .wp-block-table.is-style-fin-table table td, .wp-block-table.is-style-fin-table-auto-width table th, .wp-block-table.is-style-fin-table-auto-width table td {
  border: 0;
  font-size: 14px;
  line-height: 1.4;
  padding: 10px 25px;
}
@media (max-width: 767px) {
  .wp-block-table.is-style-fin-table table th, .wp-block-table.is-style-fin-table table td, .wp-block-table.is-style-fin-table-auto-width table th, .wp-block-table.is-style-fin-table-auto-width table td {
    padding: 10px 15px;
  }
}
.wp-block-table.is-style-fin-table table th strong, .wp-block-table.is-style-fin-table table th b, .wp-block-table.is-style-fin-table table td strong, .wp-block-table.is-style-fin-table table td b, .wp-block-table.is-style-fin-table-auto-width table th strong, .wp-block-table.is-style-fin-table-auto-width table th b, .wp-block-table.is-style-fin-table-auto-width table td strong, .wp-block-table.is-style-fin-table-auto-width table td b {
  font-weight: 600;
}
.wp-block-table.is-style-fin-table table thead, .wp-block-table.is-style-fin-table-auto-width table thead {
  background-color: rgba(0, 204, 102, 0.05);
}
.wp-block-table.is-style-fin-table table thead th, .wp-block-table.is-style-fin-table-auto-width table thead th {
  border-bottom: 1px solid rgba(0, 204, 102, 0.3);
  font-weight: 500;
  font-size: 15px;
  color: #00A352;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.wp-block-table.is-style-fin-table table tbody tr:nth-child(even), .wp-block-table.is-style-fin-table-auto-width table tbody tr:nth-child(even) {
  background-color: rgba(0, 204, 102, 0.05);
}
.wp-block-table.is-style-fin-table table th:not(:first-child), .wp-block-table.is-style-fin-table table td:not(:first-child), .wp-block-table.is-style-fin-table-auto-width table th:not(:first-child), .wp-block-table.is-style-fin-table-auto-width table td:not(:first-child) {
  border-left: 1px solid rgba(0, 204, 102, 0.3);
}
.wp-block-table.is-style-fin-table table > thead > tr:not(:last-child) > th, .wp-block-table.is-style-fin-table table > thead > tr:not(:last-child) > td, .wp-block-table.is-style-fin-table table > tbody > tr:not(:last-child) > th, .wp-block-table.is-style-fin-table table > tbody > tr:not(:last-child) > td, .wp-block-table.is-style-fin-table table > tfoot > tr:not(:last-child) > th, .wp-block-table.is-style-fin-table table > tfoot > tr:not(:last-child) > td, .wp-block-table.is-style-fin-table table > tr:not(:last-child) > td, .wp-block-table.is-style-fin-table table > tr:not(:last-child) > th, .wp-block-table.is-style-fin-table table > thead:not(:last-child), .wp-block-table.is-style-fin-table table > tbody:not(:last-child), .wp-block-table.is-style-fin-table table > tfoot:not(:last-child), .wp-block-table.is-style-fin-table-auto-width table > thead > tr:not(:last-child) > th, .wp-block-table.is-style-fin-table-auto-width table > thead > tr:not(:last-child) > td, .wp-block-table.is-style-fin-table-auto-width table > tbody > tr:not(:last-child) > th, .wp-block-table.is-style-fin-table-auto-width table > tbody > tr:not(:last-child) > td, .wp-block-table.is-style-fin-table-auto-width table > tfoot > tr:not(:last-child) > th, .wp-block-table.is-style-fin-table-auto-width table > tfoot > tr:not(:last-child) > td, .wp-block-table.is-style-fin-table-auto-width table > tr:not(:last-child) > td, .wp-block-table.is-style-fin-table-auto-width table > tr:not(:last-child) > th, .wp-block-table.is-style-fin-table-auto-width table > thead:not(:last-child), .wp-block-table.is-style-fin-table-auto-width table > tbody:not(:last-child), .wp-block-table.is-style-fin-table-auto-width table > tfoot:not(:last-child) {
  border-bottom: 1px solid rgba(0, 204, 102, 0.3);
}
.wp-block-table.is-collapsable .wp-block-table__arrow {
  display: block;
}
.wp-block-table.is-collapsable thead {
  cursor: pointer;
}
.wp-block-table.is-collapsable thead tr th:last-child {
  position: relative;
  padding: 15px 30px 15px 15px;
}
.wp-block-table.is-collapsable tbody tr:nth-child(n+8) {
  display: none;
}
.wp-block-table.is-collapsable.show tbody tr:nth-child(n+8) {
  display: table-row;
}
.wp-block-table.is-collapsable:not(.show) thead th {
  border-bottom: 0;
}

.nt-btn-primary {
  background: #00CC66;
  border-radius: 8px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  padding: 10px 16px;
  white-space: nowrap;
  transition: all ease 200ms;
}
.nt-btn-primary:hover {
  background: #33D685;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
}
.nt-btn-primary:active {
  background: #66E0A3;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
}
.nt-btn-primary--large {
  display: block;
  font-size: 18px;
  line-height: 1.33;
  padding: 17px 20px;
  width: fit-content;
}
.nt-btn-primary--gray {
  background-color: transparent;
  border: 1px solid #e5e5e5;
  color: #404040;
  width: 100%;
}
.nt-btn-primary--gray:hover {
  box-shadow: none;
  background-color: #ffffff;
  color: #00CC66;
}
.nt-btn-primary--border {
  display: block;
  background-color: #ffffff;
  border: 1px solid #00CC66;
  font-size: 12px;
  color: #404040;
  padding: 5px 12px;
  width: 100%;
}
.nt-btn-primary--border:hover {
  color: #ffffff;
}

.nt-btn-secondary {
  display: flex;
  align-items: center;
  background: #E5FAF0;
  border-radius: 8px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #00CC66;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 16px;
  transition: all ease 200ms;
}
.nt-btn-secondary .icon {
  fill: transparent;
  stroke: #00CC66;
  margin-left: 8px;
}
.nt-btn-secondary:hover {
  background: #CCF5E0;
  color: #00A352;
}
.nt-btn-secondary:hover .icon {
  stroke: #00A352;
}
.nt-btn-secondary:active {
  background: #E5FAF0;
  color: #00CC66;
}
.nt-btn-secondary:active .icon {
  stroke: #00CC66;
}

.nt-title-section {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.02em;
  color: #262626;
  margin-bottom: 32px;
}
.nt-title-section span {
  display: inline;
  color: #00CC66;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.nt-progress {
  position: absolute;
  z-index: 4;
  top: 100%;
  left: 0;
  height: 8px;
  background: #00CC66;
  transition: all linear 0.1s;
  min-width: 1%;
  border-radius: 0 10px 10px 0;
}

.nt-bread-crumbs ul {
  display: flex;
  align-items: center;
}
.nt-bread-crumbs li {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #168FD9;
  position: relative;
}
.nt-bread-crumbs li:after {
  position: relative;
  width: 20px;
  display: inline-block;
  text-align: center;
  content: ">";
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #d4d4d4;
}
.nt-bread-crumbs li:last-of-type:after {
  display: none;
}
.nt-bread-crumbs a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #404040;
}
.nt-bread-crumbs a:hover {
  color: #168FD9;
}

.nt-select {
  padding: 10px 12px;
  display: flex;
  align-items: center;
  position: relative;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 4px 6px -1px rgba(16, 24, 40, 0.05), 0px 2px 4px -2px rgba(16, 24, 40, 0.05);
  border-radius: 6px;
  transition: all ease 300ms;
}
.nt-select.active {
  box-shadow: none;
  border-radius: 6px 6px 0 0;
  border-bottom-color: transparent;
}
.nt-select.active:after {
  transform: rotate(180deg);
}
.nt-select:after {
  position: absolute;
  content: "";
  top: 10px;
  right: 12px;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1L6 6L1 1' stroke='%23171717' stroke-width='1.67' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center center;
  transition: all ease 300ms;
}
.nt-select__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #404040;
  padding-right: 24px;
  cursor: pointer;
}
.nt-select__list {
  position: absolute;
  display: none;
  left: -1px;
  top: 100%;
  padding: 0 10px;
  width: calc(100% + 2px);
  z-index: 2;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-top: 0;
  box-shadow: 0px 4px 6px -1px rgba(16, 24, 40, 0.05), 0px 2px 4px -2px rgba(16, 24, 40, 0.05);
  border-radius: 0 0 6px 6px;
}
.nt-select__list li {
  margin-bottom: 4px;
}
.nt-select__list li, .nt-select__list a {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #404040;
}
.nt-select__list a:hover {
  color: #00CC66;
}

.tippy-box {
  background: transparent !important;
}
.tippy-box[data-placement^=top] > .tippy-content {
  border-radius: 12px;
  font-size: 12px;
  color: #383D49;
}
.tippy-box[data-placement^=top] > .tippy-arrow::after {
  bottom: -6.5px;
  top: auto;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.tippy-content {
  padding: 16px;
  border-radius: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #737373 !important;
  background: #ffffff !important;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.1);
}

.tippy-arrow {
  z-index: 3;
}
.tippy-arrow:before {
  display: none !important;
}
.tippy-arrow:after {
  position: absolute;
  content: "";
  transform: rotate(45deg);
  width: 13px;
  height: 13px;
  top: -6px;
  left: 0;
  margin: 0 auto;
  right: 0;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  background: #ffffff;
}

.tippy-box[data-placement=bottom-start] .tippy-arrow {
  left: -85% !important;
}

.tippy-box[data-placement=top-start] .tippy-arrow {
  left: -85% !important;
}
.tippy-box[data-placement=top-start] .tippy-arrow:after {
  transform: rotate(-135deg);
  top: 9px;
}

body .freeprivacypolicy-com---nb {
  background-color: #fafafa;
  border-top-left-radius: 16px;
}
body .freeprivacypolicy-com---nb .cc-nb-main-container {
  padding: 24px;
}
body .freeprivacypolicy-com---nb .cc-nb-title,
body .freeprivacypolicy-com---nb .cc-nb-text {
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  margin-bottom: 16px;
}
body .freeprivacypolicy-com---nb .cc-nb-title {
  font-weight: 500;
  font-size: 28px;
  color: #262626;
  letter-spacing: -0.02em;
}
body .freeprivacypolicy-com---nb .cc-nb-text {
  font-weight: 400;
  font-size: 16px;
  color: #737373;
}
body .freeprivacypolicy-com---nb .cc-nb-buttons-container button {
  border-radius: 8px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 10px 16px;
  margin-right: 10px !important;
}
body .freeprivacypolicy-com---nb .cc-nb-buttons-container button:last-child {
  margin-right: 0 !important;
}

.wpcf7-form {
  display: flex;
  align-items: center;
  column-gap: 12px;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  border-radius: 12px;
  padding: 8px 12px;
  max-width: 470px;
}
.wpcf7-form label {
  display: flex;
  align-items: center;
  width: calc(100% - 116px);
}
.wpcf7-form label svg {
  margin-right: 8px;
}
.wpcf7-form label svg use {
  fill: #737373;
}
.wpcf7-form p {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.wpcf7-form .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7-form .wpcf7-email {
  border: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #737373;
  line-height: 1.42;
  outline: none;
  width: 100%;
}
.wpcf7-form .wpcf7-submit {
  background-color: #00CC66;
  background-image: url("../images/svg/form-arrow.svg");
  background-repeat: no-repeat;
  background-position: 90% center;
  border: 0;
  border-radius: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
  line-height: 1.42;
  padding: 10px 42px 10px 16px;
  transition: all 0.4s;
}
.wpcf7-form .wpcf7-submit:hover {
  background-color: #00A352;
}
.wpcf7-form .wpcf7-submit:focus {
  background-color: #007A3D;
}

@media (max-width: 767px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) {
    display: block;
  }
}

@media (max-width: 767px) {
  .wp-block-column .wp-block-list {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .wp-block-column + .wp-block-column {
    margin-bottom: 25px;
  }
}

body.admin-bar .nt-header__nav {
  padding-top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar .nt-header__nav {
    padding-top: 46px;
  }
}

.nt-header {
  padding: 12px 0;
  position: sticky;
  background: #ffffff;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  box-shadow: 0 1px 3px rgba(16, 24, 40, 0.1), 0 1px 2px -1px rgba(16, 24, 40, 0.1);
}
@media (max-width: 767px) {
  .nt-header {
    overflow-x: clip;
  }
}
.nt-header.show-form .nt-search-form {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .nt-header.show-form .nt-header__search {
    transform: translateX(0);
  }
}
.nt-header .nt-container {
  display: flex;
  align-items: center;
}
.nt-header__nav {
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  overflow-y: scroll;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
  z-index: 100;
}
.nt-header__nav-button {
  border-top: 1px solid #e5e5e5;
  padding: 32px 16px 0;
  max-width: 280px;
  width: 100%;
  right: 0;
}
.nt-header__nav-button .nt-btn-primary {
  width: 100%;
  text-align: center;
}
.nt-header-copy {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  padding: 24px 16px;
  max-width: 280px;
  color: #525252;
}
.nt-header-copy a {
  color: #525252;
}
.nt-header-logo {
  display: flex;
}
.nt-header-logo a {
  display: inline-block;
  overflow: hidden;
  max-width: 90%;
}
@media (min-width: 768px) {
  .nt-header-logo__mobile {
    display: none;
  }
}
.nt-header__logo-nav {
  transition: all ease 300ms;
  padding: 16px;
  max-width: 280px;
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px -1px rgba(16, 24, 40, 0.1);
}
.nt-header__logo-nav img {
  max-width: 80%;
}
.nt-header-nav {
  width: 100%;
  padding: 36px 16px 0;
  max-width: 280px;
  transition: all ease 300ms;
}
.nt-header-nav--desktop {
  display: none;
}
@media (min-width: 992px) {
  .nt-header-nav--desktop {
    display: block;
  }
}
.nt-header-nav li {
  margin-bottom: 24px;
}
.nt-header-nav a {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #404040;
}
@media (max-width: 767px) {
  .nt-header-nav a {
    white-space: normal;
  }
}
.nt-header__search {
  display: none;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  flex-basis: 0;
  flex-grow: 1;
  background-color: #ffffff;
  transform: translateX(100%);
  transition: transform 0.4s;
  padding: 0 15px;
  width: calc(100% - 70px);
  max-width: 100%;
  height: 100%;
  z-index: 100;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .nt-header__search {
    display: flex;
  }
}
.nt-header__search .nt-search-form {
  flex: auto;
  width: 100%;
}
.nt-header__search .nt-search-form input {
  width: 100%;
}
.nt-header__search > svg {
  flex: 0 0 20px;
  max-width: 20px;
  cursor: pointer;
}
.nt-header-button {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 16px 0 auto;
  position: relative;
}
@media (min-width: 768px) {
  .nt-header-button {
    gap: 24px;
  }
}
.nt-header-button .nt-btn-primary {
  z-index: 2;
}
.nt-header-button > svg {
  flex: 0 0 32px;
  max-width: 32px;
  cursor: pointer;
  z-index: 0;
}
.nt-header-button .nt-search-form {
  display: none;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: -168px;
  transition: opacity 0.4s;
  z-index: 1;
  flex: 0 0 200px;
}
@media (min-width: 768px) {
  .nt-header-button .nt-search-form {
    display: flex;
  }
}
.nt-header-btn {
  margin: 0;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  padding: 4px 3px;
  position: relative;
}
.nt-header-btn:before, .nt-header-btn:after, .nt-header-btn span {
  position: absolute;
  background: #171717;
  height: 2px;
  border-radius: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 14px;
  transition: all ease 300ms;
}
.nt-header-btn:before, .nt-header-btn:after {
  content: "";
}
.nt-header-btn:before {
  top: 4px;
}
.nt-header-btn:after {
  top: calc(100% - 6px);
}
.nt-header-btn span {
  top: 50%;
  margin-top: -1px;
}
.nt-header-btn.active:before, .nt-header-btn.active:after {
  content: "";
  top: 50%;
  margin-top: -2px;
}
.nt-header-btn.active span {
  opacity: 0;
}
.nt-header-btn.active:before {
  transform: rotate(45deg);
}
.nt-header-btn.active:after {
  transform: rotate(-45deg);
}
.nt-header-overlay {
  background: rgba(38, 38, 38, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  width: 100vw;
  height: 100vh;
}
.nt-header.active {
  z-index: 999;
}
.nt-header.active .nt-header__nav {
  opacity: 1;
  visibility: visible;
}
.nt-header.active .nt-header-nav:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 100vh;
  background: #ffffff;
  width: 100%;
  max-width: 280px;
  z-index: -1;
}
.nt-header.active .nt-header-btn {
  z-index: 105;
}
.nt-header.active .nt-header__logo-nav, .nt-header.active .nt-header-copy, .nt-header.active .nt-header__nav-button {
  opacity: 1;
  visibility: visible;
  z-index: 15;
}
.nt-header.active .nt-header-overlay {
  opacity: 1;
  visibility: visible;
  z-index: 5;
}
.nt-header .menu-item {
  position: relative;
}
.nt-header .menu-item.menu-item-has-children:after {
  content: "";
  border-right: 1px solid #171717;
  border-bottom: 1px solid #171717;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  display: inline-block;
  margin-left: 4px;
  transform-origin: center;
  margin-bottom: 3px;
}
.nt-header .menu-item.menu-item-has-children:hover:after {
  border-color: #00CC66;
}
.nt-header .menu-item.menu-item-has-children:hover > .sub-menu {
  display: block;
}
.nt-header .menu-item .sub-menu {
  list-style: none;
  position: absolute;
  top: 100%;
  left: -10px;
  background-color: #ffffff;
  padding: 10px;
  flex-direction: column;
  white-space: nowrap;
  display: none;
}
.nt-header .menu-item .sub-menu li {
  margin: 0 0 10px;
}
.nt-header .menu-item .sub-menu li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .nt-header .menu-item.menu-item-has-children:after {
    display: none;
  }
  .nt-header .menu-item .sub-menu {
    display: block;
    position: static;
    padding-left: 15px;
    padding-bottom: 0;
  }
  .nt-header .menu-item .nt-header__nav-button {
    top: 80vh;
  }
}

.nt-footer {
  border-top: 1px solid #d4d4d4;
  overflow: hidden;
}
.nt-footer__top {
  background-color: #f5f5f5;
  padding: 32px 0;
}
@media (min-width: 768px) {
  .nt-footer__top {
    padding: 64px 0;
  }
}
.nt-footer__bottom {
  background-color: #e5e5e5;
  padding: 16px 0;
}
@media (min-width: 768px) {
  .nt-footer__bottom-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .nt-footer__bottom-info {
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .nt-footer__bottom-info p {
    display: flex;
    align-items: center;
    column-gap: 3px;
  }
}
.nt-footer__bottom-info * {
  font-weight: 400;
  font-size: 14px;
  color: #404040;
  line-height: 1.42;
}
.nt-footer__bottom-info strong, .nt-footer__bottom-info b, .nt-footer__bottom-info a {
  font-weight: 700;
}
.nt-footer__bottom-info a {
  text-decoration: underline;
}
.nt-footer__bottom-info img {
  margin-right: 16px;
  max-height: 32px;
  width: auto;
}
@media (max-width: 767px) {
  .nt-footer__bottom-info img {
    margin-bottom: 16px;
  }
}
.nt-footer__wrapper {
  display: flex;
  flex-wrap: wrap;
  row-gap: 32px;
  margin-left: -32px;
  margin-right: -32px;
}
.nt-footer__col {
  padding-left: 32px;
  padding-right: 32px;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (min-width: 768px) {
  .nt-footer__col {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.nt-footer__col--large {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .nt-footer__col--large {
    flex: 0 0 40%;
    max-width: 40%;
  }
}
.nt-footer__social {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 16px;
}
.nt-footer__text {
  font-weight: 400;
  font-size: 14px;
  color: #404040;
  line-height: 1.42;
  margin: 16px 0;
}
@media (min-width: 768px) {
  .nt-footer__text {
    margin: 64px 0;
  }
}
.nt-footer__text--small {
  margin: 24px 0;
}
.nt-footer__info {
  border-top: 1px solid #e5e5e5;
  padding-top: 32px;
}
@media (min-width: 768px) {
  .nt-footer__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 30px;
  }
}
.nt-footer__copyright {
  font-weight: 400;
  font-size: 14px;
  color: #737373;
  line-height: 1.42;
}
.nt-footer__copyright p {
  font-size: 14px;
  line-height: 1.42;
}
.nt-footer__menu .menu-item {
  margin-bottom: 12px;
}
.nt-footer__menu .menu-item:last-child {
  margin-bottom: 0;
}
.nt-footer__menu .menu-item.dark a {
  color: #171717;
}
.nt-footer__menu .menu-item a {
  font-weight: 500;
  font-size: 14px;
  color: #737373;
  line-height: 1.42;
}
.nt-footer__menu .menu-item a:hover {
  color: #00CC66;
}
.nt-footer__menu--h {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .nt-footer__menu--h {
    margin-bottom: 32px;
  }
}
.nt-footer__menu--h .menu-item {
  margin-right: 32px;
  margin-bottom: 0;
}
.nt-footer__menu--h .menu-item:last-child {
  margin-right: 0;
}

.nt-footer-old {
  background-color: #262626;
  padding: 80px 0;
}
.nt-footer-old__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
}
.nt-footer-old__copy {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
}
.nt-footer-old__copy a {
  color: #ffffff;
}
.nt-footer-old__copy a:hover {
  text-decoration: underline;
}

.nt-hero {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .nt-hero--search .nt-hero__search {
    border-radius: 0;
    gap: 12px;
    padding: 16px 24px;
  }
}
@media (max-width: 767px) {
  .nt-hero--search .nt-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.nt-hero--search .nt-hero__title {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 32px;
}
.nt-hero__title {
  text-align: center;
  font-weight: 800;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.02em;
  color: #171717;
}
.nt-hero__title span {
  font-weight: inherit;
  font-size: inherit;
  color: #00CC66;
  line-height: inherit;
  letter-spacing: inherit;
}
.nt-hero__text {
  max-width: 576px;
  margin: 24px auto 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #a3a3a3;
}
.nt-hero__link {
  margin-top: 24px;
  text-align: center;
}
.nt-hero__link .nt-btn-secondary {
  justify-content: center;
  text-align: center;
}
.nt-hero__search {
  display: flex;
  align-items: center;
  gap: 24px;
  background-color: #023219;
  border: 1px solid #e5e5e5;
  border-radius: 24px;
  box-shadow: 0 1px 3px 0 rgba(16, 24, 40, 0.1), 0 1px 2px -1px rgba(16, 24, 40, 0.1);
  padding: 16px 16px 16px 24px;
  margin: 12px auto 0;
  max-width: 590px;
}
@media (max-width: 575px) {
  .nt-hero__search {
    flex-direction: column;
  }
}
.nt-hero__search-label {
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  line-height: 1.33;
}

.nt-category {
  padding: 24px 0;
  background: #fafafa;
}
.nt-category .nt-container-fluid, .nt-category .nt-container {
  position: relative;
}
.nt-category__select {
  display: none;
}
.nt-category__blog {
  background: #ffffff;
}
.nt-category__wrap {
  position: relative;
  top: 0;
  left: 0;
  margin-top: 0;
  padding: 0;
  visibility: visible;
  opacity: 1;
  background: transparent;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .nt-category__wrap {
    flex-direction: column;
    align-items: center;
  }
}
.nt-category__wrap.active {
  position: absolute;
  visibility: visible;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 0;
  opacity: 1;
  border-color: #e5e5e5;
  border-top-color: transparent;
  box-shadow: 0px 4px 6px -1px rgba(16, 24, 40, 0.05), 0px 2px 4px -2px rgba(16, 24, 40, 0.05);
}
.nt-category__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  padding: 0 10px;
  margin-bottom: 10px;
  max-width: fit-content;
  width: 100%;
}
@media (max-width: 767px) {
  .nt-category__item {
    margin-bottom: 25px;
  }
  .nt-category__item:last-child {
    margin-bottom: 0;
  }
}
.nt-category__item:hover .nt-category__item-title {
  text-decoration: none;
}
.nt-category__item-media {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 12px;
  max-width: 80px;
}
.nt-category__item-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #262626;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-align: center;
  transition: all 0.1s ease-out;
}
.nt-category__item--blue:hover .icon {
  fill: #168FD9;
}
.nt-category__item--blue:hover .nt-category__item-title {
  color: #168FD9;
}

.nt-blog {
  padding: 48px 0;
}
.nt-blog__item {
  width: 100%;
  margin: 0 0 32px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 4px 16px -1px rgba(16, 24, 40, 0.05), 0px 2px 4px -2px rgba(16, 24, 40, 0.1);
  border-radius: 16px;
  overflow: hidden;
}
.nt-blog__item-media {
  display: block;
  position: relative;
  height: 215px;
}
.nt-blog__item-media img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.nt-blog__item-desc {
  padding: 24px;
}
.nt-blog__item-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: #171717;
  margin-bottom: 8px;
}
.nt-blog__item-title a {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  word-break: break-word;
  color: #171717;
}
.nt-blog__item-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.45;
  color: #a3a3a3;
}
.nt-blog__item-text p {
  font-size: 18px;
  line-height: 1.45;
}
@media (max-width: 575px) {
  .nt-blog__item-text {
    font-size: 16px;
  }
  .nt-blog__item-text p {
    font-size: 16px;
  }
}
.nt-blog__item-author {
  padding: 0 24px 24px;
  display: flex;
}
.nt-blog__author-media {
  border-radius: 50%;
  margin-right: 12px;
  overflow: hidden;
  width: 40px;
  height: 40px;
}
.nt-blog__author-media a, .nt-blog__author-media img {
  border-radius: inherit;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.nt-blog__author-desc {
  width: calc(100% - 52px);
}
.nt-blog__author-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #168FD9;
}
.nt-blog__author-title a {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.nt-blog__author-info {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #737373;
}
.nt-blog .nt-link-section {
  width: 100%;
}
.nt-blog .nt-btn-secondary {
  width: 100%;
  justify-content: center;
  text-align: center;
}
.nt-blog__page {
  background: #fafafa;
}
.nt-blog__page .nt-link-section {
  text-align: center;
}
.nt-blog__page .nt-btn-secondary {
  display: inline-flex;
  width: auto;
}
.nt-blog__author {
  background: #fafafa;
}
.nt-blog__author .nt-title-section {
  text-align: center;
}
.nt-blog__author .nt-title-section span {
  display: block;
}
.nt-blog__message {
  text-align: center;
}

.nt-author {
  padding: 100px 0 60px;
}
@media screen and (max-width: 767px) {
  .nt-author {
    padding: 50px 0;
  }
}
.nt-author__wrap {
  position: relative;
  padding-bottom: 104px;
}
.nt-author__media {
  height: 200px;
  border-radius: 16px;
  margin-bottom: 24px;
}
.nt-author__media img, .nt-author__media picture {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 60%;
}
.nt-author__image {
  border-radius: inherit;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .nt-author__image--desktop {
    display: none;
  }
}
.nt-author__image--mobile {
  margin-bottom: 24px;
  height: auto;
}
.nt-author__image--mobile img {
  width: 100%;
}
@media (min-width: 768px) {
  .nt-author__image--mobile {
    display: none;
  }
}
.nt-author__social {
  position: absolute;
  bottom: -8px;
  left: 0;
}
.nt-author__social-title {
  font-weight: 600;
  margin-bottom: 8px;
}
.nt-author__social-link {
  display: flex;
  width: 48px;
  height: 48px;
  border-radius: 4px;
}
.nt-author__social-link img {
  border-radius: inherit;
  width: 100%;
}
.nt-author__social-link--twitter, .nt-author__social-link--instagram, .nt-author__social-link--youtube, .nt-author__social-link--facebook {
  align-items: center;
  justify-content: center;
}
.nt-author__social-link--twitter img, .nt-author__social-link--instagram img, .nt-author__social-link--youtube img, .nt-author__social-link--facebook img {
  border-radius: 0;
  height: 28px;
  width: auto;
}
.nt-author__social-link--twitter {
  background-color: #0f1419;
}
.nt-author__social-link--instagram {
  background: linear-gradient(115deg, #f9ce34, #ee2a7b, #6228d7);
}
.nt-author__social-link--youtube {
  background-color: #FF0000;
}
.nt-author__social-link--facebook {
  background-color: #1877F2;
}
.nt-author__social ul {
  display: flex;
}
.nt-author__social li {
  margin-right: 16px;
}
.nt-author__social li:last-of-type {
  margin-right: 0;
}
.nt-author__box {
  background-color: #fafafa;
  padding: 16px;
  margin-left: -16px;
  margin-right: -16px;
}
@media (min-width: 768px) {
  .nt-author__box {
    border-radius: 24px;
    padding: 24px;
    margin: 0;
  }
}
.nt-author__title {
  text-align: center;
  font-weight: 800;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.02em;
  color: #262626;
}
.nt-author__subtitle {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.02em;
  color: #a3a3a3;
}
.nt-author__text {
  padding: 32px 0 0;
}
.nt-author__text-title {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px;
}
.nt-author__text-title img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  min-width: 24px;
  margin-right: 16px;
}
.nt-author__text-heading {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.4px;
}
.nt-author__text-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E5FAF0;
  border-radius: 12px;
  width: 44px;
  height: 44px;
}
.nt-author__text-description {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.45;
  color: #262626;
}
.nt-author__text-description p, .nt-author__text-description li {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.nt-author__text-description p {
  margin-bottom: 20px;
}
.nt-author__text-description p:last-of-type {
  margin-bottom: 0;
}
.nt-author__text-description li {
  margin-bottom: 16px;
}
.nt-author__text-description li:last-child {
  margin-bottom: 0;
}
.nt-author__text-description ul, .nt-author__text-description ol {
  margin: 15px 0 15px 15px;
}
.nt-author__text-description ol {
  margin-left: 18px;
}
.nt-author__text-description ul {
  margin-left: 0;
}
.nt-author__text-description ul li {
  position: relative;
}
.nt-author__text-description ul li::before {
  content: "•";
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin-right: 7px;
}
.nt-author__link {
  margin-top: 32px;
}
.nt-author__list {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 6px;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .nt-author__list {
    align-items: center;
    flex-direction: row;
    gap: 12px;
  }
}
.nt-author__list > span {
  font-weight: 400;
  font-size: 16px;
  color: #a3a3a3;
  line-height: 1.75;
  letter-spacing: -0.32px;
}
.nt-author__list-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.nt-author__list-row span, .nt-author__list-row a {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  font-weight: 500;
  font-size: 16px;
  color: #525252;
  letter-spacing: -0.32px;
  line-height: 1.75;
  text-align: center;
  padding: 2px 12px;
}

.nt-team {
  padding: 24px 0;
  background: #fafafa;
}
.nt-team .nt-title-section {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
}
.nt-team__item {
  margin-bottom: 32px;
}
.nt-team__item-media {
  width: 100%;
  height: 280px;
  border-radius: 16px;
  margin-bottom: 32px;
}
.nt-team__item-media a {
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: inherit;
}
.nt-team__item-media img {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nt-team__item-desc {
  text-align: center;
}
.nt-team__item-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.45;
  color: #262626;
}
.nt-team__item-title a {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #262626;
}
.nt-team__item-type {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #737373;
  margin-bottom: 16px;
}
.nt-team__item-info {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #737373;
  margin-bottom: 16px;
}
.nt-team__item-social ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.nt-team__item-social ul li {
  margin-right: 10px;
}
.nt-team__item-social ul li:last-child {
  margin-right: 0;
}
.nt-team__item-social a {
  width: 20px;
  height: 20px;
}
.nt-team__item-social a:hover img {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  filter: none; /* IE 6-9 */
}
.nt-team__item-social img {
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
}

.nt-commitment {
  padding: 48px 0 72px;
}
.nt-commitment .nt-title-section {
  text-align: center;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.02em;
  color: #262626;
}
.nt-commitment__list li {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #262626;
  padding-left: 40px;
  margin-bottom: 32px;
  position: relative;
}
.nt-commitment__list li:before {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -8px;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='12' viewBox='0 0 16 12' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.6653 0.822183C16.1116 1.25176 16.1116 1.94824 15.6653 2.37782L6.52241 11.1778C6.0761 11.6074 5.35248 11.6074 4.90616 11.1778L0.334735 6.77782C-0.111578 6.34824 -0.111578 5.65176 0.334735 5.22218C0.781049 4.79261 1.50467 4.79261 1.95098 5.22218L5.71429 8.84437L14.049 0.822183C14.4953 0.392606 15.219 0.392606 15.6653 0.822183Z' fill='%2300CC66'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 16px;
  height: 11px;
}
.nt-commitment__link {
  width: 100%;
}
.nt-commitment__link .nt-btn-primary {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

.nt-top {
  padding: 30px 0 0;
}
@media (min-width: 992px) {
  .nt-top {
    padding-top: 75px;
  }
}
.nt-top__link {
  text-align: center;
  margin-bottom: 24px;
}
.nt-top__link.hide {
  display: none;
}
@media (max-width: 575px) {
  .nt-top__link.sm-hide {
    display: none;
  }
}
.nt-top__link .nt-btn-secondary {
  display: inline-block;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  align-items: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 1000px;
  padding: 4px 12px;
}
.nt-top__title {
  font-weight: 800;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #171717;
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 575px) {
  .single-post .nt-page-content .nt-top__title {
    text-align: left;
  }
}
.nt-top__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  color: #a3a3a3;
  margin-bottom: 32px;
}
.nt-top__text p {
  font-size: 14px;
  line-height: 28px;
}
.nt-top__media {
  display: none;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  height: 300px;
}
.nt-top__media img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.nt-article {
  padding: 48px 0;
}
@media (max-width: 575px) {
  .nt-article {
    padding: 10px 0 45px;
  }
  .nt-article .nt-key-takeaways .nt-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.nt-article__wrap .nt-article__faq-wrap .nt-container {
  padding: 0;
}
@media (max-width: 575px) {
  .nt-article-default, .nt-article__wrap {
    word-wrap: break-word;
  }
}
.nt-article__tooltip {
  display: flex;
  gap: 12px;
}
.nt-article__tooltip-avatar {
  border-radius: 8px;
  position: relative;
  flex: 0 0 72px;
  max-width: 72px;
  height: 72px;
}
.nt-article__tooltip-avatar img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.nt-article__tooltip-text {
  border-bottom: 1px solid #e5e5e5;
  font-size: 12px;
  color: #383D49;
  line-height: 1.66;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.nt-article__tooltip-text * {
  font-size: 12px;
  color: #383D49;
  line-height: 1.66;
}
.nt-article__tooltip-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nt-article__tooltip-link {
  display: flex;
  gap: 6px;
  min-width: 150px;
}
.nt-article__tooltip-link span {
  font-weight: 500;
  font-size: 12px;
  color: #00CC66;
}
.nt-article__tooltip-link svg {
  fill: #00CC66;
  max-width: 16px;
}
.nt-article__tooltip-social {
  display: flex;
  gap: 12px;
}
.nt-article__tooltip-social a {
  display: inline-flex;
}
.nt-article__tooltip-social svg {
  width: 16px;
  height: 16px;
}
.nt-article__tooltip-social svg path {
  fill: #00CC66;
}
.nt-article__share {
  display: none;
}
@media (min-width: 1246px) {
  .nt-article__share {
    display: block;
  }
  .nt-article__share ul {
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 120px;
  }
  .nt-article__share li {
    display: flex;
    margin-bottom: 16px;
  }
  .nt-article__share img {
    border-radius: 50%;
  }
}
.nt-article__share-link {
  width: 48px;
  height: 48px;
}
.nt-article__share-link--twitter {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0f1419;
  border-radius: 50%;
}
.nt-article__share-link--twitter img {
  border-radius: 0;
  max-width: 28px;
}
.nt-article .nt-bread-crumbs {
  margin-bottom: 32px;
}
.nt-article .nt-bread-crumbs.hide {
  display: none;
}
@media (max-width: 575px) {
  .nt-article .nt-bread-crumbs.sm-hide {
    display: none;
  }
}
.nt-article__author-title {
  display: flex;
  align-items: center;
  background: #fafafa;
  border-radius: 16px;
  padding: 16px;
  margin-bottom: 16px;
  position: relative;
}
.nt-article__author-image {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  margin-right: 12px;
}
.nt-article__author-image img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
@media (min-width: 992px) {
  .nt-article__author-info {
    width: calc(100% - 60px);
    padding-right: 48px;
  }
}
.nt-article__author-name {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #171717;
}
.nt-article__author-name > div > a {
  margin-left: 4px;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #168FD9;
}
.nt-article__author-name > div > a:hover {
  color: #0D5682;
}
.nt-article__author-information {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #737373;
}
.nt-article__author-information span {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #737373;
}
@media (max-width: 768px) {
  .nt-article__author-information span {
    display: block;
  }
}
@media (min-width: 768px) {
  .nt-article__author-information span span {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 3px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #737373;
  }
}
.nt-article__author-desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #737373;
  padding: 12px 16px 16px;
  visibility: hidden;
  position: absolute;
  left: -9999px;
  top: -9999px;
  margin-top: -10px;
  opacity: 0;
  transition: margin-top 0.7s ease, opacity 0.4s ease;
}
.nt-article__author-desc:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: calc(100% - 32px);
  height: 1px;
  background: #e5e5e5;
}
.nt-article__author-text {
  margin-bottom: 12px;
}
.nt-article__author-social ul {
  display: flex;
  align-items: center;
}
.nt-article__author-social li {
  margin-right: 16px;
}
.nt-article__author-social li:last-of-type {
  margin-right: 16px;
}
.nt-article__author-social img {
  width: 24px;
  height: 24px;
}
.nt-article__author-social a {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #168FD9;
}
.nt-article__author.active {
  background: #fafafa;
  border-radius: 16px;
}
.nt-article__author.active .nt-article__author-desc {
  visibility: visible;
  position: relative;
  left: 0;
  top: 0;
  margin-top: 0;
  opacity: 1;
}
.nt-article__author-description {
  border: 1px solid #f5f5f5;
  border-radius: 16px;
  padding: 14px;
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #737373;
  margin-bottom: 25px;
}
.nt-article__author-description * {
  font-size: 14px;
}
.nt-article__author-description a, .nt-article__author-description b {
  color: #168FD9;
}
.nt-article__author-description b {
  font-style: italic;
  font-weight: 400;
}
.nt-article__text {
  margin-bottom: 48px;
}
.nt-article__text:last-of-type {
  margin-bottom: 0;
}
.nt-article__text .nt-container {
  padding-left: 0;
  padding-right: 0;
}
.nt-article__text p, .nt-article__text ul {
  margin-bottom: 26px;
}
.nt-article__text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.45;
  color: #262626;
}
.nt-article__text p a {
  display: inline;
}
@media (max-width: 575px) {
  .nt-article__text p {
    font-size: 16px;
  }
}
.nt-article__text a:not([class]) {
  color: #168FD9;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.nt-article__text a:not([class]):hover {
  text-decoration: none;
}
@media (max-width: 575px) {
  .nt-article__text a:not([class]) {
    width: fit-content;
  }
}
.nt-article__text hr {
  height: 1px;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  margin: 48px 0 0;
}
.nt-article__text h1, .nt-article__text h2, .nt-article__text h3, .nt-article__text h4, .nt-article__text h5, .nt-article__text h6 {
  line-height: 1.3;
  margin-bottom: 24px;
}
.nt-article__text h2 {
  font-weight: 600;
  font-size: 36px;
  letter-spacing: -0.02em;
  color: #171717;
}
.nt-article__text h3 {
  font-weight: 500;
  font-size: 28px;
  letter-spacing: -0.02em;
  color: #737373;
}
.nt-article__text h6 {
  font-weight: 700;
  font-size: 16px;
  color: #262626;
}
.nt-article__text ul,
.nt-article__text ol {
  margin-bottom: 26px;
}
.nt-article__text ul li,
.nt-article__text ol li {
  margin-top: 16px;
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.45;
}
.nt-article__text ul li b, .nt-article__text ul li strong,
.nt-article__text ol li b,
.nt-article__text ol li strong {
  font-weight: 700;
}
@media (max-width: 575px) {
  .nt-article__text ul li,
  .nt-article__text ol li {
    font-size: 16px;
  }
}
.nt-article__text ol {
  list-style-position: inside;
}
.nt-article__text ul {
  padding-left: 25px;
}
.nt-article__text ul li:before {
  content: "";
  background-color: #2DAFFF;
  border-radius: 50%;
  position: absolute;
  left: -25px;
  top: 11px;
  width: 5px;
  height: 5px;
}
.nt-article__text button:not(.lightbox-trigger) {
  display: block;
  background: #00CC66;
  border-radius: 8px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  text-transform: uppercase;
  padding: 12px 24px;
  margin-bottom: 26px;
  transition: all ease 200ms;
  max-width: 278px;
  width: 100%;
}
.nt-article__text button:not(.lightbox-trigger):hover {
  background: #33D685;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
}
.nt-article__text button:not(.lightbox-trigger):active {
  background: #66E0A3;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
}
.nt-article__text sup {
  font-size: 16px;
  line-height: 24px;
}
.nt-article__text .sub-text {
  display: none;
  padding: 16px;
  border-radius: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #737373;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.1);
}
.nt-article__text blockquote {
  border-left: 0;
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
  line-height: 1.55;
  color: #171717;
  padding-left: 20px;
  margin-bottom: 48px;
  position: relative;
}
.nt-article__text blockquote p {
  font-size: 18px;
  font-style: italic;
  line-height: 1.55;
  margin-bottom: 16px;
}
.nt-article__text blockquote::before {
  background-color: #00CC66;
  height: 100%;
  width: 4px;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
}
.nt-article__text blockquote i, .nt-article__text blockquote em {
  font-style: italic;
  display: block;
  margin-bottom: 16px;
}
.nt-article__text blockquote span, .nt-article__text blockquote cite {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.42;
  color: #737373;
}
.nt-article__text .wp-block-table:not(.is-style-fin-table):not(.is-style-fin-table-auto-width) table th,
.nt-article__text .wp-block-table:not(.is-style-fin-table):not(.is-style-fin-table-auto-width) table td {
  border: 0;
  padding: 15px;
}
.nt-article__text .wp-block-table:not(.is-style-fin-table):not(.is-style-fin-table-auto-width) table thead {
  background-color: #00CC66;
  border-bottom: 1px solid #d4d4d4;
}
.nt-article__text .wp-block-table:not(.is-style-fin-table):not(.is-style-fin-table-auto-width) table thead th {
  color: #ffffff;
}
.nt-article__text .wp-block-table:not(.is-style-fin-table):not(.is-style-fin-table-auto-width) table tbody tr {
  border-bottom: 1px solid #e5e5e5;
}
.nt-article__text .wp-block-table:not(.is-style-fin-table):not(.is-style-fin-table-auto-width) table tbody tr:nth-child(odd) {
  background-color: rgba(0, 204, 102, 0.05);
}
.nt-article__text .nt-article__block {
  max-width: 1202px;
  margin-left: auto;
  margin-right: auto;
}
.nt-article__text #ez-toc-container {
  background-color: transparent;
  box-shadow: none;
  border: none;
  padding: 0;
  margin-bottom: 40px;
  width: calc(100% - 40px);
}
.nt-article__text #ez-toc-container nav {
  border-left: 1px solid #a3a3a3;
  padding-left: 20px;
}
.nt-article__text #ez-toc-container .ez-toc-title {
  display: block;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: #171717;
  margin-bottom: 24px;
}
.nt-article__text #ez-toc-container .ez-toc-list li {
  margin-bottom: 20px;
}
.nt-article__text #ez-toc-container .ez-toc-list li:last-child {
  margin-bottom: 0;
}
.nt-article__text #ez-toc-container .ez-toc-list li.ez-toc-heading-level-2 > a {
  color: #168FD9;
}
.nt-article__text #ez-toc-container .ez-toc-list ul {
  margin: 0;
}
.nt-article__text #ez-toc-container .ez-toc-link {
  font-weight: 400;
  font-size: 16px;
  color: #737373;
}
.nt-article__text #ez-toc-container .ez-toc-link:hover {
  color: #168FD9;
  text-decoration: none;
}
.nt-article__text #ez-toc-container .ez-toc-link + ul {
  margin-top: 20px;
}
.nt-article__text-image {
  margin-bottom: 28px;
  width: 100%;
}
.nt-article__text-image img {
  width: 100%;
}
.nt-article__text .nt-pros .nt-container {
  padding-left: 0;
  padding-right: 0;
}
.nt-article__list {
  margin-bottom: 48px;
}
.nt-article__list-title {
  font-weight: 600;
  font-size: 20px;
  color: #171717;
  line-height: 28px;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}
.nt-article__list ul {
  padding-left: 20px;
  position: relative;
}
.nt-article__list ul:before, .nt-article__list ul:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
}
.nt-article__list ul:before {
  background: #2DAFFF;
  border-radius: 10px;
  left: -2px;
  width: 4px;
  height: 24px;
  z-index: 2;
}
.nt-article__list ul:after {
  background: #a3a3a3;
  height: 100%;
  width: 1px;
}
.nt-article__list li {
  font-weight: 600;
  font-size: 16px;
  color: #737373;
  line-height: 24px;
  margin-bottom: 20px;
}
.nt-article__list li:first-of-type {
  color: #171717;
}
.nt-article__list li:last-of-type {
  margin-bottom: 0;
}
.nt-article__item {
  margin-bottom: 48px;
}
.nt-article__item-wrapper {
  display: flex;
  background: rgba(22, 143, 217, 0.03);
  border: 1px solid rgba(22, 143, 217, 0.3);
  border-radius: 16px;
  padding: 24px;
  margin-left: -16px;
  margin-right: -16px;
}
.nt-article__item-media {
  margin-right: 15px;
  height: 48px;
  width: 48px;
}
@media (min-width: 992px) {
  .nt-article__item-media {
    position: absolute;
  }
}
.nt-article__item-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.02em;
  color: #262626;
  padding: 8px 0 8px 72px;
  margin-bottom: 24px;
}
.nt-article__item-list {
  padding-left: 25px;
}
.nt-article__item-list li {
  margin-top: 16px;
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.45;
}
.nt-article__item-list li b {
  font-weight: 700;
  color: #168FD9;
}
.nt-article__item-list li:before {
  position: absolute;
  content: "";
  left: -25px;
  top: 16px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #2DAFFF;
}
.nt-article__item p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.45;
  color: #262626;
}
.nt-article__item p b {
  font-weight: 700;
  color: #168FD9;
}
@media (max-width: 575px) {
  .nt-article__item p {
    font-size: 16px;
  }
}
.nt-article__block {
  border: 1px solid transparent;
  border-radius: 16px;
  margin-bottom: 48px;
  padding: 24px;
}
.nt-article__block a:not([class]) {
  color: #168FD9;
}
.nt-article__block a:not([class]):hover {
  text-decoration: underline;
}
.nt-article__block-label {
  padding: 6px 12px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 25px;
}
.nt-article__block-label .icon {
  width: 16px;
  height: 16px;
  margin: 0 10px 0 0;
}
.nt-article__block-label span {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.nt-article__block-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.02em;
  color: #171717;
  margin-bottom: 16px;
}
.nt-article__block-info {
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  color: #737373;
  line-height: 20px;
  margin-top: 20px;
}
.nt-article__block p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #262626;
  margin-bottom: 23px;
}
.nt-article__block p:last-child {
  margin-bottom: 0;
}
.nt-article__block p:empty {
  margin-bottom: 0;
}
.nt-article__block p br {
  display: none;
}
.nt-article__block img {
  margin-bottom: 15px;
}
.nt-article__block form {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.nt-article__block label {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 8px;
}
.nt-article__block label .icon {
  position: absolute;
  top: 10px;
  left: 12px;
  width: 20px;
  height: 20px;
  fill: #737373;
}
.nt-article__block label input {
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #a3a3a3;
  padding: 10px 15px 10px 40px;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 6px;
  outline: none;
}
.nt-article__block-link {
  margin-bottom: 10px;
}
.nt-article__block-link .nt-btn-primary {
  width: 100%;
  display: block;
  text-align: center;
  padding: 12px 24px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  max-width: 278px;
}
.nt-article__block-yellow {
  background: rgba(251, 139, 0, 0.03);
  border-color: rgba(251, 139, 0, 0.3);
}
.nt-article__block-yellow .nt-article__block-label {
  background: rgba(251, 139, 0, 0.1);
}
.nt-article__block-yellow .nt-article__block-label .icon {
  fill: #FB8B00;
}
.nt-article__block-yellow .nt-article__block-label span {
  color: #FB8B00;
}
.nt-article__block-yellow .nt-btn-primary {
  background: #FB8B00;
}
.nt-article__block-green {
  background: rgba(0, 204, 102, 0.03);
  border-color: rgba(0, 204, 102, 0.3);
}
.nt-article__block-green .nt-article__block-label {
  background: rgba(0, 204, 102, 0.1);
}
.nt-article__block-green .nt-article__block-label .icon {
  fill: #00CC66;
}
.nt-article__block-green .nt-article__block-label span {
  color: #00CC66;
}
.nt-article__block-green .nt-btn-primary {
  background: #00CC66;
}
.nt-article__block-violet {
  background: rgba(139, 117, 243, 0.03);
  border-color: rgba(139, 117, 243, 0.3);
}
.nt-article__block-violet .nt-article__block-label {
  background: rgba(18, 114, 174, 0.1);
}
.nt-article__block-violet .nt-article__block-label .icon {
  fill: #8B75F3;
}
.nt-article__block-violet .nt-article__block-label span {
  color: #8B75F3;
}
.nt-article__block-violet .nt-btn-primary {
  background: #8B75F3;
}
.nt-article__faq-wrap--gray {
  background-color: #fafafa;
}
.nt-article__faq {
  padding-bottom: 48px;
}
.nt-article__faq-heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: -0.02em;
  color: #171717;
  margin-bottom: 24px;
}
.nt-article__faq-item {
  margin-bottom: 12px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  padding: 16px 0;
}
.nt-article__faq-item.active .nt-article__faq-title {
  margin-bottom: 16px;
}
.nt-article__faq-item.active .nt-article__faq-title::after {
  transform: scale(1, -1);
}
.nt-article__faq-title {
  font-weight: 400;
  transition: all ease 300ms;
  font-size: 18px;
  line-height: 1.45;
  color: #404040;
  padding-right: 52px;
  position: relative;
}
.nt-article__faq-title:after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  margin-top: -4px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1L6 6L1 1' stroke='%2300CC66' stroke-width='1.67' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 16px;
  height: 7px;
  transition: all ease 300ms;
  transform: scale(1, 1);
}
.nt-article__faq-text {
  display: none;
  line-height: 1.45;
}
.nt-article__faq-text p, .nt-article__faq-text ul {
  margin-bottom: 26px;
}
.nt-article__faq-text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.45;
  color: #262626;
}
.nt-article__faq-text p a {
  display: inline;
}
@media (max-width: 575px) {
  .nt-article__faq-text p {
    font-size: 16px;
  }
}
.nt-article__faq-text a:not([class]) {
  color: #168FD9;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.nt-article__faq-text a:not([class]):hover {
  text-decoration: none;
}
@media (max-width: 575px) {
  .nt-article__faq-text a:not([class]) {
    width: fit-content;
  }
}
.nt-article__faq-text hr {
  height: 1px;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  margin: 48px 0 0;
}
.nt-article__faq-text h1, .nt-article__faq-text h2, .nt-article__faq-text h3, .nt-article__faq-text h4, .nt-article__faq-text h5, .nt-article__faq-text h6 {
  line-height: 1.3;
  margin-bottom: 24px;
}
.nt-article__faq-text h2 {
  font-weight: 600;
  font-size: 36px;
  letter-spacing: -0.02em;
  color: #171717;
}
.nt-article__faq-text h3 {
  font-weight: 500;
  font-size: 28px;
  letter-spacing: -0.02em;
  color: #737373;
}
.nt-article__faq-text h6 {
  font-weight: 700;
  font-size: 16px;
  color: #262626;
}
.nt-article__faq-text ul,
.nt-article__faq-text ol {
  margin-bottom: 26px;
}
.nt-article__faq-text ul li,
.nt-article__faq-text ol li {
  margin-top: 16px;
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.45;
}
.nt-article__faq-text ul li b, .nt-article__faq-text ul li strong,
.nt-article__faq-text ol li b,
.nt-article__faq-text ol li strong {
  font-weight: 700;
}
@media (max-width: 575px) {
  .nt-article__faq-text ul li,
  .nt-article__faq-text ol li {
    font-size: 16px;
  }
}
.nt-article__faq-text ol {
  list-style-position: inside;
}
.nt-article__faq-text ul {
  padding-left: 25px;
}
.nt-article__faq-text ul li:before {
  content: "";
  background-color: #2DAFFF;
  border-radius: 50%;
  position: absolute;
  left: -25px;
  top: 11px;
  width: 5px;
  height: 5px;
}
.nt-article__faq-text button:not(.lightbox-trigger) {
  display: block;
  background: #00CC66;
  border-radius: 8px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  text-transform: uppercase;
  padding: 12px 24px;
  margin-bottom: 26px;
  transition: all ease 200ms;
  max-width: 278px;
  width: 100%;
}
.nt-article__faq-text button:not(.lightbox-trigger):hover {
  background: #33D685;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
}
.nt-article__faq-text button:not(.lightbox-trigger):active {
  background: #66E0A3;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
}
.nt-article__faq-text sup {
  font-size: 16px;
  line-height: 24px;
}
.nt-article__faq-text .sub-text {
  display: none;
  padding: 16px;
  border-radius: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #737373;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.1);
}
.nt-article__faq-text blockquote {
  border-left: 0;
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
  line-height: 1.55;
  color: #171717;
  padding-left: 20px;
  margin-bottom: 48px;
  position: relative;
}
.nt-article__faq-text blockquote p {
  font-size: 18px;
  font-style: italic;
  line-height: 1.55;
  margin-bottom: 16px;
}
.nt-article__faq-text blockquote::before {
  background-color: #00CC66;
  height: 100%;
  width: 4px;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
}
.nt-article__faq-text blockquote i, .nt-article__faq-text blockquote em {
  font-style: italic;
  display: block;
  margin-bottom: 16px;
}
.nt-article__faq-text blockquote span, .nt-article__faq-text blockquote cite {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.42;
  color: #737373;
}
.nt-article__faq-text .wp-block-table:not(.is-style-fin-table):not(.is-style-fin-table-auto-width) table th,
.nt-article__faq-text .wp-block-table:not(.is-style-fin-table):not(.is-style-fin-table-auto-width) table td {
  border: 0;
  padding: 15px;
}
.nt-article__faq-text .wp-block-table:not(.is-style-fin-table):not(.is-style-fin-table-auto-width) table thead {
  background-color: #00CC66;
  border-bottom: 1px solid #d4d4d4;
}
.nt-article__faq-text .wp-block-table:not(.is-style-fin-table):not(.is-style-fin-table-auto-width) table thead th {
  color: #ffffff;
}
.nt-article__faq-text .wp-block-table:not(.is-style-fin-table):not(.is-style-fin-table-auto-width) table tbody tr {
  border-bottom: 1px solid #e5e5e5;
}
.nt-article__faq-text .wp-block-table:not(.is-style-fin-table):not(.is-style-fin-table-auto-width) table tbody tr:nth-child(odd) {
  background-color: rgba(0, 204, 102, 0.05);
}
.nt-article__faq-text .nt-article__block {
  max-width: 1202px;
  margin-left: auto;
  margin-right: auto;
}
.nt-article__employee {
  background-color: #fafafa;
  border-radius: 16px;
  margin-bottom: 48px;
  padding: 24px;
}
.nt-article__employee--s2 {
  margin: 50px auto;
}
.nt-article__employee-media {
  border-radius: 8px;
  margin-bottom: 32px;
}
.nt-article__employee-media img {
  border-radius: inherit;
  object-fit: cover;
  margin: 0 auto;
  max-width: 418px;
  width: 100%;
  height: 100%;
}
.nt-article__employee-title {
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.02em;
  color: #262626;
  margin-bottom: 16px;
}
.nt-article__employee-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #737373;
  margin-bottom: 16px;
}
.nt-article__employee-text a {
  color: #168FD9;
}
.nt-article__employee-text a:hover {
  text-decoration: underline;
}
.nt-article__employee-social ul {
  display: flex;
  padding-left: 0;
}
.nt-article__employee-social li {
  margin-right: 16px;
}
.nt-article__employee-social li:last-of-type {
  margin-right: 0;
}
.nt-article__employee-social li:before {
  display: none;
}
.nt-article__employee-social img {
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 992px) {
  .nt-article__sidebar--sticky {
    height: fit-content;
    position: sticky;
    top: 100px;
  }
}
.nt-article__sidebar .nt-article__block {
  margin-bottom: 16px;
}
.nt-article__sidebar .nt-article__block-label {
  margin-top: 0;
  margin-bottom: 32px;
}
.nt-article__sidebar .nt-article__block-link .nt-btn-primary {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 24px;
}
.nt-article__sidebar-title {
  font-weight: 600;
  font-size: 14px;
  color: #737373;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.nt-article__sidebar-title:not(:first-child) {
  border-top: 1px solid #e5e5e5;
  margin: 48px 0 24px;
  padding-top: 48px;
}

.nt-blog__sidebar-item {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  justify-content: space-between;
}
.nt-blog__sidebar-media {
  width: 80px;
  height: 80px;
  border-radius: 16px;
}
.nt-blog__sidebar-media img {
  border-radius: inherit;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.nt-blog__sidebar-desc {
  width: calc(100% - 96px);
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: #171717;
}
.nt-blog__sidebar-desc a {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: #171717;
}
.nt-blog__sidebar-desc a:hover {
  color: #168FD9;
}

.nt-page-wrapper #ez-toc-container {
  background-color: transparent;
  box-shadow: none;
  border: none;
  padding: 0;
  margin-bottom: 40px;
  width: calc(100% - 40px);
}
.nt-page-wrapper #ez-toc-container nav {
  border-left: 1px solid #a3a3a3;
  padding-left: 20px;
}
.nt-page-wrapper #ez-toc-container .ez-toc-title {
  display: block;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: #171717;
  margin-bottom: 24px;
}
.nt-page-wrapper #ez-toc-container .ez-toc-list li {
  margin-bottom: 20px;
}
.nt-page-wrapper #ez-toc-container .ez-toc-list li:last-child {
  margin-bottom: 0;
}
.nt-page-wrapper #ez-toc-container .ez-toc-list li.ez-toc-heading-level-2 > a {
  color: #168FD9;
}
.nt-page-wrapper #ez-toc-container .ez-toc-list ul {
  margin: 0;
}
.nt-page-wrapper #ez-toc-container .ez-toc-link {
  font-weight: 400;
  font-size: 16px;
  color: #737373;
}
.nt-page-wrapper #ez-toc-container .ez-toc-link:hover {
  color: #168FD9;
  text-decoration: none;
}
.nt-page-wrapper #ez-toc-container .ez-toc-link + ul {
  margin-top: 20px;
}

.nt-article-default p.nt-section-default-element, .nt-article-default ul.nt-section-default-element {
  margin-bottom: 26px;
}
.nt-article-default p.nt-section-default-element {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.45;
  color: #262626;
}
.nt-article-default hr.nt-section-default-element {
  height: 1px;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  margin: 48px 0 0;
}
.nt-article-default h2.nt-section-default-element {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.02em;
  color: #171717;
  margin-bottom: 24px;
}
.nt-article-default h3.nt-section-default-element {
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.02em;
  color: #737373;
  margin-bottom: 24px;
}
.nt-article-default h6.nt-section-default-element {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #262626;
  margin-bottom: 26px;
}
.nt-article-default ul.nt-section-default-element {
  padding-left: 20px;
}
.nt-article-default ul.nt-section-default-element li {
  margin-top: 16px;
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.45;
}
.nt-article-default ul.nt-section-default-element li:first-child {
  margin-top: 0;
}
.nt-article-default ul.nt-section-default-element li b, .nt-article-default ul.nt-section-default-element li strong {
  font-weight: 700;
}
.nt-article-default ul.nt-section-default-element li:before {
  content: "";
  background-color: #2DAFFF;
  border-radius: 50%;
  position: absolute;
  left: -20px;
  top: 10px;
  width: 5px;
  height: 5px;
}
.nt-article-default sup.nt-section-default-element {
  font-size: 16px;
  line-height: 24px;
}
.nt-article-default .sub-text.nt-section-default-element {
  display: none;
  padding: 16px;
  border-radius: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #737373;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.1);
}
.nt-article-default blockquote.nt-section-default-element {
  border-left: 0;
  padding-left: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #171717;
  margin-bottom: 48px;
  position: relative;
}
.nt-article-default blockquote.nt-section-default-element:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #2DAFFF;
}
.nt-article-default blockquote.nt-section-default-element i, .nt-article-default blockquote.nt-section-default-element em {
  font-style: italic;
  display: block;
  margin-bottom: 16px;
}
.nt-article-default blockquote.nt-section-default-element span, .nt-article-default blockquote.nt-section-default-element cite {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #737373;
}
.nt-article-default .nt-article__block {
  max-width: 1202px;
  margin-left: auto;
  margin-right: auto;
}
.nt-article-default #ez-toc-container {
  background-color: transparent;
  box-shadow: none;
  border: none;
  padding: 0;
  margin-bottom: 40px;
  width: calc(100% - 40px);
}
.nt-article-default #ez-toc-container nav {
  border-left: 1px solid #a3a3a3;
  padding-left: 20px;
}
.nt-article-default #ez-toc-container .ez-toc-title {
  display: block;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: #171717;
  margin-bottom: 24px;
}
.nt-article-default #ez-toc-container .ez-toc-list li {
  margin-bottom: 20px;
}
.nt-article-default #ez-toc-container .ez-toc-list li:last-child {
  margin-bottom: 0;
}
.nt-article-default #ez-toc-container .ez-toc-list li.ez-toc-heading-level-2 > a {
  color: #168FD9;
}
.nt-article-default #ez-toc-container .ez-toc-list ul {
  margin: 0;
}
.nt-article-default #ez-toc-container .ez-toc-link {
  font-weight: 400;
  font-size: 16px;
  color: #737373;
}
.nt-article-default #ez-toc-container .ez-toc-link:hover {
  color: #168FD9;
  text-decoration: none;
}
.nt-article-default #ez-toc-container .ez-toc-link + ul {
  margin-top: 20px;
}

.nt-summary {
  background: #fafafa;
  padding: 64px 0 16px;
}
.nt-summary__title {
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  color: #171717;
  margin-bottom: 32px;
  text-align: center;
}
.nt-summary__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.nt-summary__item {
  width: calc(50% - 24px);
  margin: 0 12px 48px;
  text-align: center;
}
.nt-summary__item-media {
  width: 100px;
  height: 100px;
  margin: 0 auto 24px;
}
.nt-summary__item-media img {
  width: 100%;
}
.nt-summary__item-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #171717;
}
.nt-summary__item-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.45;
  text-align: center;
  color: #404040;
}
@media (max-width: 575px) {
  .nt-summary__item {
    flex: 0 0 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0 15px;
  }
}

.nt-chapter {
  padding: 16px;
}
.nt-chapter .nt-container {
  background: #fafafa;
  box-shadow: 0px 20px 50px -12px rgba(38, 38, 38, 0.1);
  border-radius: 16px;
  padding: 24px 16px;
}
.nt-chapter__media {
  width: 180px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 32px;
  position: relative;
}
.nt-chapter__media:before, .nt-chapter__media:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 50%;
}
.nt-chapter__media:before {
  width: 100%;
  height: 100%;
  max-width: 150px;
  max-height: 150px;
}
.nt-chapter__media:after {
  width: 100%;
  height: 100%;
}
.nt-chapter__media img {
  width: 100%;
  max-width: 120px;
}
@media (max-width: 575px) {
  .nt-chapter__media {
    margin-left: 0;
    margin-right: 0;
  }
}
.nt-chapter__desc {
  text-align: center;
}
@media (max-width: 575px) {
  .nt-chapter__desc {
    text-align: left;
  }
}
.nt-chapter__label {
  font-weight: 600;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  padding: 4px 12px;
  border-radius: 40px;
  margin-bottom: 12px;
  position: relative;
}
.nt-chapter__label:after {
  position: absolute;
  content: "";
  border-radius: inherit;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.nt-chapter__title {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.02em;
  color: #171717;
  margin-bottom: 16px;
}
.nt-chapter__text {
  text-align: left;
}
.nt-chapter__text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #262626;
  margin-bottom: 32px;
}
.nt-chapter__text li::before {
  display: none;
}
.nt-chapter__text ul,
.nt-chapter__text ol {
  padding-left: 0;
}
.nt-chapter ul li {
  text-align: left;
  background-repeat: no-repeat;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #404040;
  padding-left: 42px;
  margin-bottom: 4px;
  position: relative;
}
.nt-chapter ul li:last-of-type {
  margin-bottom: 0;
}
.nt-chapter ul li:after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -8px;
}

.nt-chapter__item {
  padding: 64px 0;
}
.nt-chapter__item .nt-article__block {
  margin-bottom: 0;
}
.nt-chapter__item .nt-article__text {
  max-width: 900px;
  margin: 0 auto;
}

.nt-chapter__red {
  background-color: #FB5B63;
}
.nt-chapter__red .nt-chapter__media:before {
  background: #FB5B63;
  opacity: 0.2;
}
.nt-chapter__red .nt-chapter__media:after {
  background: #FB5B63;
  opacity: 0.1;
}
.nt-chapter__red .nt-chapter__label {
  color: #FB5B63;
}
.nt-chapter__red .nt-chapter__label:after {
  background: #FB5B63;
  opacity: 0.2;
}
.nt-chapter__red ul li:after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.6653 0.822183C16.1116 1.25176 16.1116 1.94824 15.6653 2.37782L6.52241 11.1778C6.0761 11.6074 5.35248 11.6074 4.90616 11.1778L0.334735 6.77782C-0.111578 6.34824 -0.111578 5.65176 0.334735 5.22218C0.781049 4.79261 1.50467 4.79261 1.95098 5.22218L5.71429 8.84437L14.049 0.822183C14.4953 0.392606 15.219 0.392606 15.6653 0.822183Z' fill='%23#FB5B63'/%3E%3C/svg%3E%0A");
}

.nt-chapter__yellow {
  background-color: #F7D555;
}
.nt-chapter__yellow .nt-chapter__media:before {
  background: #F7D555;
  opacity: 0.2;
}
.nt-chapter__yellow .nt-chapter__media:after {
  background: #F7D555;
  opacity: 0.1;
}
.nt-chapter__yellow .nt-chapter__label {
  color: #F7D555;
}
.nt-chapter__yellow .nt-chapter__label:after {
  background: #F7D555;
  opacity: 0.2;
}
.nt-chapter__yellow ul li:after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.6653 0.822183C16.1116 1.25176 16.1116 1.94824 15.6653 2.37782L6.52241 11.1778C6.0761 11.6074 5.35248 11.6074 4.90616 11.1778L0.334735 6.77782C-0.111578 6.34824 -0.111578 5.65176 0.334735 5.22218C0.781049 4.79261 1.50467 4.79261 1.95098 5.22218L5.71429 8.84437L14.049 0.822183C14.4953 0.392606 15.219 0.392606 15.6653 0.822183Z' fill='%23#F7D555'/%3E%3C/svg%3E%0A");
}

.nt-chapter__blue {
  background-color: #567AE4;
}
.nt-chapter__blue .nt-chapter__media:before {
  background: #567AE4;
  opacity: 0.2;
}
.nt-chapter__blue .nt-chapter__media:after {
  background: #567AE4;
  opacity: 0.1;
}
.nt-chapter__blue .nt-chapter__label {
  color: #567AE4;
}
.nt-chapter__blue .nt-chapter__label:after {
  background: #567AE4;
  opacity: 0.2;
}
.nt-chapter__blue ul li:after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.6653 0.822183C16.1116 1.25176 16.1116 1.94824 15.6653 2.37782L6.52241 11.1778C6.0761 11.6074 5.35248 11.6074 4.90616 11.1778L0.334735 6.77782C-0.111578 6.34824 -0.111578 5.65176 0.334735 5.22218C0.781049 4.79261 1.50467 4.79261 1.95098 5.22218L5.71429 8.84437L14.049 0.822183C14.4953 0.392606 15.219 0.392606 15.6653 0.822183Z' fill='%23#567AE4'/%3E%3C/svg%3E%0A");
}

.nt-chapter__turquoise {
  background-color: #63C8BA;
}
.nt-chapter__turquoise .nt-chapter__media:before {
  background: #63C8BA;
  opacity: 0.2;
}
.nt-chapter__turquoise .nt-chapter__media:after {
  background: #63C8BA;
  opacity: 0.1;
}
.nt-chapter__turquoise .nt-chapter__label {
  color: #63C8BA;
}
.nt-chapter__turquoise .nt-chapter__label:after {
  background: #63C8BA;
  opacity: 0.2;
}
.nt-chapter__turquoise ul li:after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.6653 0.822183C16.1116 1.25176 16.1116 1.94824 15.6653 2.37782L6.52241 11.1778C6.0761 11.6074 5.35248 11.6074 4.90616 11.1778L0.334735 6.77782C-0.111578 6.34824 -0.111578 5.65176 0.334735 5.22218C0.781049 4.79261 1.50467 4.79261 1.95098 5.22218L5.71429 8.84437L14.049 0.822183C14.4953 0.392606 15.219 0.392606 15.6653 0.822183Z' fill='%23#63C8BA'/%3E%3C/svg%3E%0A");
}

.nt-chapter__orange {
  background-color: #FD9644;
}
.nt-chapter__orange .nt-chapter__media:before {
  background: #FD9644;
  opacity: 0.2;
}
.nt-chapter__orange .nt-chapter__media:after {
  background: #FD9644;
  opacity: 0.1;
}
.nt-chapter__orange .nt-chapter__label {
  color: #FD9644;
}
.nt-chapter__orange .nt-chapter__label:after {
  background: #FD9644;
  opacity: 0.2;
}
.nt-chapter__orange ul li:after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.6653 0.822183C16.1116 1.25176 16.1116 1.94824 15.6653 2.37782L6.52241 11.1778C6.0761 11.6074 5.35248 11.6074 4.90616 11.1778L0.334735 6.77782C-0.111578 6.34824 -0.111578 5.65176 0.334735 5.22218C0.781049 4.79261 1.50467 4.79261 1.95098 5.22218L5.71429 8.84437L14.049 0.822183C14.4953 0.392606 15.219 0.392606 15.6653 0.822183Z' fill='%23#FD9644'/%3E%3C/svg%3E%0A");
}

.nt-chapter__violet {
  background-color: #A55FEA;
}
.nt-chapter__violet .nt-chapter__media:before {
  background: #A55FEA;
  opacity: 0.2;
}
.nt-chapter__violet .nt-chapter__media:after {
  background: #A55FEA;
  opacity: 0.1;
}
.nt-chapter__violet .nt-chapter__label {
  color: #A55FEA;
}
.nt-chapter__violet .nt-chapter__label:after {
  background: #A55FEA;
  opacity: 0.2;
}
.nt-chapter__violet ul li:after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.6653 0.822183C16.1116 1.25176 16.1116 1.94824 15.6653 2.37782L6.52241 11.1778C6.0761 11.6074 5.35248 11.6074 4.90616 11.1778L0.334735 6.77782C-0.111578 6.34824 -0.111578 5.65176 0.334735 5.22218C0.781049 4.79261 1.50467 4.79261 1.95098 5.22218L5.71429 8.84437L14.049 0.822183C14.4953 0.392606 15.219 0.392606 15.6653 0.822183Z' fill='%23#A55FEA'/%3E%3C/svg%3E%0A");
}

.nt-chapter__green {
  background-color: #0C6;
}
.nt-chapter__green .nt-chapter__media:before {
  background: #0C6;
  opacity: 0.2;
}
.nt-chapter__green .nt-chapter__media:after {
  background: #0C6;
  opacity: 0.1;
}
.nt-chapter__green .nt-chapter__label {
  color: #0C6;
}
.nt-chapter__green .nt-chapter__label:after {
  background: #0C6;
  opacity: 0.2;
}
.nt-chapter__green ul li:after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.6653 0.822183C16.1116 1.25176 16.1116 1.94824 15.6653 2.37782L6.52241 11.1778C6.0761 11.6074 5.35248 11.6074 4.90616 11.1778L0.334735 6.77782C-0.111578 6.34824 -0.111578 5.65176 0.334735 5.22218C0.781049 4.79261 1.50467 4.79261 1.95098 5.22218L5.71429 8.84437L14.049 0.822183C14.4953 0.392606 15.219 0.392606 15.6653 0.822183Z' fill='%23#0C6'/%3E%3C/svg%3E%0A");
}

.nt-chapter__dark {
  background-color: #506481;
}
.nt-chapter__dark .nt-chapter__media:before {
  background: #506481;
  opacity: 0.2;
}
.nt-chapter__dark .nt-chapter__media:after {
  background: #506481;
  opacity: 0.1;
}
.nt-chapter__dark .nt-chapter__label {
  color: #506481;
}
.nt-chapter__dark .nt-chapter__label:after {
  background: #506481;
  opacity: 0.2;
}
.nt-chapter__dark ul li:after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.6653 0.822183C16.1116 1.25176 16.1116 1.94824 15.6653 2.37782L6.52241 11.1778C6.0761 11.6074 5.35248 11.6074 4.90616 11.1778L0.334735 6.77782C-0.111578 6.34824 -0.111578 5.65176 0.334735 5.22218C0.781049 4.79261 1.50467 4.79261 1.95098 5.22218L5.71429 8.84437L14.049 0.822183C14.4953 0.392606 15.219 0.392606 15.6653 0.822183Z' fill='%23#506481'/%3E%3C/svg%3E%0A");
}

.nt-brokers {
  padding: 32px 0;
  background: #f5f5f5;
}
.nt-brokers .nt-select {
  display: none;
}
.nt-brokers .nt-container {
  position: relative;
}
.nt-brokers__category {
  position: relative;
  margin-bottom: 32px;
}
.nt-brokers__category .nt-category__wrap {
  width: 100%;
  z-index: 3;
}
.nt-brokers__category .nt-category__item-title {
  text-transform: uppercase;
}
.nt-brokers__table {
  width: 100%;
  margin-bottom: 32px;
  overflow-x: auto;
  overflow-y: hidden;
}
.nt-brokers__table-inner {
  width: 620px;
  border-radius: 16px;
  border: 1px solid #e5e5e5;
  filter: drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.05));
  overflow-x: hidden;
}
.nt-brokers__item {
  display: none;
  border-bottom: 1px solid #e5e5e5;
  background: #ffffff;
}
.nt-brokers__item.active {
  display: flex;
}
.nt-brokers__item:last-of-type {
  border-bottom: 0;
}
.nt-brokers__item:first-of-type div {
  padding: 15px 4px;
  background: #f5f5f5;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #262626;
}
.nt-brokers__item div {
  box-sizing: border-box;
}
.nt-brokers__title, .nt-brokers__price, .nt-brokers__question, .nt-brokers__button {
  padding: 16px;
}
.nt-brokers__title {
  border-right: 1px solid #e5e5e5;
  width: 216px;
}
.nt-brokers__subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #525252;
  margin-bottom: 10px;
}
.nt-brokers__logo {
  display: flex;
  align-items: center;
}
.nt-brokers__logo span {
  display: inline-block;
  margin-left: 11px;
  font-weight: 600;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: -0.02em;
  color: #000000;
}
.nt-brokers__price {
  text-align: center;
  border-right: 1px solid #e5e5e5;
  width: 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.nt-brokers__question {
  border-right: 1px solid #e5e5e5;
  width: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.nt-brokers__button {
  width: 190px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.nt-brokers__button .nt-btn-primary {
  width: 100%;
  text-align: center;
}
.nt-brokers__button .nt-btn-secondary {
  width: 100%;
  justify-content: center;
  text-align: center;
}
.nt-brokers__button span {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #525252;
}
.nt-brokers__table-inf {
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #737373;
}

.nt-best {
  padding: 32px 0;
  background: #fafafa;
}
.nt-best__info {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #737373;
  margin-bottom: 32px;
}
.nt-best__title h3 {
  font-weight: 800;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.02em;
  color: #171717;
  margin-bottom: 24px;
}
.nt-best__item {
  margin-bottom: 32px;
}
.nt-best__item-rating {
  padding: 8px 12px;
  background: #ffffff;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
}
.nt-best__item-rating .icon {
  width: 27px;
  height: 26px;
  fill: #F59E0B;
  display: inline-block;
  margin-right: 16px;
}
.nt-best__item-rating span {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.02em;
  color: #262626;
}
.nt-best__item-media {
  margin-bottom: 32px;
}
.nt-best__item-media .nt-btn-primary {
  width: 100%;
  text-align: center;
}
.nt-best__item-image {
  background: #ffffff;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  height: 168px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.nt-best__item-image img {
  height: auto;
  max-width: 268px;
}
.nt-best__item-desc li {
  display: flex;
  border-bottom: 1px solid #d4d4d4;
}
.nt-best__item-desc li:last-of-type {
  border-bottom: 0;
}
.nt-best__item-desc span {
  display: block;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: #525252;
  width: 50%;
  padding: 12px 14px;
  border-right: 1px solid #d4d4d4;
}
.nt-best__item-desc span:last-of-type {
  font-weight: 700;
  border-right: 1px solid transparent;
}
.nt-best__accordion-item {
  margin-bottom: 4px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  padding: 16px;
}
.nt-best__accordion-item.active .nt-best__accordion-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #171717;
  margin-bottom: 16px;
}
.nt-best__accordion-item.active .nt-best__accordion-title:after {
  transform: scale(1, -1);
}
.nt-best__accordion-title {
  font-weight: 400;
  transition: all ease 300ms;
  font-size: 18px;
  line-height: 1.45;
  color: #404040;
  padding-right: 52px;
  cursor: pointer;
  position: relative;
}
.nt-best__accordion-title:after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  margin-top: -4px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1L6 6L1 1' stroke='%2300CC66' stroke-width='1.67' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 16px;
  height: 7px;
  transition: all ease 300ms;
  transform: scale(1, 1);
}
.nt-best__accordion-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #737373;
  display: none;
}

.nt-pros {
  margin-bottom: 48px;
}
.nt-pros__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.nt-pros__item {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 25px;
  flex: 0 0 100%;
  max-width: 100%;
}
.nt-pros__item:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .nt-pros__item {
    margin-bottom: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.nt-pros__item-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.nt-pros__item-icon {
  margin-right: 12px;
  max-width: 30px;
}
.nt-pros__item-title {
  margin-bottom: 0 !important;
  position: relative;
}
.nt-pros__item-underline {
  display: inline-block;
  background-color: rgba(10, 130, 130, 0.2);
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 3px;
  left: 0;
  z-index: -1;
}
.nt-pros__item-text {
  font-size: 18px;
  color: #262626;
  line-height: 1.45;
  margin-left: 42px;
}
.nt-pros__item-text--wide {
  margin-left: 0;
}
.nt-pros__item-text * {
  font-size: 18px;
  color: #262626;
  line-height: 1.45;
}
.nt-pros__item-text ul:last-child {
  margin-bottom: 0;
}
.nt-pros__item:last-child .nt-pros__item-underline {
  background-color: rgba(245, 111, 41, 0.2);
}

@media screen and (min-width: 576px) {
  .nt-author__media {
    height: 295px;
    width: 295px;
    border-radius: 16px;
    margin: 0 auto 24px;
  }
  .nt-author__media img, .nt-author__media picture {
    object-position: center;
  }
  .nt-team__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -16px;
  }
  .nt-team__item {
    width: calc(50% - 32px);
    margin: 0 16px 32px;
  }
}
@media screen and (min-width: 768px) {
  .nt-best__item {
    display: flex;
    flex-wrap: wrap;
  }
  .nt-best__item-title {
    width: 100%;
  }
  .nt-best__item-desc {
    width: 100%;
  }
  .nt-chapter__item .nt-btn-primary {
    width: auto;
    display: inline-block;
    text-align: center;
  }
  .nt-chapter__item .nt-article__block label {
    max-width: 470px;
  }
  .nt-blog__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -16px;
  }
  .nt-blog__item {
    width: calc(50% - 32px);
    margin: 0 16px 32px;
  }
}
@media screen and (min-width: 992px) {
  h1, h2, h3, h4, h5, h6 {
    letter-spacing: -0.02em;
  }
  h1 {
    font-size: 40px;
    line-height: 48px;
  }
  h2 {
    font-size: 36px;
    line-height: 44px;
  }
  h3 {
    font-size: 32px;
    line-height: 40px;
  }
  h4 {
    font-size: 28px;
    line-height: 36px;
  }
  h5 {
    font-size: 24px;
    line-height: 32px;
  }
  h6 {
    font-size: 20px;
    line-height: 28px;
  }
  .nt-header {
    padding: 16px 0;
  }
  .nt-header-logo a {
    max-width: 240px;
  }
  .nt-header__logo-nav {
    display: none;
  }
  .nt-header-copy {
    display: none;
  }
  .nt-header-nav {
    position: relative;
    margin: 0 auto;
    opacity: 1;
    visibility: visible;
    top: 0;
    padding: 0;
    width: auto;
    max-width: 100%;
  }
  .nt-header-nav:after {
    display: none;
  }
  .nt-header-nav ul {
    display: flex;
    justify-content: center;
  }
  .nt-header-nav li {
    margin: 0 16px;
  }
  .nt-header-nav a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
  }
  .nt-header-nav a:hover {
    color: #00CC66;
  }
  .nt-header-btn {
    display: none;
  }
  .nt-header-button {
    margin: 0;
  }
  .nt-blog {
    padding: 64px 0 32px;
  }
  .nt-blog__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .nt-blog__item {
    width: calc(33.333% - 32px);
    margin: 0 16px 32px;
  }
  .nt-blog__item-title a:hover {
    color: #00CC66;
  }
  .nt-blog__author-title a {
    position: relative;
  }
  .nt-blog__author-title a:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 1px;
    height: 1px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    background: #168FD9;
  }
  .nt-blog__author-title a:hover {
    color: #1272AE;
  }
  .nt-blog__author-title a:hover:after {
    opacity: 1;
    visibility: visible;
    background: #1272AE;
  }
  .nt-blog__author-title a:active {
    color: #0D5682;
  }
  .nt-blog__author-title a:active:after {
    opacity: 1;
    visibility: visible;
    background: #0D5682;
  }
  .nt-blog .nt-container {
    position: relative;
  }
  .nt-blog .nt-link-section {
    width: auto;
    position: absolute;
    top: 0;
    right: 15px;
  }
  .nt-blog__page {
    padding: 64px 0;
  }
  .nt-blog__page .nt-link-section {
    position: relative;
    top: 0;
    right: 0;
  }
  .nt-blog__author {
    padding: 64px 0 65px;
  }
  .nt-blog__author .nt-title-section span {
    display: inline-block;
  }
  .nt-blog__author .nt-link-section {
    position: relative;
    top: 0;
    right: 0;
    text-align: center;
  }
  .nt-blog__author .nt-btn-secondary {
    display: inline-flex;
    width: auto;
  }
  .nt-blog__article {
    padding: 16px 0 32px;
  }
  .nt-category {
    padding: 32px 0;
  }
  .nt-category .nt-container-fluid {
    max-width: 1320px;
    margin: 0 auto;
  }
  .nt-category__select {
    display: none;
  }
  .nt-category.nt-category__blog {
    border-bottom: 1px solid #f5f5f5;
    padding: 18px 0;
  }
  .nt-category.nt-category__blog .nt-category__wrap {
    align-items: center;
  }
  .nt-category.nt-category__blog .nt-category__item.active .nt-category__item-title {
    font-weight: 700;
  }
  .nt-category.nt-category__blog .nt-category__item.active .nt-category__item-title:after {
    background: #00CC66;
  }
  .nt-category.nt-category__blog .nt-category__item-title {
    width: 100%;
    font-size: 13px;
    line-height: 20px;
    position: relative;
  }
  .nt-category.nt-category__blog .nt-category__item-title:after {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 1px;
    bottom: -20px;
    background: transparent;
  }
  .nt-hero {
    padding: 100px 0;
  }
  .nt-hero__link {
    text-align: center;
  }
  .nt-hero__link .nt-btn-secondary {
    width: auto;
    display: inline-flex;
  }
  .nt-author__wrap {
    display: flex;
    padding-bottom: 0;
  }
  .nt-author__media {
    margin: 0 0 24px;
    min-width: 295px;
  }
  .nt-author__image {
    margin-bottom: 24px;
  }
  .nt-author__social {
    position: relative;
    bottom: 0;
  }
  .nt-author__desc {
    padding-left: 16px;
  }
  .nt-author__title {
    text-align: left;
  }
  .nt-author__subtitle {
    text-align: left;
  }
  .nt-team__item {
    width: calc(33.333% - 32px);
  }
  .nt-commitment {
    padding: 64px 0;
  }
  .nt-commitment .nt-title-section {
    text-align: left;
  }
  .nt-commitment__link .nt-btn-primary {
    width: auto;
  }
  .nt-top {
    margin-bottom: 25px;
  }
  .nt-top__wrap {
    display: flex;
  }
  .nt-top__wrap-center .nt-top__desc {
    width: 100%;
  }
  .nt-top__wrap-center .nt-top__link,
  .nt-top__wrap-center .nt-top__title,
  .nt-top__wrap-center .nt-top__text {
    text-align: center;
  }
  .nt-top__desc {
    padding-right: 30px;
    width: 50%;
  }
  .nt-top__link, .nt-top__title, .nt-top__text {
    text-align: left;
  }
  .nt-top__media {
    width: 50%;
    display: flex;
    justify-content: end;
  }
  .nt-article__wrap {
    display: flex;
    justify-content: space-between;
  }
  .nt-article__inner {
    width: calc(100% - 350px);
  }
  .nt-article__sidebar {
    width: 330px;
  }
  .nt-article__item-media {
    position: relative;
  }
  .nt-article__item-title {
    padding-left: 0;
  }
  .nt-article__item-desc {
    width: calc(100% - 68px);
  }
  .nt-article__employee {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .nt-article__employee:not(.nt-article__employee--s2) {
    margin-bottom: 0;
  }
  .nt-article__employee-media {
    width: 192px;
    height: 192px;
  }
  .nt-article__employee-desc {
    width: calc(100% - 224px);
  }
  .nt-article__faq-title {
    cursor: pointer;
  }
  .nt-top__text {
    max-width: 900px;
    margin: 0 auto 8px;
  }
  .nt-summary__item {
    width: calc(25% - 24px);
  }
  .nt-summary__item-text {
    max-width: 240px;
    margin: 0 auto;
  }
  .nt-chapter {
    padding: 64px 16px;
  }
  .nt-chapter .nt-container {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
  .nt-chapter__desc {
    text-align: left;
    width: calc(100% - 332px);
  }
  .nt-chapter__media {
    width: 300px;
    height: 300px;
    margin: 0;
  }
  .nt-chapter__media img {
    max-width: 200px;
  }
  .nt-chapter__media:before {
    max-width: 250px;
    max-height: 250px;
  }
  .nt-brokers {
    padding: 64px 0;
  }
  .nt-brokers .nt-category__wrap {
    justify-content: flex-start;
  }
  .nt-brokers .nt-category__item {
    width: auto;
    max-width: 100%;
    margin-right: 12px;
  }
  .nt-brokers .nt-category__item-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #404040;
    cursor: pointer;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    box-shadow: 0px 4px 6px -1px rgba(16, 24, 40, 0.05), 0px 2px 4px -2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    padding: 10px 16px;
  }
  .nt-brokers .nt-category__item-title:hover {
    border: 1px solid #d4d4d4;
    color: #00CC66;
  }
  .nt-brokers .nt-category__item-title:active {
    border: 1px solid #d4d4d4;
    color: #00A352;
  }
  .nt-brokers .nt-category__item.active .nt-category__item-title {
    background: #404040;
    color: #ffffff;
  }
  .nt-brokers__table-inner {
    width: 100%;
  }
  .nt-brokers__title, .nt-brokers__price, .nt-brokers__question, .nt-brokers__button {
    width: 25%;
  }
  .nt-best {
    padding: 64px 0;
  }
  .nt-best__item {
    display: flex;
    flex-wrap: wrap;
  }
  .nt-best__item-title {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 32px;
  }
  .nt-best__item-rating {
    margin-bottom: 0;
    margin-left: 32px;
  }
  .nt-best__item-media {
    width: 400px;
    margin-bottom: 0;
  }
  .nt-best__item-desc {
    width: calc(100% - 400px);
    padding-left: 32px;
  }
  .nt-article {
    padding: 0 0 48px;
  }
  .nt-article__author-title:after {
    display: none !important;
  }
  .nt-article__author-desc {
    display: none;
  }
}
@media screen and (min-width: 1246px) {
  .nt-category.nt-category__blog .nt-category__item .nt-category__item-title {
    font-size: 14px;
  }
  .nt-brokers__category {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
  }
  .nt-brokers .nt-select {
    display: inline-flex;
  }
  .nt-chapter .nt-container {
    padding: 48px;
  }
  .nt-chapter__desc {
    width: calc(100% - 352px);
  }
  .nt-category__item {
    max-width: 196px;
  }
  .nt-category__blog .nt-category__item .nt-category__item-title {
    font-size: 14px;
  }
  .nt-author__desc {
    padding-left: 48px;
  }
  .nt-team__item {
    width: calc(25% - 32px);
  }
  .nt-commitment {
    background: #f5f5f5;
  }
  .nt-commitment__wrap {
    padding: 48px;
    background: #fafafa;
    box-shadow: 0px 20px 50px -12px rgba(38, 38, 38, 0.1);
    border-radius: 16px;
  }
  .nt-article__inner {
    width: calc(100% - 466px);
    margin: 0 48px;
  }
  .nt-article__sidebar {
    width: 330px;
  }
}
@media screen and (max-height: 590px) {
  .nt-header__nav-button {
    top: 60vh;
  }
}
@media screen and (max-height: 490px) {
  .nt-header-nav {
    padding: 12px 16px 0;
  }
  .nt-header-nav li {
    margin-bottom: 12px;
  }
  .nt-header-nav a {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-height: 400px) {
  .nt-header__nav-button {
    top: 65vh;
    padding: 12px 16px 0;
  }
}
.nt-error {
  padding: 120px 0 50px;
}
@media screen and (min-width: 992px) {
  .nt-error {
    padding: 180px 0 110px;
  }
}
.nt-error__content {
  text-align: center;
}
.nt-our-selection {
  padding: 32px 0;
}
@media (min-width: 768px) {
  .nt-our-selection {
    padding: 64px 0;
  }
}
@media (min-width: 992px) {
  .nt-our-selection--column-4 .nt-our-selection__item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.nt-our-selection__heading {
  text-align: center;
  margin-bottom: 32px;
}
.nt-our-selection__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
}
.nt-our-selection__item {
  padding-left: 16px;
  padding-right: 16px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 991px) {
  .nt-our-selection__item {
    margin-bottom: 32px;
  }
}
@media (min-width: 992px) {
  .nt-our-selection__item {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}
.nt-our-selection__item-content {
  display: block;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 24px;
  box-shadow: 0 2px 4px -2px rgba(16, 24, 40, 0.1), 0px 4px 16px -1px rgba(16, 24, 40, 0.05);
  color: #171717;
  overflow: hidden;
  transition: all 0.4s;
}
.nt-our-selection__item-content:hover, .nt-our-selection__item-content:focus, .nt-our-selection__item-content:active {
  box-shadow: 0 4px 6px -4px rgba(16, 24, 40, 0.1), 0px 10px 15px -3px rgba(16, 24, 40, 0.1);
}
.nt-our-selection__item-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #E5FAF0;
  height: 215px;
}
.nt-our-selection__item-icon img {
  max-width: 160px;
}
.nt-our-selection__item-title {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.4px;
  text-align: center;
  padding: 24px;
}

.nt-our-campaigns {
  position: relative;
}
@media (min-width: 768px) {
  .nt-our-campaigns {
    padding: 134px 0;
  }
}
@media (min-width: 768px) {
  .nt-our-campaigns__img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.nt-our-campaigns__content {
  background-color: #ffffff;
  box-shadow: 0 2px 4px -2px rgba(16, 24, 40, 0.1), 0 4px 6px -1px rgba(16, 24, 40, 0.1);
  padding: 32px;
  margin-left: -16px;
  margin-right: -16px;
  position: relative;
}
@media (min-width: 768px) {
  .nt-our-campaigns__content {
    border-radius: 24px;
    box-shadow: 0 25px 50px -12px rgba(16, 24, 40, 0.25);
    margin: 0;
    max-width: 540px;
  }
}
.nt-our-campaigns__title, .nt-our-campaigns__subtitle {
  margin-bottom: 16px;
}
.nt-our-campaigns__title {
  font-weight: 800;
  font-size: 40px;
  letter-spacing: -0.8px;
}
.nt-our-campaigns__subtitle {
  display: inline-block;
  background-color: rgba(0, 204, 102, 0.1);
  border-radius: 50px;
  font-weight: 600;
  font-size: 12px;
  color: #00CC66;
  line-height: 1.66;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 12px;
}
.nt-our-campaigns__text {
  font-size: 18px;
  color: #525252;
  line-height: 1.55;
  margin-bottom: 32px;
}
.nt-our-campaigns__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 15px;
}
.nt-our-campaigns__author {
  color: #737373;
}
.nt-our-campaigns__link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00CC66;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  transition: all 0.4s;
}
.nt-our-campaigns__link:hover {
  background-color: #00A352;
}
.nt-our-campaigns__link:active {
  background-color: #007A3D;
}

.nt-our-experience {
  background-color: #f5f5f5;
  padding: 32px 16px;
}
@media (min-width: 768px) {
  .nt-our-experience {
    padding: 16px 0;
  }
}
.nt-our-experience__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 24px;
}
@media (min-width: 992px) {
  .nt-our-experience__list {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.nt-our-experience__item {
  display: flex;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 991px) {
  .nt-our-experience__item {
    flex-direction: column;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .nt-our-experience__item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 992px) {
  .nt-our-experience__item:not(:last-child)::after {
    content: "";
    background-color: #000000;
    width: 1px;
    height: 32px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
.nt-our-experience__item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 12px;
  margin-right: 12px;
  width: 52px;
  height: 52px;
}
@media (max-width: 991px) {
  .nt-our-experience__item-icon {
    margin-bottom: 12px;
    margin-right: 0;
  }
}
.nt-our-experience__item-icon img {
  max-width: 30px;
  max-height: 25px;
}
@media (min-width: 992px) {
  .nt-our-experience__item-text {
    width: calc(100% - 64px);
  }
}
.nt-our-experience__item-text p {
  font-size: 14px;
}

.nt-our-mission {
  position: relative;
}
@media (min-width: 992px) {
  .nt-our-mission {
    padding: 48px 0;
  }
}
@media (min-width: 992px) {
  .nt-our-mission::after {
    content: "";
    background-color: #f5f5f5;
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
}
.nt-our-mission__row {
  display: flex;
  flex-wrap: wrap;
  column-gap: 80px;
}
@media (max-width: 991px) {
  .nt-our-mission__row {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.nt-our-mission__col {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 991px) {
  .nt-our-mission__col {
    padding: 48px 16px;
  }
  .nt-our-mission__col:last-child {
    background-color: #f5f5f5;
  }
}
@media (min-width: 992px) {
  .nt-our-mission__col {
    flex: 0 0 calc(50% - 40px);
    max-width: calc(50% - 40px);
  }
}
.nt-our-mission__content {
  text-align: center;
  margin: 0 auto;
  max-width: 640px;
}
.nt-our-mission__title {
  font-weight: 800;
  font-size: 40px;
  letter-spacing: -0.8px;
  color: #171717;
  line-height: 1.2;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .nt-our-mission__title {
    font-size: 36px;
  }
}
.nt-our-mission__text {
  font-size: 18px;
  color: #404040;
  line-height: 1.55;
  margin-bottom: 30px;
}
.nt-our-mission__item {
  text-align: center;
  margin-bottom: 48px;
}
.nt-our-mission__item:last-child {
  margin-bottom: 0;
}
.nt-our-mission__item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #CCF5E0;
  border-radius: 50%;
  margin: 0 auto 15px;
  width: 100px;
  height: 100px;
}
.nt-our-mission__item-icon img {
  max-width: 62px;
  max-height: 62px;
}
.nt-our-mission__item-text {
  font-size: 16px;
  line-height: 1.25;
  margin: 0 auto;
  max-width: 525px;
}

.nt-our-team__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 36px;
}
@media (min-width: 768px) {
  .nt-our-team__list {
    column-gap: 32px;
  }
}
.nt-our-team__item {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .nt-our-team__item {
    flex: 0 0 calc(50% - 16px);
    max-width: calc(50% - 16px);
  }
}
.nt-our-team__item-avatar {
  border: 1px solid #fafafa;
  border-radius: 50%;
  margin: 0 auto 16px;
  overflow: hidden;
  width: 100px;
  height: 100px;
}
.nt-our-team__item-avatar img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.nt-our-team__item-name {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.4px;
  line-height: 1.4;
}
.nt-our-team__item-position {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.42;
}

.nt-home-hero {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #023219;
  overflow: hidden;
  position: relative;
  padding: 88px 0 48px;
}
@media (min-width: 992px) {
  .nt-home-hero {
    height: 600px;
  }
}
@media (min-width: 1600px) {
  .nt-home-hero {
    height: 750px;
  }
}
.nt-home-hero__circle {
  content: "";
  background-color: #086032;
  border-radius: 50%;
  width: 828px;
  height: 828px;
  position: absolute;
  right: -275px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .nt-home-hero__circle {
    top: 70%;
    right: 50%;
    transform: translateX(50%);
  }
}
.nt-home-hero__row {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
}
.nt-home-hero__col {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .nt-home-hero__col {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
  .nt-home-hero__col--flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .nt-home-hero__col.m-hidden {
    display: none;
  }
}
.nt-home-hero__title, .nt-home-hero__text {
  color: #ffffff;
  margin-bottom: 32px;
}
.nt-home-hero__title {
  font-weight: 800;
  font-size: 52px;
  line-height: 1.26;
  letter-spacing: -1.04px;
}
@media (max-width: 767px) {
  .nt-home-hero__title {
    font-size: 38px;
  }
}
.nt-home-hero__title * {
  font-size: 52px;
  line-height: 1.26;
}
@media (max-width: 767px) {
  .nt-home-hero__title * {
    font-size: 38px;
  }
}
.nt-home-hero__title strong,
.nt-home-hero__title b {
  color: #00CC66;
}
.nt-home-hero__text {
  font-size: 18px;
  line-height: 1.55;
}
@media (max-width: 991px) {
  .nt-home-hero__img {
    margin-top: 85px;
  }
}
.nt-home-hero__link {
  display: block;
  margin-bottom: 32px;
  width: fit-content;
}
.nt-home-hero__form {
  position: relative;
}
.nt-home-hero__form .wpcf7-spinner {
  position: absolute;
}
.nt-home-hero__form .wpcf7-response-output {
  border: 0 !important;
  color: #ffffff;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
}

.nt-articles {
  padding: 64px 0;
}
.nt-articles__info {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .nt-articles__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 30px;
  }
}
.nt-articles__title {
  font-weight: 700;
  font-size: 36px;
  letter-spacing: -0.72px;
}
@media (max-width: 767px) {
  .nt-articles__title {
    text-align: center;
  }
}
.nt-articles__link {
  display: flex;
  align-items: center;
  background-color: #E5FAF0;
  box-shadow: none;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  color: #00CC66;
  line-height: 1.42;
  text-transform: uppercase;
  padding: 10px 16px;
  transition: all 0.4s;
}
.nt-articles__link--mobile {
  width: 100%;
  justify-content: center;
}
@media (min-width: 768px) {
  .nt-articles__link--mobile {
    display: none;
  }
}
.nt-articles__link--desktop {
  display: none;
}
@media (min-width: 768px) {
  .nt-articles__link--desktop {
    display: flex;
  }
}
.nt-articles__link:hover {
  background-color: #CCF5E0;
  box-shadow: 0 2px 4px -2px rgba(16, 24, 40, 0.1), 0px 4px 6px -1px rgba(16, 24, 40, 0.1);
  color: #00A352;
}
.nt-articles__link:hover svg path {
  stroke: #00A352;
}
.nt-articles__link svg {
  margin-left: 6px;
}
.nt-articles__link svg path {
  transition: all 0.4s;
}

@media (min-width: 992px) {
  .nt-call-to-action {
    margin-bottom: 64px;
  }
}
.nt-call-to-action__wrapper {
  background-color: #023219;
  box-shadow: 0 4px 6px -4px rgba(16, 24, 40, 0.1), 0px 10px 15px -3px rgba(16, 24, 40, 0.1);
  text-align: center;
  padding: 32px 16px;
  margin-left: -16px;
  margin-right: -16px;
}
@media (min-width: 768px) {
  .nt-call-to-action__wrapper {
    border-radius: 52px;
    box-shadow: 0 25px 50px -12px rgba(16, 24, 40, 0.25);
    padding: 48px;
    margin: 0;
  }
}
.nt-call-to-action__content {
  margin: 0 auto;
  max-width: 640px;
}
.nt-call-to-action__title, .nt-call-to-action__text {
  color: #ffffff;
}
.nt-call-to-action__title {
  font-weight: 800;
  font-size: 28px;
  line-height: 1.22;
  letter-spacing: -0.56px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .nt-call-to-action__title {
    font-size: 36px;
    letter-spacing: -0.72px;
  }
}
.nt-call-to-action__title * {
  font-size: 28px;
  line-height: 1.22;
}
@media (min-width: 768px) {
  .nt-call-to-action__title * {
    font-size: 36px;
  }
}
.nt-call-to-action__title strong,
.nt-call-to-action__title b {
  color: #00CC66;
}
.nt-call-to-action__text {
  line-height: 1.55;
  margin-bottom: 24px;
}
.nt-call-to-action__info {
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  line-height: 1.42;
  text-align: center;
  margin-top: 5px;
}
.nt-call-to-action__form {
  margin: 0 auto;
  position: relative;
  width: fit-content;
}
.nt-call-to-action__form .wpcf7-form {
  max-width: 590px;
}
.nt-call-to-action__form .wpcf7-form.invalid {
  border-color: #f00;
}
.nt-call-to-action__form .wpcf7-form.invalid .wpcf7-email::placeholder {
  color: #f00;
}
.nt-call-to-action__form .wpcf7-form.invalid .wpcf7-response-output {
  display: none;
}
.nt-call-to-action__form .wpcf7-form.sent {
  margin-bottom: 30px;
}
.nt-call-to-action__form .wpcf7-spinner {
  position: absolute;
}
.nt-call-to-action__form .wpcf7-response-output {
  border: 0 !important;
  font-size: 14px;
  color: #00b911;
  margin: 0 !important;
  padding: 0 !important;
  width: max-content;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 470px) {
  .nt-call-to-action__form .wpcf7-response-output {
    bottom: 20px;
  }
}

.nt-alternative {
  margin: 32px 0;
}
.nt-alternative--s2 .nt-alternative__wrapper {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .nt-alternative--s2 .nt-alternative__col--right {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .nt-alternative--s2 .nt-alternative__row {
    border-top: 1px solid #d4d4d4;
    padding-top: 24px;
  }
}
@media (max-width: 767px) {
  .nt-alternative--s2 .nt-alternative__links {
    order: 3;
  }
}
@media (max-width: 767px) {
  .nt-alternative--s2 .nt-alternative__bars {
    order: 2;
  }
}
.nt-alternative--s2 .nt-alternative__title {
  font-size: 30px;
  line-height: 1.25;
  letter-spacing: -0.64px;
}
@media (max-width: 767px) {
  .nt-alternative--s2 .nt-alternative__title {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .nt-alternative--s2 .nt-alternative__img {
    flex: 0 0 80px;
    height: 80px;
  }
}
.nt-alternative__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  background-color: #f5f5f5;
  border-radius: 24px;
  padding: 24px;
}
@media (max-width: 767px) {
  .nt-alternative__wrapper {
    padding: 12px;
  }
}
.nt-alternative__col--left {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.nt-alternative__col--right {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .nt-alternative__col--right {
    flex: 0 0 232px;
    max-width: 232px;
  }
}
@media (max-width: 767px) {
  .nt-alternative__heading {
    display: flex;
    align-items: center;
    gap: 12px;
  }
}
.nt-alternative__img {
  display: block;
  border-radius: 16px;
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
  flex: 0 0 100%;
  height: 184px;
}
@media (max-width: 767px) {
  .nt-alternative__img--desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .nt-alternative__img--mobile {
    display: none;
  }
}
.nt-alternative__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.nt-alternative__title, .nt-alternative__label, .nt-alternative__text {
  margin-bottom: 12px;
}
.nt-alternative__title {
  font-weight: 600;
  font-size: 24px;
  color: #262626;
  line-height: 1.33;
  letter-spacing: -0.48px;
}
.nt-alternative__label {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #00CC66;
  border-radius: 100px;
  font-weight: 600;
  font-size: 12px;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 6px 12px;
  width: fit-content;
}
.nt-alternative__disclaimer {
  font-size: 12px;
  color: #737373;
  line-height: 1.6;
  margin-top: 24px;
}
.nt-alternative__disclaimer p {
  font-size: 12px;
  color: #737373;
  line-height: 1.6;
  margin-bottom: 0;
}
.nt-alternative__disclaimer strong, .nt-alternative__disclaimer b {
  font-weight: 700;
  font-size: 14px;
  color: #525252;
  line-height: 1.42;
}
.nt-alternative__text {
  font-size: 14px;
  color: #525252;
  line-height: 1.42;
}
.nt-alternative__text p {
  font-size: 14px;
  color: #525252;
  line-height: 1.42;
}
.nt-alternative__row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .nt-alternative__row {
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .nt-alternative__row {
    border-top: 1px solid #d4d4d4;
    padding-top: 24px;
  }
}
.nt-alternative__list {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) and (max-width: 767px) {
  .nt-alternative__list {
    flex: 0 0 calc(50% - 6px);
    max-width: calc(50% - 6px);
  }
}
@media (min-width: 992px) {
  .nt-alternative__list {
    flex: 0 0 calc(50% - 6px);
    max-width: calc(50% - 6px);
  }
}
.nt-alternative__list-title {
  font-weight: 500;
  font-size: 20px;
  color: #262626;
  line-height: 1.4;
  letter-spacing: -0.4px;
  margin-bottom: 12px;
}
.nt-alternative__list-item {
  display: flex;
  gap: 4px;
  font-size: 14px;
  color: #383D49;
  line-height: 1.42;
  margin-bottom: 8px;
}
.nt-alternative__list-item:last-child {
  margin-bottom: 0;
}
.nt-alternative__list-item svg {
  flex: 0 0 16px;
  margin-top: 2px;
}
.nt-alternative__links a {
  margin-bottom: 8px;
}
.nt-alternative__links a:last-child {
  margin-bottom: 8px;
}
.nt-alternative__bars {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .nt-alternative__bars {
    margin-top: 0;
    margin-bottom: 24px;
  }
}
.nt-alternative__bars-item {
  margin-bottom: 14px;
}
.nt-alternative__bars-item:last-child {
  margin-bottom: 0;
}
.nt-alternative__bars-title {
  font-weight: 600;
  font-size: 10px;
  color: #262626;
  line-height: 2;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.nt-alternative__bars-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  line-height: 1;
}
.nt-alternative__bars-row div {
  background-color: #ffffff;
  border-radius: 100px;
  width: 185px;
  height: 8px;
}
@media (max-width: 767px) {
  .nt-alternative__bars-row div {
    width: calc(100% - 50px);
  }
}
.nt-alternative__bars-row div span {
  display: block;
  background-color: #00CC66;
  border-radius: 64px;
  height: 100%;
}
.nt-alternative__bars-row > span {
  font-size: 12px;
  color: #262626;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nt-key-takeaways {
  margin-bottom: 26px;
}
.nt-key-takeaways--s2.active .nt-key-takeaways__wrapper {
  border-bottom: 0;
  padding: 0;
}
.nt-key-takeaways--s2.active .nt-key-takeaways__title svg {
  transform: scale(1, -1);
}
.nt-key-takeaways--s2 .nt-key-takeaways__wrapper {
  border-color: #d4d4d4;
}
.nt-key-takeaways--s2 .nt-key-takeaways__title {
  cursor: pointer;
}
.nt-key-takeaways--s2 .nt-key-takeaways__title svg {
  transition: transform 0.4s;
}
.nt-key-takeaways--s2 .nt-key-takeaways__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  counter-reset: link;
}
.nt-key-takeaways--s2 .nt-key-takeaways__list a, .nt-key-takeaways--s2 .nt-key-takeaways__list p {
  display: flex;
  gap: 8px;
  font-weight: 400;
  font-size: 18px;
  color: #404040;
  line-height: 1.44;
  position: relative;
}
.nt-key-takeaways--s2 .nt-key-takeaways__list a::before, .nt-key-takeaways--s2 .nt-key-takeaways__list p::before {
  counter-increment: link;
  content: "" counter(link) ". ";
  font-weight: 700;
  font-size: 18px;
  color: #404040;
  line-height: 1.44;
}
.nt-key-takeaways__wrapper {
  border: 1px solid rgba(0, 204, 102, 0.4);
  border-radius: 8px;
  position: relative;
  padding: 32px 24px;
}
@media (max-width: 767px) {
  .nt-key-takeaways__wrapper {
    padding: 32px 16px;
  }
}
.nt-key-takeaways__title {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  color: #00CC66;
  line-height: 1.1;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0 12px;
  width: fit-content;
  position: absolute;
  top: -9px;
  left: 24px;
}
.nt-key-takeaways__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.nt-key-takeaways__list-item {
  display: flex;
  gap: 8px;
  font-size: 18px;
  line-height: 1.44;
}
@media (max-width: 575px) {
  .nt-key-takeaways__list-item {
    font-size: 16px;
  }
}
.nt-key-takeaways__list-item svg {
  flex: 0 0 20px;
  max-width: 20px;
  margin-top: 4px;
}
.nt-key-takeaways__list-item p {
  margin-bottom: 0;
}

.nt-comparison-widget {
  margin: 32px 0;
}
.nt-comparison-widget--s2 .nt-comparison-widget__wrap {
  padding: 0;
}
@media (min-width: 768px) {
  .nt-comparison-widget--s2 .nt-comparison-widget__wrap {
    padding: 12px;
  }
}
.nt-comparison-widget--s2 .nt-comparison-widget__item {
  flex-direction: column;
  justify-content: inherit;
  padding: 20px 12px;
}
.nt-comparison-widget--s2 .nt-comparison-widget__item.active {
  background-color: #fafafa;
  border: 1px solid rgba(0, 204, 102, 0.4);
  border-radius: 16px;
  padding: 12px;
}
.nt-comparison-widget--s2 .nt-comparison-widget__item:last-child {
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .nt-comparison-widget--s2 .nt-comparison-widget__item:last-child {
    border-bottom: 0;
  }
}
.nt-comparison-widget--s2 .nt-comparison-widget__item-img {
  flex: 0 0 54px;
  max-width: 54px;
  min-height: 54px;
  max-height: 54px;
}
.nt-comparison-widget--s2 .nt-comparison-widget__item-meta {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.nt-comparison-widget--s2 .nt-comparison-widget__item-label {
  font-size: 8px;
  line-height: 1.75;
}
.nt-comparison-widget--s2 .nt-comparison-widget__item-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.28;
  margin-bottom: 0;
}
.nt-comparison-widget--s2 .nt-comparison-widget__item-bar > div {
  width: 100%;
}
.nt-comparison-widget--s2 .nt-comparison-widget__item-buttons {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  flex: 1;
}
.nt-comparison-widget--s2 .nt-comparison-widget__item-buttons-top.nt-btn-primary {
  width: 100%;
}
.nt-comparison-widget--s2 .nt-comparison-widget__item-buttons-second {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #00CC66;
  padding: 0;
}
.nt-comparison-widget--s2 .nt-comparison-widget__item-buttons-second svg {
  position: relative;
  top: 3px;
}
.nt-comparison-widget__wrap {
  display: flex;
  flex-direction: column;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 48px 14px 0px rgba(143, 143, 143, 0), 0px 31px 12px 0px rgba(143, 143, 143, 0.01), 0px 17px 10px 0px rgba(143, 143, 143, 0.05), 0px 8px 8px 0px rgba(143, 143, 143, 0.09), 0px 2px 4px 0px rgba(143, 143, 143, 0.1);
  border-radius: 24px;
  padding: 16px;
}
@media (max-width: 768px) {
  .nt-comparison-widget__wrap {
    border: none;
    box-shadow: none;
    padding: 0;
  }
}
.nt-comparison-widget__item {
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 14px;
  position: relative;
  padding: 12px;
}
@media (max-width: 1199px) {
  .nt-comparison-widget__item {
    gap: 10px;
  }
}
.nt-comparison-widget__item-row {
  display: flex;
  gap: 8px;
}
.nt-comparison-widget__item-img {
  background-color: #ffffff;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex: 0 0 70px;
  min-height: 70px;
  max-height: 70px;
}
@media (min-width: 1200px) {
  .nt-comparison-widget__item-img {
    flex: 0 0 80px;
    min-height: 80px;
    max-height: 80px;
  }
}
.nt-comparison-widget__item-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.nt-comparison-widget__item-meta {
  display: flex;
  flex-direction: column;
  flex: 0 0 215px;
}
@media (min-width: 1200px) {
  .nt-comparison-widget__item-meta {
    flex: 0 0 225px;
  }
}
.nt-comparison-widget__item-label {
  color: #737373;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.7; /* 170% */
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 4px;
  background: #e5e5e5;
  padding: 0 7px;
  width: fit-content;
  border-radius: 1000px;
  text-align: center;
}
.nt-comparison-widget__item-title {
  color: #262626;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 14px;
}
.nt-comparison-widget__item-bar {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}
.nt-comparison-widget__item-bar > div {
  border-radius: 1000px;
  background: #e5e5e5;
  height: 8px;
  width: 140px;
  position: relative;
  overflow: hidden;
}
.nt-comparison-widget__item-bar > div span {
  position: absolute;
  left: 0;
  background-color: #66E0A3;
  height: 100%;
  border-radius: 1000px;
}
.nt-comparison-widget__item-bar > span {
  color: #262626;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.66;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 30px;
}
.nt-comparison-widget__item-list {
  display: flex;
  align-items: center;
  flex: 0 0 125px;
}
@media (min-width: 1200px) {
  .nt-comparison-widget__item-list {
    flex: 0 0 150px;
  }
}
.nt-comparison-widget__item-list ul {
  margin: 0 !important;
  padding: 0;
}
.nt-comparison-widget__item-list ul li {
  color: #383D49;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding-left: 20px;
  margin-top: 0;
}
.nt-comparison-widget__item-list ul li:before {
  display: none;
}
.nt-comparison-widget__item-list ul li svg {
  position: absolute;
  top: 2px;
  left: 0;
}
.nt-comparison-widget__item-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 0 0 120px;
  max-width: 120px;
}
.nt-comparison-widget__item-buttons-top {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  color: #404040;
}
.nt-comparison-widget__item-buttons-top:hover {
  background-color: #ffffff;
  box-shadow: none;
  color: #00CC66;
}
.nt-comparison-widget__item-buttons-second {
  background: transparent;
  border: 1px solid transparent;
  color: #404040;
}
.nt-comparison-widget__item-buttons-second:hover {
  background-color: transparent;
  box-shadow: none;
  color: #00CC66;
}
.nt-comparison-widget__item-buttons .nt-btn-primary {
  display: block;
  text-align: center;
  width: max-content;
}
.nt-comparison-widget__item-line {
  background-color: #e5e5e5;
  max-width: 1px;
  flex: 1 1 1px;
}
.nt-comparison-widget__item.active svg path {
  fill: #00CC66;
}
.nt-comparison-widget__item.active .nt-comparison-widget__item-label {
  background: rgba(0, 204, 102, 0.1);
  color: #00CC66;
}
.nt-comparison-widget__item.active .nt-comparison-widget__item-buttons-top {
  background-color: #00CC66;
  color: #ffffff;
}
@media (max-width: 768px) {
  .nt-comparison-widget__item {
    flex-wrap: wrap;
    gap: 12px;
  }
  .nt-comparison-widget__item-img {
    flex: 0 0 60px;
    min-height: 60px;
    max-height: 60px;
  }
  .nt-comparison-widget__item-meta {
    flex: 0 0 calc(100% - 72px);
  }
  .nt-comparison-widget__item-title {
    margin-bottom: 4px;
  }
  .nt-comparison-widget__item-line {
    max-width: 100%;
    flex: 0 0 100%;
    height: 1px;
  }
  .nt-comparison-widget__item-line-second {
    display: none;
  }
  .nt-comparison-widget__item-list {
    max-width: calc(100% - 119px);
    align-items: flex-start;
  }
}

.fin-tooltip {
  display: inline-block;
}
.fin-tooltip svg {
  cursor: pointer;
  margin-right: -7px;
  position: relative;
  top: -3px;
  right: 5px;
}
.fin-tooltip-text {
  display: none;
}

.nt-videos__wrapper {
  background-color: #fafafa;
  padding: 48px 0;
}
@media (min-width: 992px) {
  .nt-videos__wrapper {
    padding: 64px 0;
  }
}
.nt-videos__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}
.nt-videos__item {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 4px 16px -1px rgba(16, 24, 40, 0.05), 0px 2px 4px -2px rgba(16, 24, 40, 0.1);
  border-radius: 16px;
  overflow: hidden;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .nt-videos__item {
    flex: 0 0 calc(50% - 32px);
    max-width: calc(50% - 32px);
  }
}
@media (min-width: 1200px) {
  .nt-videos__item {
    flex: 0 0 calc(33.3333% - 32px);
    max-width: calc(33.3333% - 32px);
  }
}
.nt-videos__item-date {
  font-weight: 400;
  font-size: 14px;
  color: #737373;
  line-height: 20px;
  padding: 24px;
}

.nt-trust-us__item {
  background: #fafafa;
  border: 1px solid #d4d4d4;
  border-radius: 24px;
  margin-bottom: 24px;
  padding: 16px;
}
@media (min-width: 768px) {
  .nt-trust-us__item {
    padding: 18px;
  }
}
.nt-trust-us__item.active .nt-trust-us__item-arrow {
  transform: translateY(0) rotate(180deg);
}
.nt-trust-us__item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  gap: 20px;
}
.nt-trust-us__item-content {
  display: none;
  margin-top: 12px;
}
.nt-trust-us__item-arrow {
  transform: translateY(3px);
  transition: transform 0.4s;
}
.nt-trust-us__item-label {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #737373;
  border-radius: 50px;
  padding: 8px 12px;
  width: fit-content;
}
.nt-trust-us__item-label img {
  max-width: 15px;
}
.nt-trust-us__item-label span {
  font-weight: 600;
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
}
.nt-trust-us__item-heading {
  font-weight: 600;
  font-size: 20px;
  color: #262626;
  line-height: 1.4;
  letter-spacing: -0.4px;
  margin-bottom: 12px !important;
}
.nt-trust-us__item-text {
  font-weight: 400;
  font-size: 14px;
  color: #525252;
  line-height: 1.43;
}
.nt-trust-us__item-text p {
  font-weight: 400;
  font-size: 14px;
  color: #525252;
  line-height: 1.43;
  margin-bottom: 12px;
}
.nt-trust-us__item-text ul {
  padding-left: 0 !important;
  margin: 0 !important;
}
.nt-trust-us__item-text ul li {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 600;
  font-size: 14px;
  color: #383D49;
  line-height: 1.43;
  margin: 0 0 4px;
}
.nt-trust-us__item-text ul li:last-child {
  margin: 0;
}
.nt-trust-us__item-text ul li::before {
  display: block;
  content: "";
  background-color: transparent !important;
  background-image: url("../images/svg/check-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: static;
  width: 16px;
  height: 16px;
}

.nt-search-form {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  padding: 3px 4px 3px 8px;
  width: 200px;
}
.nt-search-form input {
  border: 0;
  font-weight: 400;
  font-size: 14px;
  color: #737373;
  line-height: 1.42;
  outline: none;
}
.nt-search-form button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00CC66;
  border-radius: 8px;
  flex: 0 0 32px;
  max-width: 32px;
  height: 32px;
}
.nt-search-form button:hover {
  background: #33D685;
}
.nt-search-form--large {
  border-color: #a3a3a3;
  width: 100%;
  gap: 12px;
}
@media (min-width: 576px) {
  .nt-search-form--large {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 400px;
  }
  .nt-search-form--large.nt-search-form--wide {
    max-width: 100%;
  }
}
.nt-search-form--large input {
  font-size: 16px;
  color: #171717;
  width: 100%;
}
.nt-search-form--large button {
  flex: 0 0 40px;
  max-width: 40px;
  height: 40px;
}

.nt-simulator {
  margin-left: -16px;
  margin-right: -16px;
}
@media (min-width: 768px) {
  .nt-simulator {
    margin: 0 0 32px;
  }
}
.nt-simulator__wrapper {
  background-color: rgba(0, 204, 102, 0.03);
  border-top: 1px solid rgba(0, 204, 102, 0.3);
  border-bottom: 1px solid rgba(0, 204, 102, 0.3);
  padding: 16px;
}
@media (min-width: 768px) {
  .nt-simulator__wrapper {
    border: 1px solid rgba(0, 204, 102, 0.3);
    border-radius: 24px;
    padding: 24px;
  }
}
.nt-simulator__title {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.42;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .nt-simulator__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -0.48px;
  }
}
.nt-simulator__description {
  font-size: 14px;
  color: #525252;
  line-height: 1.42;
}
.nt-simulator__description--small {
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
}
.nt-simulator__row {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .nt-simulator__row {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .nt-simulator__form {
    flex: 0 0 260px;
    max-width: 260px;
  }
}
.nt-simulator__form .nt-btn-primary {
  font-size: 14px;
  padding: 10px 16px;
  margin-bottom: 12px;
  width: 100%;
}
@media (max-width: 767px) {
  .nt-simulator__form .nt-btn-primary {
    max-width: 100%;
  }
}
.nt-simulator__form a.nt-btn-primary {
  display: block;
  text-align: center;
}
.nt-simulator__result {
  background-color: #ffffff;
  border-radius: 24px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .nt-simulator__result {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    padding: 25px;
  }
}
.nt-simulator__result-cart {
  width: 100%;
}
.nt-simulator__result-info {
  text-align: center;
  max-width: 225px;
}
.nt-simulator__result-info strong {
  display: block;
  font-weight: 600;
  font-size: 14px;
  color: #404040;
  line-height: 1.42;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.nt-simulator__result-info p {
  font-size: 16px;
  color: #737373;
  line-height: 1.25;
}
.nt-simulator__result-content {
  display: none;
  width: 100%;
}
.nt-simulator__result-price {
  font-weight: 600;
  font-size: 24px;
  color: #171717;
  line-height: 1.33;
  letter-spacing: -0.48px;
  text-align: center;
}
.nt-simulator__result-chart {
  margin-top: 24px;
  margin-bottom: 12px;
}
.nt-simulator__result-labels {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
}
.nt-simulator__result-label {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  color: #525252;
  line-height: 1.2;
  position: relative;
}
.nt-simulator__result-label::before {
  content: "";
  border-radius: 50%;
  background-color: #00CC66;
  width: 12px;
  height: 12px;
}
.nt-simulator__result-label--average::before {
  background-color: #8B75F3;
}
.nt-simulator__result-label--worst::before {
  background-color: #FB8B00;
}
.nt-simulator__result-text {
  margin-top: 50px;
}
.nt-simulator__result-text p:last-child {
  margin-bottom: 5px;
}
.nt-simulator__result-text, .nt-simulator__result-message {
  text-align: center;
}
.nt-simulator__result-text p, .nt-simulator__result-message p {
  font-weight: 400;
  font-size: 12px;
  color: #404040;
  line-height: 1.33;
  margin-bottom: 15px;
}
.nt-simulator__result-text strong, .nt-simulator__result-message strong {
  font-weight: 700;
}

.nt-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 12px;
  width: 100%;
}
@media (min-width: 768px) {
  .nt-field {
    display: block;
    margin-bottom: 16px;
  }
}
.nt-field.validation-error .nt-field__input {
  border-color: #FCA5A5;
  box-shadow: 0 0 0 4px #FEE2E2;
}
.nt-field--checkbox {
  margin-bottom: 24px;
}
.nt-field--checkbox input {
  display: none;
  position: absolute;
}
.nt-field--checkbox input:checked + label::before {
  border-color: #ffffff;
  outline-color: #00CC66;
  background-color: #00CC66;
}
.nt-field--checkbox .nt-field__label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  margin-bottom: 0;
}
.nt-field--checkbox .nt-field__label::before {
  content: "";
  border: 3px solid transparent;
  border-radius: 50%;
  outline: 2px solid #d4d4d4;
  height: 18px;
  width: 18px;
}
.nt-field__wrap {
  position: relative;
  width: 100%;
}
@media (max-width: 575px) {
  .nt-field__wrap {
    flex: 0 0 240px;
    max-width: 240px;
  }
}
.nt-field__symbol {
  font-size: 14px;
  color: #737373;
  line-height: 1.42;
  position: absolute;
  right: 12px;
  top: 12px;
}
.nt-field__currency {
  display: flex;
  background-color: rgba(0, 204, 102, 0.05);
  border: 1px solid rgba(0, 204, 102, 0.3);
  border-radius: 6px;
  padding: 1px;
  max-width: 68px;
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
}
.nt-field__currency-item {
  background-color: transparent;
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  color: #00CC66;
  cursor: pointer;
  line-height: 28px;
  text-align: center;
  width: 32px;
  height: 28px;
}
.nt-field__currency-item.active {
  background-color: #00CC66;
  color: #ffffff !important;
}
.nt-field__label {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #171717;
  line-height: 1.42;
  margin-bottom: 4px;
  width: 100%;
}
@media (min-width: 768px) {
  .nt-field__label {
    width: auto;
  }
}
.nt-field__label svg {
  flex: 0 0 18px;
  max-width: 18px;
  height: 18px;
}
.nt-field__input {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #171717;
  line-height: 1.42;
  padding: 9.5px 24px 9.5px 12px;
  width: 100%;
}
.nt-field__input::placeholder {
  color: #a3a3a3;
}
.nt-field__error {
  font-weight: 400;
  font-size: 14px;
  color: #EF4444;
  line-height: 1.42;
  margin-top: 8px;
}
.nt-field__select {
  width: 100%;
  padding: 5px;
}
.nt-field .select2-container--default .select2-results__option {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #171717;
  line-height: 1.42;
  padding: 8px 10px;
  margin: 0;
}
.nt-field .select2-container--default .select2-selection--single {
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 8px 12px;
  height: auto;
}
.nt-field .select2-container--default .select2-selection__rendered {
  font-weight: 400;
  font-size: 14px;
  color: #a3a3a3;
  line-height: 1.42;
  padding: 0;
}
.nt-field .select2-container--default .select2-selection__arrow {
  background-image: url("../images/svg/select-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  right: 10px;
  top: 0;
}
.nt-field .select2-container--default .select2-selection__arrow b {
  display: none;
}
.nt-field .select2-container--default .select2-results > ul.select2-results__options {
  list-style: none;
  padding: 0;
  margin: 0;
}

.fin-star-rating {
  display: flex;
  align-items: center;
  gap: 4px;
  background-color: #E5FAF0;
  border-radius: 50px;
  padding: 8px 12px;
  margin-bottom: 16px;
  width: max-content;
}
.fin-star-rating--s2 .fin-star-rating__list svg {
  width: 32px;
  height: 32px;
}
.fin-star-rating--small {
  padding: 5.6px 8.4px;
}
.fin-star-rating--small .fin-star-rating__label {
  font-size: 12.6px;
}
.fin-star-rating--small .fin-star-rating__list svg {
  width: 17px;
  height: 17px;
}
.fin-star-rating.center {
  margin: 0 auto 16px;
}
.fin-star-rating.right {
  margin-left: auto;
}
.fin-star-rating__label {
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-size: 18px;
  color: #262626;
  line-height: 1;
}
.fin-star-rating__label span {
  font-weight: 300;
  color: #737373;
}
.fin-star-rating__list {
  display: flex;
}
.fin-star-rating__list svg {
  display: block;
}

.nt-versus .select2-container--default .select2-results__option {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #171717;
  line-height: 1.42;
  padding: 8px 10px;
  margin: 0;
}
.nt-versus .select2-container--default .select2-selection--single {
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 8px 12px;
  height: auto;
}
.nt-versus .select2-container--default .select2-selection__rendered {
  font-weight: 400;
  font-size: 14px;
  color: #171717;
  line-height: 1.42;
  text-align: center;
  padding: 0;
}
.nt-versus .select2-container--default .select2-selection__arrow {
  background-image: url("../images/svg/select-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  right: 10px;
  top: 0;
}
.nt-versus .select2-container--default .select2-selection__arrow b {
  display: none;
}
.nt-versus .select2-container--default .select2-results > ul.select2-results__options {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nt-versus__row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  background-color: #ffffff;
  box-shadow: 0px 83px 23px 0px rgba(116, 114, 114, 0), 0px 53px 21px 0px rgba(116, 114, 114, 0.01), 0px 30px 18px 0px rgba(116, 114, 114, 0.05), 0px 13px 13px 0px rgba(116, 114, 114, 0.09), 0px 3px 7px 0px rgba(116, 114, 114, 0.1);
  padding: 8px;
  margin-left: -16px;
  margin-right: -16px;
}
@media (min-width: 768px) {
  .nt-versus__row {
    border: 1px solid #e5e5e5;
    border-radius: 24px;
    gap: 24px;
    padding: 24px;
    margin: 0;
  }
}
.nt-versus__col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: #fafafa;
  border-radius: 24px;
  flex: 0 0 calc(50% - 6px);
  max-width: calc(50% - 6px);
  padding: 8px;
}
@media (min-width: 768px) {
  .nt-versus__col {
    padding: 16px 24px;
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
}
.nt-versus__item {
  display: none;
}
.nt-versus__item:first-child {
  display: block;
}
.nt-versus__item-row {
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  padding: 12px 0;
}
.nt-versus__item-row:last-child {
  border-bottom: 0;
}
.nt-versus__item-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}
.nt-versus__item-image {
  background-color: #ffffff;
  border-radius: 16px;
  flex: 0 0 44px;
  max-width: 44px;
  height: 44px;
  position: relative;
}
@media (min-width: 768px) {
  .nt-versus__item-image {
    flex: 0 0 80px;
    max-width: 80px;
    height: 80px;
  }
}
.nt-versus__item-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.nt-versus__item-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.42;
}
@media (min-width: 768px) {
  .nt-versus__item-title {
    font-size: 16px;
    line-height: 1.5;
  }
}
.nt-versus__item-bar-heading {
  font-weight: 600;
  font-size: 8px;
  color: #525252;
  line-height: 1.62;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .nt-versus__item-bar-heading {
    font-size: 10px;
    line-height: 2;
  }
}
.nt-versus__item-bar-line {
  display: flex;
  align-items: center;
  gap: 8px;
}
.nt-versus__item-bar-line > div {
  background-color: #e5e5e5;
  border-radius: 50px;
  width: 100%;
  height: 8px;
  position: relative;
  overflow: hidden;
}
.nt-versus__item-bar-line > div span {
  background-color: #00CC66;
  border-radius: 50px;
  position: absolute;
  left: 0;
  height: 100%;
}
.nt-versus__item-bar-line > span {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.66;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 30px;
}
.nt-versus__item-description span {
  font-weight: 600;
  font-size: 8px;
  color: #525252;
  line-height: 2;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .nt-versus__item-description span {
    font-size: 10px;
  }
}
.nt-versus__item-description div {
  font-size: 12px;
  color: #262626;
  line-height: 1.42;
}
@media (min-width: 768px) {
  .nt-versus__item-description div {
    font-size: 14px;
  }
}
.nt-versus__item-label {
  background-color: #e5e5e5;
  border-radius: 50px;
  font-weight: 600;
  font-size: 10px;
  color: #737373;
  line-height: 1.7;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0 7px;
  margin: 0 auto;
  width: fit-content;
}
.nt-versus__item-rating .fin-star-rating {
  margin: 0 auto;
}
@media (max-height: 767px) {
  .nt-versus__item-rating .fin-star-rating__label {
    font-size: 14px;
  }
  .nt-versus__item-rating .fin-star-rating svg {
    max-width: 16px;
    max-height: 16px;
  }
}
.nt-versus__item-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.nt-versus__item-list div {
  display: flex;
  align-items: center;
  gap: 4px;
  text-align: left;
}
.nt-versus__item-list div span {
  font-size: 12px;
  color: #262626;
  line-height: 1.66;
}
@media (min-width: 768px) {
  .nt-versus__item-list div span {
    font-size: 14px;
    line-height: 1.42;
  }
}
.nt-versus__item-list div svg {
  flex: 0 0 25px;
  max-width: 25px;
}
@media (max-width: 767px) {
  .nt-versus__item-list div svg {
    flex: 0 0 16px;
    max-width: 16px;
    max-height: 16px;
  }
}
.nt-versus__item-info {
  font-weight: 500;
  font-size: 12px;
  color: #262626;
  line-height: 1.66;
  transition: color 0.4s;
}
.nt-versus__item-info:hover {
  color: #00CC66;
}