@charset "UTF-8";
/*
! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Inter, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: "JetBrains Mono", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/app/fonts/Inter-Regular.woff2") format("woff2");
  }
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("/app/fonts/Inter-Medium.woff2") format("woff2");
  }
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("/app/fonts/Inter-SemiBold.woff2") format("woff2");
  }
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("/app/fonts/Inter-Bold.woff2") format("woff2");
  }
@font-face {
    font-family: "JetBrains Mono";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/app/fonts/JetBrainsMono-Regular.woff2") format("woff2");
  }
html{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.visible{
  visibility: visible;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.order-last{
  order: 9999;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-4{
  margin-right: 1rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.h-8{
  height: 2rem;
}
.h-full{
  height: 100%;
}
.w-8{
  width: 2rem;
}
.w-\[95px\]{
  width: 95px;
}
.grow{
  flex-grow: 1;
}
.basis-1\/3{
  flex-basis: 33.333333%;
}
.basis-1\/4{
  flex-basis: 25%;
}
.basis-auto{
  flex-basis: auto;
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}
.animate-spin{
  animation: spin 1s linear infinite;
}
.resize{
  resize: both;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.items-start{
  align-items: flex-start;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.gap-2{
  gap: 0.5rem;
}
.gap-6{
  gap: 1.5rem;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-auto{
  overflow-x: auto;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded-sm{
  border-radius: 0.125rem;
}
.border{
  border-width: 1px;
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-600{
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}
.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.fill-\[\#009a7b\]{
  fill: #009a7b;
}
.p-2{
  padding: 0.5rem;
}
.p-6{
  padding: 1.5rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pr-6{
  padding-right: 1.5rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.lowercase{
  text-transform: lowercase;
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
::-moz-selection{
  background-color: #c0f0e6e0;
}
::selection{
  background-color: #c0f0e6e0;
}

body{
  font-size: 0.9375rem;
}

@media (min-width: 1280px){
  body{
    font-size: 1rem;
  }
}

@media (min-width: 1536px){
  body{
    font-size: 1rem;
  }
}

body{
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

h1, h2, h3, h4, h5{
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.0275em;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

h1{
  font-size: 2.6rem;
}

@media (min-width: 1024px){
  h1{
    font-size: 3.4rem;
  }
}

@media (min-width: 1280px){
  h1{
    font-size: 4.2rem;
  }
}

@media (min-width: 1536px){
  h1{
    font-size: 5rem;
  }
}

h2{
  font-size: 2rem;
}

@media (min-width: 1024px){
  h2{
    font-size: 2.4rem;
  }
}

@media (min-width: 1280px){
  h2{
    font-size: 3.2rem;
  }
}

@media (min-width: 1536px){
  h2{
    font-size: 4rem;
  }
}

h3{
  font-size: 1.7rem;
}

@media (min-width: 1024px){
  h3{
    font-size: 2rem;
  }
}

@media (min-width: 1280px){
  h3{
    font-size: 2.3rem;
  }
}

@media (min-width: 1536px){
  h3{
    font-size: 2.6rem;
  }
}

h4{
  font-size: 1.2rem;
}

@media (min-width: 1024px){
  h4{
    font-size: 1.3rem;
  }
}

@media (min-width: 1280px){
  h4{
    font-size: 1.4rem;
  }
}

@media (min-width: 1536px){
  h4{
    font-size: 1.5rem;
  }
}

h5{
  font-size: 0.9375rem;
}

@media (min-width: 1024px){
  h5{
    font-size: 0.9375rem;
  }
}

@media (min-width: 1280px){
  h5{
    font-size: 1rem;
  }
}

@media (min-width: 1536px){
  h5{
    font-size: 1.1rem;
  }
}

p {
  line-height: 170%;
  letter-spacing: -0.0125em;
}

.nt-sm{
  font-size: 0.84375rem;
}

@media (min-width: 1024px){
  .nt-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.nt-sm {
  line-height: 170%;
}

.nt-xl{
  font-size: 1.1rem;
}

@media (min-width: 1280px){
  .nt-xl{
    font-size: 1.15rem;
  }
}

@media (min-width: 1536px){
  .nt-xl{
    font-size: 1.2rem;
  }
}

.nt-xl {
  line-height: 170%;
  letter-spacing: -0.03em;
}

.nt-2xl{
  font-size: 1.35rem;
}

@media (min-width: 1024px){
  .nt-2xl{
    font-size: 1.4rem;
  }
}

@media (min-width: 1280px){
  .nt-2xl{
    font-size: 1.45rem;
  }
}

@media (min-width: 1536px){
  .nt-2xl{
    font-size: 1.5rem;
  }
}

.nt-2xl {
  line-height: 170%;
  letter-spacing: -0.03em;
}

a{
  --tw-text-opacity: 1;
  color: rgb(0 154 123 / var(--tw-text-opacity));
}

a.nt-black{
  color: inherit;
}

a.nt-btn,
button.nt-btn,
input[type=submit].nt-btn{
  margin-bottom: 0.5rem;
  display: inline-flex;
  min-height: 44px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: inherit;
}

@media (min-width: 640px){
  a.nt-btn,
button.nt-btn,
input[type=submit].nt-btn{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 1024px){
  a.nt-btn,
button.nt-btn,
input[type=submit].nt-btn{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1280px){
  a.nt-btn,
button.nt-btn,
input[type=submit].nt-btn{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

@media (min-width: 1536px){
  a.nt-btn,
button.nt-btn,
input[type=submit].nt-btn{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

a.nt-btn,
button.nt-btn,
input[type=submit].nt-btn{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  transition: all 0.1s linear;
}
a.nt-btn:hover,
button.nt-btn:hover,
input[type=submit].nt-btn:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  transform: scale(1.03);
}
a.nt-btn:active,
button.nt-btn:active,
input[type=submit].nt-btn:active {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transform: scale(0.97);
}

a.nt-btn.nt-btn-green,
button.nt-btn.nt-btn-green,
input[type=submit].nt-btn.nt-btn-green{
  --tw-border-opacity: 1;
  border-color: rgb(0 122 96 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 122 96 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

a.nt-btn.nt-btn-white,
button.nt-btn.nt-btn-white,
input[type=submit].nt-btn.nt-btn-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

a.nt-btn.nt-btn-black,
button.nt-btn.nt-btn-black,
input[type=submit].nt-btn.nt-btn-black{
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

a.nt-btn.nt-btn-rounded,
button.nt-btn.nt-btn-rounded,
input[type=submit].nt-btn.nt-btn-rounded{
  border-radius: 9999px;
}

a.nt-btn:disabled,
button.nt-btn:disabled,
input[type=submit].nt-btn:disabled{
  cursor: not-allowed;
  opacity: 0.5;
}
a.nt-btn:disabled:hover,
button.nt-btn:disabled:hover,
input[type=submit].nt-btn:disabled:hover {
  box-shadow: none;
  transform: none;
}
a.nt-btn:disabled:active,
button.nt-btn:disabled:active,
input[type=submit].nt-btn:disabled:active {
  box-shadow: none;
  transform: none;
}

span.nt-a-right {
  display: inline-block;
  width: 1.3em;
  height: 0.7em;
  margin-left: 0.3em;
  background: transparent url("/app/img/arrow-right.svg") 50% 50% no-repeat;
  background-size: contain;
}

span.nt-a-right.white {
  background-image: url("/app/img/arrow-right-w.svg");
}

span.nt-a-top {
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  margin-left: 0.3em;
  background: transparent url("/app/img/arrow-top.svg") 50% 50% no-repeat;
  background-size: contain;
}

.nt-gray{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.nt-mark-yellow,
.nt-mark-green,
.nt-mark-blue,
.nt-mark-red {
  background-size: 100% 30%;
  background-position: 0 100%;
  background-repeat: no-repeat;
}

.nt-mark-yellow {
  background-image: linear-gradient(90deg, #fac055, #fac055);
}

.nt-mark-green {
  background-image: linear-gradient(90deg, #007a60, #007a60);
}

.nt-mark-blue {
  background-image: linear-gradient(90deg, #0082d7, #0082d7);
}

.nt-mark-red {
  background-image: linear-gradient(90deg, #ff4a16, #ff4a16);
}

.nt-mark-bordered{
  white-space: nowrap;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 6px;
  padding-right: 6px;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
  line-height: 200%;
}

.nt-mark-bordered.smaller {
  font-size: 0.78em;
}

.nt-mark-bordered.green{
  --tw-border-opacity: 1;
  border-color: rgb(0 122 96 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 122 96 / var(--tw-text-opacity));
}

h1 .nt-mark-bordered,
h2 .nt-mark-bordered,
h3 .nt-mark-bordered,
h4 .nt-mark-bordered {
  font-weight: 400;
}

input[type=text],
textarea {
  padding: 10px;
  border-radius: 0.125rem;
  outline: none;
  width: 100%;
  display: block;
}

pre{
  font-family: "JetBrains Mono", monospace;
}

.more {
  height: 800px;
  overflow: hidden;
  position: relative;
}
.more::after {
  content: " ";
  height: 200px;
  width: 100%;
  display: block;
  bottom: 0;
  position: absolute;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}

.nt-header-bg{
  background-size: cover;
  background-position: center;
  padding-bottom: 1.5rem;
}

@media (min-width: 640px){
  .nt-header-bg{
    padding-bottom: 2rem;
  }
}

@media (min-width: 768px){
  .nt-header-bg{
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1024px){
  .nt-header-bg{
    padding-bottom: 3rem;
  }
}

@media (min-width: 1280px){
  .nt-header-bg{
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1536px){
  .nt-header-bg{
    padding-bottom: 6rem;
  }
}

.nt-header-bg.night.video{
  position: relative;
}
.nt-header-bg.night.video video{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -10;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.nt-table{
  border-collapse: collapse;
}
.nt-table th{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-right: 0.75rem;
  text-align: left;
  vertical-align: top;
  font-weight: 400;
}
.nt-table th .nt-table-th{
  font-size: 1.1rem;
  font-weight: 700;
}
@media (min-width: 1280px){
  .nt-table th .nt-table-th{
    font-size: 1.15rem;
  }
}
@media (min-width: 1536px){
  .nt-table th .nt-table-th{
    font-size: 1.2rem;
  }
}
.nt-table tr td{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-right: 0.75rem;
  text-align: left;
  vertical-align: top;
  font-weight: 400;
}
.nt-table tr:last-child td{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

header{
  width: 100%;
}

@media (min-width: 640px){
  header{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  header{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  header{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  header{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  header{
    max-width: 1536px;
  }
}

header{
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 1024px){
  header{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 1280px){
  header{
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

@media (min-width: 1536px){
  header{
    padding-left: 9rem;
    padding-right: 9rem;
  }
}
header > div{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  border-color: rgb(0 0 0 / 0.1);
}
header .logo{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  margin-right: 1.5rem;
}
header .logo img{
  width: 50px;
  transition: all 0.1s linear;
  cursor: pointer;
}
header .logo img:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  transform: scale(1.03);
}
header .logo img:active {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transform: scale(0.97);
}
header .burger{
  margin-right: 1.5rem;
  height: 1.75rem;
  width: 1.75rem;
  cursor: pointer;
  background-color: transparent;
  background-image: url(/app/img/burger-btn.svg);
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
header ul.header-menu li{
  margin-right: 1.5rem;
}
header ul.header-menu li a.menu-item{
  display: flex;
  align-items: center;
  color: inherit;
}
header ul.header-menu li a.menu-item.arrow {
  color: inherit;
}
header ul.header-menu li a.menu-item.arrow::after {
  content: " ";
  display: inline-block;
  width: 0.8rem;
  height: 1rem;
  background: transparent url("/app/img/icon-menu-arrow.svg") 50% 50% no-repeat;
  background-size: contain;
  margin-left: 5px;
  vertical-align: middle;
  transition: all 0.1s linear;
}
header ul.header-menu li a.menu-item.arrow.opened::after {
  transform: rotate(180deg);
}
header .header-phone{
  background-color: transparent;
  background-image: url(/app/img/icon-header-phone.svg);
  background-size: auto 22px;
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 1.5rem;
}
@media (min-width: 1280px){
  header .header-phone{
    background-size: auto 24px;
  }
}
header .header-mail{
  background-color: transparent;
  background-image: url(/app/img/icon-header-mail.svg);
  background-size: auto 22px;
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 2rem;
}
@media (min-width: 1280px){
  header .header-mail{
    background-size: auto 24px;
  }
}
header .header-lang{
  background-color: transparent;
  background-image: url(/app/img/icon-header-globe.svg);
  background-size: auto 22px;
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 2rem;
}
@media (min-width: 1280px){
  header .header-lang{
    background-size: auto 24px;
  }
}
header a.nt-btn{
  margin-bottom: 0px;
}
header .menu-section{
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 10;
  display: none;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.1);
}
header .menu-section .submenu-tabs{
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.5rem;
}
header .menu-section .submenu-tabs .menu-section-close {
  cursor: pointer;
  width: 44px;
  height: 44px;
  background: transparent url("/app/img/menu-section-close.svg") 50% 50% no-repeat;
}
header .menu-section > section{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 1024px){
  header .menu-section > section{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1280px){
  header .menu-section > section{
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media (min-width: 1536px){
  header .menu-section > section{
    padding-left: 9rem;
    padding-right: 9rem;
  }
}
header .menu-section .submenu-item.opened,
header .menu-section .submenu-item.opened:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
header .menu-section .submenu-item.opened::after,
header .menu-section .submenu-item.opened:hover::after{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
header .menu-section .submenu-section{
  display: none;
}
header .menu-section a.nt-black{
  margin-bottom: 0.75rem;
  display: block;
  color: inherit;
}
header .menu-section a.nt-black span{
  white-space: nowrap;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 6px;
  padding-right: 6px;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
  font-size: 0.78rem;
  vertical-align: 1px;
}

.header-menu-mobile{
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 10;
  display: none;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 1.125rem;
  line-height: 1.75rem;
  box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.1);
}
.header-menu-mobile > section{
  position: relative;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.header-menu-mobile > section .menu-mobile-close{
  position: absolute;
  right: 0.5rem;
  top: 2rem;
  cursor: pointer;
  width: 44px;
  height: 44px;
  background: transparent url("/app/img/menu-section-close.svg") 50% 50% no-repeat;
}
.header-menu-mobile > section .menu-mobile-footer{
  margin-top: 1.75rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  padding-top: 2rem;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.header-menu-mobile > section .menu-mobile-footer a{
  color: inherit;
}
.header-menu-mobile a.nt-black{
  margin-bottom: 0.75rem;
  display: block;
  color: inherit;
}

.night header > div:first-child{
  border-color: rgb(255 255 255 / 0.1);
}
.night header > div > div{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.night header ul.header-menu li a.menu-item.arrow::after {
  background: transparent url("/app/img/icon-menu-arrow-night.svg") 50% 50% no-repeat;
}
.night header .header-phone{
  background-image: url(/app/img/icon-header-phone-night.svg);
}
.night header .header-mail{
  background-image: url(/app/img/icon-header-mail-night.svg);
}
.night header .header-lang{
  background-image: url(/app/img/icon-header-globe-night.svg);
}
.night header .burger{
  margin-right: 1.5rem;
  height: 1.75rem;
  width: 1.75rem;
  cursor: pointer;
  background-color: transparent;
  background-image: url(/app/img/burger-btn-night.svg);
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.nt-section-wrap{
  margin-top: 1.5rem;
}

@media (min-width: 640px){
  .nt-section-wrap{
    margin-top: 2rem;
  }
}

@media (min-width: 768px){
  .nt-section-wrap{
    margin-top: 2.5rem;
  }
}

@media (min-width: 1024px){
  .nt-section-wrap{
    margin-top: 3rem;
  }
}

@media (min-width: 1280px){
  .nt-section-wrap{
    margin-top: 3.5rem;
  }
}

@media (min-width: 1536px){
  .nt-section-wrap{
    margin-top: 6rem;
  }
}

.nt-section-wrap{
  padding-bottom: 1.5rem;
}

@media (min-width: 640px){
  .nt-section-wrap{
    padding-bottom: 2rem;
  }
}

@media (min-width: 768px){
  .nt-section-wrap{
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1024px){
  .nt-section-wrap{
    padding-bottom: 3rem;
  }
}

@media (min-width: 1280px){
  .nt-section-wrap{
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1536px){
  .nt-section-wrap{
    padding-bottom: 6rem;
  }
}

.nt-section-wrap{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(240 242 246 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 640px){
  .nt-section-wrap{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.nt-section-wrap.after-header{
  margin-top: 0.5rem;
}

section{
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5rem;
}

@media (min-width: 640px){
  section{
    padding-top: 2rem;
  }
}

@media (min-width: 768px){
  section{
    padding-top: 2.5rem;
  }
}

@media (min-width: 1024px){
  section{
    padding-top: 3rem;
  }
}

@media (min-width: 1280px){
  section{
    padding-top: 3.5rem;
  }
}

@media (min-width: 1536px){
  section{
    padding-top: 6rem;
  }
}

section{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 1024px){
  section{
    padding-left: 122px;
    padding-right: 122px;
  }
}

@media (min-width: 1280px){
  section{
    padding-left: 170px;
    padding-right: 170px;
  }
}

@media (min-width: 1536px){
  section{
    padding-left: 218px;
    padding-right: 218px;
  }
}

.nt-advantages .grid img {
  max-height: 50px;
}

.nt-checked-item {
  background: transparent url("/app/img/icon-check.svg") 0 1.1rem no-repeat;
  background-size: 1.3rem;
  padding-left: 2rem;
}

.nt-fav-projects{
  overflow: hidden;
  padding-top: 1.5rem;
}

@media (min-width: 640px){
  .nt-fav-projects{
    padding-top: 2rem;
  }
}

@media (min-width: 768px){
  .nt-fav-projects{
    padding-top: 2.5rem;
  }
}

@media (min-width: 1024px){
  .nt-fav-projects{
    padding-top: 3rem;
  }
}

@media (min-width: 1280px){
  .nt-fav-projects{
    padding-top: 3.5rem;
  }
}

@media (min-width: 1536px){
  .nt-fav-projects{
    padding-top: 6rem;
  }
}
.nt-fav-projects > div > div{
  position: relative;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  background-size: cover;
  background-position: center;
  padding-top: 120%;
}
@media (min-width: 640px){
  .nt-fav-projects > div > div{
    padding-top: 150%;
  }
}
.nt-fav-projects > div > div {
  transition: all 0.1s linear;
}
.nt-fav-projects > div > div:hover{
  z-index: 40;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  transform: scale(1.03);
}
.nt-fav-projects > div > div:active {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transform: scale(0.97);
}
.nt-fav-projects > div > div a{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  padding: 1.5rem;
  color: inherit;
}
.nt-fav-projects > div > div.span2{
  background-position: center;
}
@media (min-width: 1280px){
  .nt-fav-projects > div > div.span2{
    grid-column: span 2 / span 2;
    padding-top: 66.667%;
  }
  .nt-fav-projects > div > div.span2 h4,
.nt-fav-projects > div > div.span2 p{
    width: 66.666667%;
  }
}

.nt-fav-articles{
  overflow: hidden;
  padding-top: 1.5rem;
}

@media (min-width: 640px){
  .nt-fav-articles{
    padding-top: 2rem;
  }
}

@media (min-width: 768px){
  .nt-fav-articles{
    padding-top: 2.5rem;
  }
}

@media (min-width: 1024px){
  .nt-fav-articles{
    padding-top: 3rem;
  }
}

@media (min-width: 1280px){
  .nt-fav-articles{
    padding-top: 3.5rem;
  }
}

@media (min-width: 1536px){
  .nt-fav-articles{
    padding-top: 6rem;
  }
}
.nt-fav-articles > div{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.5rem;
  padding: 0.5rem;
}
.nt-advantages .nt-fav-articles > div img {
  max-height: 50px;
}
@media (min-width: 640px){
  .nt-fav-articles > div{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px){
  .nt-fav-articles > div{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1280px){
  .nt-fav-articles > div{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.nt-fav-articles > div > div a{
  display: block;
  color: inherit;
}
.nt-fav-articles > div > div a .cover{
  width: 100%;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  background-size: cover;
  background-position: center;
  padding-top: 67%;
  transition: all 0.1s linear;
}
.nt-fav-articles > div > div a .details{
  padding: 1.5rem;
}
.nt-fav-articles > div > div a:hover .cover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  transform: scale(1.03);
  z-index: 999;
}
.nt-fav-articles > div > div a:active .cover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transform: scale(0.97);
}
@media (min-width: 1280px){
  .nt-fav-articles > div > div.span2{
    grid-column: span 2 / span 2;
  }
  .nt-fav-articles > div > div.span2 h4,
.nt-fav-articles > div > div.span2 p{
    width: 80%;
  }
}

.nt-asterisk-phone{
  border-radius: 0.125rem;
  background-size: 100% auto;
  background-position: bottom;
  background-repeat: no-repeat;
  padding: 1.5rem;
}

@media (min-width: 640px){
  .nt-asterisk-phone{
    padding: 2rem;
  }
}

@media (min-width: 768px){
  .nt-asterisk-phone{
    padding: 2.5rem;
  }
}

@media (min-width: 1280px){
  .nt-asterisk-phone{
    padding: 3rem;
  }
}

.nt-asterisk-phone{
  padding-bottom: 90%;
  transition: all 0.1s linear;
}

.nt-asterisk-phone-yealink{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  background-image: url("/app/img/phone-yealink.png");
}

.nt-asterisk-phone-gigaset{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  background-image: url("/app/img/phone-gigaset.png");
}

.nt-asterisk-phone-yealink:hover,
.nt-asterisk-phone-gigaset:hover{
  background-size: 103% auto;
}

.nt-browser {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
.nt-browser .header{
  position: relative;
  display: flex;
  justify-content: center;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.nt-browser .header .addr{
  width: 40%;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
  padding: 0.25rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.nt-browser .header .addr img{
  margin-top: -0.125rem;
  display: inline;
  max-height: 1em;
  max-width: 1em;
}
.nt-browser .header::before{
  position: absolute;
  top: 50%;
  left: 1.25rem;
  margin: -0.5rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
  --tw-content: "⬤ ⬤ ⬤";
  content: var(--tw-content);
}
.nt-browser .header.night{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
.nt-browser .header.night .addr{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.nt-browser .header.night::before{
  position: absolute;
  top: 50%;
  left: 1.25rem;
  margin: -0.5rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
  --tw-content: "⬤ ⬤ ⬤";
  content: var(--tw-content);
}
.nt-browser > img{
  display: block;
}

.nt-next-steps a{
  border-radius: 0.125rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  padding: 1rem;
  color: inherit;
  transition: all 0.1s linear;
}
.nt-next-steps a:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  transform: scale(1.03);
}
.nt-next-steps a:active {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transform: scale(0.97);
}
.nt-next-steps img {
  max-height: 50px;
}

.nt-faq .faq-container{
  margin-bottom: 2.5rem;
  border-radius: 0.125rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  padding-bottom: 2.5rem;
}
.nt-faq .faq-container .question{
  position: relative;
  cursor: pointer;
  list-style-type: none;
  padding-right: 2.5rem;
}
.nt-faq .faq-container .question::after{
  position: absolute;
  display: block;
  content: " ";
  top: 50%;
  right: 0;
  height: 24px;
  width: 24px;
  margin-top: -12px;
  background: transparent url("/app/img/icon-faq.svg") 100% 50% no-repeat;
  transition: all 0.1s linear;
}
.nt-faq .faq-container .question.opened::after {
  transform: rotate(180deg);
}
.nt-faq .faq-container .answer{
  display: none;
  padding-top: 1rem;
}
.nt-faq .faq-container:last-child{
  margin-bottom: 0px;
  border-style: none;
}

.nt-hgallery{
  position: relative;
}
.nt-hgallery > div{
  cursor: ew-resize;
  transition: transform 0.1s linear;
}
.nt-hgallery > div > div{
  height: 43vw;
  width: 65vw;
  flex-shrink: 0;
  overflow: hidden;
}
@media (min-width: 1024px){
  .nt-hgallery > div > div{
    height: 23vw;
    width: 35vw;
  }
}
.nt-hgallery > div > div{
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.nt-hgallery-icon{
  height: 25px;
  background: transparent url("/app/img/icon-hgallery.svg") 50% 50% no-repeat;
}

.nt-feedback-form > div {
  border-top: 8px solid #007a60;
}
.nt-feedback-form .form-container{
  position: relative;
}
.nt-feedback-form .preloder{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  display: none;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.nt-feedback-form .result{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 20;
  display: none;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.nt-feedback-form .result > div{
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.nt-feedback-form input[type=text],
.nt-feedback-form textarea {
  transition: all 0.1s linear;
}
.nt-feedback-form input[type=text]:focus,
.nt-feedback-form textarea:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  box-shadow: 0 2px 20px rgba(255, 255, 255, 0.25);
}
.nt-feedback-form label.nt-checkbox{
  cursor: pointer;
}
.nt-feedback-form label.nt-checkbox input[type=checkbox]{
  height: 0px;
  width: 0px;
  opacity: 0;
}
.nt-feedback-form label.nt-checkbox .checkbox{
  position: relative;
  margin-right: 0.5rem;
  height: 1.25rem;
  width: 1.25rem;
  flex-shrink: 0;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
  transition: all 0.1s linear;
}
.nt-feedback-form label.nt-checkbox:hover .checkbox{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  box-shadow: 0 2px 20px rgba(255, 255, 255, 0.25);
}
.nt-feedback-form label.nt-checkbox .checkbox:after{
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  display: none;
  height: 1.25rem;
  width: 1.25rem;
  content: " ";
  background: transparent url("/app/img/icon-check2.svg") 50% 50% no-repeat;
}
.nt-feedback-form label.nt-checkbox input:checked ~ .checkbox{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.nt-feedback-form label.nt-checkbox input:checked ~ .checkbox:after{
  display: block;
}
.nt-feedback-form .nt-circlebtn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.5);
  padding: 0.75em;
  width: 49px;
  height: 49px;
  transition: all 0.1s linear;
}
.nt-feedback-form .nt-circlebtn img {
  max-width: 20px;
  max-height: 20px;
}
.nt-feedback-form .nt-circlebtn:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  transform: scale(1.03);
}
.nt-feedback-form .nt-circlebtn:active {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transform: scale(0.97);
}

footer{
  width: 100%;
}

@media (min-width: 640px){
  footer{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  footer{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  footer{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  footer{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  footer{
    max-width: 1536px;
  }
}

footer{
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 1024px){
  footer{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 1280px){
  footer{
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

@media (min-width: 1536px){
  footer{
    padding-left: 9rem;
    padding-right: 9rem;
  }
}

footer{
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5rem;
}

@media (min-width: 640px){
  footer{
    padding-top: 2rem;
  }
}

@media (min-width: 768px){
  footer{
    padding-top: 2.5rem;
  }
}

@media (min-width: 1024px){
  footer{
    padding-top: 3rem;
  }
}

@media (min-width: 1280px){
  footer{
    padding-top: 3.5rem;
  }
}

@media (min-width: 1536px){
  footer{
    padding-top: 6rem;
  }
}
footer > div{
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  padding-top: 2rem;
  padding-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
footer > div h5{
  padding-bottom: 1rem;
}
footer > div ul{
  padding-bottom: 1rem;
}
footer > div ul li{
  margin-bottom: 0.5rem;
}
footer > div a{
  color: inherit;
}
footer > div a span{
  white-space: nowrap;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 6px;
  padding-right: 6px;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
  font-size: 0.78rem;
  vertical-align: 1px;
}

.nt-cookie{
  position: fixed;
  bottom: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
  z-index: 50;
  display: flex;
  display: none;
  flex-direction: column;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}

@media (min-width: 640px){
  .nt-cookie{
    bottom: 2.5rem;
    left: 2.5rem;
    right: auto;
    width: 24rem;
    padding: 1.5rem;
  }
}

@media (min-width: 1024px){
  .nt-cookie{
    padding: 2rem;
  }
}

@media (min-width: 1280px){
  .nt-cookie{
    padding: 2.5rem;
  }
}

.nt-cookie {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

@media (min-width: 640px){
  .sm\:inline{
    display: inline;
  }
  .sm\:flex{
    display: flex;
  }
  .sm\:basis-3\/4{
    flex-basis: 75%;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:p-8{
    padding: 2rem;
  }
  .sm\:pt-8{
    padding-top: 2rem;
  }
}

@media (min-width: 768px){
  .md\:order-none{
    order: 0;
  }
  .md\:w-2\/5{
    width: 40%;
  }
  .md\:w-3\/5{
    width: 60%;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:p-10{
    padding: 2.5rem;
  }
  .md\:pb-0{
    padding-bottom: 0px;
  }
  .md\:pl-3{
    padding-left: 0.75rem;
  }
  .md\:pr-3{
    padding-right: 0.75rem;
  }
  .md\:pt-10{
    padding-top: 2.5rem;
  }
}

@media (min-width: 1024px){
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:w-\[110px\]{
    width: 110px;
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:pt-12{
    padding-top: 3rem;
  }
}

@media (min-width: 1280px){
  .xl\:inline{
    display: inline;
  }
  .xl\:w-\[135px\]{
    width: 135px;
  }
  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:p-12{
    padding: 3rem;
  }
  .xl\:pt-14{
    padding-top: 3.5rem;
  }
}

@media (min-width: 1536px){
  .\32xl\:w-\[160px\]{
    width: 160px;
  }
  .\32xl\:pt-24{
    padding-top: 6rem;
  }
}