.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

body {
  color: #333;
  background-color: #fbf8f5;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 43px;
}

img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  display: inline-block;
}

label {
  margin-bottom: 10px;
  font-family: industry, sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: block;
}

.body {
  background-color: #334359;
}

.main-container {
  height: 100svh;
  background-color: #334359;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-container {
  max-width: 1800px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  display: flex;
}

.navbar {
  z-index: 999;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  -webkit-text-fill-color: inherit;
  background-color: rgba(251, 248, 245, .64);
  background-clip: border-box;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-link {
  word-break: normal;
  border: 1px #000;
  border-radius: 0;
  padding: 6px 15px 4px;
  font-family: industry, sans-serif;
  font-size: 20px;
  font-style: normal;
  transition: opacity .7s cubic-bezier(.165, .84, .44, 1);
}

.nav-link:hover {
  border-style: solid;
  border-color: #334359;
  border-radius: 3px;
}

.nav-link.w--current {
  color: #3e6cb3;
  text-transform: uppercase;
  border-style: none;
  font-family: industry, sans-serif;
  font-style: italic;
}

.nav-link.nav-link-current.w--current {
  color: #3e6cb3;
  text-transform: uppercase;
  border-style: none;
  border-radius: 0;
  padding-top: 6px;
  padding-bottom: 5px;
  font-style: italic;
}

.nitro-logo {
  width: 25rem;
}

.nitro-logo.nitro-logo-mobile {
  width: 22rem;
}

.navbar-nitro-logo.navbar-nitro-logo-mobile {
  width: 15rem;
}

.section {
  max-width: 1800px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 8em;
  margin-left: auto;
  margin-right: auto;
  padding: 6em 20px;
}

.section.you-get-section {
  padding-top: 6em;
  padding-bottom: 8em;
}

.section.get-quote-section {
  margin-top: 0;
}

.wrapper {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #eee9e6;
  margin-top: 25.1em;
  margin-left: auto;
  margin-right: auto;
}

.wrapper.wrapper-services {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 8em;
  font-family: industry, sans-serif;
}

.wrapper.wrapper-you-get {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border-radius: 0;
  margin-top: -.8em;
}

.title-wrapper {
  max-width: 1200px;
  margin-top: .2em;
}

.heading {
  color: #334359;
  margin-bottom: .5em;
  font-family: apotek-comp, sans-serif;
  font-size: 8.5rem;
}

.heading.you-get-heading {
  font-size: 4.7rem;
}

.heading-2 {
  color: #87b2d9;
  margin-bottom: .6em;
  font-family: industry, sans-serif;
  font-size: 4.2rem;
}

.paragraph {
  color: #334359;
  font-family: industry, sans-serif;
  font-size: 24px;
  line-height: 43px;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 4em;
  padding-left: 0;
  padding-right: 0;
}

.grid.services-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.background-video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  z-index: 10;
  width: 100%;
  height: 1080px;
  max-height: none;
  min-height: 0;
  overflow: hidden;
}

