body {
  background: rgb(23,24,28);
  font-family: 'Open Sans', sans-serif;
  position: relative;
  scroll-behavior: smooth;
}

.fix-to-screen {
  position: fixed;
  pointer-events: none;
  z-index: 99999999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.thin-topper-wrap {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.thin-topper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  line-height: 0;
  letter-spacing: 0;
  word-spacing: 0;
}

.thin-topper.pride > div {
  height: 3px;
  display: inline-block;
  position: absolute;
  width: 10%;
}

.header-small {
  padding: 12px 30px;
  background: rgb(20,21,25);
  /*border-bottom: 2px solid rgb(33,37,48);*/
}

.header-small p {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  color: rgba(241,243,245,0.94);
  margin: 0;
  position: relative;
  bottom: -1px;
  cursor: default;
}

.header-small ul {
  margin: 0;
  position: relative;
  bottom: -1px;
}

.header-small li:not(:last-child) {
  margin-right: 18px !important;
}

.header-small li a {
  color: #fff !important;
  text-decoration-color: transparent !important;
  font-family: 'Inter', sans-serif;
  text-underline-offset: 1px;
  text-decoration: underline;
  font-weight: 400;
  font-size: 15px;
  transition: text-decoration-color .2s;
}

.header-small li a:hover {
  text-decoration-color: #fff !important;
}

.header-small li a#header-status {
  color: #40da87 !important;
}

.header-small li a#header-status.minor {
  color: #ffe459 !important;
}

.header-small li a#header-status.major {
  color: #ffbd59 !important;
}

.header-small li a#header-status.critical {
  color: #fe6c63 !important;
}

.header-small li a#header-status.maintenance {
  color: #4e9ffe !important;
}

.header-small li a#header-status:hover {
  text-decoration-color: inherit !important;
}

.header-banner {
  padding: 8px 30px;
  background: #1f74f7;
  text-align: center;
}

.header-banner.critical {
  background: #fe6c63;
}

.header-banner p, .header-banner p a {
  color: #fff !important;
  margin: 0 !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  text-decoration: none !important;
}

.header-banner p i {
  font-size: 15px;
  margin-left: 8px;
}

.body {
  position: relative;
  min-height: calc(100vh - 48.5px);
}

.header {
  padding: 0 30px 25px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: 999;
}

.header > .header-banners {
  margin: 0 -30px 25px;
}

body.no-floating-header .header {
  position: static;
}

.header img {
  max-width: 95px;
}

.header .btn {
  font-size: 13px !important;
  font-weight: 500 !important;
  padding: 5px 15px 5px 14px !important;
}

.header ul {
  margin: 0;
  text-align: center;
  position: relative;
  bottom: 1px;
  cursor: default !important;
}

.header ul li {
  position: relative;
}

.header ul li:not(:last-child) {
  margin-right: 26px !important;
}

.header ul li a {
  /*color: #fff;*/
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: color .2s;
}

.header ul li a:hover {
  color: #FF6333 !important;
}

.header ul li a i {
  margin-left: 7px;
  font-size: 13px;
}

.header ul li .h-dropdown {
  position: absolute;
  bottom: -18px;
  left: -150px;
  right: -150px;
}

.header ul li .h-dropdown .h-dropdown-arrow {
  position: absolute;
  background: rgba(232,235,240,0.95);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  height: 9px;
  width: 22px;
  top: -9px;
  left: calc(50% - 12px);
}

.header ul li .h-dropdown .h-dropdown-inner-wrap {
  position: relative;
}

.header ul li .h-dropdown .h-dropdown-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 25px;
  background: rgba(232,235,240,0.98);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 7px;
  overflow-y: auto;
  max-height: 280px;
}

.header ul li .h-dropdown .h-dropdown-inner > a {
  text-align: left;
  position: relative;
  display: block;
  text-decoration: none !important;
}

