:root {
  --ghost-white: #f6f8fc;
  --alice-blue: #d2e8ff;
  --dodger-blue: #44a0ff;
  --black: #070707;
  --midnight-blue: #182634;
  --steel-blue: #0085c6;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

p {
  margin-bottom: 0;
}

.navbar {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
}

.dropdown-list-2.w--open {
  margin-top: -32px;
  margin-left: 212px;
}

.brand {
  margin-right: 40px;
}

.nav-link {
  color: #7a7a7a;
  letter-spacing: -1.1px;
  padding-left: 25px;
  padding-right: 25px;
  line-height: 1;
  text-decoration: none;
  transition: all .275s;
}

.nav-link:hover {
  color: #0085c6;
}

.dropdown-link {
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 14px;
  transition: all .25s;
}

.dropdown-link:hover {
  color: #fff;
  background-color: #0085c6;
}

.cart-link {
  justify-content: flex-end;
}

.image {
  width: 60px;
}

.container {
  max-width: 1200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.small {
  max-width: 60%;
}

.container.smd {
  max-width: 1200px;
}

.icon-2 {
  width: 19px;
  height: 19px;
  color: #0085c6;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-toggle-2 {
  justify-content: space-between;
  align-items: center;
  padding: 7px 0 7px 20px;
  display: flex;
}

.dropdown-toggle-2:hover {
  color: #fff;
}

.dropdown-toggle {
  color: #7a7a7a;
  letter-spacing: -1.1px;
  line-height: 1;
}

.dropdown-toggle:hover {
  color: #0085c6;
}

.dropdown-list.w--open {
  background-color: #e9e9e9;
}

.dropdown-2 {
  min-width: 210px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 10px;
  display: block;
}

.dropdown-2:hover {
  color: #fff;
  background-color: #0085c6;
}

.icon-5 {
  margin-right: 0;
}

.dropdown-link-2 {
  transition: all .275s;
}

.dropdown-link-2:hover {
  color: var(--ghost-white);
  background-color: #0085c6;
}

.nav-container {
  max-width: 85%;
}

.dropdown {
  transition: all .275s;
}

.dropdown:hover {
  color: #0085c6;
}

.nav-wrapper {
  color: #7a7a7a;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-section {
  background-color: var(--ghost-white);
  margin-top: -100px;
  padding-top: 100px;
}

.slider {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.right-arrow, .left-arrow {
  display: none;
}

.slide-nav {
  width: 500px;
  float: left;
  margin-top: -40px;
  display: flex;
  position: relative;
}

.slide-content {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.body {
  color: #070707;
  background-color: #f4f7fa;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 1.2;
}

.slide-detail-block {
  max-width: 500px;
}

.alert-block {
  background-color: var(--alice-blue);
  border-radius: 90px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
}

.alert-block.pricing {
  background-color: #ffdc7b;
  border-radius: 0;
  margin-top: 35px;
  margin-right: 3px;
  position: absolute;
  top: -1%;
  bottom: auto;
  left: auto;
  right: 2%;
}

.alert-block.pricing.green {
  background-color: rgba(192, 57, 43, .71);
  flex: 0 auto;
  margin-top: 30px;
  margin-bottom: 0;
  margin-right: 10px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.alert-block.vps-pricing {
  background-color: #ffdc7b;
  border-radius: 0;
  padding: 7px 30px;
  font-size: 14px;
  position: absolute;
  top: -10px;
  bottom: auto;
  left: -10px;
  right: auto;
}

.alert-block.vps-pricing._2 {
  background-color: var(--dodger-blue);
  padding-right: 28px;
  top: 0;
  left: 0;
}

.alert-block.vps-pricing._3 {
  background-color: var(--dodger-blue);
  top: 0;
  left: 0%;
}

.heading-1 {
  color: var(--dodger-blue);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.1;
}

.heading-1.my-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.heading-1.mb-20 {
  margin-bottom: 20px;
}

.heading-1.center.black {
  color: var(--black);
  text-align: center;
  font-size: 25px;
}

.heading-1.mn {
  width: 410px;
}

.sub-heading {
  padding-top: 10px;
}

.button-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  justify-items: stretch;
  margin-top: 35px;
  display: flex;
}

.button {
  min-width: 200px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 2px solid var(--black);
  color: var(--black);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 32px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 14px 40px;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all .25s;
  display: block;
}

.button:hover {
  background-color: var(--black);
  color: #fff;
}

.button.dark {
  width: 200px;
  min-width: 100px;
  float: none;
  background-color: var(--black);
  color: var(--ghost-white);
  align-self: center;
  padding-left: 40px;
  display: inline-block;
  position: static;
}

.button.dark:hover {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
}

.button.dark.small {
  font-size: 14px;
  font-weight: 700;
}

.button.small {
  min-width: 0;
  justify-content: center;
}

.slide-image-block {
  max-width: 48%;
}

.slide-image-block.kubern {
  max-width: 39%;
}

.domain-search-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-3 {
  margin-top: 0;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.search-wrapper {
  width: 950px;
  text-align: center;
}

.search-block {
  margin-top: 40px;
  margin-bottom: 40px;
}

.search-form {
  align-items: stretch;
  display: flex;
}

.search-input {
  min-height: 76px;
  border: 2px solid var(--black);
  border-radius: 100px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.search-submit {
  max-height: 56px;
  background-color: var(--black);
  background-image: url('../images/search.svg');
  background-position: 30px;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 26px;
  margin-top: 10px;
  margin-left: -213px;
  padding-left: 80px;
  padding-right: 60px;
  font-weight: 600;
}

.paragraph-grey {
  max-width: 600px;
  color: #999;
  margin-left: auto;
  margin-right: auto;
}

.pricing-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-wrap {
  max-width: 550px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.pricing-block {
  border: 1px solid #000;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  padding: 8px 40px 40px;
  display: flex;
  position: relative;
}

.price {
  color: var(--dodger-blue);
  margin-top: 24px;
  font-size: 38px;
  font-weight: 600;
  display: inline-block;
}

.old-price {
  color: #a9a9a9;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: line-through;
  display: inline-block;
}

.price-features-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.price-features-text {
  width: 100%;
}

.pricing-features-grid {
  grid-column-gap: 40px;
  grid-row-gap: 28px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.cloud-services-section {
  background-color: var(--ghost-white);
  padding-top: 100px;
  padding-bottom: 100px;
}

.cloud-services-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  display: grid;
}

.cloud-service-block {
  color: #fff;
  text-align: center;
  background-color: #182634;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  display: flex;
  box-shadow: 1px 1px 11px rgba(0, 0, 0, .2);
}

.cloud-service-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 30px;
}

.cloud-service-button {
  text-align: left;
  background-color: #0085c6;
  border: 2px solid #0085c6;
  border-radius: 32px;
  margin-top: 40px;
  padding: 14px 40px;
  transition: all .25s;
}

.cloud-service-button:hover {
  background-color: rgba(0, 0, 0, 0);
}

.cloud-service-icon {
  height: 90px;
  margin-bottom: 40px;
}

.cloud-service-icon.das {
  height: 150px;
  margin-top: -21px;
  margin-bottom: 4px;
}

.cloud-service-desc {
  font-size: 16px;
}

.web-services-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.web-services-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  margin-top: 80px;
  display: grid;
}

.web-services-wrapper._2 {
  max-width: 70%;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.web-services-block {
  max-width: 240px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.web-services-icon-wrap {
  width: 70px;
  height: 70px;
  background-color: #d2e8ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.web-services-title {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}

.web-services-paragraph {
  margin-bottom: 20px;
  font-weight: 500;
}

.benefits-section {
  padding-top: 140px;
  padding-bottom: 100px;
}

.benefits-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: stretch;
  display: grid;
}

.list {
  color: var(--dodger-blue);
  margin-top: 40px;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 22px;
  font-weight: 800;
}

.list-item {
  color: var(--black);
  margin-bottom: 15px;
  list-style-type: disc;
}

.benefits-text {
  color: var(--black);
  margin-left: 10px;
  font-weight: 600;
}

.contact-section {
  color: #fff;
  background-image: url('../images/Mask-Group-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: -5px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-title {
  color: var(--alice-blue);
  margin-top: 40px;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
}

.div-block-3 {
  margin-bottom: 40px;
}

.contact-wrapper {
  grid-column-gap: 120px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: stretch;
  display: grid;
}

.contact-image {
  width: 400px;
}

.footer-social-block {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer {
  color: #fff;
  background-color: #384859;
  padding-top: 70px;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
}

.container-2 {
  padding-left: 0;
}

.div-block-2 {
  background-color: #2b3a4a;
  margin-top: 75px;
  padding-top: 11px;
  padding-bottom: 11px;
}

.footer-link {
  color: #fff;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 13px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-wrapper {
  max-width: 900px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.footer-copyright-center {
  letter-spacing: .5px;
  font-size: 12px;
  line-height: 10px;
}

.footer-social-link {
  width: 30px;
  height: 30px;
  background-color: #9b9fa4;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  display: flex;
}

.footer-brand {
  width: 80px;
  margin-bottom: 20px;
}

.icon-4 {
  width: 20px;
  height: 20px;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.partners {
  background-color: #5d6771;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section.vps {
  color: var(--ghost-white);
  background-image: url('../images/VPS-Background-6.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 82px;
  padding-bottom: 83px;
  position: relative;
}

.section._1 {
  margin-top: 60px;
  margin-bottom: 0;
}

.section._2 {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.mask {
  width: 100px;
  overflow: visible;
}

.image-3 {
  height: 100px;
}

.slide-nav-2 {
  display: none;
}

.paragraph-2 {
  color: #fff;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
}

.slider-2 {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  overflow: hidden;
}

.div-block-4 {
  padding-top: 0;
}

.text-block-2 {
  color: #fff;
}

.image-4 {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 70%;
  min-height: auto;
  min-width: auto;
  text-align: left;
  border-radius: 0;
  margin-top: 0;
  margin-left: 1px;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
}

.section-2 {
  background-color: var(--ghost-white);
  padding-top: 60px;
  padding-bottom: 60px;
}

.cart-block {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.columns {
  background-color: #fff;
  padding-top: 24px;
  padding-bottom: 92px;
}

.paragraph-4 {
  color: #554e4e;
  text-align: center;
  font-size: 25px;
  text-decoration: none;
}

.delete, .text-span {
  text-decoration: line-through;
}

.a-header-button-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  margin-top: 24px;
  margin-bottom: 16px;
  display: flex;
}

.a-header-heading-wrapper {
  margin-bottom: 20px;
}

.a-header-content {
  max-width: 650px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.a-detail-small {
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 60px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-style: italic;
  line-height: 1.5;
}

.a-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  line-height: 1.8;
}

.sub-heading-block {
  margin-bottom: 29px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.a-header-grid {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-5 {
  z-index: 1;
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  background-image: linear-gradient(225deg, #123c66 57%, #0085c6);
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  margin-left: 60px;
  margin-right: 60px;
  padding: 40px 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-5 {
  z-index: -1;
}

.tabs-standard {
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.tabs-menu-button {
  width: 30%;
  background-color: #182634;
  border-radius: 36px;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 24px;
  padding: 7px;
  display: flex;
}

.tab-button-line {
  width: 50%;
  color: var(--ghost-white);
  text-align: center;
  letter-spacing: -.01em;
  background-color: rgba(0, 0, 0, 0);
  padding: 12px 44px;
  font-weight: 500;
}

.tab-button-line.w--current {
  background-color: var(--dodger-blue);
  color: var(--ghost-white);
  border-radius: 24px;
  font-weight: 700;
}

.tab-pane {
  padding-top: 24px;
  padding-bottom: 24px;
}

.tabs-content {
  width: 100%;
  overflow: visible;
}

.table-title {
  text-align: center;
  letter-spacing: -.02em;
  text-transform: uppercase;
}

.buy-button {
  background-color: #182634;
  border: 2px solid #182634;
  border-radius: 2px;
  flex: none;
  margin-left: -24px;
  padding: 10px 32px;
  font-size: 15px;
  font-weight: 600;
  transition: all .3s;
}

.buy-button:hover {
  color: #182634;
  background-color: rgba(0, 0, 0, 0);
}

.vps-detail {
  font-size: 18px;
}

.vps-detail.bold {
  color: #111b25;
  font-size: 20px;
  font-weight: 700;
}

.grid-cell {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-cell.titles {
  justify-content: flex-start;
}

.table-lable-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #111b25;
  background-color: #a8c5e2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.7fr 1fr .7fr 1fr 1.5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 46px 20px;
  font-size: 24px;
  font-weight: 800;
  display: grid;
}

.coin-name-wrapper {
  align-items: center;
  display: flex;
}

.table-row-grey {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--ghost-white);
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr .5fr .75fr 1.5fr 1.5fr 1fr 1fr;
  align-items: center;
  padding: 40px;
  position: relative;
}

.table-row-grey._1 {
  background-color: #e2eaf2;
}

.table-row-grey.headers {
  background-color: var(--midnight-blue);
  color: #fff;
  grid-template-columns: 1fr .5fr .5fr .75fr 1.5fr 1.5fr 1fr 1fr;
  font-size: 20px;
  font-weight: 800;
}

.grid-cell-2 {
  text-align: center;
}

.div-block-6 {
  margin-left: -26px;
}

.paragraph-5 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.button-2 {
  min-width: 140px;
  color: #182634;
  text-align: center;
  background-color: #fff;
  border: 2px solid #070707;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 16px 40px;
  font-weight: 600;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.button-2:hover {
  color: #fff;
  background-color: #070707;
}

.button-2._2 {
  background-color: var(--dodger-blue);
  padding-left: 40px;
  padding-right: 40px;
}

.button-2._2.lks {
  border-color: var(--black);
  color: #fff;
}

.button-2._2.lks:hover {
  background-color: #000;
}

.a-header-content-2 {
  max-width: 470px;
}

.a-paragraph-regular-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.3;
}

.div-block-7 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  display: grid;
}

.div-block-8 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 32px 60px;
  font-size: 26px;
  font-weight: 800;
  display: flex;
}

.free-domain-included {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 90px;
  padding: 10px 20px 10px 0;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
}

.section-copy {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-copy.uh-copy {
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .37), rgba(0, 0, 0, .37)), url('../images/Mask-Group-8.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-ph {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-ph.uh-ph {
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .37), rgba(0, 0, 0, .37)), url('../images/VPS-Background-7.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.about-us-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.about-us-wrapper.mb-140 {
  margin-bottom: 140px;
}

.div-block-9 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.jumbo-heading {
  max-width: 400px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  font-weight: 800;
  line-height: 1;
}

.contact-links-grid {
  grid-column-gap: 140px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-link-icon-block {
  width: 70px;
  height: 70px;
  background-color: var(--alice-blue);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-link-block {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 1.2;
}

.map-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-10 {
  grid-column-gap: 16px;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.image-6 {
  width: 100%;
}

.contact-section-copy {
  color: #fff;
  background-image: url('../images/Mask-Group-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: -5px;
  padding-top: 0;
  padding-bottom: 27px;
}

.cloud-service-button-copy {
  float: none;
  clear: none;
  text-align: left;
  background-color: #0085c6;
  border: 2px solid #0085c6;
  border-radius: 32px;
  margin-top: 40px;
  padding: 14px 40px;
  transition: all .25s;
  position: static;
  top: auto;
  bottom: 0%;
  left: 41%;
  right: auto;
}

.cloud-service-button-copy:hover {
  background-color: var(--black);
}

.price-copy {
  color: var(--ghost-white);
  margin-top: 24px;
  font-size: 38px;
  font-weight: 600;
  display: inline-block;
}

.price-copy.lks {
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
}

.heading-5 {
  font-size: 16px;
}

.text-block-3 {
  padding-bottom: 10px;
}

.sub-heading-copy {
  padding-top: 10px;
}

.heading-1-copy {
  color: var(--dodger-blue);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.1;
}

.heading-1-copy.my-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.heading-1-copy.mb-20 {
  margin-bottom: 20px;
}

.heading-1-copy.center.black {
  color: var(--black);
  text-align: center;
  font-size: 25px;
}

.heading-1-copy.mn {
  width: 410px;
}

.heading-1-copy.my-12-copy {
  margin-top: 12px;
  margin-bottom: 12px;
}

.left-arrow-2, .right-arrow-2 {
  display: none;
}

.slider-3 {
  width: 100%;
  height: auto;
  background-color: rgba(255, 255, 255, 0);
}

.slide-nav-3 {
  display: flex;
}

.slide-nav-3:active {
  display: block;
}

._w-slider-dot {
  display: flex;
}

.section-copy-2 {
  height: 470px;
  background-image: linear-gradient(260deg, rgba(0, 0, 0, 0), #fff 63%), url('../images/WhatsApp-Image-2023-11-12-at-23.07.26_c1fd1f80_1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 0;
  display: flex;
}

.hero-content-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 0;
  display: flex;
}

.container-3 {
  padding-left: 0;
}

.heading-6 {
  color: #030f28;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
}

.heading-6.mb-20 {
  color: #000;
  margin-top: 45px;
  margin-bottom: 20px;
}

.large-paragraph {
  color: #000;
  margin-bottom: 60px;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.2;
}

.button-3 {
  background-color: #030f28;
  border-radius: 100px;
  padding: 12px 23px;
}

.hero-image-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hero-wrapper-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.section-copy-2-copy {
  height: 470px;
  background-image: linear-gradient(260deg, rgba(0, 0, 0, 0), #fff 63%), url('../images/kubr-19.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 0;
  display: flex;
}

.div-block-12 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.column {
  align-items: center;
  display: flex;
}

.columns-2 {
  align-items: stretch;
  display: flex;
}

.heading-7 {
  color: #44a0ff;
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 60px;
}

.container-4 {
  max-width: 1200px;
}

.button-4 {
  color: #000;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #000;
  border-radius: 20px;
  margin-right: 0;
  padding: 14px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  transition: background-color .4s;
}

.button-4:hover {
  color: #fff;
  background-color: #000;
}

.button-4.white {
  color: #fff;
  background-color: #000;
  margin-right: 20px;
  transition: background-color .4s;
}

.button-4.white:hover {
  color: #000;
  background-color: rgba(255, 255, 255, 0);
}

.slider-4 {
  height: 600px;
  background-color: rgba(221, 221, 221, 0);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-14 {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.columns-3 {
  flex-flow: row;
  align-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.slide-nav-4 {
  display: flex;
}

.column-3 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: block;
}

.div-block-15 {
  width: 20%;
  background-color: #d2e8ff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.column-4 {
  flex-direction: row;
  display: block;
}

.paragraph {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.div-block-16 {
  height: 300px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.banimg {
  width: 100%;
  height: 32em;
  background-image: url('../images/ezgif-2-f0b1f98a99.png');
  background-position: 50% 100%;
  background-size: cover;
}

.banimg.secimg {
  background-image: url('../images/hero-2.png');
}

.banimg.thirdimg {
  background-image: url('../images/hero-2-p-500_1.png');
}

.link-block {
  color: #fff;
  display: block;
}

.section-4 {
  margin-top: 100px;
  margin-bottom: 0;
}

.container-6 {
  max-width: 1400px;
}

.tab-grid-copy-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-card {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  transition: all .2s;
  display: flex;
}

.services-card:hover {
  background-color: #ededed;
}

.service-image {
  width: 80px;
}

.heading-8 {
  letter-spacing: .5px;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.2;
}

.heading-8.small {
  font-size: 16px;
}

.services-text {
  flex: 1;
  margin-bottom: 40px;
  line-height: 16px;
}

.text-block-4 {
  color: var(--steel-blue);
}

.icon-6 {
  width: 24px;
  height: 24px;
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.container-7 {
  max-width: 1200px;
}

.image-7 {
  max-width: 60%;
}

.column-5 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.column-5.img {
  align-items: flex-start;
}

.column-5.img.right {
  align-items: flex-end;
}

.columns-4 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.columns-4.ims {
  flex-direction: row-reverse;
}

.section-5 {
  margin-top: 50px;
  margin-bottom: 100px;
}

.form-content-wrap {
  margin-bottom: 5px;
  display: flex;
}

.text-block-5 {
  color: #30ad5b;
  font-size: 14px;
}

.form {
  max-width: 550px;
}

.form-rightside {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container-8 {
  max-width: 1200px;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content-right-mob {
  width: 50%;
  min-height: 400px;
}

.submit-button {
  width: 100%;
  background-color: var(--steel-blue) !important;
  color: #fff;
  border-radius: 4px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  transition: background-color .4s;
}

.submit-button:hover {
  background-color: var(--midnight-blue);
}
.submit-button:active {
  background-color: var(--midnight-blue);
}
.heading {
  max-width: 554px;
  color: #142c65;
  margin-bottom: 15px;
  font-size: 56px;
  line-height: 61px;
}

.field-label {
  color: #7286a0;
  font-size: 15px;
  font-weight: 400;
}

.image-8 {
  width: 420px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-7 {
  max-width: 550px;
  color: #7286a0;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 25px;
}

.form-left-side {
  width: 25%;
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 17px;
  display: flex;
}

.form-left-side.ats {
  justify-content: center;
  align-items: center;
  padding-right: 0;
}

.success-message {
  color: #fff;
  background-color: #c7f9d8;
  border-radius: 4px;
}

.content-right, .content-left {
  width: 50%;
  min-height: 400px;
}

.section-6 {
  min-height: 840px;
  background-color: var(--ghost-white);
  justify-content: center;
  align-items: center;
  padding: 120px 55px;
  display: flex;
}

.text-field {
  min-height: 42px;
  float: left;
  color: #7286a0;
  border: 1px solid rgba(114, 134, 160, .3);
  border-radius: 4px;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  display: block;
  box-shadow: 0 2px 2px rgba(114, 134, 160, .28);
}

.text-field:focus {
  border-color: #7286a0;
}

.text-field.no-padding {
  border-color: rgba(114, 134, 160, .15);
  margin-right: 0;
}

.text-field.email {
  width: 240%;
  font-family: Montserrat, sans-serif;
}

@media screen and (min-width: 1280px) {
  .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .alert-block.vps-pricing._2 {
    top: 0;
  }

  .alert-block.vps-pricing._2.s {
    background-color: #ffd644;
  }

  .alert-block.vps-pricing._3 {
    top: 0;
  }

  .search-wrapper {
    width: 900px;
  }

  .price-features-text {
    width: 200px;
  }

  .tabs-standard {
    width: 100%;
  }

  .tabs-menu-button {
    width: 30%;
    border-radius: 24px;
  }

  .tab-button-line {
    width: 50%;
  }

  .tab-button-line.w--current {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    text-decoration: none;
  }

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

  .buy-button {
    text-align: center;
    margin-left: 0;
  }

  .vps-detail.bold {
    font-size: 20px;
  }

  .grid-cell {
    text-align: center;
    justify-content: center;
  }

  .grid-cell.titles {
    justify-content: flex-start;
  }

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

  .table-row-grey {
    grid-template-columns: .75fr .5fr .5fr .75fr 1fr 1fr 1fr 1fr;
  }

  .table-row-grey._1 {
    background-color: rgba(24, 38, 52, .15);
    grid-template-columns: .75fr .5fr .5fr .75fr 1fr 1fr 1fr 1fr;
  }

  .table-row-grey.headers {
    grid-template-columns: .75fr .5fr .5fr .75fr 1fr 1fr 1fr 1fr;
    font-size: 20px;
  }

  .div-block-6 {
    margin-left: 0;
  }

  .sub-heading-copy, .text-span-2 {
    font-size: 22px;
  }

  .slider-3 {
    width: 100%;
  }

  .section-copy-2 {
    background-size: cover;
  }

  .container-3 {
    max-width: 1200px;
  }

  .section-copy-2-copy {
    background-size: cover;
  }

  .image-7 {
    max-width: 60%;
  }

  .column-5.img {
    align-items: flex-start;
  }

  .column-5.img.right {
    align-items: flex-end;
  }

  .columns-4.ims {
    align-items: flex-start;
  }
}

@media screen and (min-width: 1440px) {
  .container.smd {
    max-width: 1200px;
  }

  .search-wrapper {
    width: 900px;
  }

  .section-copy-2 {
    background-image: linear-gradient(260deg, rgba(0, 0, 0, 0), #fff 60%), url('../images/WhatsApp-Image-2023-11-12-at-23.07.26_c1fd1f80_1.jpg');
    background-position: 0 0, 100%;
    background-size: auto, cover;
  }

  .container-3 {
    max-width: 1200px;
  }

  .section-copy-2-copy {
    background-image: linear-gradient(260deg, rgba(0, 0, 0, 0), #fff 60%), url('../images/kubr-21.png');
    background-position: 0 0, 100%;
    background-size: auto, cover;
  }

  .div-block-12 {
    align-items: center;
  }

  .column {
    justify-content: flex-start;
    align-items: stretch;
  }

  .div-block-13 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .container-4 {
    max-width: 1200px;
  }

  .column-5.img {
    align-items: flex-start;
  }

  .column-5.img.right {
    align-items: flex-end;
  }
}

@media screen and (min-width: 1920px) {
  .container.smd {
    max-width: 1400px;
  }

  .slide {
    height: 100%;
  }

  .search-wrapper {
    width: 900px;
  }

  .cloud-services-section {
    border: 1px #000;
  }

  .tabs-menu-button {
    padding-bottom: 12px;
  }

  .table-row-grey.headers {
    background-color: var(--midnight-blue);
    color: #fff;
    font-size: 24px;
    font-weight: 800;
  }

  .slider-3 {
    width: 104%;
  }

  .img {
    width: 80%;
    flex: none;
    display: block;
  }

  .section-copy-2 {
    background-image: linear-gradient(260deg, rgba(0, 0, 0, 0), #fff 63%), url('../images/WhatsApp-Image-2023-11-12-at-23.07.26_c1fd1f80_1.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .container-3 {
    max-width: 1500px;
  }

  .section-copy-2-copy {
    background-image: linear-gradient(260deg, rgba(0, 0, 0, 0), #fff 63%), url('../images/kubr-20.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .div-block-12 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .columns-2 {
    height: 100%;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .div-block-13 {
    width: 560px;
  }

  .column-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-4, .container-7 {
    max-width: 1400px;
  }

  .image-7 {
    max-width: 40%;
  }

  .column-5 {
    display: block;
  }

  .column-5.img {
    flex: 0 auto;
    align-items: flex-start;
    display: flex;
  }

  .column-5.img.right {
    align-items: flex-end;
  }

  .columns-4 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .dropdown-list-2.w--open {
    margin-top: 0;
    margin-left: 0;
    padding-left: 30px;
    position: relative;
  }

  .nav-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-link {
    color: #7a7a7a;
    background-color: #c8c8c8;
  }

  .menu-button {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button.w--open {
    background-color: #0085c6;
  }

  .cart-link {
    display: none;
  }

  .nav-menu {
    padding-left: 0;
    padding-right: 0;
  }

  .container, .container.small, .container.smd {
    max-width: 90%;
  }

  .dropdown-toggle-2 {
    color: #7a7a7a;
  }

  .dropdown-list.w--open {
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
  }

  .dropdown-2 {
    min-width: 0;
    background-color: #c8c8c8;
  }

  .dropdown {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .nav-wrapper {
    justify-content: space-between;
  }

  .hero-section {
    padding-top: 140px;
  }

  .slide-nav {
    display: none;
  }

  .slide-content {
    flex-direction: column;
    align-items: stretch;
  }

  .alert-block.pricing {
    margin-top: 20px;
    margin-right: 20px;
  }

  .heading-1 {
    font-size: 38px;
  }

  .button.dark {
    min-width: 0;
  }

  .slide-image-block {
    max-width: 60%;
    align-self: center;
  }

  .pricing-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .pricing-block {
    padding: 40px 20px;
  }

  .heading-2 {
    font-size: 30px;
  }

  .price {
    margin-top: 10px;
    font-size: 34px;
  }

  .pricing-features-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 32px;
    display: flex;
  }

  .cloud-services-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .cloud-service-block {
    padding: 40px 15px;
  }

  .cloud-service-button {
    margin-top: 32px;
  }

  .cloud-service-icon {
    height: 70px;
    margin-bottom: 20px;
  }

  .web-services-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .web-services-block {
    justify-content: space-between;
  }

  .benefits-wrapper, .contact-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .container-2 {
    width: 90%;
  }

  .paragraph-4 {
    font-size: 18px;
  }

  .a-header-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .div-block-5 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-left: 0;
    margin-right: 0;
  }

  .tabs-menu-button {
    width: auto;
  }

  .vps-detail.bold {
    font-size: 20px;
  }

  .table-lable-grid {
    padding-top: 28px;
    padding-bottom: 28px;
    font-size: 20px;
  }

  .table-wrapper {
    overflow: auto;
  }

  .table-row-grey {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .table {
    min-width: 980px;
  }

  .paragraph-5 {
    font-size: 18px;
  }

  .div-block-7 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .jumbo-heading {
    font-size: 50px;
  }

  .contact-links-grid {
    grid-column-gap: 80px;
  }

  .cloud-service-button-copy {
    margin-top: 32px;
  }

  .price-copy {
    margin-top: 10px;
    font-size: 34px;
  }

  .heading-1-copy {
    font-size: 38px;
  }

  .slider-3 {
    width: 100%;
  }

  .container-3 {
    width: 90%;
  }

  .form {
    width: 100%;
  }

  .container-8 {
    flex-direction: column;
  }

  .content-right-mob {
    width: 100%;
    min-height: 0;
    display: block;
  }

  .heading {
    text-align: center;
  }

  .image-2 {
    height: 376.989px;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-8 {
    width: auto;
    position: relative;
  }

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

  .content-right {
    width: 100%;
    padding-top: 85px;
  }

  .form-block {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .content-left {
    width: 100%;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .section-6 {
    padding-top: 62px;
    padding-bottom: 62px;
  }
}

@media screen and (max-width: 767px) {
  .dropdown-link {
    color: #7a7a7a;
  }

  .dropdown-list.w--open {
    background-color: #c8c8c8;
  }

  .hero-section {
    padding-top: 140px;
  }

  .heading-1 {
    font-size: 34px;
  }

  .button-wrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .button {
    font-size: 16px;
  }

  .domain-search-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-3 {
    font-size: 20px;
  }

  .search-wrapper {
    width: 100%;
  }

  .search-block {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .search-input {
    min-height: 60px;
  }

  .search-submit {
    max-height: 46px;
    margin-top: 8px;
    margin-left: -209px;
  }

  .pricing-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pricing-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .heading-2 {
    font-size: 26px;
  }

  .price {
    font-size: 24px;
  }

  .old-price {
    font-size: 13px;
  }

  .cloud-services-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .cloud-service-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .web-services-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .web-services-block {
    max-width: none;
  }

  .benefits-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .contact-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-block {
    align-items: flex-start;
  }

  .footer-logo-block {
    align-self: stretch;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-brand {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .section.about {
    padding-top: 20px;
  }

  .div-block-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 20px 40px;
    font-size: 21px;
  }

  .tab-button-line {
    width: auto;
  }

  .button-2 {
    font-size: 16px;
  }

  .div-block-7 {
    grid-template-columns: 1fr;
  }

  .div-block-8 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 22px;
  }

  .about-us-wrapper {
    flex-direction: column-reverse;
    display: flex;
  }

  .about-us-wrapper.mb-140 {
    flex-direction: column;
    display: flex;
  }

  .div-block-9 {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .jumbo-heading {
    max-width: none;
    font-size: 36px;
  }

  .contact-links-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .map-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .contact-section-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .price-copy {
    font-size: 24px;
  }

  .heading-1-copy {
    font-size: 34px;
  }

  .slider-3 {
    width: 100%;
  }

  .hero-wrapper-copy {
    display: block;
  }

  .slider-4 {
    height: 870px;
  }

  .columns-3 {
    flex-direction: column;
  }

  .div-block-15 {
    width: 40%;
  }

  .tab-grid-copy-copy {
    display: block;
  }

  .heading {
    font-size: 46px;
    line-height: 52px;
  }

  .section-6 {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (max-width: 479px) {
  .container.dasd {
    display: flex;
  }

  .container.ds {
    max-width: 100%;
  }

  .body {
    font-size: 16px;
  }

  .alert-block.pricing.green {
    margin-top: 20px;
  }

  .alert-block.vps-pricing {
    margin-top: 2px;
    padding: 7px 10px;
  }

  .heading-1, .heading-1.mb-20 {
    font-size: 20px;
  }

  .sub-heading {
    font-size: 17px;
    font-weight: 500;
  }

  .button-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .button {
    flex-direction: row;
    justify-content: center;
  }

  .button.dark {
    font-size: 14px;
  }

  .slide-image-block {
    max-width: 100%;
  }

  .heading-3 {
    font-size: 18px;
  }

  .search-wrapper {
    width: auto;
  }

  .search-form {
    flex-direction: column;
  }

  .search-input {
    min-height: 50px;
    border-radius: 10px;
    margin-bottom: 10px;
  }

  .search-submit {
    max-height: 60px;
    border-radius: 10px;
    margin-top: 0;
    margin-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .paragraph-grey {
    font-size: 14px;
  }

  .pricing-grid {
    flex-direction: column;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-block {
    width: 300px;
  }

  .heading-2 {
    font-size: 20px;
  }

  .price {
    font-size: 18px;
  }

  .price-features-text {
    font-size: 12px;
  }

  .cloud-services-wrapper {
    margin-top: 60px;
  }

  .cloud-service-title {
    font-size: 20px;
  }

  .cloud-service-icon.das {
    height: 130px;
  }

  .cloud-service-desc {
    font-size: 14px;
  }

  .web-services-wrapper {
    margin-top: 60px;
  }

  .web-services-title {
    font-size: 18px;
  }

  .web-services-paragraph {
    font-size: 14px;
  }

  .list-item {
    margin-bottom: 10px;
  }

  .benefits-text {
    font-size: 18px;
  }

  .contact-title {
    font-size: 20px;
  }

  .div-block-2 {
    margin-top: 45px;
  }

  .div-block {
    display: block;
  }

  .section.partners {
    padding-top: 33px;
    padding-bottom: 33px;
  }

  .section._1 {
    margin-top: 60px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .section.about {
    padding-top: 0;
  }

  .section.contact {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .mask {
    width: 100%;
  }

  .image-3 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .a-header-button-wrapper, .a-header-grid {
    flex-direction: column;
  }

  .div-block-5 {
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }

  .image-5 {
    max-width: 130%;
  }

  .tabs-menu-button {
    width: auto;
    flex-direction: row;
    display: flex;
  }

  .tab-button-line {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-content {
    object-fit: fill;
    overflow: hidden;
  }

  .table-title {
    text-align: left;
    font-size: 16px;
  }

  .vps-detail {
    font-size: 16px;
  }

  .grid-cell {
    justify-content: flex-start;
  }

  .table-lable-grid {
    grid-column-gap: 14px;
  }

  .price-vps {
    text-align: left;
    font-size: 18px;
  }

  .table-row-grey {
    grid-column-gap: 14px;
    padding: 24px;
  }

  .table {
    padding-bottom: 20px;
  }

  .jumbo-heading {
    font-size: 32px;
  }

  .contact-link-icon-block {
    width: 50px;
    height: 50px;
  }

  .contact-link-icon {
    width: 26px;
  }

  .contact-link-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .heading-4 {
    font-size: 20px;
  }

  .cloud-service-button-copy {
    left: 23%;
  }

  .sub-heading-copy {
    font-size: 17px;
    font-weight: 500;
  }

  .heading-1-copy {
    font-size: 30px;
  }

  .paragraph-6 {
    font-size: 14px;
  }

  .slider-3 {
    width: 100%;
  }

  .slide-nav-3 {
    justify-content: center;
    align-items: center;
  }

  .div-block-11 {
    width: 300px;
  }

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

  .section-copy-2 {
    height: 571px;
    background-image: linear-gradient(#fff 26%, rgba(255, 255, 255, 0)), url('../images/WhatsApp-Image-2023-11-12-at-23.07.26_c1fd1f80.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    align-items: flex-start;
    padding-top: 0;
  }

  .hero-image-wrap {
    display: none;
  }

  .section-copy-2-copy {
    height: 571px;
    background-image: linear-gradient(#fff 26%, rgba(255, 255, 255, 0)), url('../images/WhatsApp-Image-2023-11-12-at-23.07.26_c1fd1f80.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    align-items: flex-start;
    padding-top: 0;
  }

  .heading-7 {
    font-size: 20px;
    line-height: 30px;
  }

  .button-4 {
    width: 50%;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .button-4.white {
    width: 50%;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-14 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .columns-3 {
    flex-direction: column;
  }

  .div-block-15 {
    width: 30%;
  }

  .column-4 {
    padding: 30px;
  }

  .paragraph {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-16 {
    padding-top: 26px;
  }

  .banimg {
    height: 20em;
    background-position: 50%;
  }

  .services-text {
    font-size: 12px;
  }

  .column-5.img {
    align-items: center;
    display: flex;
  }

  .column-5.img.right {
    align-items: center;
    margin-bottom: 27px;
    display: flex;
  }

  .columns-4, .columns-4.ims {
    flex-direction: column-reverse;
  }

  .form-content-wrap {
    flex-direction: column;
  }

  .form-rightside {
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .image-2 {
    height: 250px;
  }

  .form-left-side {
    width: 100%;
    padding-top: 0;
    padding-bottom: 5px;
  }

  .form-left-side.ats {
    width: 40%;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }

  .section-6 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#w-node-_44cd53d6-2176-e25a-0dcc-da9d38c7b70a-ca2d08cb, #w-node-_2ea062ef-fde5-19df-2a84-75383c415d53-ca2d08cb, #w-node-_781b23eb-c687-ae57-7102-b1e98b27862d-ca2d08cb, #w-node-_1378ce21-d4db-f3a8-729d-2e69d689f46a-ca2d08cb, #w-node-_2cafc377-f72f-aa66-4512-25b3f0306ffe-ca2d08cb, #w-node-_2cafc377-f72f-aa66-4512-25b3f0307001-ca2d08cb, #w-node-_1aa00567-026b-a1d0-a1a2-44d38c9606ac-8c960699, #w-node-_1aa00567-026b-a1d0-a1a2-44d38c9606b9-8c960699, #w-node-_1aa00567-026b-a1d0-a1a2-44d38c9606c6-8c960699, #w-node-dc2779b7-ace6-3e86-4c0a-d8494a8bbede-4a8bbedb, #w-node-dc2779b7-ace6-3e86-4c0a-d8494a8bbedf-4a8bbedb, #w-node-f2880a78-f7d5-ee01-338d-d1c9a2e6137f-a2e61377, #w-node-f2880a78-f7d5-ee01-338d-d1c9a2e613a9-a2e61377, #w-node-f2880a78-f7d5-ee01-338d-d1c9a2e613ce-a2e61377, #w-node-f2880a78-f7d5-ee01-338d-d1c9a2e613f6-a2e61377, #w-node-ea36bd79-7189-1a59-1961-0570ec70c1fa-ec70c1f7, #w-node-ea36bd79-7189-1a59-1961-0570ec70c1fd-ec70c1f7, #w-node-_7d70fac3-c45c-f6bc-10ad-de99adecacea-ca2d08d8, #w-node-_2505dae4-dc7b-5865-9175-7b69d5290cf5-ca2d08d8, #w-node-ea54dd25-7555-244e-a166-948e0fc5429f-ca2d08d8, #w-node-_323b4924-066b-3feb-e6ff-e026dc7795be-ca2d08d8, #w-node-_9412ef3f-be15-9fe9-51bd-2ff6e7255d58-ca2d08d8, #w-node-_54628d50-c9d7-7c2a-963c-dabd053c7bcd-ca2d08d8, #w-node-dc22c002-6dbc-5143-62b7-f8d8d1c911ac-ca2d08d9, #w-node-_6514c23f-eafe-f0c6-dfab-f6f4e7ee6b6d-ca2d08d9, #w-node-a4cc6a8e-99a6-07e5-f8c2-8c09b818186e-ca2d08d9, #w-node-_39ca834c-b537-bcc0-0ea2-f0ba52078b94-ca2d08d9, #w-node-_53c08516-080f-b8a4-ca82-d7ef64a76b25-ca2d08d9, #w-node-_621b2da9-84b3-89bf-27f7-9ee94dcca399-ca2d08d9, #w-node-_355ad680-68c8-2da5-4033-7e3ee1328f59-ca2d08d9, #w-node-cddb5588-1996-2469-6b60-2522bd6cadb8-ca2d08d9, #w-node-_9038191e-704e-bff2-408b-d187234d710d-234d7109, #w-node-f7140308-5ba1-6546-802c-50a36091ede6-234d7109, #w-node-decf1574-bb94-3f32-1f82-a26fbc26f911-ca2d08dc, #w-node-d1053325-5b69-73d0-2c40-5f7e0248483f-0248483c, #w-node-d1053325-5b69-73d0-2c40-5f7e0248484a-0248483c, #w-node-d1053325-5b69-73d0-2c40-5f7e02484855-0248483c, #w-node-d1053325-5b69-73d0-2c40-5f7e02484860-0248483c, #w-node-d1053325-5b69-73d0-2c40-5f7e0248486b-0248483c, #w-node-d1053325-5b69-73d0-2c40-5f7e02484876-0248483c, #w-node-_6a8774b6-95d4-5165-92fb-4b15eab9b401-ca2d08dd, #w-node-_2742f443-dc31-696c-d72e-45b8fb7032c7-ca2d08de, #w-node-_80fa3240-59c2-9260-46ae-f1ccf6041444-ca2d08df, #w-node-_7d70fac3-c45c-f6bc-10ad-de99adecacea-ca2d08e1, #w-node-_2505dae4-dc7b-5865-9175-7b69d5290cf5-ca2d08e1, #w-node-ea54dd25-7555-244e-a166-948e0fc5429f-ca2d08e1, #w-node-_28e7a30f-79c9-f60f-5272-2cc0f2fd0bb6-ca2d08e1, #w-node-d69dac29-97e5-3749-7fee-ce33f6448295-ca2d08e1, #w-node-_151f0c37-87e1-8474-51a6-7e5a7fb0e111-ca2d08e1, #w-node-_7d70fac3-c45c-f6bc-10ad-de99adecacea-ca2d08e2, #w-node-_2505dae4-dc7b-5865-9175-7b69d5290cf5-ca2d08e2, #w-node-ea54dd25-7555-244e-a166-948e0fc5429f-ca2d08e2, #w-node-_28e7a30f-79c9-f60f-5272-2cc0f2fd0bb6-ca2d08e2, #w-node-d69dac29-97e5-3749-7fee-ce33f6448295-ca2d08e2, #w-node-_151f0c37-87e1-8474-51a6-7e5a7fb0e111-ca2d08e2, #w-node-_7d70fac3-c45c-f6bc-10ad-de99adecacea-ca2d08e7, #w-node-_2505dae4-dc7b-5865-9175-7b69d5290cf5-ca2d08e7, #w-node-ea54dd25-7555-244e-a166-948e0fc5429f-ca2d08e7, #w-node-_28e7a30f-79c9-f60f-5272-2cc0f2fd0bb6-ca2d08e7, #w-node-d69dac29-97e5-3749-7fee-ce33f6448295-ca2d08e7, #w-node-_151f0c37-87e1-8474-51a6-7e5a7fb0e111-ca2d08e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-d1053325-5b69-73d0-2c40-5f7e0248486b-0248483c, #w-node-fdad356d-bbc4-6deb-9368-07469f6a86c6-ca2d08e5, #w-node-_23c8fddb-e64d-2e3f-7022-a37a33366467-ca2d08e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-f2880a78-f7d5-ee01-338d-d1c9a2e6137f-a2e61377 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