.background-video-2 {
  z-index: 10;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.text-span {
  text-transform: uppercase;
  font-family: industry, sans-serif;
  font-style: italic;
}

.paragraph-2 {
  color: #334359;
  font-family: industry, sans-serif;
}

.order-list {
  padding-left: 28px;
  font-family: industry, sans-serif;
  font-size: 24px;
}

.bold-text, .bold-text-2 {
  font-style: normal;
}

.footer {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #334359;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 1em;
  display: grid;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.zook-logo {
  width: 3rem;
  height: auto;
}

.text-block {
  color: #fbf8f5;
  overflow-wrap: break-word;
  justify-content: flex-end;
  align-items: center;
  font-family: industry, sans-serif;
  display: flex;
}

.button {
  color: #fbf8f5;
  letter-spacing: 1.5px;
  background-color: #3e6cb3;
  border-radius: 10px;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: apotek-comp, sans-serif;
  font-size: 24px;
  transition: background-color .5s;
}

.button:hover {
  background-color: rgba(62, 108, 179, .8);
}

.top-button {
  width: 60px;
  height: 60px;
  background-color: #3e6cb3;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 6%;
  left: 1.3%;
  right: 0%;
}

.input-fields {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #334359;
  border-radius: 4px;
  margin-bottom: 30px;
}

.input-fields.message-field {
  height: 150px;
}

.submit-button {
  width: 100%;
  background-color: #3e6cb3;
  margin-top: 30px;
  font-family: industry, sans-serif;
  font-size: 24px;
}

.form-sub-titles {
  font-family: industry, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.checkbox-field {
  margin-top: 20px;
  margin-bottom: 30px;
  margin-right: 30px;
  display: inline-block;
}

.form-services {
  margin-top: 56px;
  margin-bottom: 16px;
  font-size: 14px;
}

.checkbox {
  width: 20px;
  background-color: #eee9e6;
}

.checkbox-titlle {
  color: #334359;
  margin-left: 13px;
}

.field-label {
  color: #334359;
}

.form-title {
  color: #334359;
  margin-bottom: 79px;
  font-family: apotek-comp, sans-serif;
  font-size: 136px;
}

.form-wrapper {
  background-color: #eee9e6;
  margin-top: 248px;
}

.form-container {
  margin-top: 32px;
}

.services-description {
  margin-top: 32px;
  margin-bottom: 31px;
  font-family: industry, sans-serif;
  font-size: 20px;
  line-height: 40px;
}

.quote-description {
  margin-bottom: 40px;
  font-family: industry, sans-serif;
  font-size: 20px;
  line-height: 40px;
}

.thankyou-section {
  height: 100svh;
  background-color: #334359;
  justify-content: center;
  align-items: center;
  display: flex;
}

.thankyou-section-container {
  padding-left: 29px;
  padding-right: 29px;
}

.heading-3 {
  max-width: 1024px;
  color: #fbf8f5;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-family: industry, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

.thankyou-title {
  color: #fbf8f5;
  margin-bottom: 59px;
  padding-left: 0;
  padding-right: 0;
  font-family: apotek-comp, sans-serif;
  font-size: 140px;
}

.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;
}

.phone-footer {
  display: none;
}

@media screen and (max-width: 991px) {
  .navbar-container {
    height: auto;
  }

  .nav-link {
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 24px;
  }

  .nav-link.nav-link-current {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .section {
    margin-top: -7.1em;
    padding-top: 9em;
    padding-bottom: 8.2em;
  }

  .section.you-get-section {
    padding-top: 9em;
    padding-bottom: 4.8em;
  }

  .wrapper.wrapper-you-get {
    margin-top: 8.1em;
  }

  .title-wrapper {
    margin-top: -5.8em;
  }

  .heading {
    font-size: 8.5rem;
    line-height: 130px;
  }

  .heading-2 {
    margin-top: -47px;
    font-size: 4.3rem;
    line-height: 80px;
  }

  .background-video {
    height: 540px;
    object-fit: cover;
  }

  .text-block {
    font-size: 13px;
  }

  .top-button {
    bottom: 9%;
    left: 4%;
  }

  .dividor {
    height: 220px;
  }

  .nav-menu {
    height: 100vh;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    color: #334359;
    background-color: rgba(251, 248, 245, .96);
    padding-top: 32px;
    padding-left: 9px;
  }

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

  .icon {
    color: #334359;
    font-size: 40px;
  }

  .form-title {
    font-size: 112px;
  }

  .services-description {
    line-height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 5.1em;
    padding-bottom: 4.8em;
  }

  .section.you-get-section {
    padding: 10px;
  }

  .section.get-quote-section {
    padding-top: 4em;
  }

  .wrapper {
    margin-top: 22em;
  }

  .wrapper.wrapper-services {
    margin-top: 14em;
  }

  .title-wrapper {
    margin-top: -1.1em;
  }

  .heading {
    margin-top: -9px;
    font-size: 7.9rem;
  }

  .heading.you-get-heading {
    font-size: 5rem;
    line-height: 90px;
  }

  .heading-2 {
    font-size: 4.5rem;
  }

  .background-video {
    height: 480px;
    object-fit: cover;
    object-position: 50% 50%;
  }

  .background-video-2 {
    height: 400px;
  }

  .footer {
    display: none;
  }

  .top-button {
    bottom: 15%;
  }

  .form-title {
    margin-bottom: 64px;
    font-size: 88px;
  }

  .form-wrapper {
    margin-top: 224px;
  }

  .form-container {
    margin-top: 17px;
  }

  .services-description {
    line-height: 40px;
  }

  .phone-footer {
    z-index: 10;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #334359;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .madeby {
    color: #fbf8f5;
    margin-left: 0;
    margin-right: 16px;
  }

  .cell {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .zook-logo-link {
    margin-right: 0;
  }

  .phone-icon-link {
    border: 1px solid #fbf8f5;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    margin-right: 24px;
    padding: 8px 3px;
    display: flex;
  }

  .cell-2 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .email-icon-link {
    border: 1px solid #fbf8f5;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    padding: 13px 4px;
    display: flex;
  }

  .image-2, .image-3 {
    width: 70%;
    height: 70%;
  }
}

@media screen and (max-width: 479px) {
  .navbar-container {
    padding-right: 10px;
  }

  .nitro-logo {
    width: 20rem;
  }

  .nitro-logo.nitro-logo-mobile {
    width: 15rem;
  }

  .navbar-nitro-logo.navbar-nitro-logo-mobile {
    width: 220px;
  }

  .section {
    margin-top: -9.8em;
    padding: .1px 10px 54px;
  }

  .section.you-get-section {
    padding-bottom: 4.1em;
  }

  .section.get-quote-section {
    padding-top: 3em;
    padding-bottom: 4em;
  }

  .wrapper.wrapper-services {
    margin-top: 12.1em;
  }

  .wrapper.wrapper-you-get {
    margin-top: 12em;
  }

  .title-wrapper {
    margin-top: 4em;
  }

  .heading {
    margin-top: -13px;
    font-size: 4.9rem;
    line-height: 79px;
  }

  .heading.you-get-heading {
    font-size: 3rem;
    line-height: 62px;
  }

  .heading-2 {
    margin-top: -27px;
    font-size: 2.6rem;
    line-height: 57px;
  }

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

  .background-video, .background-video-2 {
    height: 320px;
  }

  .text-block {
    font-size: 12px;
    display: block;
  }

  .menu-button {
    padding: 15px;
  }

  .form-sub-titles {
    font-size: 24px;
  }

  .checkbox-field {
    margin-bottom: 24px;
    margin-right: 32px;
  }

  .form-title {
    margin-bottom: 32px;
    font-size: 48px;
  }

  .form-wrapper {
    margin-top: 176px;
  }

  .form-container {
    margin-top: 1px;
  }

  .services-description {
    line-height: 40px;
  }

  .thankyou-title {
    margin-bottom: -22px;
    font-size: 80px;
    line-height: 110px;
  }
}

#w-node-fb34ce77-18fa-5aaa-5474-b922fb7cd381-9b045017 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-fb34ce77-18fa-5aaa-5474-b922fb7cd382-9b045017, #w-node-fb34ce77-18fa-5aaa-5474-b922fb7cd383-9b045017 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1b161e5-de66-6008-893e-cfbcf7c9a4be-9b045017, #w-node-dfd67852-799b-0559-a9a7-fcf8fec471c9-9b045017 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a216806b-83bc-2f43-f4e8-6be40a616d71-9b045017 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a216806b-83bc-2f43-f4e8-6be40a616d72-9b045017 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a216806b-83bc-2f43-f4e8-6be40a616d76-9b045017, #w-node-_6c329dc8-b870-478b-040d-0aec5c26fef4-9b045017 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a216806b-83bc-2f43-f4e8-6be40a616d78-9b045017 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5db5c4ee-8188-d630-a1eb-834627cf36c1-9b045017, #w-node-df0efe48-345a-3935-3c54-033d6914654c-9b045017 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_092e2ebc-fc06-e52f-c68c-44a667b894c8-9b045017 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_092e2ebc-fc06-e52f-c68c-44a667b894c9-9b045017, #w-node-c1f88ef3-7284-e464-2649-0029d171bac8-9b045017 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_092e2ebc-fc06-e52f-c68c-44a667b894cb-9b045017 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_092e2ebc-fc06-e52f-c68c-44a667b894cf-9b045017, #w-node-_732976ae-5f4c-1aba-ec14-db539fd3fc71-9b045017, #w-node-_092e2ebc-fc06-e52f-c68c-44a667b894d1-9b045017, #w-node-_092e2ebc-fc06-e52f-c68c-44a667b894d8-9b045017, #w-node-_1f3efd09-d6cf-604a-ef4c-e0b81b6747dc-1b6747db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f3efd09-d6cf-604a-ef4c-e0b81b6747de-1b6747db {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_1f3efd09-d6cf-604a-ef4c-e0b81b6747df-1b6747db {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_1f3efd09-d6cf-604a-ef4c-e0b81b6747e0-1b6747db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7a83561-2923-26b3-15b2-1039e8ec37c4-e8ec37c3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b7a83561-2923-26b3-15b2-1039e8ec37c5-e8ec37c3, #w-node-b7a83561-2923-26b3-15b2-1039e8ec37ca-e8ec37c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_1f3efd09-d6cf-604a-ef4c-e0b81b6747e0-1b6747db {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fb34ce77-18fa-5aaa-5474-b922fb7cd381-9b045017 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-fb34ce77-18fa-5aaa-5474-b922fb7cd382-9b045017, #w-node-fb34ce77-18fa-5aaa-5474-b922fb7cd383-9b045017, #w-node-c1b161e5-de66-6008-893e-cfbcf7c9a4be-9b045017, #w-node-dfd67852-799b-0559-a9a7-fcf8fec471c9-9b045017 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a216806b-83bc-2f43-f4e8-6be40a616d71-9b045017 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-a216806b-83bc-2f43-f4e8-6be40a616d72-9b045017, #w-node-a216806b-83bc-2f43-f4e8-6be40a616d76-9b045017, #w-node-_6c329dc8-b870-478b-040d-0aec5c26fef4-9b045017, #w-node-a216806b-83bc-2f43-f4e8-6be40a616d78-9b045017, #w-node-_5db5c4ee-8188-d630-a1eb-834627cf36c1-9b045017, #w-node-df0efe48-345a-3935-3c54-033d6914654c-9b045017 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_092e2ebc-fc06-e52f-c68c-44a667b894c8-9b045017 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_092e2ebc-fc06-e52f-c68c-44a667b894c9-9b045017, #w-node-c1f88ef3-7284-e464-2649-0029d171bac8-9b045017, #w-node-_092e2ebc-fc06-e52f-c68c-44a667b894cb-9b045017, #w-node-_092e2ebc-fc06-e52f-c68c-44a667b894cf-9b045017, #w-node-_732976ae-5f4c-1aba-ec14-db539fd3fc71-9b045017, #w-node-_092e2ebc-fc06-e52f-c68c-44a667b894d1-9b045017, #w-node-_092e2ebc-fc06-e52f-c68c-44a667b894d8-9b045017 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1f3efd09-d6cf-604a-ef4c-e0b81b6747dc-1b6747db {
    align-self: center;
    justify-self: center;
  }
}


