:root {
  --black: black;
  --white: white;
}

.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;
}

.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;
}

@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;
  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;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: 4px 15px;
  text-decoration: none;
  display: inline-block;
}

.navbar-logo-center {
  position: fixed;
}

.navbar-logo-center-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  position: static;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.tab-link-tab-1 {
  aspect-ratio: auto;
  object-fit: fill;
  justify-content: center;
  transition: background-color .2s;
  display: flex;
}

.tabs-menu, .tab-link-tab-3 {
  justify-content: center;
  display: flex;
}

.tab-link-tab-2 {
  display: flex;
}

.tab-link-tab-2.w--current {
  justify-content: center;
}

.div-block {
  background-image: linear-gradient(#000, #fff);
}

.div-block-2 {
  aspect-ratio: 16 / 9;
  mix-blend-mode: normal;
  object-fit: cover;
  background-image: url('../images/cld01.jpg');
  background-position: 50% 0;
  background-size: auto;
  background-attachment: fixed;
  flex-flow: column;
  padding-bottom: 0;
  display: flex;
}

.container-2 {
  display: flex;
}

.image {
  margin-top: 38px;
  margin-bottom: 8px;
}

.container-3 {
  object-fit: cover;
  position: relative;
  overflow: visible;
}

.container-4 {
  height: 100%;
  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: auto;
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.mask {
  aspect-ratio: auto;
  object-fit: fill;
}

.image-2 {
  width: 100%;
  height: 100%;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-items: stretch;
  margin-top: 0;
  display: grid;
}

.slider-3 {
  height: 42%;
}

.text-block {
  color: #333;
  font-family: Droid Sans, sans-serif;
  font-size: 12px;
}

.text-block-2 {
  color: #000;
  font-family: Oswald, sans-serif;
  font-weight: 400;
}

.container-5 {
  opacity: 1;
  -webkit-backdrop-filter: brightness(125%) blur(20px);
  backdrop-filter: brightness(125%) blur(20px);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 2px #000;
  border-radius: 15px;
  flex-flow: column;
  display: flex;
}

.text-block-3 {
  color: var(--black);
  font-family: Droid Sans, sans-serif;
  font-size: 12px;
}

.text-block-4 {
  color: #000;
  font-family: Oswald, sans-serif;
}

.text-block-5 {
  color: #fff;
  text-align: center;
  background-color: #000;
  font-family: Droid Sans, sans-serif;
  font-size: 12px;
}

.body {
  background-image: none;
}

.container-6 {
  border: 0 solid #000;
  border-radius: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0 10px;
  display: block;
}

.div-block-3 {
  width: 100%;
  height: 500px;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-image: url('../images/mobil1.jpg');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  flex-flow: row;
  display: flex;
}

.navbar {
  position: static;
}

.navbar-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  object-fit: none;
  background-color: #fff;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.container-7 {
  flex-flow: row;
  display: flex;
}

.image-3 {
  margin-right: 76px;
}

.div-block-4 {
  height: auto;
  aspect-ratio: 3 / 1;
  object-fit: cover;
  background-image: url('../images/mobil1.jpg');
  background-position: 50% 20%;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 0;
}

.grid-2 {
  grid-template-rows: auto auto auto;
  grid-template-areas: ". Area"
                       "Area-3 Area-2"
                       ". Area-4";
  grid-auto-flow: column;
  align-items: center;
  justify-items: end;
  padding-top: 89px;
}

.image-4 {
  margin-right: 264px;
  display: block;
}

.columns {
  padding-top: 113px;
}

.div-block-5 {
  height: auto;
  float: none;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: 4 / 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: cover;
  background-image: url('../images/mobil1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  overflow: visible;
}

.cell {
  justify-content: center;
  align-items: flex-end;
}

.cell-2 {
  justify-content: flex-start;
  align-items: flex-end;
}

.grid-3 {
  grid-row-gap: 13px;
}

.quick-stack {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding-left: 0;
  padding-right: 0;
}

.text-block-7 {
  color: var(--white);
  text-align: center;
  background-color: #000;
  flex: 0 auto;
  align-self: stretch;
  padding-top: 7px;
  font-family: Oswald, sans-serif;
}

.bold-text {
  text-align: center;
  font-family: Droid Sans, sans-serif;
  font-weight: 400;
}

.grid-4 {
  grid-template-columns: 1fr;
}

.image-5 {
  text-align: left;
}

.column-2 {
  flex-flow: column;
  display: block;
}

.columns-2 {
  background-color: #000;
  padding-top: 19px;
  padding-bottom: 23px;
  padding-left: 20px;
}

.column-3 {
  opacity: 1;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  pointer-events: auto;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: cover;
  background-color: rgba(51, 25, 25, 0);
  background-image: url('../images/alchemyrefiner_alchemymagic_1_2ecad8bd-e1c7-43e8-92c4-8f247a0437ff_0.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.grid-5 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  opacity: 1;
  -webkit-backdrop-filter: saturate(200%);
  backdrop-filter: saturate(200%);
  object-fit: cover;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  border-radius: 0;
  grid-template-columns: 1fr;
  align-content: end;
  align-items: end;
  justify-items: center;
  padding-top: 19px;
  padding-bottom: 16px;
  padding-left: 24px;
}

.text-block-8 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 25px;
}

.container-8 {
  margin-top: 17px;
}

.text-block-9 {
  color: #fff;
  text-align: center;
  text-shadow: 2px 3px 6px rgba(41, 31, 31, .51);
  font-family: Oswald, sans-serif;
  font-size: 40px;
}

.container-9 {
  padding-top: 100px;
}

.container-10 {
  float: none;
  text-align: center;
  margin-top: 23px;
}

.text-block-10 {
    padding-top: 25px;
    font-family: Exo, sans-serif;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

.heading {
  margin-top: 32px;
  padding-left: 153px;
  padding-right: 153px;
  font-family: Exo, sans-serif;
  font-size: 24px;
}

.grid-6 {
  grid-column-gap: 4px;
  grid-row-gap: 7px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.text-block-12 {
  color: #fff;
  text-align: center;
  background-color: #000;
  font-family: Exo, sans-serif;
}

.text-block-13 {
  text-align: left;
}

.grid-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

.list-item, .list-item-2 {
  font-family: Exo, sans-serif;
}

.paragraph {
  text-align: left;
  margin-top: 12px;
}

.list {
  text-align: left;
  padding-left: 10px;
}

.div-block-7 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-block-14 {
  font-family: Exo, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.footer-link {
  color: var(--black);
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6em;
}

.footer-contact-link {
  color: var(--black);
  font-size: 20px;
  line-height: 1.6em;
}

._30px-spacer {
  width: 30px;
  height: 30px;
}

.footer-brand {
  height: 30px;
  border-bottom-style: none;
  padding-left: 0;
}

.brand-logo {
  width: 200px;
  height: auto;
  object-fit: contain;
  margin-top: -22px;
  padding-bottom: 0;
  display: block;
}

.section {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  position: relative;
}

.section.footer-section {
  opacity: 1;
  color: #fff;
  background-color: #fff;
  background-image: linear-gradient(0deg, #8a8a8a, #fff);
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Exo, sans-serif;
}

.label {
  color: #081158;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 500;
}

.label.footer-label {
  color: #000;
  margin-bottom: 15px;
}

.trustmark-image {
  height: 13px;
  display: block;
}

.trustmark-image.smaller {
  height: 10px;
}

.trustmark-image.big {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.container-11 {
  z-index: 2;
  width: 95%;
  max-width: 1450px;
  position: relative;
}

.container-11.footer-container {
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 50px;
  display: grid;
}

.container-11.payment-logos {
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.payment-trustmark-wrap {
  width: 45px;
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 5px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 15px rgba(0, 0, 0, .1);
}

.payment-trustmark-wrap.big-trustmark {
  padding: 0;
}

.payment-trustmark-wrap.powered-by {
  width: auto;
  color: #000;
  font-size: 10px;
}

.column-5 {
  color: #000;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.nav-link-2, .nav-link-3, .nav-link-4, .nav-link-5 {
  font-family: Exo, sans-serif;
}

.waves-icon-24 {
  width: 24px;
  height: 24px;
}

.waves-socials-wrap-team-4 {
  grid-column-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 8px;
  display: flex;
}

.waves---paragraph-regular {
  font-size: 18px;
  line-height: 130%;
}

.waves---paragraph-big {
  font-family: Exo, sans-serif;
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-3-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-name-wrap-team-3 {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves-image-team-3 {
  width: 120px;
  height: 120px;
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 50%;
}

.waves-tile-team-3 {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Exo, sans-serif;
  display: flex;
}

.waves-grid-team-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.waves---heading-2-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 24px;
  line-height: 130%;
}

.waves---center-heading {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium {
  opacity: 1;
  padding-top: 100px;
  padding-bottom: 100px;
}

.bold-text-2 {
  font-family: Exo, sans-serif;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: rgba(0, 0, 0, 0);
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .div-block-2 {
    flex-direction: column;
  }

  .slider {
    padding-bottom: 0;
  }

  .image-4 {
    margin-right: 74px;
  }

  .text-block-6 {
    color: #fff;
    font-family: Open Sans, sans-serif;
    font-size: 12px;
    font-weight: 700;
  }

  .column {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }

  .text-block-7 {
    text-align: center;
    padding: 2px;
    font-size: 12px;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }

  .grid-5 {
    grid-auto-flow: row;
    align-items: end;
    justify-items: center;
  }

  .container-9 {
    padding-top: 80px;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .waves-grid-team-3 {
    max-width: 400px;
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  body {
    background-size: cover;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .grid {
    margin-top: 14px;
  }

  .div-block-3 {
    height: 300px;
  }

  .div-block-4 {
    aspect-ratio: 2 / 1;
  }

  .grid-2 {
    padding-top: 145px;
  }

  .image-4 {
    margin-left: 5px;
    margin-right: 134px;
    padding-right: 0;
  }

  .columns {
    padding-top: 23px;
  }

  .grid-4 {
    grid-template: "Area" .25fr
                   "."
                   / minmax(200px, 1fr);
  }

  .grid-5 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-6 {
    width: 100px;
    max-height: 100%;
    max-width: 100%;
  }

  .container-9 {
    padding-top: 78px;
  }

  .container-10 {
    flex-flow: column;
    display: flex;
  }

  .heading {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-6 {
    grid-column-gap: 2px;
    grid-row-gap: 4px;
    flex-flow: wrap;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    align-content: stretch;
    justify-content: stretch;
    align-self: auto;
    align-items: start;
    justify-items: stretch;
    display: inline-block;
  }

  .text-block-12 {
    text-align: center;
    font-size: 10px;
  }

  .div-block-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .div-block-7 {
    display: flex;
  }

  .image-7 {
    align-self: center;
  }

  .footer-link {
    font-size: 15px;
  }

  .footer-contact-link {
    font-size: 20px;
  }

  .footer-brand {
    height: 20px;
  }

  .section.footer-section {
    opacity: .39;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    mix-blend-mode: normal;
  }

  .container-11.footer-container {
    grid-column-gap: 25px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 479px) {
  body {
    background-size: auto, cover;
  }

  .slide, .slide-2, .slide-3 {
    aspect-ratio: 16 / 9;
  }

  .container {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .container-4 {
    max-width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: 50% 50%;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: visible;
  }

  .mask {
    aspect-ratio: auto;
    position: relative;
  }

  .slide-4 {
    aspect-ratio: 2.39 / 1;
    object-fit: fill;
    overflow: visible;
  }

  .image-2 {
    display: inline-block;
  }

  .slider-2 {
    aspect-ratio: auto;
  }

  .grid {
    grid-template-columns: 1fr;
    margin-top: 21px;
  }

  .slider-3 {
    height: 10%;
    object-fit: fill;
  }

  .div-block-3 {
    height: 200px;
  }

  .div-block-4 {
    height: 300px;
    aspect-ratio: auto;
    background-position: 30%;
    background-size: cover;
    display: block;
  }

  .image-4 {
    margin-right: 199px;
  }

  .columns {
    padding-top: 32px;
  }

  .column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .div-block-5 {
    background-position: 20% 30%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .column-3 {
    background-image: url('../images/alchemyrefiner_alchemymagic_1_2ecad8bd-e1c7-43e8-92c4-8f247a0437ff_0.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .grid-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-8 {
    font-size: 10px;
    font-weight: 400;
  }

  .image-6 {
    width: 100%;
    height: 100%;
    max-height: 100px;
    max-width: 30%;
  }

  .column-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .text-block-9 {
    clear: none;
    object-fit: none;
    flex-flow: column;
    flex: 0 auto;
    order: 0;
    align-self: center;
    align-items: center;
    font-size: 30px;
    line-height: 30px;
    display: flex;
    overflow: visible;
  }

  .container-9 {
    width: 300px;
    clear: none;
    object-fit: fill;
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
    padding-top: 52px;
    display: flex;
    position: static;
    overflow: visible;
  }

  .container-10 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .heading {
    clear: none;
    aspect-ratio: auto;
    -webkit-text-stroke-width: 0px;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    overflow-wrap: anywhere;
    object-fit: fill;
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 41px;
    padding-right: 41px;
    display: block;
  }

  .grid-6 {
    grid-column-gap: 2px;
    grid-row-gap: 4px;
    text-align: center;
    object-fit: fill;
    flex-flow: column;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-items: flex-start;
    display: flex;
  }

  .text-block-12 {
    font-size: 12px;
  }

  .text-block-13 {
    word-break: normal;
  }

  .list-item {
    text-align: left;
    list-style-type: disc;
  }

  .list-item-2, .list-item-3 {
    text-align: left;
  }

  .paragraph {
    text-align: left;
    font-family: Exo, sans-serif;
    font-size: 12px;
  }

  .list {
    width: 250px;
    min-width: 250px;
    flex-flow: column;
    padding-left: 14px;
    display: flex;
  }

  .div-block-7 {
    flex: none;
  }

  .text-block-14 {
    clear: none;
    font-family: Exo, sans-serif;
    font-size: 20px;
    position: static;
  }

  .footer-brand {
    margin-bottom: 0;
  }

  .section {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .section.footer-section {
    opacity: 1;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .container-11.footer-container {
    grid-template-columns: 1fr;
  }

  .image-8 {
    height: 150px;
    max-width: 100%;
  }

  .waves---heading-3-no-margins {
    font-size: 22px;
  }

  .waves-tile-team-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .waves-grid-team-3 {
    grid-row-gap: 80px;
    margin-left: 0;
    margin-right: 0;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .waves---section-medium {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

#w-node-feddebf3-4cd4-6a83-af88-320fb148c818-2e44260f {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-c6ff8e96-c55d-7c28-040f-c76b5017abc6-2e44260f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dbce1001-3744-3a5d-c074-951cd252a656-2e44260f {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-aa7e1a68-28b5-1821-291a-b14d36a83f2e-2e44260f {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e09cd71d-19c3-fb1a-49b9-86e4654545ba-2e44260f {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-c27b270b-ce7b-fe2e-c86e-8fa280e5bf75-2e44260f, #w-node-c27b270b-ce7b-fe2e-c86e-8fa280e5bf88-2e44260f, #w-node-c27b270b-ce7b-fe2e-c86e-8fa280e5bf9a-2e44260f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_128b300d-37b2-9499-c863-8a90e4f52d2f-7ce654b0 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_75f203ca-ded1-e02d-abcc-54833937f2cd-7ce654b0 {
  grid-row: span 2 / span 2;
}

#w-node-_4baec622-99d9-b558-baf1-95ba16b2ffca-7ce654b0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4baec622-99d9-b558-baf1-95ba16b2ffdd-7ce654b0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4baec622-99d9-b558-baf1-95ba16b2fff0-7ce654b0 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_3d785252-6dd7-1b87-ebd7-991e2e993e66-7ce654b0, #w-node-_3d785252-6dd7-1b87-ebd7-991e2e993e78-7ce654b0, #w-node-_3d785252-6dd7-1b87-ebd7-991e2e993e8a-7ce654b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-feddebf3-4cd4-6a83-af88-320fb148c818-2e44260f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c6ff8e96-c55d-7c28-040f-c76b5017abc6-2e44260f {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_4ed342e8-f7f7-04e7-fbbc-8349c1a2f317-2e44260f, #w-node-e986a1b7-6a42-82dc-4222-f574565dfae6-7ce654b0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4ed342e8-f7f7-04e7-fbbc-8349c1a2f317-2e44260f {
    order: -9999;
    grid-column: span 1 / span 1;
  }

  #w-node-_4ed342e8-f7f7-04e7-fbbc-8349c1a2f31a-2e44260f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4ed342e8-f7f7-04e7-fbbc-8349c1a2f320-2e44260f {
    order: -9999;
  }

  #w-node-e986a1b7-6a42-82dc-4222-f574565dfae6-7ce654b0 {
    order: -9999;
    grid-column: span 1 / span 1;
  }

  #w-node-e986a1b7-6a42-82dc-4222-f574565dfae9-7ce654b0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e986a1b7-6a42-82dc-4222-f574565dfaf9-7ce654b0 {
    order: -9999;
  }
}