.header ul li .h-dropdown .h-dropdown-inner > a.soon {
  opacity: 0.7;
}

.header ul li .h-dropdown .h-dropdown-inner > a:not(:last-child) {
  margin: 0 0 17px;
}

.header ul li .h-dropdown .h-dropdown-inner > a h6 {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #353a3e !important;
  margin: 0 0 4px;
}

.header ul li .h-dropdown .h-dropdown-inner > a h6 .tag {
  font-size: 10px;
  padding: 1px 5px 2px;
  background: #101114;
  color: #fff;
  border-radius: 100px;
  margin-left: 5px;
  position: relative;
  top: -1px;
}

.header ul li .h-dropdown .h-dropdown-inner > a p {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #626a73 !important;
  margin: 0;
}

.header ul li .h-dropdown .h-dropdown-inner > div a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.head {
  padding: 90px 30px 120px;
  /*padding: 90px 30px 195px;*/
  text-align: center;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
}

.head.simple {
  padding-bottom: 150px !important;
}

.head h1 {
  display: inline-block;
  font-family: 'Heebo', sans-serif;
  font-weight: 900;
  font-size: 80px;
  line-height: 90px;
  letter-spacing: 2px;
  /*color: #fff;*/
  color: #ffffff;
  /*background: linear-gradient(155deg, #3881f1, #8b4af4);*/
  /*-webkit-background-clip: text;*/
  /*-webkit-text-fill-color: transparent;*/
  /*background-clip: text;*/
  text-align: center;
  width: 950px;
  margin: 0 0 36px;
  cursor: default;
}

.head p {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: rgba(255,255,255,0.89);
  text-align: center;
  max-width: 615px;
  margin: 0 0 35px;
}

.head .btn.btn-primary {
  margin-right: 20px;
}

.btn i {
  margin-left: 7px;
  font-size: 14px;
}

.btn.btn-primary, .btn.btn-secondary {
  background: linear-gradient(135deg, #FC4636 30.25% 30.25%, #FF6333 100% 100%);
  color: #fff;
  border: none;
  border-radius: 2000px;
  /*border: 2px solid #FF6333;*/
  padding: 8px 19px 9px;
  font-weight: 600 !important;
  font-family: 'Inter', sans-serif;
  transition: color .1s, background .2s;
  font-size: 16px;
}

.btn.btn-secondary {
  background: transparent;
  color: #FF6333;
  padding: 5px 16px 6px;
  border: 3px solid #FF6333;
}

.btn.btn-primary:hover {
  /*background: #FF6333;*/
}

.btn.btn-secondary:hover {
  color: #fff;
  background: linear-gradient(135deg, #FC4636 30.25% 30.25%, #FF6333 100% 100%);
  border: none;
  padding: 8px 19px 9px;
}

.text-align-center {
  text-align: center;
}

.head-below {
  padding: 75px 0 0;
  margin: 0 0 -55px;
}

.head-below img {
  max-width: 650px;
}

.sizing {
  max-width: 1400px;
}

.sizing.w1050 {
  max-width: 1200px;
}

.sizing.w1000 {
  max-width: 1000px;
}

.sizing.w850 {
  max-width: 850px;
}

.long-1c-table > div:not(:first-child) {
  padding: 105px 0 0;
}

.long-1c-table > div > div {
  padding: 45px 35px;
}

.long-1c-table > div > div:not(:last-child) {
  border-bottom: 1px solid #eceef1;
}

.long-1c-table > div > div.heading {
  border: none;
  padding: 0 35px 20px;
}

.long-1c-table > div > div.heading h1 {
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  font-size: 32px;
  color: #2a2f34;
  margin: 0;
}

.long-1c-table h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #3b3e41;
  margin: 0 0 6px;
}

.long-1c-table p {
  font-family: 'Inter', sans-serif;
  color: #31353c;
  margin: 0;
  font-size: 17px;
}

.long-1c-table .col.info p {
  margin: 0 0 16px;
}

.long-1c-table .col.info {
  max-width: 390px;
}

.long-1c-table .col.calculator {
  padding: 0 14px;
}

.long-1c-table .col.result {
  max-width: 175px;
  text-align: center;
}

.long-1c-table .col.result h5 {
  font-size: 18px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  color: #26292c;
  margin: 0;
}

.long-1c-table .col.result p {
  font-size: 13px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  color: #92989d;
  margin: 0;
}

.range-wrap {
  width: 100%;
  height: 7px;
  position: relative;
}

.range-wrap > .increments {
  position: relative;
  bottom: -10px;
  left: 4px;
  width: calc(100% - 10px);
}

.range-wrap > .increments > div {
  position: absolute;
  text-align: center;
  padding: 13px 0 0;
  width: auto;
}

.range-wrap > .increments > div > div {
  position: relative;
  left: calc(calc(100% / 2) + 1px - 100%);
  top: -6px;
}

.range-wrap > .increments > div .line {
  width: 2px;
  height: 9px;
  background: #eaedf2;
  position: absolute;
  top: -13px;
  left: calc(50% - 1px);
}

.range-wrap > .increments > div p {
  margin: 0;
  font-size: 12px;
  color: #969ba3;
}

.range-wrap > .track, .range-wrap > .track-selected {
  position: absolute;
  background: #eaedf2;
  border-radius: 12px;
  top: 0;
  left: 4px;
  right: 4px;
  bottom: 0;
}

.range-wrap > .track-selected {
  width: 0;
  background: #1069ef;
}

.range-wrap > input {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 25px;
  background: transparent !important;
  outline: none;
  transition: opacity .2s;
  cursor: default;
  display: block;
  position: absolute;
  top: -9px;
  left: 0;
  right: 0;
  bottom: -9px;
}

.range-wrap > input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  background: #1069ef !important;
  border-radius: 100px;
  cursor: default;
}

