:root {
  --black: black;
  --white: white;
  --pink: #f54688;
  --light-pink: #f893b9;
  --grey: #3c3c3c;
}

.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: #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: 20px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  margin-bottom: 20px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.body {
  background-color: #fdedf4;
  font-family: Noto Serif, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.white-link {
  color: #fff;
  text-decoration: none;
}

.white-link:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-logo {
  width: 200px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hours {
  text-align: left;
  width: 260px;
}

.times {
  float: left;
}

.button {
  color: #fff;
  text-transform: uppercase;
  background-image: linear-gradient(#f893b9, #f54688), linear-gradient(#f54688, #f54688);
  margin-top: auto;
  padding: 10px 20px;
  font-family: Noto Serif, sans-serif;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
}

.button:hover {
  color: #fff;
  background-image: linear-gradient(#f54688, #f54688);
  padding: 10px 20px;
  text-decoration: none;
}

.button.w--current {
  color: #fff;
}

.button.align {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.day {
  float: left;
  width: 130px;
  position: relative;
}

.footer {
  color: #fff;
  text-transform: capitalize;
  background-color: #433d3f;
  padding-top: 60px;
  padding-bottom: 80px;
  font-size: 14px;
  position: relative;
}

.imprint {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  position: absolute;
  inset: auto 0% 0%;
}

.nav-dropdown {
  height: 44px;
  padding-top: 12px;
  padding-right: 20px;
  font-size: 16px;
}

.nav-button {
  color: #3c3c3c;
  text-transform: uppercase;
  height: 44px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Noto Serif, sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: static;
}

.nav-button:hover {
  color: #f54688;
  background-color: #0000;
  text-decoration: none;
}

.nav-button.w--current {
  color: #3c3c3c;
  padding-top: 11px;
  padding-bottom: 11px;
}

.header-div {
  width: 90%;
  max-width: 1100px;
  height: 44px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.dropdown-toggle {
  text-transform: uppercase;
  background-color: #0000;
  height: 44px;
  font-family: Noto Serif, sans-serif;
}

.dropdown-toggle:hover {
  color: #f54688;
  background-color: #0000;
}

.dropdown-link {
  color: #3c3c3c;
  text-align: center;
  text-transform: uppercase;
  background-color: #f9dce8;
  margin-left: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Noto Serif, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.dropdown-link:hover {
  color: #fff;
  background-color: #f54688;
  text-decoration: none;
}

.dropdown-link.w--current {
  color: #3c3c3c;
  text-transform: uppercase;
  background-color: #f9dce8;
  font-family: Noto Serif, sans-serif;
}

.dropdown-link.w--current:hover {
  color: #fff;
  background-color: #f54688;
}

.dropdown-link.w--open {
  text-transform: none;
  background-color: #0000;
  margin-left: -178px;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}

.brand {
  float: left;
  height: 44px;
  overflow: hidden;
}

.nav-bar {
  background-color: #fff;
  height: 44px;
  position: sticky;
  top: 0;
}

.above-nav {
  background-color: #fff;
  width: 100%;
  height: 37px;
  max-height: 37px;
  position: relative;
  box-shadow: 0 0 6px #fff;
}

.large-logo {
  z-index: 3000;
  background-color: #fff;
  width: 260px;
  height: 118px;
  padding-top: 10px;
  position: relative;
}

.large-logo.w--current {
  height: 118px;
}

.logo {
  width: 220px;
  height: 100px;
  position: static;
}

.div {
  width: 90%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div.padding-top-bottom {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.hero-slider {
  background-color: #0000;
  width: 100%;
  height: 70vh;
  min-height: 500px;
  margin-bottom: 60px;
}

.hero-slider.home {
  margin-bottom: 0;
}

.slide-pink-sash {
  background-image: url('../images/wedding-decor-rugby_1.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/wedding-service-chair-decorations_1.avif');
  background-position: 50%;
  background-size: cover;
  display: inline-block;
}

.slide-1 {
  background-image: url('../images/wedding-decor-hire-leamington_1.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/wedding-decorators-in-warwickshire_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/wedding-decor-warwickshire_1.avif');
  background-position: 50%;
  background-size: cover;
  display: inline-block;
}

.slide-nav {
  display: none;
}

.icon-2 {
  color: #ffffff9c;
}

.icon {
  color: #fff9;
}

.below-nav {
  z-index: 0;
  background-color: #fff;
  height: 37px;
  min-height: 37px;
  max-height: 37px;
  position: static;
}

.pink-div {
  float: left;
  background-color: #f54688;
  width: 100%;
  height: auto;
  position: relative;
}

.white-script {
  float: none;
  clear: none;
  color: #fff;
  text-align: center;
  background-color: #f54688;
  max-width: 1000px;
  margin: 0 auto;
  padding: 26px 15px 25px;
  font-family: Rochester, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
  display: block;
}

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

.rich-text h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Rochester, sans-serif;
}

.rich-text.padding {
  padding: 20px 15px 10px;
}

.rich-text ul {
  padding-left: 16px;
}

.rich-text li {
  padding-bottom: 6px;
}

.rich-text h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Rochester, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

.rich-text a {
  color: #333;
  text-decoration: none;
}

.rich-text a:hover {
  color: var(--black);
  text-decoration: underline;
}

.rich-text.centre {
  text-align: center;
}

.white-box {
  background-color: var(--white);
  flex-direction: column;
  width: 100%;
  padding: 20px;
  display: flex;
}

.white-box.left {
  text-align: left;
}

.bow-bullet {
  text-align: left;
  background-image: url('../images/bow.svg');
  background-position: 0 3px;
  background-repeat: no-repeat;
  background-size: 30px;
  min-height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 45px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
}

.bow-bullet.caps {
  text-align: left;
  text-transform: uppercase;
  padding-top: 6px;
  padding-bottom: 30px;
}

.bow-bullet.big {
  background-size: 50px;
  padding-left: 68px;
  font-size: 20px;
  line-height: 1.4;
}

.text-link {
  float: left;
  clear: left;
  color: #333;
  text-decoration: none;
}

.text-link:hover {
  color: var(--pink);
  text-decoration: underline;
}

.button-wrapper {
  float: left;
  text-align: center;
  width: 100%;
  padding-bottom: 0;
}

.button-wrapper.padding {
  padding-top: 30px;
  padding-bottom: 30px;
}

.button-wrapper.page-bottom {
  padding-bottom: 60px;
}

.mini-slider, .fill-image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slide-7 {
  background-image: url('../images/fitted-covers_1.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/Multi-Colour-sashes_1.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-red-sash {
  background-image: url('../images/plain-covers_1.avif');
  background-position: 50%;
  background-size: cover;
}

.zero-div {
  z-index: 2;
  width: 90%;
  max-width: 1000px;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.sliding-title {
  color: #fff;
  text-align: left;
  background-color: #f54688;
  max-width: 1000px;
  margin: 60px auto 0;
  padding: 15px;
  font-family: Rochester, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
  display: block;
  position: absolute;
}

.section-heading {
  float: left;
  width: 100%;
  max-width: 1000px;
  margin: 20px auto;
  font-family: Rochester, sans-serif;
  font-weight: 400;
  display: block;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.content-wrapper {
  float: left;
  padding-bottom: 30px;
}

.slide-11 {
  background-image: url('../images/wedding-table-linen-hire_1.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/Table-Linen-Hire_1.avif');
  background-position: 50% 75%;
  background-size: cover;
}

.slide-10 {
  background-image: url('../images/wedding-linen-hire-warwickshire_1.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-12 {
  background-image: url('../images/wedding-table-linen-hire-rugby_1.avif');
  background-position: 50%;
  background-size: cover;
}

.even {
  flex: 1;
}

.even.small {
  flex: none;
}

.flex-para {
  float: none;
  clear: none;
  text-align: center;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-bottom: 0;
  padding: 5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 13px;
  display: flex;
  position: relative;
}

.table-flex {
  align-items: center;
  width: 100%;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.table-flex.shade {
  background-color: #fcdbe8;
}

.bold-text {
  float: none;
  clear: none;
  text-align: center;
  display: inline-block;
}

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

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

.additional-extras {
  text-align: left;
  max-width: 410px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-9 {
  color: #3c3c3c;
  text-align: left;
  text-transform: none;
  width: 375px;
  margin-top: 10px;
  display: block;
}

.image-8 {
  float: left;
  width: 30px;
  margin-right: 10px;
  padding-bottom: 26px;
  display: inline;
}

.image-8.no-padding {
  padding-bottom: 5px;
}

.paragraph-list {
  float: none;
  clear: none;
  text-transform: uppercase;
  background-color: #fff;
}

.paragraph-list.clear {
  color: #3c3c3c;
  text-transform: none;
  background-color: #0000;
  display: block;
}

.slide-backdrop-2 {
  background-image: url('../images/wedding-backdrop_1.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-backdrop-1 {
  background-image: url('../images/backdrop1_1.avif');
  background-position: 50% 20%;
  background-size: cover;
}

.full-width {
  float: left;
  width: 100%;
}

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

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

.slide18 {
  background-image: url('../images/cart_1.avif');
  background-position: 50%;
  background-size: cover;
}

.accordian {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.accordian-toggle {
  z-index: 0;
  float: none;
  text-align: left;
  background-image: linear-gradient(#f893b980, #f5468880);
  padding: 7px 10px 10px;
  display: block;
  position: relative;
}

.accordian-toggle:hover {
  color: #fff;
  background-color: #f54688;
  background-image: none;
}

.accordian-heading {
  font-family: Noto Serif, sans-serif;
  font-size: 16px;
  display: block;
}

.dropdown-list {
  background-color: #c0a0a0;
}

.dropdown-list.w--open {
  background-color: #fff;
  padding: 5px 10px 1px;
  position: static;
}

.accordian-paragraph {
  float: none;
  clear: none;
  margin-bottom: 15px;
  display: block;
}

.showroom {
  background-image: url('../images/rainbow-wedding-showroom-hero_1.avif');
  background-position: 50%;
  background-size: cover;
}

.map {
  height: 500px;
}

.package {
  text-align: center;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-bottom: 0;
  line-height: 1.2;
  display: flex;
}

.package.cross {
  background-color: #ffb5d1;
  font-family: Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.package.cross.b {
  background-color: #b6c2f3;
}

.package.cross.r {
  background-color: #ffbac0;
}

.package.cross.or {
  background-color: #fad7ba;
}

.package.cross.rainbow {
  background-image: linear-gradient(#fdedf4c2, #fdedf4c2), url('../images/rainbow_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, contain;
}

.package.cross.g {
  background-color: #c1d7ba;
}

.package.cross.p {
  background-color: #eab8e1;
}

.package.cross.y {
  background-color: #f7e8b4;
}

.package.title-wrapper {
  clear: none;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 180px;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 13px;
}

.package.title-wrapper.h {
  justify-content: center;
  font-family: PT Sans, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.package.title-wrapper.h.black {
  color: #fff;
  background-color: #000;
}

.package.h {
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  padding-top: 2px;
  font-family: Droid Sans, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.package.h.purple {
  color: #fff;
  background-color: #ca6ac4;
}

.package.h.yellow {
  background-color: #ffc800;
}

.package.h.green {
  color: #fff;
  background-color: #5eb75f;
}

.package.h.blue {
  color: #fff;
  background-color: #6363f6;
}

.package.h.rainbow {
  color: #000;
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/rainbow_1.avif');
  background-position: 0 0, 100%;
  background-size: auto, contain;
}

.package.h.red {
  color: #fff;
  background-color: red;
}

.package.h.pink {
  color: #fff;
  background-color: #f54688;
}

.package.h.orange {
  background-color: #ffa822;
}

.package-wrapper {
  background-color: var(--white);
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 14px;
  display: flex;
  overflow: hidden;
}

.package-row {
  clear: none;
  justify-content: space-between;
  width: 100%;
  height: 40px;
  display: flex;
  position: relative;
}

.package-row.bold {
  border-style: none;
  margin-top: 0;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.package-heading {
  color: var(--white);
  background-color: #ff0505;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 10px 7px 15px;
}

.package-heading.yellow {
  color: var(--black);
  background-color: #ffc800;
}

.package-heading.pink {
  background-color: #f54688;
}

.package-heading.green {
  background-color: #5eb75f;
}

.package-heading.purple {
  background-color: #ca6ac4;
}

.package-heading.orange {
  color: var(--black);
  background-color: #ffa822;
}

.package-heading.blue {
  background-color: #6363f6;
}

.package-heading.rainbow {
  color: var(--black);
  background-image: linear-gradient(#fff9, #fff9), url('../images/rainbow_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, 125px;
  border: 2px solid red;
  border-bottom-style: none;
  padding-bottom: 9px;
}

.package-rich-text {
  background-color: var(--white);
  border: 2px solid red;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.package-rich-text h3 {
  color: var(--white);
  background-color: #ffc800;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
}

.package-rich-text p {
  padding-left: 15px;
  padding-right: 15px;
}

.package-rich-text.yellow {
  border-color: #ffc800;
}

.package-rich-text.pink {
  border-color: #f54688;
}

.package-rich-text.green {
  border-color: #5eb75f;
}

.package-rich-text.purple {
  border-color: #ca6ac4;
}

.package-rich-text.orange {
  border-color: #ffa822;
}

.package-rich-text blockquote {
  color: red;
  border-left-style: none;
  padding-left: 15px;
  font-size: 15px;
}

.package-rich-text.blue {
  border-color: #6363f6;
}

.package-rich-text.rainbow {
  border-top-style: none;
}

.abwb {
  max-width: 220px;
  margin-top: 50px;
}

.hero {
  object-fit: cover;
  width: 100%;
  height: 500px;
  position: relative;
}

.hero-wrapper {
  position: relative;
}

.twin-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  width: 100%;
  padding-bottom: 60px;
  position: relative;
}

.flex {
  justify-content: space-between;
  align-self: stretch;
  display: flex;
}

.triple-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
  display: grid;
  position: relative;
}

.triple-grid.top-padding {
  grid-auto-columns: 1fr;
  padding-top: 60px;
  position: relative;
}

.white {
  background-color: var(--white);
  flex-direction: column;
  max-width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

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

.pink-links {
  text-align: left;
}

.pink-links a {
  color: var(--pink);
  text-decoration: none;
}

.pink-links a:hover {
  text-decoration: underline;
}

.slide-tt {
  background-image: url('../images/wedding-top-table_1.avif');
  background-position: 50% 55%;
  background-size: cover;
}

.slide-donut {
  background-image: url('../images/donuts_1.avif');
  background-position: 50% 40%;
  background-size: cover;
}

.slide-backdrop-3 {
  background-image: url('../images/backdrop2_1.avif');
  background-position: 50% 35%;
  background-size: cover;
}

.left-arrow {
  inset: 0% auto 0% 0%;
}

.diy1 {
  background-image: url('../images/diy-wedding-decor2_1.avif');
  background-position: 50%;
  background-size: cover;
}

.diy2 {
  background-image: url('../images/diy-wedding-decor1_1.avif');
  background-position: 50% 75%;
  background-size: cover;
}

.hide {
  display: none;
}

.bold {
  border: 1px solid var(--pink);
  text-align: center;
  background-color: #fff;
  margin-top: 10px;
  padding: 29px 20px 20px;
}

.relative {
  position: relative;
}

.arrow {
  opacity: .6;
  width: 60px;
  font-size: 30px;
}

.arrow:hover {
  opacity: 1;
}

.rectangle {
  aspect-ratio: 100 / 61;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.centre-text {
  text-align: center;
  margin-bottom: 0;
  padding-top: 10px;
}

@media screen and (max-width: 991px) {
  .hamburger {
    color: #3c3c3c;
    margin-top: 4px;
    margin-right: 10px;
    font-size: 36px;
  }

  .hamburger:hover {
    color: #f54688;
  }

  .hamburger-trigger {
    color: #3c3c3c;
    width: 50px;
    height: 44px;
    padding: 0;
    font-size: 36px;
    line-height: 36px;
  }

  .hamburger-trigger.w--open {
    background-color: #fff;
  }

  .mobile-nav {
    float: none;
    clear: none;
    text-align: center;
    text-transform: uppercase;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 32px;
  }

  .header-div {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .desktop-buttons {
    background-color: #fff;
    padding-bottom: 20px;
  }

  .dropdown-toggle {
    padding-right: 0;
  }

  .brand {
    margin-left: 5vw;
  }

  .nav-bar {
    background-color: #fff;
  }

  .above-nav {
    position: relative;
  }

  .hero-slider {
    float: left;
    width: 100%;
    height: 60vw;
    margin-bottom: 43px;
  }

  .sliding-title {
    max-width: 90vw;
  }

  .section-heading {
    display: block;
  }

  .flex-para, .table-flex {
    height: 50px;
  }

  .additional-extras {
    float: left;
    display: block;
  }

  .nav-link {
    float: left;
    clear: left;
    color: #333;
    width: 100%;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
  }

  .nav-link:hover {
    color: var(--black);
  }

  .abwb {
    max-width: 180px;
  }

  .hero {
    height: 55vw;
  }

  .twin-grid {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    grid-template-columns: 1fr;
  }

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

  .triple-grid {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    grid-template-columns: 1fr;
  }

  .table-linen-pic {
    margin-top: -25px;
  }
}

@media screen and (max-width: 767px) {
  .even.small {
    flex: 0 auto;
  }

  .additional-extras {
    float: left;
  }

  .package {
    height: 45px;
  }

  .package.cross {
    overflow: hidden;
  }

  .package.title-wrapper {
    width: 140px;
    height: 45px;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 12px;
  }

  .package.h {
    font-size: 13px;
    line-height: 14px;
    overflow: hidden;
  }

  .package-wrapper {
    font-size: 13px;
  }

  .package-row {
    height: 45px;
  }

  .package-row.bold {
    margin-bottom: 0;
  }

  .abwb {
    max-width: 220px;
  }

  .triple-grid {
    grid-row-gap: 5vw;
    grid-template-columns: 1fr;
  }

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

  .bold {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    background-color: #178c2f;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .button:hover {
    color: #fff;
    text-decoration: none;
  }

  .call-button {
    text-align: center;
    text-transform: uppercase;
    background-color: #0f8c0b;
    justify-content: center;
    width: 136px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Noto Serif, sans-serif;
    font-size: 16px;
    line-height: 24px;
    display: flex;
  }

  .call-button:hover {
    color: #fff;
    text-decoration: none;
  }

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

  .even.small {
    font-size: 13px;
  }

  .div-block-9 {
    width: 280px;
  }

  .full-width {
    overflow: hidden;
  }

  .package.title-wrapper {
    width: 120px;
    padding-left: 0;
    padding-right: 0;
  }

  .package-row {
    font-size: 12px;
  }

  .package-row.hide-mob {
    display: none;
  }

  .call {
    text-align: center;
    text-transform: uppercase;
    background-color: #0f8c0b;
    justify-content: center;
    width: 136px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Noto Serif, sans-serif;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    position: relative;
  }

  .call:hover {
    color: #fff;
    text-decoration: none;
  }

  .abwb {
    margin-top: 30px;
  }
}

#w-node-_8f3000ec-ff80-6c28-7b0b-15c53a83e00a-53c10526, #w-node-_20086b1d-ba54-ef87-e19b-e23287191bfc-53c10526 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_65b284d2-1cf4-b0b8-f389-1bdc96dcf1f4-095478f0, #w-node-_876d5a38-3235-42af-38f1-f80d0589796e-095478f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_824746ec-40fc-fe5d-0532-834635196113-3e78bc7f {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-dafaae4d-a2bb-b88a-bffb-3febb254aedb-3e78bc7f, #w-node-be0ae383-6931-720a-c879-aa769be27df4-3e78bc7f, #w-node-_3f73e25c-ea66-6cf8-321e-74a62463c047-3e78bc7f {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-ce377cdc-8a58-18a2-d855-f200a73b5d19-e15931b2, #w-node-cd891a36-43aa-fdcb-c20f-d0093eb3999d-975cdf73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_71d327f0-ef18-1be1-30ac-e33692d9610b-975cdf73 {
  align-self: start;
}

#w-node-ca40c4a8-c97f-9523-cdff-17650fde2c37-975cdf73, #w-node-c72aa8ad-c0c2-114a-be47-edf30fa5c405-975cdf73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45c8928d-dc82-befc-1aa7-2e15878358fb-b646221e, #w-node-c9d53f9b-8f76-4ee5-c667-e6691ae9b835-52462627 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_5d68d495-43e2-9f4e-522a-cd78fdacdc4c-2993ee95 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_8f3000ec-ff80-6c28-7b0b-15c53a83e00a-53c10526 {
    grid-column: span 1 / span 1;
  }

  #w-node-_45c8928d-dc82-befc-1aa7-2e15878358fb-b646221e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_20086b1d-ba54-ef87-e19b-e23287191bfc-52462627 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-c9d53f9b-8f76-4ee5-c667-e6691ae9b835-52462627 {
    grid-area: 2 / 1 / 3 / 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8f3000ec-ff80-6c28-7b0b-15c53a83e00a-53c10526, #w-node-_20086b1d-ba54-ef87-e19b-e23287191bfc-53c10526 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dafaae4d-a2bb-b88a-bffb-3febb254aedb-3e78bc7f, #w-node-be0ae383-6931-720a-c879-aa769be27df4-3e78bc7f, #w-node-_3f73e25c-ea66-6cf8-321e-74a62463c047-3e78bc7f, #w-node-_71d327f0-ef18-1be1-30ac-e33692d9610b-975cdf73, #w-node-_45c8928d-dc82-befc-1aa7-2e15878358fb-b646221e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_20086b1d-ba54-ef87-e19b-e23287191bfc-52462627 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c9d53f9b-8f76-4ee5-c667-e6691ae9b835-52462627, #w-node-_22ffe7f8-c345-8e29-fe9a-a640edd80e8f-2993ee95 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5d68d495-43e2-9f4e-522a-cd78fdacdc4c-2993ee95 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


