:root {
  --colors--edrum-white: white;
  --colors--border-grey: #adacd2;
  --colors--edrum-blue: #010041;
  --border-radius--max: 999px;
  --colors--edrum-green: #c5ffee;
  --colors--edrum-orange: #ff842b;
  --border-radius--medium: 12px;
  --border-radius--small: 8px;
  --colors--background-grey: #f5f7fa;
  --colors--edrum-black: black;
  --brand-font: Onest, sans-serif;
  --code-font: "JetBrains Mono", sans-serif;
  --white: white;
  --black: black;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.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 {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

@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;
  padding-left: 0;
  padding-right: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

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

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

h5 {
  color: var(--colors--edrum-white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

p {
  margin-bottom: 0;
  line-height: 24px;
}

a {
  text-decoration: underline;
}

li {
  padding-bottom: 9px;
}

label {
  margin-bottom: 5px;
  font-weight: 500;
  display: block;
}

.navbar {
  z-index: 9999;
  background-color: #fff;
  display: flex;
  position: sticky;
  top: 0;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  border-bottom: 1px solid var(--colors--border-grey);
  text-align: left;
  mix-blend-mode: normal;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.navbar-brand.w--current {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 75px;
  display: flex;
}

.navmenus {
  justify-content: space-between;
  align-items: center;
  min-height: 100%;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.nav-link-accent {
  height: 100%;
  color: var(--colors--edrum-blue);
  letter-spacing: .25px;
  align-items: center;
  margin-left: 0;
  margin-right: 20px;
  padding: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.nav-link-accent:hover {
  color: #ff842b;
  font-weight: 700;
  text-decoration: underline;
}

.nav-link-accent.w--current {
  border-radius: var(--border-radius--max);
  background-color: var(--colors--edrum-green);
  height: 100%;
  color: var(--colors--edrum-blue);
  align-self: center;
  margin-left: 0;
  padding: 16px;
  text-decoration: none;
}

.buttonplaceholder {
  padding-bottom: 0;
}

.button-primary {
  aspect-ratio: auto;
  border-radius: var(--border-radius--max);
  background-color: var(--colors--edrum-blue);
  color: var(--colors--edrum-white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  align-self: auto;
  padding: 16px 24px;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

.button-primary:hover {
  background-color: var(--colors--edrum-orange);
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.button-primary:active {
  background-color: var(--colors--edrum-orange);
}

.footer-link {
  color: var(--colors--edrum-white);
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--colors--edrum-orange);
  text-decoration: underline;
}

.body {
  color: var(--colors--edrum-blue);
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: Onest, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

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

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

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

.footer-wrapper-2 {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1160px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.divider {
  background-color: var(--colors--border-grey);
  width: 100%;
  max-width: 1160px;
  height: 1px;
  margin: 10px auto;
}

.footer-copyright-center-2 {
  color: var(--colors--edrum-white);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 16px;
}

.footersection {
  border-top-left-radius: var(--border-radius--medium);
  border-top-right-radius: var(--border-radius--medium);
  background-color: var(--colors--edrum-blue);
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 60px 15px;
  position: relative;
}

.footer-content-3 {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.featuressection {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 60px 40px;
  display: flex;
  position: relative;
}

.featuresdescription {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.features-image {
  border-radius: var(--border-radius--small);
  object-fit: cover;
  width: 84px;
  height: 84px;
  margin-right: 0;
}

.tagline {
  max-width: 100%;
  color: var(--colors--edrum-blue);
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.pricing-info {
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  display: flex;
  position: static;
}

.caption {
  color: var(--colors--edrum-orange);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.body-xsmall {
  color: var(--colors--edrum-orange);
  margin-bottom: 0;
  padding-top: 4px;
  font-size: 16px;
}

.featureblock {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.featurelistdescription {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  align-self: center;
  display: flex;
}

.illustrationsblock {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.pricecontainer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  aspect-ratio: auto;
  border-radius: var(--border-radius--small);
  background-color: var(--colors--edrum-white);
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 20px 10px;
  display: flex;
  overflow: visible;
}

.flex-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: var(--border-radius--medium);
  background-color: var(--colors--edrum-blue);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 40px;
}

.flex-block.christmas {
  background-color: var(--colors--edrum-orange);
  color: var(--colors--edrum-blue);
  flex: 0 auto;
  display: none;
}

.pricingsection {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  width: auto;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px 20px;
  display: flex;
}

.herosection {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom-left-radius: var(--border-radius--medium);
  border-bottom-right-radius: var(--border-radius--medium);
  background-color: var(--colors--background-grey);
  text-align: center;
  border-bottom: 1px solid #e4ebf3;
  flex-direction: column;
  margin-bottom: 40px;
  padding: 40px 60px;
  display: flex;
  position: relative;
}

.contactformsection {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--colors--background-grey);
  flex-direction: row;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  padding: 40px 60px;
  display: flex;
}

.customcheckboxfield {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  display: flex;
}

.recaptcha {
  margin-bottom: 22px;
}

.priceheading {
  margin-top: 0;
  margin-bottom: 0;
}

.featuresdescriptiontextlimit, .heading-11 {
  width: 100%;
}

.textarea {
  border: 1px solid var(--colors--border-grey);
  border-radius: var(--border-radius--small);
  background-color: var(--colors--edrum-white);
  color: var(--colors--edrum-blue);
  min-height: 100px;
  margin-bottom: 0;
  font-size: 16px;
}

.text-field {
  border: 1px solid var(--colors--border-grey);
  border-radius: var(--border-radius--small);
  background-color: var(--colors--edrum-white);
  color: var(--colors--edrum-blue);
  margin-bottom: 0;
  font-size: 16px;
}

.text-field:focus {
  color: var(--colors--edrum-blue);
}

.textfieldflex {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  width: 100%;
}

.label {
  width: 100%;
  margin-bottom: 0;
  font-size: 18px;
}

.form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.customcheckbox {
  border-radius: var(--border-radius--small);
  background-color: var(--colors--edrum-white);
  -webkit-text-stroke-color: var(--colors--border-grey);
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
  margin-top: 0;
  font-size: 24px;
}

.customcheckbox:hover {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--colors--edrum-black);
}

.customcheckbox.w--redirected-checked {
  border-color: var(--colors--edrum-blue);
  background-color: var(--colors--edrum-blue);
}

.rentingperiodblock {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.twofields {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
}

.otherrequestsblock {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.customselectfield {
  border: 1px solid var(--colors--border-grey);
  border-radius: var(--border-radius--small);
  background-color: var(--colors--edrum-white);
  color: var(--colors--edrum-blue);
  margin-bottom: 0;
  font-size: 16px;
}

.flex-block-6, .div-block-7 {
  width: 100%;
}

.success-message {
  background-color: var(--colors--edrum-green);
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-span {
  font-weight: 700;
}

.text-block {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 24px;
}

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

.flex-block-7 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  align-items: center;
}

.flex-block-8 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.link {
  color: var(--colors--edrum-white);
}

.link:hover {
  color: var(--colors--edrum-orange);
}

.link:visited {
  color: var(--colors--edrum-white);
}

.otherdescriptionssection {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 1280px;
  margin: 0 auto 60px;
  padding: 10px 60px 0;
  display: flex;
  position: relative;
}

.button-secondary {
  aspect-ratio: auto;
  border: 2px solid var(--colors--edrum-blue);
  border-radius: var(--border-radius--max);
  background-color: var(--colors--edrum-white);
  color: var(--colors--edrum-blue);
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  align-self: auto;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

.button-secondary:hover {
  background-color: var(--colors--edrum-green);
  color: var(--colors--edrum-blue);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.button-secondary:active {
  background-color: var(--colors--edrum-green);
}

.button-secondary:focus {
  border: 1px solid var(--colors--edrum-blue);
}

.flex-block-9 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

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

.heading-13 {
  line-height: 20px;
}

.doubleblock {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
}

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

.flex-block-11 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.list-item {
  align-self: auto;
  align-items: center;
  margin-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.flooringsection {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.body-white {
  color: var(--colors--edrum-white);
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Onest, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.spanhighlight {
  border-radius: var(--border-radius--small);
  background-color: var(--colors--edrum-green);
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
}

.faqdescription {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.qandasection {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px 60px 20px;
  display: flex;
  position: relative;
}

.paragraph-3 {
  margin-top: 20px;
  font-weight: 600;
}

.list {
  padding-left: 30px;
}

.html-embed {
  border-radius: var(--border-radius--medium);
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.christmas {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: var(--border-radius--medium);
  background-color: var(--colors--edrum-orange);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 40px;
}

.drumfeaturessection {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 60px 0;
  display: flex;
  position: relative;
}

.drumfeaturessection.closing {
  padding-bottom: 100px;
}

.form-block {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.bodystrong {
  color: var(--colors--edrum-blue);
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 4px;
  font-family: Onest, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

.linkblue {
  font-weight: 600;
}

.linkblue:hover {
  color: var(--colors--edrum-orange);
}

.homeherosection {
  border-bottom-left-radius: var(--border-radius--medium);
  border-bottom-right-radius: var(--border-radius--medium);
  background-color: var(--colors--edrum-green);
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-clip: border-box;
  border-bottom: 1px solid #e4ebf3;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: static;
}

.heroheading1 {
  border-radius: var(--border-radius--small);
  background-color: var(--colors--edrum-green);
  align-self: flex-start;
  margin-bottom: 0;
  padding: 5px 20px 5px 0;
}

.heroheading2 {
  border-radius: var(--border-radius--small);
  background-color: var(--colors--edrum-green);
  text-align: left;
  align-self: flex-start;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 20px;
}

.flex-block-15 {
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  position: absolute;
  top: 360px;
}

.heroimage {
  width: 100%;
  max-width: 1280px;
}

.linkorange {
  color: var(--colors--edrum-orange);
  font-weight: 600;
}

.linkorange:hover {
  color: var(--colors--edrum-orange);
}

.priceheadingbig {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 32px;
}

.error-message {
  margin-top: 20px;
}

.logo {
  aspect-ratio: auto;
  height: 75px;
  max-height: 100%;
}

.pricehighlight {
  background-color: var(--colors--edrum-green);
  padding-left: 10px;
  padding-right: 10px;
}

.accordionsection {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 60px;
}

.accordion {
  border: 2px solid var(--colors--background-grey);
  border-radius: var(--border-radius--medium);
  margin-left: auto;
  margin-right: auto;
}

.accordionheader {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--colors--background-grey);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  display: flex;
}

.accordionpanel {
  overflow: hidden;
}

.accordiontext {
  width: 100%;
  padding: 20px;
}

.accordionsubtitle {
  max-width: 60ch;
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: 500;
}

.accordiontitle {
  font-size: 22px;
}

.accordioniconbutton {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: var(--border-radius--medium);
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  height: 32px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.accordioniconbutton:hover {
  background-color: var(--colors--edrum-white);
}

.accordionicon {
  width: 16px;
  height: 16px;
}

.faqdoubleblock {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  padding: 20px;
}

.image {
  border-radius: var(--border-radius--medium);
}

.div-block-8 {
  padding: 0 20px 20px;
}

.moreinfotext, .lessinfotext {
  text-align: right;
  font-size: 16px;
  font-weight: 700;
}

.div-block-9 {
  height: 64px;
}

.saleheadline {
  color: var(--colors--edrum-blue);
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

.salepriceheading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  text-decoration: none;
}

.salepriceheading.original {
  color: var(--colors--border-grey);
  font-size: 20px;
  text-decoration: line-through;
}

.salepriceheading.original-copy {
  color: var(--colors--border-grey);
  font-size: 24px;
  text-decoration: line-through;
}

.salepriceheading.heroheading2 {
  padding: 10px;
}

.salepriceheading.heroheading1 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.flex-block-16 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: flex-end;
}

.heading-18 {
  color: var(--colors--edrum-orange);
  font-size: 32px;
}

.flex-block-17 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.flex-block-18 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-end;
}

.heading-19 {
  color: var(--colors--edrum-orange);
}

.opt {
  color: var(--colors--edrum-blue);
  font-size: 12px;
}

.image-2, .image-3, .image-4, .image-5 {
  border-radius: var(--border-radius--medium);
}

.flex-block-19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.h4 {
  font-size: 20px;
}

.div-block-10 {
  display: flex;
}

.pricing-badge {
  border-radius: var(--border-radius--small);
  background-color: var(--colors--edrum-green);
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
}

.flex-block-20 {
  display: block;
}

.flex-block-21 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-self: stretch;
}

.pricing-info---title {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
  position: static;
}

.pricing-badge-grey {
  border-radius: var(--border-radius--small);
  background-color: var(--colors--background-grey);
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
}

.flex-block-22, .flex-block-23 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

@media screen and (min-width: 1440px) {
  .form-block {
    max-width: 1160px;
  }

  .homeherosection {
    aspect-ratio: auto;
  }
}

@media screen and (max-width: 991px) {
  .navbar-logo-left-container.shadow-three {
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-wrapper {
    padding-right: 40px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .navmenus {
    background-color: #fff;
    border-radius: 0;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding: 20px 100px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-accent {
    justify-content: center;
    width: 100%;
    margin-right: 0;
  }

  .nav-link-accent.w--current {
    margin-right: 0;
  }

  .menu-button {
    flex-direction: row;
    align-items: flex-start;
    padding: 0;
    font-size: 24px;
    line-height: 24px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: var(--colors--edrum-white);
    color: var(--colors--edrum-blue);
  }

  .footer-wrapper-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: row;
    align-items: flex-start;
  }

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

  .footer-content-3 {
    grid-column-gap: 60px;
  }

  .featuressection {
    flex-direction: column;
  }

  .featuresdescription {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .tagline {
    text-align: center;
  }

  .pricing-info {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-direction: column;
    margin-bottom: 10px;
  }

  .featureblock {
    align-items: flex-start;
  }

  .pricecontainer {
    border-radius: var(--border-radius--small);
  }

  .flex-block {
    flex-direction: column;
  }

  .text-field {
    border-radius: var(--border-radius--small);
  }

  .twofields {
    flex-direction: column;
  }

  .customselectfield {
    border-radius: var(--border-radius--small);
  }

  .flex-block-7 {
    flex-direction: column;
    align-items: flex-start;
  }

  .flex-block-8 {
    flex-flow: column;
    align-items: flex-start;
  }

  .otherdescriptionssection {
    flex-direction: column;
  }

  .flex-block-9 {
    flex-direction: column;
    align-items: flex-start;
  }

  .doubleblock {
    flex-direction: column;
  }

  .list-item {
    flex-direction: column;
    width: 100%;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .faqdescription {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .qandasection, .christmas, .drumfeaturessection {
    flex-direction: column;
  }

  .homeherosection {
    margin-bottom: 60px;
  }

  .heroheading1 {
    text-align: center;
    align-self: center;
    padding-left: 20px;
    font-size: 32px;
  }

  .heroheading2 {
    text-align: center;
    align-self: center;
    padding-left: 20px;
    font-size: 24px;
  }

  .flex-block-15 {
    align-items: center;
    top: 320px;
  }

  .heroimage {
    object-fit: cover;
    height: 320px;
    max-height: 320px;
  }

  .heading-15 {
    font-size: 32px;
    line-height: 42px;
  }

  .heading-16 {
    font-size: 24px;
    line-height: 28px;
  }

  .priceheadingbig {
    text-align: right;
  }

  .menubuttonwrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 64px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .drumstick-top {
    width: 28px;
    height: 6px;
  }

  .menuiconwrapper {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    padding: 8px;
  }

  .menutitlemobile {
    padding-top: 1px;
    font-size: 20px;
    font-weight: 700;
  }

  .logo {
    height: 75px;
    position: static;
  }

  .drumstick-middle, .drumstick-bottom {
    width: 28px;
    height: 6px;
  }

  .accordionheader {
    flex-direction: column;
  }

  .accordiontitleblock, .accordionsubtitle, .accordiontitle {
    width: 100%;
    max-width: 100%;
  }

  .faqdoubleblock {
    flex-direction: column;
  }

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

  .flex-block-18 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .pricing-info---title {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-direction: column;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .navmenus {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .nav-link-accent {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    display: inline-block;
  }

  .buttonplaceholder {
    margin-top: 10px;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-wrapper-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
  }

  .footer-block-2 {
    align-items: center;
  }

  .footersection {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-content-3 {
    grid-template-columns: 1fr;
    margin-top: 0;
    display: flex;
  }

  .featuressection {
    padding-left: 40px;
    padding-right: 40px;
  }

  .pricing-info {
    flex-direction: column;
    display: flex;
  }

  .pricecontainer {
    max-width: 100vw;
  }

  .flex-block {
    flex-direction: column;
  }

  .pricingsection {
    padding-left: 40px;
    padding-right: 40px;
  }

  .herosection {
    padding: 40px;
  }

  .contactformsection {
    padding-left: 40px;
    padding-right: 40px;
  }

  .label {
    font-size: 16px;
  }

  .flex-block-7 {
    align-items: center;
  }

  .flex-block-8 {
    flex-flow: row;
  }

  .otherdescriptionssection {
    padding-left: 40px;
    padding-right: 40px;
  }

  .list-item {
    flex-direction: column;
    width: 100%;
    margin-right: 0;
  }

  .qandasection {
    padding-left: 40px;
    padding-right: 40px;
  }

  .christmas {
    flex-direction: column;
  }

  .drumfeaturessection {
    padding-left: 40px;
    padding-right: 40px;
  }

  .homeherosection {
    margin-bottom: 0;
  }

  .heroheading1 {
    text-align: center;
    font-size: 28px;
    line-height: 32px;
  }

  .heroheading2 {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
  }

  .flex-block-15 {
    padding-left: 40px;
    padding-right: 40px;
    top: 240px;
  }

  .heroimage {
    object-fit: cover;
    height: 320px;
    max-height: 320px;
  }

  .logo {
    max-width: 90%;
  }

  .accordionsection {
    padding-left: 40px;
    padding-right: 40px;
  }

  .flex-block-21 {
    flex-flow: column;
  }

  .pricing-info---title {
    flex-direction: column;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .navbar-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navmenus {
    flex-direction: column;
    align-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-primary {
    width: 100%;
  }

  .footer-content-3 {
    flex-direction: column;
  }

  .featuressection {
    padding-left: 20px;
    padding-right: 20px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .pricing-info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .pricecontainer {
    min-width: auto;
  }

  .flex-block {
    border-radius: var(--border-radius--medium);
    flex-direction: column;
    padding: 20px;
  }

  .pricingsection {
    padding-left: 20px;
    padding-right: 20px;
  }

  .herosection {
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contactformsection {
    padding-left: 20px;
    padding-right: 20px;
  }

  .customcheckboxfield {
    align-items: flex-start;
  }

  .recaptcha {
    aspect-ratio: auto;
    object-fit: scale-down;
    overflow: hidden;
  }

  .priceheading {
    text-align: left;
  }

  .twofields {
    flex-direction: column;
  }

  .otherdescriptionssection {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-secondary {
    width: 100%;
    max-width: 100%;
  }

  .flex-block-9 {
    align-items: center;
  }

  .qandasection {
    padding-left: 20px;
    padding-right: 20px;
  }

  .christmas {
    border-radius: var(--border-radius--medium);
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .drumfeaturessection {
    padding-left: 20px;
    padding-right: 20px;
  }

  .homeherosection {
    max-height: 320px;
  }

  .heroheading1 {
    font-size: 24px;
    line-height: 28px;
  }

  .heroheading2 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .flex-block-15 {
    padding-left: 20px;
    padding-right: 20px;
    top: 220px;
  }

  .heroimage {
    height: 480px;
    max-height: 480px;
  }

  .priceheadingbig {
    text-align: left;
    margin-top: 20px;
    padding-bottom: 10px;
    font-size: 28px;
  }

  .heading-17 {
    max-width: 9ch;
  }

  .menubuttonwrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .menuiconwrapper {
    padding-left: 4px;
    padding-right: 4px;
    display: flex;
  }

  .accordionsection {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-8 {
    padding-right: 20px;
  }

  .salepriceheading {
    text-align: left;
  }

  .flex-block-21 {
    flex-flow: column;
  }

  .pricing-info---title {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

#w-node-_8369d675-f83d-5c09-7fb0-5f26a0cb5eb0-a0cb5e9b, #w-node-_8369d675-f83d-5c09-7fb0-5f26a0cb5eb7-a0cb5e9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.contact-submit-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: inherit;
}

.btn-spinner {
  display: none;
  width: 16px;
  height: 16px;
  flex: none;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-top-color: currentColor;
  border-radius: 50%;
}

.contact-submit-button.is-loading .btn-spinner {
  display: inline-block;
  animation: btn-spinner-spin 0.7s linear infinite;
}

.contact-submit-button.is-loading {
  cursor: not-allowed;
  opacity: 0.85;
}

@keyframes btn-spinner-spin {
  to {
    transform: rotate(360deg);
  }
}