.range-wrap > input::-moz-range-thumb {
  width: 18px;
  height: 18px;
  background: #1069ef !important;
  border-radius: 100px;
  cursor: default;
}

.sections > .section-simple {
  padding: 195px 35px;
  padding: 0 35px;
  min-height: 100vh;
}

.sections > .section-simple.small {
  padding: 90px 35px;
  min-height: initial;
}

.sections > .section-simple:not(.small) > .row {
  min-height: 100vh;
}

.sections > .section-simple > .row > * {
  padding: 105px 0;
  margin: auto !important;
}

.sections > .section-simple h1, .sections > .section-simple h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 52px;
  line-height: 60px;
  letter-spacing: 2px;
  margin: 0 0 26px;
  color: #ffffff;
}

.sections > .section-simple h2 {
  font-size: 38px;
  line-height: 48px;
  letter-spacing: 1.1px;
  margin: 0 0 20px;
}

.sections > .section-simple.dark h1 {
  color: #fff;
}

.sections > .section-simple h6 {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 1px;
  margin: 0 0 18px;
  color: #FF6333 !important;
  background: linear-gradient(135deg, #FC4636 30.25% 30.25%, #FF6333 100% 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  background-clip: text;
  background-image: linear-gradient(135deg, #FC4636 30.25% 30.25%, #FF6333 100% 100%) !important;
  text-transform: uppercase;
}

.sections > .section-simple p {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: rgba(241,241,255,0.94);
  width: 440px;
  margin: 0 0 24px;
}

.sections > .section-simple.dark p {
  color: rgb(191,192,203);
}

.sections > .section-simple .row > .col > .row > .col.text-part {
  max-width: 565px;
}

.sections > .simple-seperator > .col-auto > div {
  width: 340px;
  height: 2px;
  background: #dfe1e7;
  background: repeating-linear-gradient(to right, #101114, rgb(33,37,48) 3px, rgb(33,37,48) 3px, rgb(33,37,48) 6px);
}

footer {
  padding: 0 30px 105px;
  /*background: #000000;*/
  position: relative;
  z-index: 999999999;
  /*border-top: 2px solid rgb(33,37,48);*/
}

footer > .grad-splitter {
  margin: 0 -30px 105px;
}

footer .footer-logo {
  max-width: 100px;
  margin: 0 0 28px;
}

footer .footer-legal, footer .footer-legal-large {
  color: #c7c7d0;
  margin: 0;
  font-size: 13px;
  position: absolute;
  bottom: 28px;
}

footer .footer-legal a, footer .footer-legal-large a {
  color: inherit !important;
  text-underline-offset: 2px;
}

footer .footer-legal-large {
  position: initial;
  width: 100%;
  text-align: center;
  padding: 28px 0 0;
  font-size: 11px;
  opacity: 0.35;
}

footer .footer-legal a {
  color: #44474b;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 1px;
  transition: text-decoration-color .2s;
}

footer .footer-legal a:hover {
  text-decoration-color: #1f74f7;
}

footer .footer-cols > .col {
  padding-bottom: 25px;
}

footer .footer-cols > .col:first-child {
  padding-bottom: 45px;
  position: relative;
}

footer ul {
  margin: 0;
}

footer h6, footer li a {
  color: #fff;
  font-family: 'Heebo', sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 3px;
  cursor: default;
}

footer h6 {
  color: #7f7f93;
  margin: 0 0 8px;
  text-transform: uppercase;
  font-size: 13.5px;
  font-weight: 700;
}

footer h6:not(:first-child) {
  margin-top: 24px;
}

footer li:not(:last-child) {
  margin: 0 0 3px;
}

footer li a {
  color: #ffffff !important;
  text-decoration: none;
  font-weight: 400;
  transition: color .2s, margin-left .2s;
  cursor: pointer;
}

footer li a:hover {
  color: #FF6333 !important;
  margin-left: 8px;
}

footer .col.sizing {
  max-width: 1050px !important;
}

footer .footer-cert-image {
  position: absolute;
  bottom: 14px;
  right: 15px;
  max-width: 145px;
}

.combined-head > .head {
  background: transparent;
}

.combined-head > .header {
  background: transparent;
  backdrop-filter: unset;
  -webkit-backdrop-filter: unset;
}

.pricing-table-amount {
  width: 215px;
}

.footer-backing {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.footer-row {
  position: relative;
  z-index: 1;
}

.grad-splitter {
  background: linear-gradient(135deg, #FC4636 30.25% 30.25%, #FF6333 100% 100%);
  height: 8px;
}

.banner {
  background: linear-gradient(135deg, #FC4636 30.25% 30.25%, #FF6333 100% 100%);
  padding: 0 30px;
  text-align: center;
}

.banner p {
  color: #fff;
  font-weight: 600;
  margin: 8px 0;
  font-size: 14px;
}

.dynamic-table > .col > .row {
  margin: 0;
  padding: 6px;
}

.dynamic-table > .col > .row > *:first-child {
  padding-left: 0;
  max-width: 170px;
}

.dynamic-table > .col > .row > *:first-child span {
  color: #fff;
  font-weight: 700;
}

.dynamic-table > .col > .row > *:last-child {
  padding-right: 0;
}

.dynamic-table > .col > .row > *:last-child span {
  color: rgba(255,255,255,0.8);
  font-weight: 400;
}

.warning-box {
  padding: 15px;
  border: 2px solid #ff5842;
  border-radius: 5px;
  margin-top: 20px;
}

.warning-box .row > *:first-child {
  width: 150px;
}

.warning-box .row > *:first-child span {
  color: #ff5842;
  font-weight: 700;
  font-size: 18px;
}

.warning-box .row > *:last-child span {
  color: rgba(255,88,66,0.8);
  font-weight: 500;
  font-size: 16px;
}

.hide {
  display: none !important;
}

