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

body {
  color: #353535;
  background-color: #f2f1ef;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 500;
  line-height: 58px;
}

h2 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

h3 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

h5, h6 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
}

a {
  text-decoration: underline;
}

.simple-header {
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.main-content {
  width: 80%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.main-content.utility-banner-content {
  padding-top: 60px;
  padding-bottom: 40px;
}

.main-content.style-body-content {
  padding-top: 40px;
}

.main-content.simple-footer-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.main-content.licensing-body-content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.main-content.banner-content {
  height: 100%;
  max-width: 1280px;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
}

.main-content.testimonial-section-content {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.main-content.section-content {
  max-width: 1280px;
  padding-top: 40px;
  padding-bottom: 10px;
}

.main-content.how-content {
  max-width: 1280px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.main-content.assistance-content {
  text-align: center;
  display: block;
}

.main-content.footer-content {
  max-width: 1000px;
  padding-top: 40px;
  padding-bottom: 60px;
}

.main-content.legal-body-content {
  padding-top: 60px;
  padding-bottom: 60px;
}

.link-inner {
  justify-content: center;
  align-items: center;
  display: flex;
}

.color-title {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.color-title.contrast {
  color: #f2f1ef;
}

.link-night {
  color: #353535;
  font-weight: 400;
  text-decoration: none;
  transition: all .5s;
}

.link-night:hover {
  text-decoration: underline;
}

.gradient-button {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(73deg, #33b393, #83b1ff);
  border: 2px rgba(0, 0, 0, 0);
  border-radius: 6px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 14px 40px;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  transition: all .5s;
  display: inline-block;
}

.gradient-button:hover {
  color: #353535;
  background-image: linear-gradient(198deg, #fae43f, #98ffff);
  border: 2px #4b2a88;
}

.button-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
}

.color-holder {
  border-top: 2px solid #709775;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.heading-holder {
  border-top: 2px solid #709775;
  margin-bottom: 80px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

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

.button-holder {
  border-top: 2px solid #709775;
  margin-bottom: 80px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.list-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.rich-text-holder {
  border-top: 2px solid #709775;
  margin-bottom: 80px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.color-grey-nickel {
  width: 100%;
  height: 70px;
  background-color: #bdbbb0;
}

.link-holder {
  border-top: 2px solid #bdbbb0;
  margin-bottom: 80px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

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

.link-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.paragraph-holder {
  border-top: 2px solid #709775;
  margin-bottom: 80px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

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

.paragraph-big {
  font-size: 22px;
  line-height: 32px;
}

.color-inner.contrast {
  background-color: #000;
  padding: 20px;
}

.style-over-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
}

.button-inner {
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.button-inner.button-white {
  background-color: #a1cca5;
}

.paragraph-footer {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  line-height: 26px;
}

.paragraph-footer.strong {
  font-weight: 700;
}

.inner-title {
  border-bottom: 1px solid #010101;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  display: inline-block;
}

.emphasis-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.list-holder, .emphasis-holder {
  border-top: 2px solid #709775;
  margin-bottom: 80px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.white-button {
  color: #353535;
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  padding: 14px 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  transition: color .3s, background-color .3s;
}

.white-button:hover {
  color: #fff;
  background-color: #353535;
}

.white-button.form-button {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  line-height: 20px;
  display: block;
}

.color-jumbo {
  width: 100%;
  height: 70px;
  background-color: #8a897c;
}

.color-night-rider {
  width: 100%;
  height: 70px;
  background-color: #353535;
}

.color-chinook {
  width: 100%;
  height: 70px;
  background-color: #a1cca5;
}

.color-oxley {
  width: 100%;
  height: 70px;
  background-color: #709775;
}

.color-asparagus {
  width: 100%;
  height: 70px;
  background-color: #415d43;
}

.footer-image {
  margin-bottom: 25px;
}

.center-block {
  max-width: 600px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.center-block.white {
  color: #fff;
}

.center-block.margin {
  max-width: 700px;
  margin-bottom: 20px;
}

.center-block.margin.white {
  margin-bottom: 40px;
}

.licensing-page-wrapper {
  height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.licence-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.licesing-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 2px solid #709775;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 40px;
  display: grid;
}

.paragraph-testimonial {
  color: #fff;
  margin-bottom: 30px;
  font-size: 40px;
  font-style: italic;
  line-height: 50px;
}

.changelog-page-wrapper {
  height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

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

.changelog-holder {
  border: 2px solid #709775;
  padding: 40px;
}

.header {
  border: 1px #000;
}

.header-content {
  max-width: 1440px;
  border-bottom: 1px #000;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.menu-item {
  margin-left: 3vw;
  margin-right: 0;
}

.menu-item.no-margin {
  margin-right: 0;
}

.header-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
}

.menu {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  list-style-type: none;
  display: flex;
}

.brand {
  display: block;
}

.menu-link {
  color: #353535;
  border: 1px #000;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  transition: all .3s;
}

.menu-link:hover {
  color: #7f33b3;
}

.banner {
  border: 1px solid rgba(0, 0, 0, 0);
  margin-left: 0;
  margin-right: 0;
}

.banner-wrapper {
  width: 60%;
}

.green-text {
  color: #33b393;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
}

.testimonial-section {
  background-image: url('../images/test-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-section-wrapper {
  max-width: 960px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.quotation-mark {
  color: #bdbbb0;
  font-family: Hachi Maru Pop, sans-serif;
  font-size: 100px;
  line-height: 100px;
}

.author {
  color: #bdbbb0;
}

.o-n-s2 {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px #bdbbb0;
  padding-top: 20px;
}

.o-n-s2.no-borders {
  border-bottom-style: none;
}

.section-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  padding-bottom: 20px;
  display: flex;
}

.section-wrapper.mirror {
  flex-direction: row-reverse;
  padding-top: 20px;
}

.section-text {
  width: 45%;
}

.section-paragraph {
  margin-bottom: 60px;
}

.section-row {
  align-items: flex-start;
  margin-bottom: 80px;
  display: flex;
}

.section-row.no-margin {
  margin-bottom: 0;
}

.section-icon {
  margin-right: 60px;
  padding-top: 20px;
}

.section-row-text {
  width: 100%;
  text-align: left;
}

.small-header {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.section-image {
  width: 40%;
}

.half {
  display: flex;
}

.half-image {
  z-index: 100;
  width: 50%;
  justify-content: flex-end;
  align-items: center;
  padding-top: 280px;
  padding-bottom: 280px;
  display: flex;
  position: relative;
}

.half-image-inner {
  z-index: 10;
  width: 40vw;
  max-width: 720px;
  padding-right: 5vw;
  position: relative;
}

.overlay {
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: .8;
  background-color: #000;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.half-testimonials {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.testimonials-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.testimonials-slider-mask {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.testimonials-slide {
  width: 100%;
  margin-right: 25px;
}

.testimonials-block {
  text-align: center;
  background-color: #fff;
  border-radius: 50px;
  padding: 30px 40px;
}

.testimonials-author-wrapper {
  z-index: 100;
  text-align: center;
  margin-top: 40px;
}

.testimonials-author {
  color: #bdbbb0;
}

.author-title {
  color: #8a897c;
}

.slide-nav {
  filter: invert();
  background-color: rgba(0, 0, 0, 0);
  top: 113%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.left-arrow {
  display: none;
}

.right-arrow {
  background-color: rgba(0, 0, 0, 0);
  display: none;
}

.how-box-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 20px;
  display: flex;
}

.how-box {
  width: 30%;
}

.box-image {
  border-radius: 14px;
  margin-bottom: 40px;
}

.processes {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 60px;
  margin-bottom: 40px;
}

.white-text {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

.processes-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: stretch;
  align-items: stretch;
  display: grid;
}

.processes-box {
  background-color: #fff;
  border-radius: 10px;
  align-items: center;
  padding: 25px;
  display: flex;
}

.processes-box-icon {
  width: 2.5vw;
  margin-right: 1vw;
}

.processes-paragraph {
  color: #353535;
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 400;
  line-height: 26px;
}

.assisstance {
  background-image: url('../images/assistance-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.assistance-paragraph {
  margin-bottom: 30px;
}

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

.footer-inner {
  border-top: 1px solid #bdbbb0;
  border-bottom: 1px solid #bdbbb0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.question {
  width: 40%;
  border-right: 1px solid #bdbbb0;
  padding: 40px;
}

.footer-holder {
  width: 60%;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  padding: 40px;
  display: flex;
}

.footer-list {
  text-align: left;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.footer-link-item {
  margin-bottom: 7px;
}

.footer-link {
  color: #353535;
  text-decoration: none;
  transition: color .5s;
}

.footer-link:hover, .footer-link.w--current:hover {
  color: #33b393;
}

.paragraph-form {
  margin-bottom: 30px;
}

.close-enquiry {
  width: 16px;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: auto;
  right: 10px;
}

.form-inner {
  width: 100%;
  max-width: 600px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(188deg, #33b393, #83b1ff 80%);
  margin-left: auto;
  margin-right: auto;
  padding: 50px 40px 40px;
  position: relative;
}

.input-field {
  height: 50px;
  border: 1px solid #12126e;
  margin-bottom: 0;
}

.input-field.field-margin {
  margin-bottom: 20px;
}

.form-heading {
  text-align: center;
  margin-bottom: 25px;
}

.form-enquiry {
  z-index: 9999;
  background-color: rgba(121, 121, 121, .6);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  line-height: 20px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.field-label {
  font-weight: 500;
}

.enquiry-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 20px;
  display: grid;
}

.legal-page-wrapper {
  width: 100%;
  max-width: 1200px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.legal-page-inner {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.paragraph-grey {
  color: #8a897c;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
}

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

.utility-page-content {
  width: 100%;
  max-width: 400px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.password-heading {
  margin-top: 20px;
}

._404-text {
  margin-bottom: 20px;
}

.how-paragraph {
  max-width: 100%;
  font-size: 18px;
  line-height: 25px;
}

.body {
  background-color: #f2f1ef;
}

.color-white-smoke {
  width: 100%;
  height: 70px;
  background-color: #f2f1ef;
}

.no-margin {
  margin-bottom: 0;
}

.heading {
  max-width: 80%;
  object-fit: contain;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  display: inline-block;
}

.image {
  margin-top: 7px;
}

.image-2 {
  max-width: 100%;
  padding-left: 40px;
}

.body-2, .body-3, .body-4 {
  background-color: #fff;
}

.heading-2 {
  color: #f2f1ef;
}

.paragraph {
  font-size: 18px;
}

.body-5, .body-6 {
  background-color: #fff;
}

.image-3 {
  max-width: 120%;
  border-radius: 14px;
}

.paragraph-2 {
  color: #353535;
  margin-bottom: 40px;
  line-height: 35px;
}

.heading-3 {
  color: #33b393;
}

.paragraph-3 {
  font-weight: 600;
}

.heading-4 {
  color: #33b393;
}

.heading-6 {
  padding-bottom: 20px;
}

.image-4 {
  border-radius: 14px;
  display: inline-block;
  position: static;
}

.image-5 {
  border-radius: 20px;
}

.heading-7 {
  color: #353535;
}

.slide-8 {
  background-image: url('../images/final-tan-jpeg.jpg');
  background-position: 50%;
  background-size: contain;
}

.slide-2 {
  background-image: url('../images/tanzanitbig.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider {
  height: 800px;
  border-radius: 20px;
}

.slide-7 {
  background-image: url('../images/Final-vlt-jpeg.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/saphire.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/tsavorite.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/tourmaline-01.png');
  background-position: 50%;
  background-size: cover;
}

.slide {
  background-image: url('../images/diamant.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-nav-2 {
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #353535;
  border: 1px solid #000;
  font-size: 10px;
}

.slide-5 {
  background-image: url('../images/tanzanite.jpg');
  background-position: 50%;
  background-size: cover;
}

.container, .mask {
  border-radius: 20px;
}

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

.text-span, .text-span-2 {
  color: #7f33b3;
  font-weight: 500;
}

.list {
    display: inline-block;
}

.container-2 {
  margin-top: 60px;
  padding-bottom: 20px;
}

.navbar {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 10px;
  font-weight: 500;
}

.logo-img {
  margin-right: 18px;
  display: block;
}

.nav-link {
  color: #353535;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  margin-left: 2vw;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: border-color .3s;
}

.nav-link:hover {
  color: #33b393;
  border-bottom-color: #33b393;
  font-size: 18px;
  font-weight: 500;
}

.nav-link.w--current {
  color: #353535;
}

.nav-link.w--current:hover {
  color: #33b393;
}

.menu-button {
  display: none;
}

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

.container-3 {
  max-width: 1440px;
  padding-left: 140px;
  padding-right: 140px;
  display: block;
}

.bold-text {
  color: #33b393;
  font-weight: 500;
}

.bold-text-2 {
  color: #33b393;
  font-weight: 600;
}

.icon {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #353535;
  border-radius: 8px;
}

.icon-2 {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #353535;
}

.bold-text-3 {
  color: #2bac8b;
  column-count: auto;
  font-size: 21px;
  line-height: 40px;
}

.bold-text-4, .bold-text-5 {
  color: #33b393;
  font-weight: 600;
}

.bold-text-6 {
  font-weight: 600;
}

.heading-10, .heading-11, .heading-12 {
  margin-bottom: 60px;
}

.dropdown {
  text-align: center;
}

.dropdown-toggle {
  text-align: center;
  margin-left: 2vw;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 0;
}

.icon-3 {
  color: #33b393;
  margin-top: 25px;
  padding-left: 2px;
}

.text-block {
  color: #33b393;
}

.dropdown-list {
  background-color: #33b393;
  display: none;
}

.dropdown-link {
  color: #f2f1ef;
  text-align: center;
  display: block;
}

.container-4 {
  margin-top: 40px;
  padding-bottom: 20px;
}

.heading-13, .paragraph-7 {
  text-align: center;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }

  h2 {
    font-size: 34px;
    line-height: 44px;
  }

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

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

  h5, h6 {
    font-size: 18px;
    line-height: 28px;
  }

  .main-content.banner-content {
    background-image: none;
    background-size: auto;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .main-content.testimonial-section-content {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .main-content.section-content {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .main-content.how-content {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .main-content.processes-content {
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .main-content.assistance-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .main-content.footer-content {
    width: 90%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .color-title {
    font-size: 20px;
    line-height: 30px;
  }

  .button-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .style-over-title {
    font-size: 28px;
    line-height: 38px;
  }

  .center-block.margin {
    margin-bottom: 20px;
  }

  .paragraph-testimonial {
    font-size: 26px;
    line-height: 36px;
  }

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

  .header-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header-wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .brand {
    width: 24vw;
  }

  .menu-wrapper {
    display: none;
  }

  .banner {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    display: inline-block;
  }

  .banner-wrapper {
    width: 100%;
  }

  .quotation-mark {
    font-size: 80px;
    line-height: 80px;
  }

  .o-n-s2 {
    display: inline-block;
  }

  .section-wrapper {
    align-self: center;
    margin-bottom: 40px;
    display: inline-block;
  }

  .section-wrapper.mirror {
    text-align: center;
    margin-bottom: 40px;
  }

  .section-text {
    width: 100%;
    margin-bottom: 20px;
    display: inline-block;
  }

  .section-paragraph {
    margin-bottom: 20px;
    padding-top: 40px;
  }

  .section-row {
    margin-bottom: 40px;
    display: block;
  }

  .section-icon {
    width: 80px;
    margin-bottom: 15px;
    margin-right: 0;
    padding-top: 0;
  }

  .section-image {
    display: inline-block;
  }

  .half {
    display: block;
  }

  .half-image {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .half-image-inner {
    width: 80%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .half-testimonials {
    width: 100%;
    padding: 40px;
  }

  .processes {
    margin-top: 40px;
  }

  .processes-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .processes-box {
    padding: 0 10px;
  }

  .processes-box-icon {
    width: 5vw;
  }

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

  .question {
    padding: 20px 10px;
  }

  .footer-holder {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 20px;
  }

  .how-paragraph {
    font-size: 16px;
    line-height: 26px;
  }

  .image {
    margin-top: 0;
  }

  .image-3 {
    max-width: 100%;
  }

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

  .paragraph-3 {
    text-align: left;
    font-size: 18px;
  }

  .heading-4, .paragraph-4 {
    text-align: center;
  }

  .heading-6 {
    line-height: 28px;
  }

  .image-4 {
    max-width: 100%;
  }

  .list {
    padding-right: 40px;
  }

  .heading-9 {
    margin-bottom: 10px;
  }

  .logo-img {
    float: none;
  }

  .nav-menu {
    background-color: #f5f5f5;
  }

  .nav-link {
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10vw;
  }

  .nav-link:hover {
    border-bottom-color: rgba(0, 0, 0, 0);
  }

  .menu-button {
    padding: 10px;
    font-size: 32px;
  }

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

  .container-3 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .bold-text-3 {
    font-size: 18px;
    line-height: 34px;
  }

  .heading-10 {
    margin-bottom: 40px;
  }

  .heading-11 {
    margin-bottom: 20px;
  }

  .heading-12 {
    margin-bottom: 40px;
  }

  .dropdown-toggle {
    margin-left: auto;
    padding-left: 40px;
  }

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

@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 46px;
  }

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

  h3 {
    font-size: 22px;
    line-height: 32px;
  }

  h4 {
    font-size: 20px;
    line-height: 30px;
  }

  .main-content.utility-banner-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .main-content.simple-footer-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .main-content.banner-content {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .main-content.testimonial-section-content {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .main-content.section-content {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .main-content.how-content {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .main-content.processes-content {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .main-content.assistance-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .main-content.legal-body-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .gradient-button {
    margin-top: 40px;
  }

  .button-wrapper {
    grid-template-columns: 1fr;
  }

  .color-holder {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-holder {
    margin-bottom: 40px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .button-holder {
    margin-bottom: 40px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 20px;
  }

  .list-wrapper {
    grid-template-columns: 1fr;
  }

  .rich-text-holder, .link-holder, .paragraph-holder {
    margin-bottom: 40px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .style-over-title {
    margin-bottom: 40px;
    font-size: 26px;
    line-height: 36px;
  }

  .emphasis-wrapper {
    grid-template-columns: 1fr;
  }

  .list-holder, .emphasis-holder {
    margin-bottom: 40px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .center-block.margin {
    text-align: center;
    margin-bottom: 0;
    display: block;
  }

  .center-block.margin.white {
    margin-bottom: 0;
  }

  .licesing-holder {
    grid-template-columns: 1fr;
  }

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

  .header-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .brand {
    width: 40vw;
  }

  .quotation-mark {
    font-size: 60px;
    line-height: 60px;
  }

  .o-n-s2 {
    text-align: center;
    display: inline-block;
  }

  .section-text {
    margin-bottom: 0;
  }

  .section-paragraph {
    text-align: left;
  }

  .section-icon {
    width: 60px;
    padding-top: 0;
  }

  .section-image {
    width: 100%;
  }

  .half-image {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .half-testimonials {
    text-align: center;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
  }

  .slide-nav {
    font-size: 16px;
    line-height: 26px;
  }

  .kontakty, .how-wrapper {
    display: inline-block;
  }

  .how-box-holder {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    display: flex;
  }

  .how-box {
    width: 100%;
  }

  .processes {
    margin-top: 0;
  }

  .processes-box-icon {
    width: 8vw;
    margin-right: 2vw;
  }

  .footer-inner {
    border-bottom-style: none;
    display: block;
  }

  .question {
    width: 100%;
    border-bottom: 1px solid #bdbbb0;
    border-right-style: none;
  }

  .footer-holder {
    width: 100%;
    justify-content: space-between;
    padding-bottom: 20px;
  }

  .form-inner {
    width: 90%;
  }

  .legal-page-inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image {
    margin-top: 0;
  }

  .paragraph-3 {
    line-height: 25px;
  }

  .paragraph-4, .paragraph-5 {
    margin-bottom: 20px;
  }

  .heading-6 {
    text-align: left;
    font-size: 18px;
    line-height: 25px;
  }

  .heading-7 {
    text-align: center;
    display: inline-block;
  }

  .slide-8 {
    background-size: cover;
  }

  .slider {
    height: 700px;
  }

  .slide-7 {
    background-size: contain;
  }

  .list {
    display: inline-block;
  }

  .container-2 {
    text-align: center;
    margin-top: 20px;
    display: inline-block;
  }

  .heading-9 {
    margin-bottom: 10px;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brand-block.w--current {
    margin-top: 7px;
  }

  .logo-img {
    float: none;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10vw;
    font-size: 16px;
  }

  .nav-link:hover {
    font-size: 16px;
  }

  .menu-button.w--open {
    color: #33b393;
  }

  .container-3 {
    padding-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .bold-text-3 {
    line-height: 27px;
  }

  .heading-10 {
    margin-bottom: 20px;
  }

  .container-4 {
    text-align: center;
    margin-top: 20px;
    display: inline-block;
  }
}

@media screen and (max-width: 479px) {
  .main-content.banner-content {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .main-content.testimonial-section-content {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .main-content.section-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .main-content.how-content, .main-content.processes-content {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .main-content.assistance-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .link-inner {
    justify-content: flex-start;
  }

  .color-title {
    font-size: 18px;
    line-height: 28px;
  }

  .gradient-button {
    width: 100%;
    letter-spacing: 1px;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 25px;
  }

  .list-wrapper, .link-wrapper {
    grid-template-columns: 1fr;
  }

  .style-over-title {
    font-size: 24px;
    line-height: 34px;
  }

  .white-button {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .center-block.margin {
    max-width: 1280px;
    margin-bottom: 0;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
  }

  .center-block.margin.white {
    margin-bottom: 0;
  }

  .changelog-holder {
    padding-left: 30px;
    padding-right: 30px;
  }

  .header-content {
    padding-bottom: 10px;
  }

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

  .brand {
    width: 50vw;
    margin-bottom: 20px;
  }

  .green-text {
    letter-spacing: 1px;
  }

  .quotation-mark {
    font-size: 40px;
    line-height: 40px;
  }

  .section-wrapper {
    margin-bottom: 20px;
  }

  .section-text {
    margin-bottom: 10px;
  }

  .section-paragraph, .section-row {
    margin-bottom: 20px;
  }

  .section-icon {
    width: 50px;
  }

  .small-header {
    text-align: left;
  }

  .half-testimonials {
    padding: 20px 0 0;
  }

  .testimonials-block {
    padding: 20px;
  }

  .testimonials-author {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 28px;
  }

  .author-title {
    font-size: 16px;
    line-height: 26px;
  }

  .how-wrapper {
    text-align: center;
    display: inline-block;
  }

  .processes-wrapper {
    grid-template-columns: 1fr;
  }

  .processes-box-icon {
    width: 12vw;
    margin-right: 3vw;
  }

  .question {
    text-align: left;
  }

  .footer-holder {
    padding-bottom: 0;
    display: block;
  }

  .footer-list {
    margin-bottom: 20px;
  }

  .footer-list.no-margin {
    margin-bottom: 0;
  }

  .form-inner {
    padding: 40px 30px 30px;
  }

  .form-enquiry {
    display: none;
  }

  .field-label {
    font-size: 16px;
    line-height: 26px;
  }

  .how-paragraph {
    text-align: left;
  }

  .testimonial-text {
    font-size: 16px;
    line-height: 26px;
  }

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

  .paragraph-2 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 25px;
  }

  .heading-3 {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 30px;
  }

  .paragraph-3 {
    font-size: 16px;
    line-height: 25px;
  }

  .heading-4 {
    font-size: 25px;
    line-height: 30px;
  }

  .paragraph-4 {
    font-size: 16px;
    line-height: 25px;
  }

  .heading-5 {
    font-size: 25px;
    line-height: 30px;
  }

  .paragraph-5 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 25px;
  }

  .heading-6, .paragraph-6 {
    font-size: 16px;
    line-height: 25px;
  }

  .image-4 {
    margin-top: 0;
  }

  .slider {
    height: 500px;
  }

  .slide-7 {
    background-size: cover;
  }

  .heading-8 {
    margin-top: 10px;
  }

  .heading-9 {
    font-size: 25px;
    line-height: 35px;
  }

  .brand-block.w--current {
    margin-top: 7px;
  }

  .logo-img {
    display: block;
  }

  .menu-button {
    margin-top: 0;
  }

  .container-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-11 {
    margin-bottom: 0;
  }

  .heading-13 {
    margin-top: 10px;
  }

  #w-node-_1776f49c-4755-5a35-b9b3-5dad43f576ba-2db33671, #w-node-_1776f49c-4755-5a35-b9b3-5dad43f576be-2db33671, #w-node-_1776f49c-4755-5a35-b9b3-5dad43f576c2-2db33671, #w-node-_1776f49c-4755-5a35-b9b3-5dad43f576c6-2db33671 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


